/*! style.css */

	a
/*LOGO*/
		.logo	{
			text-align: left;
			z-index: 3000;
			}

		.logo img	{
			max-width: 100%;
			max-height: 100px; 
			margin-bottom: 20px;
			margin-top: -40px;
			}

/*NAWIGACJA*/
		ul.topnav	{
			list-style-type: none;
			margin: auto;
			padding-top: 20px;
			padding: 0;
			overflow: hidden;
			}

		ul.topnav li {
			float: right;
			}

		ul.topnav li a {
			display: inline-block;
			text-align: center;
			text-decoration: none;
			transition: 0.05s;
			color: #111;
			padding: 1em 1em;
			}

		ul.topnav li a:hover	{
			font-weight: 600;
			}

		ul.topnav li.icon	{
			display: none;
			}

		@media screen and (max-width:640px) {
			ul.topnav li:not(:last-child)	{
				display: none;
				}
			ul.topnav li.icon	{
				float: right;
				display: inline-block;
				}
			}

		@media screen and (max-width:640px) {
			ul.topnav.responsive	{
				position: relative;
				}
			ul.topnav.responsive li.icon	{
				position: absolute;
				right: 0;
				top: 0;
				}
			ul.topnav.responsive li {
				float: none;
				display: inline;
				}
			ul.topnav.responsive li a {
				display: block;
				text-align: right;
				}
			}

/*BANER*/
	.baner {
		z-index: -90;
		position:relative;
		}
	.baner img	{
		width: 100%;
		}




/*WYROZNIKI*/
	.ikona	{
		margin-top: 15%;
		text-align: left;
		}
		.ikona h6 {
		font-weight:400;
		}
		.ikona p {
		margin: 0 0 5% 20%;
		}
	.wyrozniktxt	{
		font-size: 72.5%;
		}
	
	.count
	{
	font-size: 1.3em;
	}
		
/*WYROZNIKI--koniec--*/

/*OPOZNIENIA_ANIMACJI*/

.jeden	{
	-webkit-animation-delay: 0.1s;
	}
.dwa	{
	-webkit-animation-delay: 0.2s;
	}
.trzy	{
	-webkit-animation-delay: 0.3s;
	}
.cztery	{
	-webkit-animation-delay: 0.4s;
	}
/*OPOZNIENIA_ANIMACJI--koniec--*/

/*REALIZACJE*/
.realizacje img {
	max-width: 100%;
	border-radius: 5px;
	}
.opis h5 {
	font-size: 100%;
	font-weight: 500;
	}
.opis p {
	font-size: 80%;
	margin: -10px 0;
	}
.opis a {
	float: right;
	}
	
/*REALIZACJE--koniec--*/


/*GALERIA*/

.galeria img {
	max-width: 100%;
	border-radius: 5px;
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	} 
.galeria img:hover	{
	filter: none;
	-webkit-filter: grayscale(0);
	}
.galeria p {
	font-size: 80%;
	}

/*GALERIA*/


/*PRODUCENCI*/
.producenci	{
	text-align:center;
	
	}

.producenci img	{
	margin: 0 0 2em 0;
	max-width: 85%;
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	}

.producenci img:hover	{
	filter: none;
	-webkit-filter: grayscale(0);
	}

/*STOPKA*/
.stopka	{
	padding: 25px 0 0 0;
	background-color: #CCC;
	}
.mapa	{
	border-radius: 5px;
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	border:0;
	width:100%;
	min-height:280px;
	}
	
	
/*------------------------------------*/

