
/* GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {

 background-color: black;
  color: white;
  font-size:1.5rem;
}

img.dark-shadow {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));

}

.dark-shadow {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));
 color: white;
}

h2 {
	
}

h1, h3, h4, header .btn {
  font-weight: 700;
}

h1 {

  text-transform: uppercase;
  font-size: 2.6rem;
  
}

h3 {
  margin-bottom: 25px;
  font-size: 2.3rem;
  text-align: left;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 4rem;
  font-weight: 900;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}


h3:after {
  content: '';
  display: block;
  width: 10%;
  padding-top: 5px;
  border-bottom: 3px solid whitesmoke;
}

h1 + h4 {
  font-weight: normal;
}

a {
  text-align: center;
  outline: none;
  display: inline-block;
  text-decoration: none;
  background: white;
  font-size: 2rem;
  color: gray;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}

.btn {
  font-size: 1.2em;
  border-radius: 5px;
  padding: 12px 30px;
}

.block {
  width: 130px;
  margin: 0 auto;
  display: block;
}



  /* ------------------------ SLIDER ------------------------;*/



.image {
  width: 100%;
  height: 200px;
}

.images {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.images-inner {
  width: 500%;
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.image-slide {
  width: 20%;
  float: left;
}
.image-slide,
.fake-radio,
.radio-btn {
  transition: all 0.5s ease-out;
}
.fake-radio {
  float: right;
}




/* Move slides overflowed container */
#slide1:checked ~ .images .images-inner {
  margin-left: 0;
}
#slide2:checked ~ .images .images-inner {
  margin-left: -100%;
}
#slide3:checked ~ .images .images-inner {
  margin-left: -200%;
}




/* Color of bullets */
#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
#slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
#slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  background: red;
}
.radio-btn {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: gray;
  display: inline-block !important;
  margin: 0 1px;
  cursor: pointer;
}
/* Color of bullets - END */




/* Text of slides */
#slide1:checked ~ .labels .label:nth-child(1),
#slide2:checked ~ .labels .label:nth-child(2),
#slide3:checked ~ .labels .label:nth-child(3) {
  opacity: 1;
}

.label {
  opacity: 0;
  position: absolute;
}
/* Text of slides - END */



/* Calculate AUTOPLAY for BULLETS */
@keyframes bullet {
  0%, 33.32333333333334%	{
    background: red;
  }
  33.333333333333336%, 100% {
    background: gray;
  }
}


#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
  animation: bullet 12300ms infinite -1000ms;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
  animation: bullet 12300ms infinite 3100ms;	
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  animation: bullet 12300ms infinite 7200ms;	
}
/* Calculate AUTOPLAY for BULLETS - END */




/* Calculate AUTOPLAY for SLIDES */
@keyframes slide {
  0%, 25.203252032520325%	{ margin-left: 0; }
  33.333333333333336%, 58.53658536585366%	{ margin-left: -100%; }
  66.66666666666667%, 91.869918699187%	{ margin-left: -200%; }
}


.st-slider > #play1:checked ~ .images .images-inner {
  animation: slide 12300ms infinite;	
}
/* Calculate AUTOPLAY for SLIDES - END */





/* Calculate AUTOPLAY for CAPTION */
@keyframes caption {
  0%, 33.32333333333334%	{
    opacity: 1;
  }
  33.333333333333336%, 100% {
    opacity: 0;
  }
}


#play1:checked ~ .labels .label:nth-child(1) {
  animation: caption 12300ms infinite -1000ms;
}

#play1:checked ~ .labels .label:nth-child(2) {
  animation: caption 12300ms infinite 3100ms;	
}

#play1:checked ~ .labels .label:nth-child(3) {
  animation: caption 12300ms infinite 7200ms;	
}
/* Calculate AUTOPLAY for CAPTION - END */



/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */



header .btn {
  text-transform: uppercase;
}

header a:hover, .about a:hover {
  background: red;
  color: white;
}

header .btn, .services {
  margin-top: 100px;
}

header {

}

.about, .contact, .druki, .pieczatki, .introligatornia {
  padding: 30px 0; 
}


header {
 background: rgb(0,215,255);
background: linear-gradient(302deg, rgba(0,215,255,1) 0%, rgba(23,162,198,1) 47%, rgba(255,255,255,1) 96%); 
  text-align: center;

}

nav ul, .contact ul {
  list-style: none;
  font-size: 0;
}

nav li, .contact li {
  margin-bottom: 0;
  display: inline-block;
}

nav li {
  width: 50%;
}

nav a {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 7px 0;
  line-height: 30px;
}

nav li:nth-child(2n+1) a:after {
  position: absolute;
  content: '';
  top: 19.5px;
  right: -2.5px;
  z-index: 10;
  border-radius: 100%;
  background: steelblue;
  width: 5px;
  height: 5px;
}







/* ABOUT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.about {
  /* background: url("../images/tlo.jpg") no-repeat center top; */
  color: black;
  background-color: #F3FEDD;
}

.about .one-third, 
.about .two-thirds {
  background: white;
  background: rgba(255,255,255,.95);
  padding: 10px;

}

.about .twelve {
 background: white;
  background: rgba(255,255,255,.96); 
  padding: 10px;
	
}



.about .one-third {
  margin-top: 20px;
}

.about a {
  margin-top: 10px;
}

.about ul {
  margin-bottom:18px;
}

.about h3:after, .contact h3:after {
  border-color: red;
}

.about .center {
  text-align: center;
}

.about .bottom {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about .one-third a {
  margin: 10px auto;
  width: 50%;
  display: block;
} 

.about .two-thirds p:last-child {
  margin-bottom: 0;
}

/* pieczatki STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pieczatki {
   background: url("../images/tlo_pieczatki.jpg") no-repeat center top;  
  color: black;
  background-color: white;

  
  
}

.pieczatki .one-third, 
.pieczatki .two-thirds {
  background: white;
  background: rgba(255,255,255,.95);
  padding: 10px;

}

.pieczatki .twelve {
 background: white;
  background: rgba(255,255,255,.96); 
  padding: 10px;
	
}



.pieczatki .one-third {
  margin-top: 20px;
}

.pieczatki a {
  margin-top: 10px;
}

.pieczatki ul {
  margin-bottom:18px;
}

.pieczatki h3:after, .contact h3:after {
  border-color: red;
}

.pieczatki .center {
  text-align: center;
}

.pieczatki .bottom {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pieczatki .one-third a {
  margin: 10px auto;
  width: 50%;
  display: block;
} 

.pieczatki .two-thirds p:last-child {
  margin-bottom: 0;
}


/* druki STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.druki {
  background: url("../images/tlo_druki.jpg") no-repeat center top; 
  color: black;
   /* background-color: #265050; */
  
}

.druki .one-third, 
.druki .two-thirds {
  background: white;
  background: rgba(255,255,255,.95);
  padding: 10px;

}

.druki .twelve {
 background: white;
  background: rgba(255,255,255,.96); 
  padding: 10px;
	
}



.druki .one-third {
  margin-top: 20px;
}

.druki a {
  margin-top: 10px;
}

.druki ul {
  margin-bottom:18px;
}

.druki h3:after, .contact h3:after {
  border-color: red;
}

.druki .center {
  text-align: center;
}

.druki .bottom {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.druki .one-third a {
  margin: 10px auto;
  width: 50%;
  display: block;
} 

.druki .two-thirds p:last-child {
  margin-bottom: 0;
}

/* introligatornia STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.introligatornia {
  background: url("../images/tlo_introligatornia.jpg") no-repeat center top; 
  color: black;
  background-color: gray;
}

.introligatornia .one-third, 
.introligatornia .two-thirds {
  background: white;
  background: rgba(255,255,255,.95);
  padding: 10px;

}

.introligatornia .twelve {
 background: white;
  background: rgba(255,255,255,.96); 
  padding: 10px;
	
}



.introligatornia .one-third {
  margin-top: 20px;
}

.introligatornia a {
  margin-top: 10px;
}

.introligatornia ul {
  margin-bottom:18px;
}

.introligatornia h3:after, .contact h3:after {
  border-color: red;
}

.introligatornia .center {
  text-align: center;
}

.introligatornia .bottom {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.introligatornia .one-third a {
  margin: 10px auto;
  width: 50%;
  display: block;
} 

.introligatornia .two-thirds p:last-child {
  margin-bottom: 0;
}


/* kontakt STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.kontakt {
  background: url("../images/tlo.jpg") no-repeat center top;
  color: black;
  background-color: black;
}

.kontakt .one-third, 
.kontakt .two-thirds {
  background: white;
  background: rgba(255,255,255,.95);
  padding: 10px;

}

.kontakt .twelve {
 background: white;
  background: rgba(255,255,255,.96); 
  padding: 10px;
	
}



.kontakt .one-third {
  margin-top: 20px;
}

.kontakt a {
  margin-top: 10px;
}

.kontakt ul {
  margin-bottom:18px;
}

.kontakt h3:after, .contact h3:after {
  border-color: red;
}

.kontakt .center {
  text-align: center;
}

.kontakt .bottom {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.kontakt .one-third a {
  margin: 10px auto;
  width: 50%;
  display: block;
} 

.kontakt .two-thirds p:last-child {
  margin-bottom: 0;
}




/* CONTACT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.contact {
   background-color: #f0f0f0;
  text-align: center;
  color: black;
}

.contact h5 {
 
  text-align: left;
}


.contact ul a {
  margin-top: 50px;
  box-shadow: none;
  background: none;
  margin-left: 30px;
}

.contact li:nth-child(1) a {
  margin-left: 0;
}

.contact span {
  font-size: 2em;
  -webkit-transition: color ease .4s;
          transition: color ease .4s;
}

.contact span:hover {
  color: steelblue;
}

.contact .btn-blue {
  position: relative;
  margin-top: 30px;
  color: white;
  background: steelblue;
  box-shadow: 0 8px #3b6d97;
}

.contact .btn-blue:hover {
  background: #427aa9;
  color: white;
}

.contact .btn-blue:after {
  position: absolute;
  content: '☃';
  top: 5px;
  right: 30px;
  font-size: 1.6em;
}

.contact .btn-blue:active {
  box-shadow: 0 4px #3b6d97;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

.contact .creator a {
    background: none;
}



/* MEDIA QUERIES STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 550px) {

  nav li {
    width: auto;
  }

  a {
    /* box-shadow: 0 8px #f4ba04; */
  }

  nav a {
    padding: 20px;
 
    width: auto;
  }

  nav li:nth-child(2n+1) a:after {
    content: none;
  }

  nav li:last-child a {
    border-right: none;
  }

  header a:hover, .about a:hover {
    box-shadow: 0 8px gray;
  }

  header a:active, .about a:active {
    box-shadow: 0 4px #f4ba04;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }

  .about .one-third {
    margin-top: 0;
  }
  
  .about .one-third a {
    width: 35%;  
  }
  
  .contact .creator a {
    box-shadow: none;
  }

}



@media (min-width: 750px) {

  h1 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 2.8rem;
  }

  h4 {
    font-size: 2.4rem;
  }

  .services a:hover {
    box-shadow: 0 -8px white;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
  
  .contact ul a {
    margin-left: 45px;
  }

  .contact ul span {
    font-size: 3em;
  }

}

input[type=radio] {
opacity: 0;
position: absolute;
}



