/*kolory

#2E2E2E
#707070
#F0F0F0
#FCFCFC
#D6D6D6
*/

.welcome {
  background-color: #FCFCFC;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 1.2rem;
}

.icon-color-foot{
  color: #D6D6D6;
 }
 a.icon-color-foot:hover{
   color:#707070;
 }
 a.icon-color-foot:active {
   color:#2E2E2E;
 }
 .site-margins{
 margin-left: 70px;
 margin-right: 70px;
 
 /*display: flex;
 justify-content: center;*/
 }
 .color-font {
   background-color: #2E2E2E;
   font-family: 'Lato';
   font-weight: 400;
   
 
 }
 body::-webkit-scrollbar {
   width: 1em;
 }
 
 body::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 }
 
 body::-webkit-scrollbar-thumb {
 background-color: #707070;
 outline: 1px solid  #2E2E2E;
 }
 
 .top-margin{
   margin-top: 70px;
 }
 
 .opis-naglowek {
   font-family: 'Lato';
   font-style: normal;
   text-align: center;
   font-weight: 700;
   font-size: 2em;
   line-height: 1.5em;
   color: #FFFFFF;
   background-color: #252323;
   
 }
 
 .navbar a{
   font-family: Verdana !important;
 }
 
   /* Modify the background color */
 
   .nav-link, .navbar-brand, .navbar {
     color: #F0F0F0 !important;
     background: #1a1919;
     
     }
 /* Dropdown menu background color*/
 
 .navbar-nav > li > .dropdown-menu {     background-color: #1a1919;  }
 
 /* Dropdown menu font color*/ 
 
  .navbar-nav > li > .dropdown-menu a{   color: #F0F0F0;  }
   
 
  .dropdown-menu > li > a:hover {
   background-image: none;
   background-color: #5f5f5f;
 }
 
 /*.navbar-custom{
 background-color: #2E2E2E;
 color: white;
 font-family: 'Lato';
 }
 */
 .gallery-color{
   padding-top: 25px;
   background-color: #252424;
   color:#707070;
   padding-bottom: 25px;
  
 }
 
 .gallery-padding{
 
 
 }
 
 
 .opis-galeria-naglowek{
   padding-bottom: 25px;
   padding-top: 25px;
   border-radius: 10px 10px 0 0;
   color:#D6D6D6;
   font-size: 1em;
   font-weight: 300;
   background-color: #252424;
   text-align: center;
 
 }
 .opis-galeria{
   padding-bottom: 25px;
   padding-top: 25px;
   color:#D6D6D6;
   font-size: 0.9em;
   font-weight: 300;
   background-color: #252424;
  
   text-align: center;
   padding-left: 10px;
 padding-right: 10px;
 }
 
 .small {
   font-size: 11px;
   color: #999;
   display: block;
   margin-top: -10px
 }



a.ramka{
  
  border: 1px dashed #D6D6D6;
  
  
}
 
a:hover {
  color: #F0F0F0;
  text-decoration: none;
}
 

a:link { color: #F0F0F0;
  text-decoration: none; }

a:active { color: #F0F0F0;
    text-decoration: none; }


a:visited { color: #F0F0F0;
    text-decoration: none; }


 .animate-in {
     -webkit-animation: fadeIn .5s ease-in;
     animation: fadeIn .5s ease-in;
   }
   
   .animate-out {
     -webkit-transition: opacity .5s;
     transition: opacity .5s;
     opacity: 0;
   }
   
   @-webkit-keyframes fadeIn {
     from { opacity: 0; }
     to { opacity: 1; }
   }
   
   @keyframes fadeIn {
     from { opacity: 0; }
     to { opacity: 1; }
   }
 
 

 
 
   #preloader{
     background: 000;
     height: 100vh;
     width: 100%;
     position: fixed;
     z-index: 100;
   }
   
   @media screen and (orientation: portrait){
    .galeria>ul>li {
      float: left;
      margin-bottom: 10px;
      margin-right: 10px;
      width: 100px;
    }
    }
  

    .progress-container {
      width: 100%;
      background-color: #252424;
      border-radius: 4px;
      margin: 20px 0;
      padding: 5px;
  }

  .progress-bar {
      height: 20px;
      border-radius: 5px;
      text-align: center;
      color: white;
      line-height: 10px;
      font-size: 14px;
  }

  .progressZydowce { width: 100%; background-color: #014123; }
  .progressOdziezowa { width: 10%; background-color: #8f3a3a; }
  .progressGraffiti { width: 5%; background-color: #8f3a3a; }
  .progressNiebuszewo { width: 3%; background-color: #542929; }
  .progressPostacie { width: 3%; background-color: #542929; }
  .progressHaiti { width: 100%; background-color: #014123; }
  .progressFinished { width: 100%; background-color: #014123; }
  .progressPRL { width: 1%; background-color: #8f3a3a; }



  .progress-25 { width: 25%; background-color: #f44336; }
  .progress-50 { width: 50%; background-color: #ff9800; }
  .progress-75 { width: 75%; background-color: #4caf50; }
  .progress-100 { width: 100%; background-color: #2196F3; }

  .yt-thumb {
    width: 148px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .yt-thumb img {
    width: 232px;
    
  }
  .yt-thumb img:hover {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    
  }


  .thumbnail {
    width: 320px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 10px;
}

.thumbnail img {
    width: 100%;
    border-radius: 8px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
}

.popup {
  padding-bottom: 25px;
  padding-top: 25px;
  color:#D6D6D6;
  font-size: 0.9em;
  font-weight: 300;


    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #252424;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    text-align: center;
}

.popup iframe {
    width: 640px;
    height: 360px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.close-btn {
    display: block;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    color: red;
}


table {
  width: 100%;
  border: 1px solid #ddd;
  margin: 20px auto;
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
  text-align: center;
}


.tabela{
  padding-bottom: 25px;
  padding-top: 25px;
  border-radius: 10px 10px 0 0;
  color:#D6D6D6;
  background-color: #bde9ba
  font-size: 1em;
  font-weight: 300;
  
  text-align: center;
}

.filmy-header{
     font-family: 'Lato';
   font-style: normal;
   text-align: center;
   font-weight: 700;
   font-size: 3em;
   line-height: 1.5em;
   color: #FFFFFF;
   background-color: #616060;
}