﻿
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriadpro-bold.eot');
    src: url('fonts/myriadpro-bold.eot') format('embedded-opentype'),
         url('fonts/myriadpro-bold.woff2') format('woff2'),
         url('fonts/myriadpro-bold.woff') format('woff'),
         url('fonts/myriadpro-bold.ttf') format('truetype'),
         url('fonts/myriadpro-bold.svg#MyriadProBold') format('svg');
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriadpro-semibold.eot');
    src: url('fonts/myriadpro-semibold.eot') format('embedded-opentype'),
         url('fonts/myriadpro-semibold.woff2') format('woff2'),
         url('fonts/myriadpro-semibold.woff') format('woff'),
         url('fonts/myriadpro-semibold.ttf') format('truetype'),
         url('fonts/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriadpro-regular.eot');
    src: url('fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('fonts/myriadpro-regular.woff2') format('woff2'),
         url('fonts/myriadpro-regular.woff') format('woff'),
         url('fonts/myriadpro-regular.ttf') format('truetype'),
         url('fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'Chiller';
    src: url('fonts/CHILLER.eot');
    src: url('fonts/CHILLER.eot') format('embedded-opentype'),
         url('fonts/CHILLER.woff2') format('woff2'),
         url('fonts/CHILLER.woff') format('woff'),
         url('fonts/CHILLER.ttf') format('truetype'),
         url('fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}



@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu ul li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	margin: 0 0 0 0;
	font-family: Montserrat, sans-serif;
	background: #333333;
    z-index: 1;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 13px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}




	#menu	{
	margin: 0 0 0 0;
	height: 230px;
	}

	#banner	{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

	#slider	{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}



.jssorb05 .av {
                background: url(nav/b05.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }



.jssorb05 div:hover {
                background: url(nav/b05.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }



.jssorb05 div {
                background: url(nav/b05.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }

.jssorb05 div {
                background-position: -7px -7px;
                }

.jssorb05 .av:hover {
                    background-position: -37px -7px;
                    }

.jssorb05 div:hover {
                    background-position: -37px -7px;
                    }

.jssorb05 .av {
                background-position: -67px -7px;
                }

.jssorb05 .dn:hover {
                background-position: -97px -7px;
                }

.jssorb05 .dn {
                background-position: -97px -7px;
                }

.jssora12rdn {
                position: absolute;
                cursor: pointer;
                display: block;
                background: url(nav/a12.png) no-repeat;
                overflow: hidden;
                }

.jssora12ldn {
                position: absolute;
                cursor: pointer;
                display: block;
                background: url(nav/a12.png) no-repeat;
                overflow: hidden;
                }

.jssora12r {
                position: absolute;
                cursor: pointer;
                display: block;
                background: url(nav/a12.png) no-repeat;
                overflow: hidden;
                }

.jssora12l {
                position: absolute;
                cursor: pointer;
                display: block;
                background: url(nav/a12.png) no-repeat;
                overflow: hidden;
                }

.jssora12l {
                background-position: -16px -37px;
                }

.jssora12r {
                background-position: -75px -37px;
                }

.jssora12l:hover {
                background-position: -136px -37px;
                }

.jssora12r:hover {
                background-position: -195px -37px;
                }

.jssora12ldn {
                background-position: -256px -37px;
                }

.jssora12rdn {
                background-position: -315px -37px;
                }


.slide-out-div 
{
	padding: 5px;
	width: 250px;
	background: #f2f2f2;
	border: #395A9C 2px solid;
	cursor: pointer;
	z-index: 2;
}


#bott	{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
	text-align: center;
}
#bottom	{
	color: #999999;
	background-image: url('nav/tl1.jpg');
	min-width: 150px;
	height: auto;
	bottom: auto;
	display: block;
}
#onas{
	max-width: 1200px;
	min-height: 250px;
	margin-left: auto;
	margin-right: auto;
}
#txt	{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF0000;
	font-size: 28px;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 85px;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: #555555 1px 1px 1px;

}
#tlo	{
	background-position: top;
	margin: 0px;
	\\background-image: url('nav/tl2.jpg');
	\\background-repeat: no-repeat;
	background: url('nav/tl2.jpg') no-repeat top, 
				url('nav/tl31.jpg') no-repeat bottom;


}
#copy	{
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navbot	{
	margin-left: auto;
	margin-right: auto;
	max-height: 1200px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none;
}
#logo	{
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	font-family: Chiller;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	vertical-align: baseline;
	font-size: 65px;
	\\text-shadow: #ffffff 0 4px 5px;
	text-shadow: 1px 0px 4px rgba(255, 255, 255, 1);
}
.link	{
	color: #999999;
	text-decoration: none;
}
#icon	{
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	height: 70px;
	width: 70px;
	display: block;
}
#icons	{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 70px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.icon01	{
	background-image: url('nav/home.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon01:hover	{
	background-position: 0 -70px;
}
.icon02	{
	background-image: url('nav/lokal.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon02:hover	{
	background-position: 0 -70px;
}
.icon03	{
	background-image: url('nav/mail.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon03:hover	{
	background-position: 0 -70px;
}
.icon04	{
	background-image: url('nav/oferta.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon04:hover	{
	background-position: 0 -70px;
}
.icon05	{
	background-image: url('nav/realizacje.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon05:hover	{
	background-position: 0 -70px;
}
.icon06	{
	background-image: url('nav/code.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon06:hover	{
	background-position: 0 -70px;
}

#mapa	{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
.google-maps {
   position: relative;
   padding-bottom: 45%;
   height: 0;
   overflow: hidden;
}
.google-maps iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100% !important;
   height: 100% !important;
}
#oferta	{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 50px;
	display: block;
	background-image: url('nav/wyp0.png');
}
#oferta0	{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	background-image: url('nav/wyp0.png');
	display: flex;
	justify-content: space-between;
	height: 430px;
}
#oferta1	{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url('nav/wyp0.png');
	height: 430px;
}

#tx	{
	font-family: Tahoma;
	color: #333333;
	font-size: 17px;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
	display: block;
	width: 24%;
	background-image: url('nav/wyp0.png');
	padding-top: 40px;
	font-weight: bold;
}
#tx0	{
	font-family: "Myriad Pro";
	font-size: 17px;
	font-style: italic;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5%;
	margin-right: 50%;
	min-height: 100%;
	float: left;
	margin-bottom: 5%;
	margin-top: 5%;
}
#tx1	{
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 5%;
	margin-top: 10px;
	font-family: "Myriad Pro";
	text-decoration: none;
	text-indent: 40px;
	font-size: 18px;
	line-height: 26px;
}
#tx2	{
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 5%;
	font-family: "Myriad Pro";
	text-decoration: none;
	text-indent: 40px;
	font-size: 18px;
	padding-top: 40px;
	line-height: 26px;
}
#tx3	{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	font-family: "Myriad Pro";
	text-decoration: none;
	text-indent: 40px;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	padding-bottom: 5%;
}

#op_kam	{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 40px;
	margin-top: 15px;
	padding-bottom: 10px;
	text-shadow: 4px 5px 7px rgba(150, 150, 150, 1);
}
#gal	{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#imag	{
	float: left;
	padding-left: 35px;
}
#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}
#img_visible	{
	display: none;
}
#left	{
	float: left;
}
#ps1	{
	height: 150px;
	background-image: url('nav/km.png');
	margin-top: 75px;
	background-repeat: no-repeat;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}
#ps1:hover{
	background-position: 0 -150px;
	background-shadow: 2px 2px 10px #000000;
}
#ps2	{
	height: 150px;
	background-image: url('nav/gb.png');
	margin-top: 75px;
	background-repeat: no-repeat;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}
#ps2:hover{
	background-position: 0 -150px;
	background-shadow: 2px 2px 10px #000000;

}
#ps3	{
	height: 150px;
	background-image: url('nav/wg.png');
	margin-top: 75px;
	background-repeat: no-repeat;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}
#ps3:hover{
	background-position: 0 -150px;
	background-shadow: 2px 2px 10px #000000;
	
}
#ps4	{
	height: 150px;
	background-image: url('nav/us.png');
	margin-top: 75px;
	background-repeat: no-repeat;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}
#ps4:hover{
	background-position: 0 -150px;
	background-shadow: 2px 2px 10px #000000;
	
}
.txt_form	{
	font-weight: bold;
}
.txt_form1	{
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	font-variant: normal;
	
}
.txt_form0	{
	text-align: center;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-left: 50%;
}
.style2 {
	text-decoration: none;
}
.style3 {
	text-align: right;
}
.style4 {
	color: #000000;
	text-decoration: none;
}
.style5 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.style6 {
	color: #FF0000;
}



#formularz {
	/* ustawiamy szerokoĹ›Ä‡ formularza */;margin: 0 auto;
/* jeĹĽeli nasz formularz ma ustawionÄ… szerokoĹ›Ä‡ wyĹ›rodkowujemy go *//* dodajemy kolor tĹ‚a naszemu formularzowi *//* dodajemy obramowanie o szerokoĹ›ci 2px */	border-radius: 10px; /* zaokrÄ…glamy tĹ‚o naszego formularza */; /* dodajemy margines wewnÄ…trz naszego formularza */;
	margin-top: 10px;
	max-width: 350px;
}

#formularz label {
	display: block;/* ustawiamy by label rozpoczynaĹ‚ siÄ™ od nowej linii*/;
	margin-bottom: 5px;/* dodajemy margines dolny */;
	font-weight: bold; /* pogrubiamy czcionkÄ™ */;
	text-transform: none; /* zamieniamy wszystkie litery na duĹĽe */;
	font-size: 12px; /* ustawiamy wielkoĹ›Ä‡ czcionki */;
	color: #000000; /* ustawiamy kolor czcionki */
	font-style: italic;
	text-align: left;
	margin-left: 5px;
}

#formularz textarea,
#formularz input {
	padding: 5px;
/* dodajemy margines wewnÄ…trz naszego pola */	border-radius: 3px; /* dodajemy zaokraglone rogi */;
	border: 1px solid #ccc;
/* dodajemy obramowanie */	margin-bottom: 10px; /* dodajemy margines dolny */;
	width: 300px; /* ustalamy szerokoĹ›Ä‡ */
}

#formularz input#submit {
	width: 120px; /* ustalamy szerokoĹ›Ä‡ */;
	cursor: pointer; /* zmieniamy kursor */;
	margin-bottom: 0px;
	float: right;
	font-weight: bold;
}

#formularz p.copy {
	color:#555555; /* ustawiamy kolor czcionki */
	margin-bottom:0px; /* resetujemy margines dolny */
	font-size:12px; /* ustawiamy rozmiar czcionki */
	text-align: center; /* wyĹ›rodkowywujemy tekst */
}

#formularz p.copy a {
	color:#555555;/* ustawiamy kolor czcionki */ 
	text-decoration: none; /* usuwamy podkreĹ›lenie linku */
	font-weight:bold; /* pogrubiamy czcionkÄ™ */
}

#form {
	float: left;
	width: 320px;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
	background-image: url('nav/wyp0.png');
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	text-decoration: none;
	color: #000000;
}
#form1 {
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
	background-image: url('nav/wyp0.png');
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	text-decoration: none;
	color: #000000;
}
#ff {
	width: auto;
	height: 312px;
	margin-left: auto;
	margin-right: auto;
}
#ff_pot {
	width: 465px;
	height: 381px;
	margin-left: auto;
	margin-right: auto;
}
#fk {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
}
#fk1 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 50px;
	padding-top: 50px;
}
#fk2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 50px;
	padding-top: 50px;
	font-style: italic;
}






















@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul ul li {
    height: auto;
  }
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul li:hover > a {
    color: #ffffff;
  }
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu ul ul > li.has-sub > a:after {
    display: none;
  }
  #cssmenu > ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu > ul > li.has-sub > a:after {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #navbot{
	display:none;
}
\\#logo	{
	padding-top: 100px;
	font-size: 35px;

}
#onas{
	min-height: 100px;
}
#txt	{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}


#icon	{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	height: 30px;
	width: 30px;
}
#icons	{
	margin-left: auto;
	margin-right: auto;
	width: 276px;
	height: 30px;
	padding-bottom: 60px;
	padding-top: 50px;
}
.icon01	{
	background-image: url('nav/home1.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon01:hover	{
	background-position: 0 -30px;
}
.icon02	{
	background-image: url('nav/lokal1.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon02:hover	{
	background-position: 0 -30px;
}
.icon03	{
	background-image: url('nav/mail1.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon03:hover	{
	background-position: 0 -30px;
}
.icon04	{
	background-image: url('nav/oferta1.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon04:hover	{
	background-position: 0 -30px;
}
.icon05	{
	background-image: url('nav/realizacje1.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon05:hover	{
	background-position: 0 -30px;
}
.icon06	{
	background-image: url('nav/code1.png');
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.icon06:hover	{
	background-position: 0 -30px;
}

.google-maps {

   padding-bottom: 140%;
}
#oferta0	{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	background-image: url('nav/wyp0.png');
	display: block;
	justify-content: space-between;
	height: auto;
}
#form	{
	float: none;
	width:auto;
}
#tx	{
	float:none;
	width:auto;
}
}


@media screen and (max-width: 40em), screen and (max-height: 40em) /* 640 */ {
}

#container {
	/* 660 */text-align: center;
	margin: 3.125em auto 0 auto;
	max-width: 1200em;
}


#container ul {
}

#container li {
    display: inline-block;
    margin: 0.625em; /* 10 */
}

#container img {
    width: 8.75em; /* 140 */
    height: 8.75em; /* 140 */
    border-color: #eee;
    border: 0.625em solid rgba(255, 255, 255, .5); /* 10 */

    -webkit-box-shadow: 0 0 0.313em rgba(0, 0, 0, .05); /* 5 */
    -moz-box-shadow: 0 0 0.313em rgba(0, 0, 0, .05); /* 5 */
    box-shadow: 0 0 0.313em rgba(0, 0, 0, .05); /* 5 */

    -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
    -moz-transition: -moz-box-shadow .3s ease, border-color .3s ease;
    -ms-transition: -ms-box-shadow .3s ease, border-color .3s ease;
    -o-transition: -o-box-shadow .3s ease, border-color .3s ease;
    transition: box-shadow .3s ease, border-color .3s ease;
}

#container img:hover {
    border-color: #fff;

    -webkit-box-shadow: 0 0 0.938em rgba(0, 0, 0, .25); /* 15 */
    -moz-box-shadow: 0 0 0.938em rgba(0, 0, 0, .25); /* 15 */
    box-shadow: 0 0 0.938em rgba(0, 0, 0, .25); /* 15 */
}
