/*body{
	padding: 0;
	margin: 0;
}*/
* {
	box-sizing: border-box;
	background-color: white;
	padding: 0;
	margin: 0;
	width: 100%;
	
}
body {font-family: Verdana, sans-serif; margin:0; background-color: whitesmoke; width: 100%; padding: 0;}
.mySlides {display: none}

img {vertical-align: middle;}

li, a, button {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 500;
	font-size: 16px;
	color: black;
	text-decoration: none;
	width: auto;
  
}
header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 30px ;
	font-size: 50px;

}


.navlinks{
	color: red;
	font-size: 50px;
}

.logo {
	cursor: pointer;
	margin-right: auto;
	width: 200px;

}
.art1{
	/*font-family: 'Crimson Pro', serif;
	font-weight: 500;
	text-align: center;
	background-color: #d4cfcf;
	width: 100%;
	height: 300px;
	padding: 150px 0;
	font-size: 28pt;*/
	width: 100%;
	height: 300px;
	font-size: 20pt;
	text-align: center;
	padding: 80px 0;
	background-color: #f5f2e9;


}
.orange{
	color: orange;
  background-color: inherit;
}
.BB{
  background-color: inherit;
  font-size: 35px;
}

.nav__links {
	list-style: none;
	margin-bottom: 20px;
	float: right;
	text-align: right;
}
.nav__links li {
	display: inline-block;
	padding: 0px 40px;

}
.nav__links li a {
	transition: all 0.3 ease 0s;
}
.nav__links li a:hover {
	color: green;
	
}
.cta{
	width: 100%;

}

button {
	padding: 9px 25px;
	background-color: rgb(0, 136, 169, 1);
	border: none;
	border-radius: 50px;
    cursor:  pointer;
    transition: all 0.3s ease 0s;
    margin-left: 20px;
    text-align: center;
}
button:hover{
	background-color: rgb(0, 136, 169, 0.8);
}
.art2{
	width: 100%;
	height: 700px;
	
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height: 700px;
  background-color: whitesmoke;


}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #e0e0e0;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
.be{
  font-size: 35px;
}
.be2{
  font-size: 20px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
   .slideshow-container{height: 300px;}
   img { width: 100%;
  height: 300px; max-height: 300px;}
  .nav__links {text-align: center;}

  .be{
    font-size: 25px;
  }
  .be2{
    font-size: 15px;
  }
 }

@media only screen and (max-width: 450px) {
  #a {width: 100%; float: left;text-align: center; }
  button{ margin-left: 0; text-align: center; }
  img { width: 100%;
  height: auto; max-height: 700px;}
 .slideshow-container{
 	max-height: 440px;
 	height: 440px;
 }
.be{
   font-size: 18px;
 }
 .be2{
  font-size: 15px;
}
.BB{
  font-size: 25px;
}
 .nav__links { text-align: center;}
}
@media only screen and (min-width: 450px) and (max-width: 975px )  {
  
  #a {width: 100%; float: left;text-align: center;}
  button{ margin-left: 0; text-align: center; }
  .nav__links {display: block;width: 200px; text-align: center;}
  img { width: 100%;
  height: auto;
  max-height: 700px;}
  .slideshow-container{
 	max-height: 700px;
 }
}

@media only screen and (min-width: 975px ) {
	img { width: 100%; height: auto; max-height: 700px;}  
  .nav__links {display: inline-block; }
}

.art30{
	width: 100%;
	height: 150px;
	background-color: white;
	padding-top: 50px;
	padding-left: 30px;
  background-color: whitesmoke;
	
}
#art20{
  width: 100%;
  height: 100px;
  background-color: white;
  padding-top: 50px;
  padding-left: 30px;

  background-color: white;
  
}

.zajecia{
	width: 100%;
	height: 40px;
	background-color: white;
	font-weight: 400;
}
.zajecia2{
	width: 100%;
	height: 324px;
    background-color: white;
    text-align: center;
}
.zajecia3{
	width: 80%;
	height: 300px;
    background-color: white;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
}
input{
	 display: block;
  margin-left: auto;
  margin-right: auto;
 
  
}
.input{
  opacity: 1;
}
.input:hover{
  opacity: 0.5;
}
.aaa{
	font-size: 20px;
	width: 33%;
	float: left;

	
}
.aab{
	font-size: 20px;
	width: 33%;
	float: left;
	
}
.aac{
	font-size: 20px;
	width: 33%;
	float: left;
	
}
@media only screen and (max-width: 1040px ) {
	.zajecia2{
	width: 100%;
	height: 960px;
    background-color: white;
    text-align: center;
}
	.aaa{
	float: none;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
.aab{
	float: none;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
.aac{
	float: none;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
}
.art4{
	width: 100%;
	height: 300px;
background-color: white;
	
}



/* reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  min-height: 100vh;
  padding: 0px;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* other */
.info {
  margin: 20px 0;
  text-align: center;
}

p {
  color: #2e2e2e;
  margin-bottom: 20px;
}


/* block-$ */
.block-effect {
  font-size: calc(20px + 2vw);
}

.block-reveal {
  --t: calc(var(--td) + var(--d));

  color: transparent;
  padding: 4px;

  position: relative;
  overflow: hidden;
background-color: #f5f2e9;
  animation: revealBlock 0s var(--t) forwards;
}

.block-reveal::after {
  content: '';

  width: 0%;
  height: 100%;
  padding-bottom: 4px;

  position: absolute;
  top: 0;
  left: 0;
background-color: #f5f2e9;
  background: var(--bc);
  animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
}


/* animations */
@keyframes revealBlock {
  100% {
    color: #0f0f0f;
  }
}

@keyframes revealingIn {

  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes revealingOut {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }

}

@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.dot1 {
  animation: blink 2s infinite;
}


.space{
	width: 100%;
	height: 100px;
}
.space2{
	width: 100%;
	height: 300px;
}
.footer{
  width: 100%;
  height: auto;
  background-color: #f8f1f1;
  color: white;
  text-align: center;
  
}
.copyright{
  width: 100%;
  height: 40px;
  background-color: #f8f1f1;
  text-align: center;
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
}


.myBtn {
  display: inline-flexbox;
  background-color: grey;
  color: white;
  cursor: pointer;
  position: fixed;
 
  
}

.myBtn:hover {
  background-color: #555;
}
.footerlinks{
  width: auto;
  height: 50px;
  color: rgb(79, 77, 77);
  background-color: #f8f1f1;
  border-radius: 0%;
  border:none;
  font-family: Georgia, 'Times New Roman', Times, serif;


}
.contactbox{
  float: left;
  width: 33%;
  height: auto;
  color: white;
  background-color: #f8f1f1;

}
.contactbox1{
  float: left;
  width: 33%;
  height: auto;
  color: white;
  background-color: #f8f1f1;

}
.contactbox2{
  float: left;
  width: auto;
  height: auto;
  color: white;
  background-color: #f8f1f1;

}
.footerlinks:hover {
  
  border-radius: 5%;
  color: orange;
}
.footerlinktitle{
  width: auto;
  height: 50px;
  color: black;
  font-size: 15pt;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: #f8f1f1;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;

}
@media only screen and (max-width: 300px ) {
  .contactbox{
    float: none;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
  
  }
  .contactbox1{
    float: none;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
  
  }
  .contactbox2{
    float: none;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
    text-align: right;
  
  }

}
@media only screen and (max-width: 450px ) {
  .contactbox{
    float: left;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
  
  }
  .contactbox1{
    float: left;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
  
  }
  .contactbox2{
    float: left;
    width: 50%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
    text-align: right;
  
  }

}
.contactform{
  width: 50%;
  height: auto;
  
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.nrtel{
  color:green

}
.nrtel1{
  color:orange
  
}
#copyright{
  width: 100%;
  height: 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: #f8f1f1;
  text-align: center;
  color: black;
  
}





.formField{
  font: inherit;
 border: 1px solid #ccc;
  border-radius: 3px;
   margin: 3px 0 10px 0;
    padding: 3px 0
  }
textarea.formField{
  width: 300px;
   height: 70px
 }
#sendBtn{cursor:pointer;
  background: #ccc;
   background: linear-gradient(#ddd 0, #eee 100%);
    border: 1px solid #ccc; 
    line-height: 32px;
     font-size: 14px;
     padding: 0 25px;
      border-radius: 3px}
#send_form_status{
  border: 1px dashed #ccc;
  display: none; padding: 0 10px;
   margin: 10px 0
 }
.status_ok{color: #060}
.status_err{color: #F00};



* {
    box-sizing: border-box;
}

.form {
    margin:3rem auto;
    font-family:sans-serif;
    max-width:40rem;
}
.form .form-row {
    margin-bottom:1rem;
}
.form .form-row:last-child {
    margin-bottom: 0;
}
.form input[type=text],
.form input[type=email],
.form textarea,
.form .checkbox-cnt .state {
    box-shadow:inset 0 1px 5px rgba(0,0,0,0.07);
}
.form input[type=text],
.form input[type=email],
.form textarea {
    border-radius:0.2rem;
    font-family:sans-serif;
    padding:0.8rem;
    border:1px solid #aaa;
    display: block;
    width:100%;
    color:#666;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
    border-color:#9DC9F5;
    box-shadow:inset 0 0 0 1px #9DC9F5, inset 0 1px 5px rgba(0,0,0,0.07);
    outline:none;
}
.form textarea {
    height:10rem;
}
.form label {
    font-weight:bold;
    display: block;
    font-size:0.9rem;
    margin-bottom:0.5rem;
}
.form .submit-btn {
    font-family: sans-serif;
    padding:1rem 2rem;
    background: #70B81B;
    border:0;
    border-radius:0.2rem;
    color:#fff;
    font-size:1.1rem;
    font-weight: bold;
    transition: 0.3s background-color;
}

/* checkbox */
.form .submit-btn:hover {
    background: #7EC927;
}
.form .checkbox-cnt {
    padding-left:3rem;
    position: relative;
    font-weight: normal;
    font-size:0.85rem;
    line-height: 1.1rem;
    color:#444;
    cursor: pointer;
}
.form .checkbox-cnt .state {
    width:2rem;
    height: 2rem;
    display: block;
    position: absolute;
    left:0;
    top:0;
    border:1px solid #aaa;
    border-radius:0.2rem;
}
.form .checkbox-cnt .state:before {
    width:1rem;
    height: 1rem;
    border-radius:0.2rem;
    background: #70B81B;
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    content:'';
    transform:translate(-50%, -50%) scale(1);
    opacity:0;
}
.form .checkbox-cnt input:checked ~ .state:before {
    animation: checkboxShowAnim 0.5s 1;
    opacity: 1;
}
.form .checkbox-cnt input {
    position:absolute;
    top:0; left:0;
    width:2rem;
    height: 2rem;
    z-index: 2;
    cursor:pointer;
    padding:0;
    margin:0;
    opacity: 0;
}
@keyframes checkboxShowAnim {
    0%  { border-radius:50%; transform:translate(-50%, -50%) scale(0.2); }
    50% { transform:translate(-50%, -50%) scale(1.2); }
    100% { transform:translate(-50%, -50%) scale(1); }
}

/* walidacja */
.form input[type=text].error,
.form input[type=email].error,
.form textarea.error,
.form .checkbox-cnt input.error ~ .state {
    border-color:#E01546;
}
.field-error {
    color:#E01546;
    padding:0.5rem 0;
    font-size:0.8rem;
}

@media screen and (max-width:500px) {
    .form .submit-btn {
        display: block;
        width: 100%;
    }
}

.inline{
  padding-top: 10px;
}

.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}


.telefon{
  padding-top: 10px;
  height: 100px;
  width: 20%;
  float: left;
  
}
.numer{
  font-size: 20pt;
  float: left;
  height: 100px;
  width: 80%;
  

}
.nrtell{
  color: green;
}
.nrtelll{
  color: orange;
}
