html, body
{
    height: 100%;
    display:flex;
    flex-direction:column;
}

body 
{
    background-color: #F6F6F6;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 0; margin: 0;

}

a
{
   text-decoration: none;
}

a:link, a:visited 
{
   color: #ef7900;
}

a:hover, a:active
{
   color: #ef7900;
   text-decoration: underline;
   -webkit-transition: all linear 0.2s; /* Safari and Chrome */
   transition: all linear 0.2s;
}

.container
{
    width: 100%;
    min-height: 100%;
}

.logo-bar
{
    width: 100%;
    height: 150px;
    background-color: #fff;
}

.head-logo
{
    width: 1200px;
    margin: 0 auto;
}


.head-logo1
{
    width: 240px;
    height: 128px;
    margin: 0;
    float: left;
}

.head-logo2
{
    width: 238px;
    height: 128px;
    margin: 0;
    float: left;
}

.head-logo3
{
    width: 472px;
    height: 128px;
    margin: 0;
    float: left;
}

.head-logo4
{
    width: 250px;
    height: 128px;
    margin: 0;
    float: left;
}


.head-logo1old
{
    width: 225px;
    height: 128px;
    margin: 0;
    float: left;
}

.head-logo2old
{
    width: 255px;
    height: 128px;
    margin: 0;
    float: left;
}

.head-logo3old
{
    width: 390px;
    height: 128px;
    margin: 0;
    float: left;
}

.head-logo4old
{
    width: 235px;
    height: 128px;
    margin: 0;
    float: left;
}




   /* MENU-ODCINKI - START */

.menu-bar
{
    width:100%;
    height:90px;
    background:#EF7900;
}

.clearfix
{
   display: block;
   clear: both;
}

.menu-odcinki
{
    max-width:1200px;
    margin:0 auto;
}

.menu_logo
{
    width: 172px;
    height: 90px;
    float: left;
}





   /* MENU DROPDOWN */

.topnav {
  overflow: hidden;
  background-color: #EF7900;
}

.topnav a {
  float: left;
  display: block;
  color: #fcc892;
  text-align: center;
  padding: 33px 9px;
  text-decoration: none;
  font-size: 16px;
}

.active {
  color: #FFF !important;
  box-shadow: 0px -4px 0px #FFF inset; /* menu element underline */
}

.topnav .icon {
  display: none;
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: #fcc892;
  padding: 34px 12px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 11;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: #FFF;
  cursor: pointer;
  transition: none;
  box-shadow: 0px -4px 0px #FFF inset; /* menu element underline */
}

.dropdown-content a:hover {
  background-color: #EF7900;
  color: #FFF;
  box-shadow: 0px 0px 0px #FFF inset; /* menu element underline */
}

.show {
    display:block;
}



@media screen and (max-width:  1214px) 
{
  .topnav a, .dropdown .dropbtn {
    display: none;
    z-index: 11;
  }
  .topnav a.icon {
    float: right;
    padding: 20px 20px;
    display: block;
  }
}

@media screen and (max-width:  1214px) 
{
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    z-index: 11;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
    z-index: 11;
  }

    .topnav a {
      padding: 20px 20px;
      z-index: 11;
    }

    .dropdown .dropbtn {
      padding: 20px 20px;
      z-index: 11;
    }
}









   /* SLIDER */
   
.rslides_container 
{
    width: 100%;
    background: #777;
    padding: 0;
    margin: 0 0 -1px 0;
    position: relative;
    float: left;
}

.rslides 
{
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li 
{
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 1920px;
  height: 740px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}

.rslides li:first-child 
{
  position: relative;
  display: block;
  float: left;
}

.rslides img 
{
  display: block;
  height: auto;
  float: left;
  overflow: hidden;
  border: 0;
}

.caption
{
    z-index: 5;
    position: absolute;
    display: block;
    top: 20%;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 0px #000, 0px 2px 12px #000;
}

.caption2
{
    z-index: 6;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #efefef; /* Fix for IE6-9 */
    opacity: 0.84;
}

.center-dane3x1
{
    width: 1200px;
    margin:0 auto;
    opacity: 1;
}


.dane3x1
{
    width: 328px;
    height: 230px;
    padding: 0px 35px;
    float: left;
}

.border3x1r
{
    border-right: 2px solid #e3e3e3;
    width: 329px;
}

.border3x1l
{
    border-left: 2px solid #e3e3e3;
    width: 327px;
}

.dane3x1-text1
{
    margin-top: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #606060;
}

.dane3x1-text2
{
    font-size: 36px;
    color: #2D2D2D;
}

.text-logo1
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
.text-logo2
{
    font-size: 36px;
    font-weight: normal;
    line-height: 1.5;
}

.transparent-btns_nav 
{
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 30%;
  text-indent: -9999px;
  overflow: hidden;
  height: 94%;
}

.transparent-btns_nav.next 
{
  left: auto;
  right: 0;
}

.transparent-btns_nav:focus 
{
  outline: none;
}

.transparent-btns_tabs
{
  margin-top: 10px;
  text-align: center;
}

.transparent-btns_tabs li
{
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.transparent-btns_tabs a
{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
}

.transparent-btns_here a
{
  background: #222;
  background: rgba(0,0,0, .8);
}







   /* CONTENT */

.page-size
{
    width: 1200px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 5px 10px #b3b3b3;
    flex: 1 0 auto;
}


.list-disc
{
    margin: 0;
    margin-bottom: 10px;
}


aside
{
    width: 399px;
    float: left;
}

.aktualnosci
{
    padding: 30px 40px;
    height: 100%;
    border-top: 2px solid #F6F6F6;
}

.akt-data
{
    font-size: 14px;
    font-weight: bold;
    color: #A6A6A6;
}

.akt-text
{
    font-size: 20px;
    color: #ef7900;
}

.mainsection
{
    max-width: 799px;
    border-left: 2px solid #F6F6F6;
    float:left;
}

.nk-cont
{
    position: relative;
    text-align: center;
}

.nk-cont2
{
    display: none;
    text-align: center;
}

.nk-cent
{
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
}

.art
{
    padding: 30px 40px;
    border-top: 2px solid #F6F6F6;
    text-align: justify;
}

.text-12px
{
    font-size: 12px;
}

.text-16px
{
    font-size: 16px;
}

.text-26px
{
    font-size: 26px;
}

.text-20px
{
    font-size: 20px;
}

.text-36px
{
    font-size: 36px;
}

.text-16px, .text-20px, .text-26px, .text-36px
{
    text-align: center;
    font-weight: bold;
}

h1, h2, h3
{
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

hr
{
    background-color: #F6F6F6; height: 2px; border: 0;
}

.link-dof
{
    margin: 50px 20px 50px 0px;
    float: left;
}

.link-dof-txt
{
    margin: 40px 0px;
    font-size: 20px;
}


   /* ZADANIA */

.zadania
{
    max-width: 1200px;
    background-color: #fff;
    margin: 0px auto;
}

div.zadania
{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.zadanie
{
    width: 330px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin: 24px 33px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    float: left;
}

.zadanie-on
{
    width: 330px;
    background-color: #ef7900;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin: 24px 33px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    float: left;
}

.zadanie-on a
{
    color: #FFF;
}

.zadanie:hover, .zadanie a:hover, .zadanie-on a
{
    color: #FFF;
    background-color: #ef7900;
}



.zadanie1v
{
    max-width: 990px;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin: 20px 20px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    float: left;
}

.zadanie1v-on
{
    width: 97%;
    background-color: #ef7900;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    padding: 14px 0;
    margin: 20px 20px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
    float: left;
}

.zadanie1v-on a
{
    color: #FFF;
}

.zadanie1v:hover, .zadanie1v a:hover, .zadanie1v-on a
{
    color: #FFF;
    background-color: #ef7900;
}


   /* TABELE */

table 
{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.table-60
{
    width: 60%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.tableinfo th, td
{
   border: 1px solid #DDDDDD;
   padding: 2px 10px;
   text-align: left;
}

.gray
{
    background-color: #ddd;
}


    /* TABELA PODWYKONAWCY */

.tg  {max-width: 1100px;border-collapse:collapse;border-spacing:0;border-color:#aaa;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#333;background-color:#fff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#fff;background-color:#e6b100;}
.tg .tg-baqh{text-align:center;vertical-align:center;padding:4px;}
.tg .tg-hgcj{font-weight:bold;text-align:center}
.tg .tg-amwm{font-weight:bold;text-align:center;vertical-align:top;background-color:#efefef}
@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}


.px600
{
    width: 600px;
}


    /* IMG - SETTINGS */

.img-560
{
    margin: 0;
    border: 1px solid #505050;
}

.img-ani
{
   width: 200px;
}

.img-ani2yt
{
   width: 696px;
   height: 392px;
}

.img-ani3
{
   width: 190px;
   border: 1px solid #000;
}

.img-ani2yt, .img-ani3
{
    border: 1px solid #505050;
}

.img-ani, .img-ani2yt, .img-ani3, .img-560, .overlay
{
   -webkit-transition: all 0.2s ease-out; /* Safari and Chrome */
   -moz-transition: all 0.2s ease-out; /* Firefox */
   -o-transition: all 0.2s ease-out; /* Opera */
   -ms-transition: all 0.2s ease-out; /* IE 9 */
   transition: all 0.2s ease-out;
}

.img-ani:hover
{
   -webkit-transform:scale(1.05); /* Safari and Chrome */
   -moz-transform:scale(1.05); /* Firefox */
   -ms-transform:scale(1.05); /* IE 9 */
   -o-transform:scale(1.05); /* Opera */
   transform:scale(1.05);
}

.img-560:hover, .img-ani2yt:hover, .img-ani3:hover, .overlay:hover
{
    -webkit-box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.4);
}

.img-520
{
    border: 1px solid #505050;
}

.overlay
{
    position: relative;
    width: 520px;
    height: 292px;
    margin: 20px;
    float:left;
}

.overlay .link
{
    position: absolute;
    display: block;
    width: 520px;
    height: 292px;
    color: #FFF;
    text-decoration: none;
    font-size: 520%;
    text-align: center;
    top: 1px;
    left: 1px;
    padding-top: 0px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.overlay:hover .link
{
    opacity: 0.85;
}



    /* GALERIA */

.hideshow
{
    color: #ef7900;
    cursor: pointer;
}

.obiekt-bar
{
    padding-bottom: 1px;
    margin: 20px 0px 20px 0px;
    overflow:auto;
}

.obiekt-elem
{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
    width:200px;
    height:52px;
    padding: 0;
    border: 1px solid #ddd;
    margin-left: 0px;
    margin-bottom: -1px;
    float:left;
}

.underline
{
    background: #ef7900;
    color: #fff;
    border: 1px solid #ef7900;
    margin-left: 0px;
    margin-bottom: -1px;
}

.underline a
{
    color: #fff;
}

.gal-text
{
    min-height: 32px;
    font-size: 68%;
    margin: 0px 14px;
    padding: 1px 4px;
    background: #ddd;
    text-align: left;
}

    /* SCHEMATY */

.schematy20 
{
    width: 220px;
    height: 180px;
    padding-top: 10px;
    display: inline-block;
    /* border: 0px solid #efefef;
    margin: -1px 0 0 -1px; */
    float: left;
    text-align: center;
}

.schematy-news 
{
    width: 220px;
    height: 160px;
    display: inline-block;
    /* border: 0px solid #efefef;
    margin: -1px 0 0 -1px; */
    float: left;
    text-align: center;
}

.schematy30
{
    width: 33%;
    min-width: 340px;
    text-align: center;
    float: left;
}

.schematy33
{
    width: 33%;
    height: 100%;
    float: left;
}

.schematy33center
{
    width: 33%;
    height: 100%;
    text-align: center;
    float: left;
}

.schematy50 
{
    width: 50%;
    float: left;
}

.schematy50center
{
    width: 50%;
    float: left;
    text-align: center;
}

.schematy100
{
    width: 100%;
    text-align: center;
    float: left;
    height: 100%;
}

.kontakt-logo
{
    height: 70px;
}


.kontakty-logo
{
    width: 240px;
    float: left;
}

.kontakty-logom
{
    width: 200px;
    margin: 0 -30px 0 -40px;
    float: left;
}

.kontakty-logo1
{
    width: 230px;
    margin-top: 7px;
    float: left;
}

.kontakty-logo2
{
    width: 230px;
    margin-top: 35px;
    float: left;
}

.kontakty-lp
{
    width: 170px;
    text-align: left;
    margin: 24px 0px 30px 60px;
    float: left;
}

.kontakty-nazwa
{
    max-width: 690px;
    text-align: left;
    float: left;
}

.text-bold
{
    font-size: 28px;
    line-height: 1.2;
    font-family: 'Lato';
    font-weight: 900;
}

.txt-14px
{
    font-size: 14px;
}

.txt-20px
{
    font-size: 20px;
}

.text-gray
{
    color: #606060;
}

.text-orange
{
    color: #ef7900;
}






    /* AKTUALNOŚCI */

.news 
{
    font-size: 85%;
}

.news-page
{
    text-align: center;
}

    /* MAPA GOOGLE */

.map-container
{
    position: relative;
    padding-bottom: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 0;
    overflow: hidden;
}

.map-container iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

    /* PROGRESS BAR */

progress[value] 
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 20px;
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
    color: #0064BF;
}

progress[value]::-webkit-progress-bar
{
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}

progress[value]::-webkit-progress-value
{

    background-color: #0064BF;
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius:3px;
}

progress[value]::-webkit-progress-value:after
{
    content: '';
    position: absolute;
    
    width:5px; height:5px;
    top:7px; right:7px;
    
    background-color: white;
    border-radius: 100%;
}

progress[value]::-moz-progress-bar
{
    /* Gradient background with Stripes */
    background-color: #0064BF;    
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius:3px;
}

.progress-bar
{
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
    width: 100%; height:20px;
}

.progress-bar span
{
    background-color: #0064BF;
    border-radius: 3px;
    display: block;
    text-indent: -9999px;
}

div[data-value]
{ 
    position: relative;
}

div[data-value]:after
{
    content: attr(data-value) '%';
    position: absolute; right:-10px;
}



    /* FOOTER - INFO */

.footer-info
{
    height: 330px;
    border-top: 2px solid #F6F6F6;
    text-align: left;
}
.footer-info-cell
{
    width: 240px;
    margin: 30px 0px 0px 50px;
    float:left;
}
.footer-info-cell2
{
    width: 190px;
    margin: 30px 0px 0px 38px;
    float:left;
}
.footer-info-logo
{
   width: 220px;
}
.footer-text1
{
    font-size: 16px;
    font-weight: bold;
    color: #7a7a7a;
}
.footer-text2
{
    font-size: 14px;
}
.footer-link
{
    font-size: 14px;
}


.mainfooter
{
    width: 100%;
    padding: 0;
    line-height: 90px;
    color: #7A7A7A;
    background-color: #2F2F2F;
}
.footer-bar
{
    max-width: 1166px;
    margin: 0 auto;
    font-size: 14px;
}
.footer-cell-1
{
   width: 50%;
   padding: 0;
   margin: 0;
   float: left;
}
.footer-cell-2
{
   width: 50%;
   text-align: right;
   padding: 0;
   margin: 0;
   float: left;
}
.footer-date
{
    color:#CBCBCB;
    font-weight: bold;
}







    /* RESPONSIVE CSS - TABLET */

@media only screen and (max-width: 1214px)
{
.mainheader
{
    padding: 0;
}

.menu-bar
{
    height:auto;
}

.menu_logo
{
    width: 0px;
    display: none;
}

.rslides_container
{
    display: none;
}


aside
{
    display: none;
}


    
div.zadania
{
    position: static;
}


.mainsection
{
   max-width: 100%;
}

.page-size
{
    width: 100%;
}

.art
{
   margin: 0 10px;
   text-align: left;
}

h2
{
   padding: 8px 10px;
}
.map-container
{
    width: 100%;
    margin-bottom: 10px;
}
.mainfooter
{
    width: 100%;
}

.gal-text
{
    margin: 0px 4px;
}

.schematy20 
{
    width: 200px;
}
.schematy33 
{
    width: 300px;
}
.schematy50, .schematy33, .schematy100
{
    width: 90%;
}

.img-560 
{
    max-width: 90%;
}

.mainfooter
{
    width: 100%;
    padding: 0;
    line-height: 45px;
}
.footer-bar
{
    max-width: 98%;
    margin: 0 auto;
}
.footer-cell-1
{
   width: 97%;
   margin-left: 12px;
   text-align: left;
   float: inherit;
}
.footer-cell-2
{
   width: 97%;
   margin-left: 12px;
   text-align: left;
   float: inherit;
}
}

@media only screen and (max-width: 1009px)
{


.logo-bar
{
    margin-top: 0px;
    height: 90px;
}

.head-logo
{
    max-width: 770px;
    margin: 0 auto;
}
.head-logo1, .head-logo1 img
{
    width: 144px;
    height: 90px;
}
.head-logo2, .head-logo2 img
{
    width: 162px;
    height: 90px;
}
.head-logo3, .head-logo3 img
{
    width: 306px;
    height: 90px;
}
.head-logo4, .head-logo4 img
{
    width: 150px;
    height: 90px;
}




    .center-dane3x1
    {
    width: 1008px;
    }

    .dane3x1
    {
        width: 260px;
        padding: 0px 10px;
    }

.kontakty-logo
{
    width: 230px;
    float: none;
}

.kontakty-logom
{
    width: 200px;
    margin: 0;
    float: none;
}

.kontakty-logo1
{
    width: 230px;
    margin-top: 7px;
    float: none;
}

.kontakty-logo2
{
    width: 230px;
    margin-top: 0px;
    float: none;
}

.kontakty-lp
{
    width: 180px;
    text-align: left;
    margin: 0px 0px 20px 0px;
    float: none;
}

.kontakty-nazwa
{

    text-align: left;
    float: none;
}



}

    