a.menu {
  /*height: 100px;*/
  color: #FFFFFF;
  /*margin: 0 0 0 20px;*/
  text-underline-offset: 8px;
  text-decoration: #DAAA00;
  transition: all 0.3s ease-out;
  padding: 35px 12px 27px 12px;
 }
 a.menu:hover {
  color: #ead5ca;
  background-color: #FFC83733;
  background-color: #FFC8371A;
 }
 @font-face {
    font-family: 'EngramWarsaw-Regular';
    src: url('font/engram-warsaw-regular.woff') format('woff'), url('font/engram-warsaw-regular.ttf') format('truetype'); 
} 
@media only screen and (max-width: 979px) {
 .menu-desk {
  visibility: hidden !important;
  height: 0 !important;
  margin-top: 0px !important;
  display: none;
 }
 .menu-mob {
  visibility: visible !important;
  height: auto !important;
 }
}
@media only screen and (min-width: 980px) {
 .menu-mob {
  visibility: hidden !important;
  height: 0 !important;
  display: none;
 }
 .menu-desk {
  visibility: visible !important;
  height: auto !important;
  display: inline !important;
 }
}
@media (min-width: 1281px) {
 .tux {
 margin-top: 38px !important;
 }
}
.nd {
 border: none !important;
 background: none !important;
 padding: 0 !important;
}
.nd:hover {
 border: none !important;
 background: none !important;
}

.nearby {
 display: block;
 font-size: 12px;
 margin: -5px 230px 4px 0px;
}


@media only screen and (max-width: 1280px) {
 .nearby {
  margin: 0; 
 }
}
@media only screen and (max-width: 992px) {
 .main-med {
  display: none !importat;
 }
}
@media only screen and (max-width: 767px) {
 .main-desk {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: -2px !important;
 }
 .main-mob {
  visibility: visible !important;
  height: auto !important;
 }
 .ldd {
  max-width: 100% !important; 
  color: #ffffff;
 }
 .ev_box {
  border-radius: 12px;
  border-style: solid;
  border-color: #37373D;
  border-width: 1px;
  min-height: 205px;
  padding-top: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
 }
 .item {
  display: flex;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(#17181F, #202127);
  transition: background-color 0.3s;
 } 
 .item:hover {
  background: linear-gradient(#17181F, #FFC837);
 } 
 .ev_tim {
  display: inline-block;
  background: linear-gradient(to bottom, #222329, #2C2D33);
  border-radius: 20px; border-style: solid;
  border-color: #37373D;
  border-width: 1px;
  padding: 0 10px;
 }
}
@media only screen and (min-width: 768px) {
 .main-mob {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
 }
 .main-desk {
  visibility: visible !important;
  height: auto !important;
 }
 .ldd {
  max-width: 100% !important;
  color: #ffffff; 
  padding: 0px min(100px, 5vw) 30px min(100px, 5vw);
 } 
 .ev_box {
  border-radius: 12px;
  border-style: solid;
  border-color: #37373D;
  border-width: 1px;
  min-height: 170px;
  padding-top: 10px;
  padding-right: 10px;
  background: linear-gradient(#17181F, #202127);
 }
 .ev_tim {
  display: inline-block;
  background: linear-gradient(to bottom, #222329, #2C2D33);
  border-radius: 20px;
  border-style: solid;
  border-color: #37373D;
  border-width: 1px;
  padding: 0 10px;
 }
}


@media only screen and (max-width: 500px) {
 .ev_na {
  font-weight: 800;
  font-size: 13px;
 }
}
@media only screen and (min-width: 501px) {
 .ev_na {
  font-weight: 800;
  font-size: 18px;
 }
}
#menuToggle
{
  display: block;
  position: fixed;
  top: 30px;
  right: 35px;
  z-index: 1;  
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a
{
  text-decoration: none;
  color: #232323;  
  transition: color 0.3s ease;
}
#menuToggle a:hover
{
  color: tomato;
}
#menuToggle input
{
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: -10px;  
  cursor: pointer;  
  opacity: 0;
  z-index: 2;  
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;  
  background: #cdcdcd;
  border-radius: 3px;  
  z-index: 999;  
  transform-origin: 4px 0px;  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
#menu_m
{
  position: absolute;
  max-width: 400px;
  width: 100vw;
  max-height: 100vh;
  margin: -100px 0 0 -250px;
  padding: 32px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu_m li
{
  padding: 10px 0;
  font-size: 22px;
}
#menu_m li label
{
  cursor: pointer;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
.but_tr {
 border: none; 
 padding: 8px 20px; 
 text-align: left;
 text-decoration: none; 
 display: inline-block; 
 font-size: 14px; 
 cursor: pointer; 
 width: 100%; 
 background-color: transparent; 
 color: #ffffff; 
}
.but_tr:hover {
 background-color: #3C3525; 
}
.marquee {
 margin: 0 auto;
 white-space: nowrap;
 overflow: hidden;
}
.marquee span {
 display: inline-block;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1279px) {
  .nazwa {
   text-decoration: none;
   color: #ffffff;
  }
  .instytucja {
   font-weight: 400;
   font-size: 11px;
  }
  .kategoria {
   font-size: 11px;
   font-weight: 400;
  }
  .czas {
   font-weight: 400;
   font-size: 11px;
  }
  input {
   height: 30px;
  }
  select {
   height: 30px;
  }
  .favo1 {
   width: 16px;
   margin-right: 10px;
  }
  a.menu {   
  font-size: 14px;
  }
  .topper {
   padding: 50px 0 50px 5vw;
   color: #ffffff;
   max-width: 50%;
   font-size: 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .nazwa {
   text-decoration: none;
   color: #ffffff;
   font-size: 27px;
   margin-top: 10px;
  }
  .instytucja {
   font-weight: 400;
   font-size: 18px;
  }
  .ev_blok {
   line-height: 1.2;
   display: block;
  }  
  .kategoria {
   font-size: 11px;
   font-weight: 400;
   margin-bottom: 6px;
   display: block !important;
  }
  .czas {
   font-weight: 400;
   font-size: 15px;
  }
  input {
   height: 40px;
   font-size: 15px !important;
  }
  select {
   height: 40px;
   font-size: 15px !important;
  }
  .favo1 {
   width: 20px;
   margin-right: 10px;
  }
  a.menu {
    font-size: 19px;   
  }
  .topper {
   padding: 50px 0 50px 5vw;
   color: #ffffff;
   max-width: 50%;
   font-size: 18px;
  }
 }
a.button {
 font-size: 18px;
 text-align: center;
 padding: 10px 0px;
 border: 0px outset buttonborder;
 border-radius: 3px;
 color: buttontext;
 background: #daaa00;
 text-decoration: none;
 margin-top: 150px;
 display: block;
 width: 310px;
 margin-left: 5vw;
}
.wysz_db{
  text-align: center;
  font-size: 13px !important;
}
.nazwa:hover {
 color: #ffffff;
}
.anchor {
    display:block;
    padding-top:60px;
    margin-top:-60px;
 }
 .events-img {
  height: 150px;
  width: 150px;
  border-radius: 9px;
  margin: 0 10px 10px 10px;  
 }