body {
font-family:Arial, Helvetica, sans-serif;
background:#fff;
margin:0;
}
.con{
	width:100%;
	margin:0;
}
* {box-sizing:border-box}

a:hover {
color:#ff6600;
text-decoration:none;
}
a {
text-decoration:none;
color:#009900;
}
a:visited {
text-decoration:none;
color:#009900;
}
.kreska{
	color:#999;}


.bar{
    width: 100%;
	height:auto;
    margin: auto;
    background: black;
	color:#fff;
	padding:20px;
	text-align:center;
	display:inline-block;
}
.bar2{
    width: 100%;
	height:auto;
    background: #fff;
	color:#000;
	display:inline-block;
}
.barmarki{
    width: 100%;
	height:auto;
    background: #fff;
	color:#000;
	display:inline-block;
	text-align:center;
	}

.button{
margin: 0.5em;
font-size:125%;
line-height:1.5;
padding:.3em .8em;
border: 1px solid #027dd2;
background:#009CDF;
border-radius:.2em;
color:#FFF;
text-shadow: 0 -.05em .05em #335166;
width:175px;
text-decoration: none;
display: inline-block;
}
.button:hover{
margin: 0.5em;
font-size:125%;
line-height:1.5;
padding:.3em .8em;
border: 1px solid #027dd2;
background:#00BDFF;
border-radius: .2em;
color:#FFF;
text-shadow: 0 -.05em .05em #335166;
width:175px;
text-decoration: none;
display: inline-block;
}
.concenter{
	background:#fff;
	width:100%;	
	font-size: 20px;
	margin:auto;
	padding:0em 1em 0em 1em;
	text-align:center;
}
.conleft{
	background:#fff;
	max-width:100%;	
	font-size: 20px;
	margin:auto;
	padding:0em 1em 0em 1em;
	text-align:left;
}
.biel a{
	text-decoration:none;
	color:#008B00;}
.biel a:hover{
	color:#666;}
.img_logo { 
   width:100%;
   margin:0;
}
img{ 
	width: 100%;
    height: auto;
	}
.imgmap{
	max-width:800px}
		.imgface{ 
	width: auto;
    height: auto;
	}
.logo{
	padding:10px;
	position:relative;
	float:left;
}
.menu{
  margin:20px;
  margin-top:40px;
  position:relative;
  float:right;
  }

.img_cat { 
    width: 35%;
    height: auto;
	padding:10px;
}
.img_mot { 
    width: 50%;
    height: auto;
	padding:10px;
}
.img_slider { 
    width: 100%;
}
.homet{
	margin:auto;
	}
.header{
	width:100%;
	background:#fff;
}

.niebieski {
	color:#2091cb;}

.hometext {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
.hometext button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: #000;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.hometext button:hover {
  background-color: #F90;
  color: #000;
}

.topnav {
  width:100%;
  margin:auto;
  overflow: hidden;
  background-color: #fff;
}

.topnav a {
  float: left;
  font-weight: bold;
  display: block;
  color: #008B00;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #fff;
  color: #FF5A00;
}

.topnav .icon {
  display: none;
}
.footer{
	font-size:16px;
    width: 100%;
	background: #000;
	color:#fff;
	padding:30px;
	text-align:center;
	display:inline-block;
}
.footer2{
	font-size:12px;
    width: 100%;
	background: #000;
	color:#fff;
	padding:0px;
	text-align:center;
	display:inline-block;
}

.topbar{
    width: 100%;
	height:40px;
	background: #000;
	color:#fff;
	padding-top:10px;
	padding-bottom:15px;
	text-align:center;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* form start  ----------------------------   */

input[type=text], select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #009DE0;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	
}

input[type=submit]:hover {
    background-color: #00BDFF;
}

.form {
	max-width:500px;
    border-radius: 5px;
    background-color: #f2f2f2;
	color:#000;
    padding: 20px;
	border: 1px solid #ccc;
}
/* form  koniec ----------------------------   */
.map_google{
 height: 450px;
 width: 100%;
 margin:0;
 }



@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float:none;
    display:block;
	padding: 10px 12px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: relative;
	
  }
  .topnav.responsive a{
	padding: 14px 16px;
    float: none;
    display: block;
    text-align: center;
  }
  .topnav a:hover {
  background-color: #fff;
  color: #FF5A00;
}
  .topnav .home {
  display:none;
}
.menu {
		margin: auto;
        width: 100%;
    }
.logo{
		margin: auto;
        width: 100%;
		padding:0;
		background:#fff;
		
}
.header{
	margin:0;
	width:100%;
	position:relative;
}
  .footer{
	font-size:12px;
}
.footer2{
	font-size:10px;

}
}
/* slider -------------------------------------------------------------------*/

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
}

/* Caption text */
.text {
  width:100%;
  color: #f2f2f2;
  font-size: 20px;
  text-align: center;
  top: 40%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.text_cat {
  color: #f2f2f2;
  font-size: 20px;
  top: 40%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: left;
}

.text button {
  border: none;
  outline: 0;
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background-color: #cc6431;
  text-align: center;
  cursor: pointer;
}
.text button:hover {
  border: none;
  outline: 0;
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background-color: #518c4c;
  text-align: center;
  cursor: pointer;
}

/* Number text (1/4 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators*/
/* 
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */
.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-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: 500px) {
  .text {font-size: 12px;}
  .text_cat {font-size: 12px;}


  .text button {
  font-size: 12px;
  padding: 5px 15px;
}
.concenter {font-size: 12px;}
.conleft {font-size: 12px;}
 
}