:root {
    --orange: #D05428;
    --accent: #fc3204;
    --light: white;
    --light2: #f2f2f2;
    --borderwhite: solid 1px white;
    --zielony: green;
    --dark: #adadad;
    --dark2: #000000;
    --dark3: #333333;
    --font1: 'Muli', sans-serif;
    --backcolor:black;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 1.2rem;
    padding: 0 7%;
}
.logob{
    max-width: 200px;
}
a{
    color:var(--accent);
    font-weight: bolder;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
img,
video {
    max-width: 100%;
    height: auto;
}

nav {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 800;
}
.sticky{
    position: sticky;
    height: 10px;
    background: var(--accent);
    top:150px;
    left: 0;
    z-index: 800;
}
.mmenu {
    list-style-type: none;
}
.onecolumn,.twocolumn{
    padding:0 2vw;
}
.mmenu li {
    margin-right: 12px;
    display: inline;
}

.mmenu a {

    text-decoration-color: transparent;
}

.langs li {
    list-style-type: none;
    display: inline;
    padding-right: 5px;
}

.langs li a {
    color: var(--backcolor);
    text-decoration: none;
}

.lng-pl a::after {
    content: url('../img/flag_1.gif');
}

.lng-en a::before {
    content: url('../img/flag_2.gif');
}


footer {
    border-top: var(--borderwhite);
    border-bottom: var(--borderwhite);
    color: var(--light);
    text-align: center;
    padding: 2%;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--light);
}

.techne a {
    color: black;
    font-family: "Times New Roman";
    background-color: #adadad;
    padding: 6px;
    text-decoration-color: transparent;
}

.techne span {
    color: red;
}

.flexul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
    justify-content: space-around;
    font-size: 1rem;;
}

.flexul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: 2px solid var(--orange);
    padding: 6px 2%;
}
.flexul img{
    height:auto;
    width:35px;
    margin:5px;
}

hr {
    border: 3px solid var(--accent);
}

.pricepanel hr{
    display:none;
}
.pricepanel{
    display:flex;
justify-content: space-around;
}


.pakiety{
        background-color: var(--light);
        color: var(--backcolor);
        padding: 2vw;
        font-size: 90%;
    }
           
      /* Style the list */
.price {
        list-style-type: none;
        background-color: var(--light2);
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column; 
        justify-content: center;
        transition: 0.3s;
        margin:2vw;
        align-items: stretch;
      }
.price:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
      
    .pcta a { color: var(--light);
        text-decoration-color: transparent;
        display: block;
        font-size: 150%;font-weight: bold;
        padding: 2vh 0;
        background: var(--accent);
        border: 2px solid var(--accent);
    }

    .pcta a:hover {
            color: var(--accent);
            background-color: var(--light);}

      /* List items */
      .price li {
        border-bottom: 1px dotted var(--accent);
        padding: 10px;
        text-align: center;   
        min-height: 40px; 
       }
      
      /* Grey list item */
      .price .grey {
          color:var(--orange);
 
      }
     .price li.promo{
          font-size: 120%;
          font-weight: bolder;
          background: var(--accent);
           padding:20px;
      }
      

      
      /* Change the width of the three columns to 100%
      (to stack horizontally on small screens) */
      @media only screen and (max-width: 600px) {
        .columns {
          width: 100%;
        }
      }

/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #417630;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

ul.social-network {
    display: inline;
    list-style: outside none none;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
}
.art-item-title{
    display: none;
}
.art-item-img {
    text-align: center;

}
.strefapobierania ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style-type: none;
}
.strefapobierania li {
    border: 5px solid var(--accent);
    text-align: center;
    vertical-align: middle;

    width: 300px;
    margin: 10px;
}
.strefapobierania li:hover {
    border: 5px solid var(--light);
color:var(--light)
}
.strefapobierania li a {
    display: block;
    text-decoration-color: transparent;
    padding: 3%;
}


.twocolumn .newsItems {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.text-center{
    text-align: center;
}
.articlebody img {
    margin-right: 20px;
}

.articlebody {
    padding: 2%;
}

/* Style the buttons that are used to open and close the accordion panel */

.accordion {
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    text-align: center;
    border: none;
    transition: 0.4s;
    background: var(--accent);
    color:var(--light);
    font-size: large;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS),
and when you move the mouse over it (hover) */

.active,
.accordion:hover {
    background-color: var(--light);
    color: var(--accent);
}


/* Style the accordion panel. Note: hidden by default */

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background: var(--light);
    color: var(--dark3);
    border:3px double var(--dark2);
    text-align: left;
}

.accordion::after {
    content: '+';
    font-size: 1rem;
    float: right;
    margin-left: 5px;
}

.active::after {
    content: "-";
}

.panel .art-item-content{
    color: var(--backcolor);
    padding:2%;
}

.upup{
    text-align: center;
}
.news_expanded {
    min-height: 50vh;
    margin-top: 10vh;
}

.item {
    flex-basis: 50%;
}

h4 {
    font-size: 120%
}

h4.title a {
    color: var(--orange);
    text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    font-size: 1.3rem;
    text-align: center;
}



.short ul li {
    line-height: 1.4rem
}



.prelegenci {
    padding-top: 120px;
    text-align: justify;
    text-justify: inter-word;
    color: var(--orange);
}

.prelegenci img {
    float: left;
    border-radius: 50%;
    border: 8px solid var(--orange);
    max-height: 120px;
    width: auto;
    margin-right: 10px;
}

.prelegenci .newsItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

.prelegenci .newsItems .item {
    flex-basis: 42%;
    position: relative;
    margin-bottom: 3%;
}

.enditem {
    display: none
}

.prelegenci .more {
    float: right;
    padding: 4px;
    border: 1px solid var(--orange);
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.prelegenci .more a {
    color: var(--orange);
    text-decoration-color: transparent;
}


.btn1 {
    background: var(--orange);
    color: var(--light);
    padding: 1vw 4vw;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
    width: 300px;
    margin: 4vh;
    font-size: 1.5vw;
}
.btn1:hover{
    background: var(--light);
    color: var(--orange);
    border:2px solid var(--orange)
}


.logotypy {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    list-style-type: none;
    padding-left: 0;
    align-items: center;
}

.logotypy img{
max-height: 60px;
max-width: 200px;
height: auto;
width:auto
}

.logotypy li {
    margin: 1%
}
.loga{
    padding:2%
}

.flexul1,
.galleryPhotos ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style-type: none
}

.flexul1 li,
.galleryPhotos li {
    border: 1px dotted var(--orange);
    padding: 6px 1%;
    margin: 3px;
}

.galleryPhotos .clear {
    display: none;
}

h4.title {
    text-align: center;
}
.greybackground {
    background: var(--light2);
}

/*fabebooki*/

@media all and (max-width: 700px) {
    .pricepanel {
        display: block;}
    .price{
        display: block;
        margin:10px;
    }    


    .flex,
    .prelegenci .newsItems{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .prelegenci .newsItems .item {
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 5vmax;
    }
    .flexul{
      display:block;


    }
    .flexul li{
      margin-left: 0;
          margin:1vmax;
    }
    .mmenu li {
        padding: 10px;
        margin: 3px;
        display: block;

    }
    nav {
        border-bottom: 1px solid green;
        position: relative;
    }
}


.kbKat74, .kbArtsList{display:flex;flex-flow: row wrap;margin:0 3vw; justify-content: space-evenly;align-items:stretch}

.kbArtsListItem{
    max-width: 42%;
    margin:20px;
}
.box {display: flex;
    flex-direction: column;
    padding: 1vw;
    background-color: var(--light2);
    border: 1px solid var(--dark);
}

.kbFotoList{display: none;}
.kbArtIcon1 {display: none;}

img.kbArtIcon2{
    max-width: 500px;
    width: auto;

}

nav {
    position: sticky;
    background-color: var(--light);
}
.kbArtsListItem{

    padding: 1%;
}
.kbTitle {
    grid-area:prelegenttyt;
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
    padding:20px;

}
.kbTitle a{
    text-decoration-color: transparent;
    margin-left: auto;
    margin-right: auto;
text-align: center;
display: block;
color: var(--dark)
}
.kbTitle a:hover{color: var(--accent);}
.artlists3 .kbShortContent{
display: none;
}
.kb-details{
    max-width: 1400px;
    margin: auto;
}

.kbShortContent {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 1vh;
    gap:2vw;
    width:100%;
    align-items: center;
    border-bottom: 1px solid var(--dark);
}

.kbShort{
max-width: 600px;
}

/* tabs*/

.program a {
    background: #fd264f;

    display: block;

    margin: 0;
    padding: 5px 110px;
    position: fixed;
    top: 20px;
    right: -100px;
    text-align: center;
    text-decoration: none;
    transform: rotate(45deg);
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {

    cursor: pointer;
    display: block;

    padding: 1rem 0;
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid lightgray;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border: 1px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border: 3px solid var(--accent); 
  }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2  {
    width: 50%;}
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }
      
.dzien{
  font-size: 150%;
}
.art-item-906 ul, .art-item-907 ul, .art-item-906 ol, .art-item-907 ol{
    display: grid;
    grid-template-columns: 200px 2fr 3fr;
    list-style-type: none;
    margin:1vh;
    grid-gap: 10px;
}
.program li{
    margin:5px;border-bottom: 1px dotted var(--dark3);
}

.program h3{
    color: var(--accent);
    text-align: center;
}