@font-face {
    font-family: 'aR1ek';
    src: url('28_Days_Later.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'stopka';
    src: url('Kobajashi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root{
	font-family: Open Sans, sans-serif;
    background-color: #262626;
    box-sizing: border-box;
}


.table{
	text-transform: uppercase;
	border-collapse: collapse;
	margin: auto;
	color: white;
    border: 2px;
    border-style: solid;
}
.table td{
	text-align: center;
	color: white;
    border: 2px;
    border-style: solid;
}
.table tr:nth-child(3n+0) td {
   background-color: white;
}
.tlo{
    letter-spacing: 4px;
    background-color: white;
    color: black;
    position: relative;
    margin: auto;
    padding: 20px;
    width: 45pc;
    height: 6pc;
    border-radius: 20px;
    text-align: justify;
}
.tlo .div1_ex1 {
  padding: 10px 0px 10px 0px;
  text-align: right;
  width:40%;
  float:left;
  height:20px;
  border:none;
  border-bottom: 4px #008df0 solid;
}

.tlo .div2_ex1 {
  padding: 10px 0px 10px 0px;
  width:60%;
  height:20px;
  float:left;
  margin:0px;
  border-bottom: 4px #008df0 solid;
}

.tlo .div3_ex1 {
  padding: 10px 0px 10px 0px;
  text-align: right;
  clear: both;
  width:40%;
  float:left;
  height:20px;
  border:none;
}

.tlo .div4_ex1 {
  width:60%;
  height:20px;
  float:left;
  margin:0px;
  padding: 10px 0px 10px 0px;
}
.tlo_revolut{
    background-color: rgb(133, 193, 253);
    color: black;
    position: relative;
    margin: auto;
    padding: 20px;
    width: 45pc;
    height: 9pc;
    border-radius: 20px;
    text-align: justify;
}


.tlo_revolut .div2_ex1 {
  padding: 0px 0px 10px 0px;
  width:100%;
  float:left;
  margin:0px;
  text-align: center;
  border-bottom: 4px #FFF solid;
}

.tlo_revolut .div3_ex1 {
  padding: 30px 10px 10px 0px;
  text-align: right;
  clear: both;
  width:40%;
  float:left;
  border:none;

}

.tlo_revolut .div4_ex1 {
  width:50%;
  height:40px;
  float:left;
  margin:0px;
  padding: 10px 0px 10px 0px;
  background-color: none;
}
.div4_ex1:hover {
-webkit-filter: drop-shadow(5px 5px 15px blue); 
filter: drop-shadow(5px 5px 15px blue);
}
#baner{
     font-family: 'aR1ek';
    display: inline-block;
    background-color: #111;
     border-radius: 10px;
    float: left;
    width: 100%;
    height: 108px;
}
#baner h1{
    text-align: center;
    color: #3997ff;
    font-size: 40px;
    letter-spacing: 30px;
}
#baner h1 em{
    color: red;
    font-style: normal;
}
#baner h1 sub{
    text-transform: uppercase;
    color: white;
}
#lewy{
    display: inline-block;
    margin: 5px 0px 5px 0px;
    background-color: #111;
    border-radius: 10px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
#lewy h1{
    text-align: center;
    color: #3997ff;
    font-size: 40px;
}
#lewy img{
    display: inline-block;
    margin: auto;
    min-width: 50px;
    max-width: 320px;

}

#lewy td{
         letter-spacing: 4px;
    }
#lewy h2{
    padding-left: 20px;
    color: white;
    font-size: 30px;
}
#lewy p{
    color: white;
    padding: 0px 20px 0px 20px;
    text-align: justify;
}
.all-photo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.pocztowka{
  position: relative;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
.pocztowka img{
  height: 293px;
  width: 293px;
  object-fit:cover;
}


.link{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #111;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  color: white;
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
  font-size: 40px;
  text-align: center;
}
.link p{
text-align: center;
}
.white{
  text-align: center;
}
.pocztowka:hover .link
{
  opacity: 0.8;
}
.all-video{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.film{
	margin: 10px;
  width: 520px;
  padding: 10px;
  background: #008df0;
  border-radius: 10px;
}
.film:first-child{
  background: #ffe73c;
}
#najnowszy_yt{
    letter-spacing: 4px;
    background-color: black;
    color: white;
    position: relative;
    margin: auto;
    padding: 20px;
    width: 40pc;
    border-radius: 10px;
    text-align: justify;
}
#staty{
    letter-spacing: 4px;
    background-color: white;
    color: black;
    position: relative;
    margin: auto;
    padding: 20px;
    width: 45pc;
    height: 6pc;
    border-radius: 10px;
    text-align: justify;
}
#staty1 {
  width:33%;
  float:left;
  height:100px;
  
  border:none;
}

#staty2 {
  width:33%;
  height:100px;
  float:left;
  margin:0px;
 
}

#staty3 {
  width:33%;
  height:100px;
  float:left;
  margin:0px;
  
}
.opis{
    width: 100%;
    height: 30%;
    margin: 0px;
    background: #ffffff;
    text-align: center;
}
.liczba{
  font-size: 45px;
  height: 70%;
  text-align: center;
}
#srodek{

    display: inline-block;
    margin: 5px 0px 5px 0px;
    background-color: #111;
    border-radius: 10px;
    float: left;
    width: 100%;
}
#srodek h1{
    text-align: center;
    color: #3997ff;
    font-size: 40px;
}
#srodek p{
    text-align: center;
    color: white;
    font-size: 20px;
}
#srodek input{
    display: block;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    min-width: 50px;
    max-width: 500px;
    width: 520px;
    height: 50px;
}
#srodek textarea{
    display: block;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    min-width: 50px;
    max-width: 500px;
    width: 520px;
    height: 150px;
}
#srodek form{
    text-align: center;
}
.obrazek{
     display: grid;
width: auto;

height: inherit;
}
#stopka{
    font-family: 'stopka';
    display: inline-block;
    margin: auto;
    clear: both;
    background-color: #111;
    border-radius: 10px;
    float: left;
    width: 100%;
}
#stopka p{
    letter-spacing: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    color: #3997ff;
    text-transform: uppercase;
    font-size: 20px;
}
#social{
    margin-left: 10px;
    width: 48%;
    float:left;
}
#social p{
    margin: 0;
    color: red;
    font-size: 10px;
    float: left;
    letter-spacing: 10px;
}
#copy{
    width: 48%;
    float:right;
}
#copy p {
	font-size: 12px;
	padding: 18 0 18 0;
	text-align: right;
    letter-spacing: 10px;
}
#copy em{
	color: red;
    font-style: normal;
}
}

.menu-trigger {
  color:#fff;
  background-color: #008df0;
  font-weight:700;
  text-transform:uppercase;
  padding:15px;
  margin:0 0 5px;
  cursor:pointer;
}


.fa {
     padding: 10px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.kama {
  background: #128826;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
@media (max-width: 800px) { /* dla tel */
.table{
	
    width: 70%;
  	border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1%;
}
.table img{
	background-color: white;
	display: block;
	text-align: center;
    width: 70%;
  	border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1%;
}

.table td,th {
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 5px 12px;
    text-align: center;
    vertical-align: top;
}
.table tr:nth-child(3n+0) td {
   background-color: white;
}
#baner{
    height: 80px;
  }
#baner h1{
    font-size: 30px;
    letter-spacing: 10px;
}
  
#menu
{
    display: inline-block;
    margin-top: 5px; 
    width: 100%;
    background-color: #008df0;
    text-align: center;
    border-radius: 10px;
}
.menu{
    display: none;
  }
.menu-trigger 
{
    list-style-type: none;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    min-height: 38px;
    line-height: 200%;
    font-weight: bold;
    border-radius: 10px;
}
#menu ul {list-style:none; margin-right: 50px;}
#menu ul li {margin-bottom:1px;}
#menu ul li a {
      display:block;
      font-size:14px;
      font-weight:700;
      text-decoration:none;
      color:#fff;
      background:#333;
      padding:12px 20px;
  }
   #menu ul li a:hover{
      background:#212121;
      color:#FFF;
  }
  #lewy img {
    max-width: 200px;
    padding: 0px 0px 0px 15px;
  }
.tlo{
    font-size: 11px;
    letter-spacing: 2px;
    padding: 20px;
    width: 11pc;
    height: 6pc;
}
.tlo .div1_ex1 {
  padding: 0px;
  width:100%;
  text-align: center;
  border: none;
}

.tlo .div2_ex1 {
  padding:  0px;
  width:100%;
  text-align: center;
}


.tlo .div3_ex1 {
  padding: 10px 0px 0px 0px;
  text-align: center;
  width:100%;
}

.tlo .div4_ex1 {
  width:100%;
  height:20px;
  padding:  0px;
  text-align: center;
}
.tlo_revolut{
      height: 10pc;
    font-size: 11px;
    width: 11pc;
}


.tlo_revolut .div3_ex1 {
    padding: 10px 0px 10px 0px;
    width: 100%;
    border: none;
    text-align: center;
    border-bottom: 4px #FFF solid;
}

.tlo_revolut .div4_ex1 {
  width:50%;
  height:40px;
  float:left;
  margin:0px;
  padding: 10px 0px 10px 0px;
  background-color: none;
}
#revo_logo {
  width: 150px;
  border-radius: none;
}

  #stopka p {
    letter-spacing: 10px;
    font-size: 10px;
  }
  #najnowszy_yt{
    letter-spacing: 4px;
    background-color: black;
    color: white;
    position: relative;
    margin: auto;
    padding: 5px;
    width: 18pc;
    border-radius: 10px;
    text-align: justify;
}
#najnowszy_yt iframe{
   width: 100%;
   height: 200px;
}
#staty{
    letter-spacing: 4px;
    background-color: white;
    color: black;
    position: relative;
    margin: auto;
    padding: 5px;
    width: 18pc;
    height: 6pc;
    border-radius: 10px;
    text-align: justify;
}
.opis{
    width: 100%;
    height: 30%;
    margin: 0px;
    background: #ffffff;
    text-align: center;
    font-size: 8px;
}
.liczba{
  height: 70%;
  text-align: center;
}
}
@media (min-width: 800px)  { /* Dla PC */
  .menu-trigger{
    display: none;
  }
  #menu
{
    display: inline-block;
    margin-top: 5px; 
    width: 100%;
    background-color: #008df0;
    text-align: center;
    border-radius: 10px;
}

.menu
{
    list-style-type: none;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    min-height: 38px;
    line-height: 200%;
    font-weight: bold;
}

.menu > li
{
    text-transform: uppercase;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px dashed #0a2b42;
}

.menu > li:first-child
{
    border-left: 1px dashed #0a2b42;
}

.menu a
{
    color: #fff;
    text-decoration: none;
}

.menu a:hover
{
    color: #0a2b42;
}
.menu img{
    height: 25px;
    width: 50px;
    vertical-align: middle;

}
}