/**
 *         http://3w.gliwice.pl
 */
/* latin-ext */


body {
  font-family: 'Roboto Condensed', arial, sans-serif !important;
  margin:0;
  background: url("../pics/tlo.jpg") no-repeat center top white;
  margin: 0; padding: 0; border:0;
  text-decoration: none;
}

body, nav, a {
  margin: 0; padding: 0;
  text-decoration: none;
}

fieldset {
  border:2px solid #e6e4e5;
  margin-top:20px;
  padding:20px;
  margin-bottom:40px;
}
legend {
  font-family: 'Exo 2', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  line-height: 0.8em;
  color: #c67519;
  color: #1c6fb3;
  font-weight: bold;
  font-size:110%;
}

a {
  color:inherit;
}

.courier {
  font-family: 'Exo 2', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  line-height: 0.8em;
}

.przewijanie {
  text-align:center;
}
.przewijanie a {
 background-color: #c67519;
 padding:2px 10px 4px 10px;
 margin: 20px;
 color: white;
}
.przewijanie a:hover {color: white;}
table{
    border:none;
    background:none;
    line-height: normal;
}
td,th,tr{
    background:none;
}

ul,ol,dl{
    line-height:1.125rem;
}

h1{
    font-size:1.4rem;
    font-weight: bold;
}

h2{
    padding-top:10px;
    font-size:1.20rem;
    text-align: left;
    text-transform:uppercase;
    color: #888;
    font-weight:bold;
}

h3{
    padding-top:10px;
    font-size:1.15rem;
    text-align: left;
    color:#C10F0D;
}

h4{
    padding-top:10px;
    font-size:1.00rem;
    text-align: left;
    text-transform:uppercase;
    /*color: #C10F0D;*/
    color: #888;
    font-weight:bold;
}

p{
    margin-top:7px;
    margin-bottom:7px;
    text-align: justify;
    color: #2F1414;
}

.breadcrumbs{
  border:none;
  background:none;
  margin-left:0 !important;
  padding-left:0;
  font-size:14px;
  font-weight:bold;
}
.breadcrumbs li a {
    color:black;
}
.clearfix {clear:both; }

/* fix, bo w tym jednym przypadku rozjeżdża layout */
.clearfix.news_main_full_layout1 {clear:inherit; }

.doNijak {}
.doLewej {
    float: left;
    margin: 10px 20px 2px 5px;
}
.doPrawej {
    float: right;
    margin: 10px 5px 2px 20px;
}
.doCentra { margin: 10px auto 5px; }
.ramka {border: 1px solid #d0d0d0}

/* lewe menu */
#cookies {
    position: fixed;
    bottom: 0;
    width:100%;
    margin-bottom: 0px;
    background:#e0e0e0;
    font-size:11px !important;
}

.alert-box_cookies{
    padding:15px;
}
.alert-box_cookies p{
    margin:0;
}

/*HEADER*/
header{
  width:100%;
}

header #logobar {
  max-width:978px;
  height:auto;
  margin:0;
  margin-left:auto;
  margin-right:auto;
}

header #logo {
  position:relative;
  top:24px;
  display:inline-block;
}

header #logo_img {
  width:261px;
  height:58px;
  background: url("../pics/logo.png") no-repeat;
}

header #tb_right {
  display:inline-block;
  float:right;
  max-width: 600px;
}

header #flagi_bar {
  text-align:right;
  height:26px;
  margin-top:25px;
}
header #flagi_bar a {
  margin-right:8px;
}

header #slogan {
  font-size: 13px;
  color: #656565;
  line-height: 1.4;
  font-weight:bold;
  font-family: 'Exo 2', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}

#main_menu {
  font-weight: bold;
  color:#272727;
}

#main_menu a {
  color:#272727;
  text-decoration: none;
}

.main_menu_underline {
  border-bottom:5px solid #d6d4d5;
}

#main {
  max-width:990px;
  margin:auto;
}

#content_main {
  margin-top:38px;
  vertical-align: top;
  margin-left:auto;
  margin-right:auto;
  max-width:978px;
  width:100%;
/*  padding: 0 15px; */
}

#content_main .kolumna {
  width:33.33333333333%;
  vertical-align: top;
  display:inline-block;
  box-sizing:border-box;
}

#content_main .kolumna#kol_left {
  padding-left:0px;
  padding-right:8px;
}

#content_main .kolumna#kol_mid {
  padding-left:4px;
  padding-right:4px;
}

#content_main .kolumna#kol_right{
  padding-left:8px;
  padding-right:0px;
}


#content_main .kolumna .kol_image {
  width:100%;
  margin-bottom:10px;
}

#content_main .kolumna .kol_image img {
  width:100%;
}

#content_main .kolumna .kol_image img.img_a {
  display:block;
}
#content_main .kolumna .kol_image img.img_b {
  display:none;
}
#content_main .kolumna .kol_image:hover img.img_a {
  display:none;
}
#content_main .kolumna .kol_image:hover img.img_b {
  display:block;
}


#news {
  /*float:right;*/
}

#news h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Exo 2";
  color:#518ab5;
  padding-bottom: 6px;
  margin-bottom:0px;
}

#news .main_news_box {
  padding:31px 0 23px 0;
  border-bottom:1px solid #c2c2c2;
  margin-bottom:0px;
  display:inline-block;
}

#news .news_head, .main_news_box .news_head {
  font-weight:bold;
  font-size:15px;
  line-height: 1.2em;
  margin-bottom:10px;
}

.main_news_box .zw_arrow {
  box-sizing:border-box;
  width:205px;
  height:49px;
  background: #518ab5;
  color:white;
  font-weight:bold;
  margin-top:20px;
  font-family: 'Exo 2', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  padding-top: 13px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#news .date_news {
  color:black;
  font-family:"Roboto Condensed";
  display:block;
  font-size:70%;
}
#news .tytul_notki {
  color: #b66509;
  font-size:18px;
}

#news .img {
  float:left;
  vertical-align: top;
  width:236px;
/*  height:172px */
}
#news .img img {
  margin:auto;
/*
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

#news .notka_box {
  vertical-align: top;
  margin-left:254px;
}

#news .zwiastun {
  font-size: 14px;
  font-weight: bold;
}

#news .zwiastun a{
  color:black;
}

#news .zw_arrow {
  width:20px;
  height:20px;
  background: url("../pics/site/strzalka_szara.png") no-repeat;
  margin-top:14px;
}

#news li.linki, #news li.pliki {
  display:block;
  padding-left:10px;
  position:relative;
  top:-15px;
}

#news li.linki a, #news li.pliki a {
  color:#c67519;
  font-weight: bold;
  font-family: "Exo 2";
}

#news td.podpis {
  font-size:14px;
  font-style: italic;
}


.news_box .zw_arrow {
  width:20px;
  height:20px;
  background: url("../pics/site/strzalka_pom.png") no-repeat;
  margin-top:14px;
}


#formularzKontaktowy label {
  width:100px;
  display: inline-block;
}

#footer {
  width:100%;
  padding:0;
  margin:0;
  margin-top:40px;
}

#footer #footer_cont {
  max-width:978px;
/*  min-height:309px; */
  padding:0;
  margin:0;
  margin-left: auto;
  margin-right: auto;
}

#footer #footer_icons {
}

#footer #pti_footer {
  display:inline-block;
  width:147px;
  height:150px;
  background: url("../pics/site/pti_footer.png") no-repeat;
  background-position: left top;
  font-weight: bold;
  font-size:19px;
  padding-top:40px;
  color:#EBF5FF;
  vertical-align: top;
}

#footer .partner {
  display:inline-block;
  min-width:100px;
  min-height:60px;
  text-align: center;
  vertical-align: middle;
  margin-right:20px;
  margin-top:18px;
  margin-bottom:18px;
}

#footer .partner img {
  display:block;
  margin:auto;
  width:auto;
  height:auto;

}

#footer .partner a {
  color:#ACC9E8;
}

#footer_menu {
  max-width:470px;
  margin-top:18px;
  display:inline-block;
}

#footer_menu .col {
  display:inline-block;
  vertical-align: top;
}

#footer_menu .col#footer_menu_col0 {
/*  padding-left:0; */
}

#footer_menu .col.last {
  border-right:0;
  padding-right:0;
}

#footer_menu .col .item {
  padding-bottom:8px;
  padding-left:23px;
  padding-right:25px;
}

#footer_menu .col .item {
  border-left:3px solid white;
}

#footer_menu .col .item.first {
  border-left:3px solid #e9e9eb;
}

#footer #footer_notka {
  display:inline-block;
  float:right;
  font-size: 14px;
  margin-top:18px;
  color:#a4a4a4;
}


.button{
  margin:0;
  padding:0.3rem 1rem 0.3rem 1rem;
  background: #518ab5;
  color:white;
  font-family: 'Exo 2', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  font-weight: bold;
}


.breadcrumbs li {
  display:inline-block;
  margin-bottom:10px;
}

.breadcrumbs li:before {
  content:  "\2192 ";
}

ul.pagination li {
  display:inline-block;
  list-style: none;
  color:#c67519;
  font-family:'Exo 2';
}

ul.pagination li a {
  border-radius:0;
  color:#c67519;
  padding: 5px 10px;
}

ul.pagination li.current {
  background-color:transparent;
  padding:0;
}

ul.pagination li.current a {
  color:#D0220F;
  font-weight: bold;
}


@media screen and (max-width: 648px) {
  #banner #title {
    font-size:50px;
  }

  #content_main .kolumna {
    width:318px;
    padding-left:0;
    padding-right:0;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
  }

  #content_main .kolumna#kol_left, #content_main .kolumna#kol_mid, #content_main .kolumna#kol_right {
    width:318px;
    padding-left:0;
    padding-right:0;
  }
}
/*
@media screen and (max-width: 500px) {
  header #search_input {
    width:110px;
  }
}
*/




.tabela td
{
  padding: 10px;
  border-bottom: 2px dotted #d0d0d0;
}



ul.lista {
    list-style:none;
    margin-top:20px;
}
.lista li {
    background:url('../pics/site/strzalka_jasnoszara.png') no-repeat 0 0;
    padding: 4px 0 12px 28px;
}