@media all and (max-width: 1280px) {
	section#kontakt span.partner {float:right;margin-right:90px;}
}
@media all and (max-width: 1120px) {
	div.justify {width:98%;}
	.da-slide .container {width:55%;padding:50px 30px;}
	header#logo {margin-left:-500px;}
	img.partners {max-width:100%;}
	section#steps ul li {margin:10px 5px;}
}

@media all and (max-width: 820px) {
	section#products a.boxes {font-size:15px;height:160px;}
	.da-slide .container {margin-left:-20%;width:70%;}
	section#front.main header h2 {font-size:92px;}
	nav#menu ul li {margin:0 10px;}
	nav#menu ul li.admin, nav#menu ul li:first-child {display:none;}
	header#logo {margin-left:-50%;top:110px;}
	section#stepbystep img {max-width:19%;}
	section#stepbystep img.arrow {max-width:10%;}
	section#front.main {margin-top:165px;}
	section#front hgroup h3 {width:50%;}
	section#front hgroup h2 {font-size:40px;line-height:60px;}
	article#content {width:96%;}
	div.boxes5 div.box p {font-size:13px;line-height:16px;}
	section.form {width:96%;}
	table.form {width:100%;}
	section.form label {width:100%;}
	section.form input, section.form textarea {width:100%;}
	section#kontakt span.partner, section#kontakt span.client {display:none;}
}

@media all and (max-width: 640px) {
	section#stepbystep img {max-width:24%;margin:0 0.5%;}
	section#stepbystep img.arrow {display:none;}
	section.whatsays {width:100%;}
	section.cooperation {width:100%;margin:50px 0 0 0;}
	.da-slide p {font-size:20px;}
	.da-slide p span {font-size:14px;line-height:19px;}
	section#products a.boxes {width:48%;}
	footer#bottom nav#submenu ul {display:none;}
	section#front.main header h2 {font-size:72px;line-height:72px;}
	section#kontakt {margin-bottom:111px;}
	header#logo {margin-left:-186px;}
	ul.supp {width:100%;}
	article.product {width:100%;margin-top:50px;margin-left:0;}
	div.ue-widget {display:none;}
	div.fb-widget	{display:none;}
	div.prat-widget {display:none;}
	header#logo {top:60px;}
}

@media all and (max-width: 560px) {
	header#logo img {max-width:100%;}
	section#front.main header h2 {font-size:42px;line-height:52px;}
	footer#bottom nav#submenu,footer#bottom a.logo {display:none;}
	footer#bottom div.copyright p {line-height:20px;text-align:center;}
	footer#bottom {padding-top:20px;height:auto;}
	header#logo {width:100%;margin-left:-50%;}
	section#kontakt span.partner {display:none;}
	.da-slide .container {top:35px;height:440px;padding:30px;text-align:center;}
	section#stepbystep img {max-width:49%;margin:0.5%;}
	section#front div.icon {display:none;}
	section#front hgroup h2 {text-align:center;}
	section#front hgroup h3 {width:100%;text-align:center;}
	#filtr div.form label, article.wniosek div.form label {top:0;width:100%;}
	#filtr div.form input, #filtr div.form select, article.wniosek div.form input, article.wniosek div.form textarea, article.wniosek div.form select {width:100%;margin-top:10px;}
	#filtr div.form span, article.wniosek div.form span {display:none;}
	#filtr input[type="submit"], article.wniosek input[type="submit"], form.td input[type="submit"] {padding:10px;font-size:14px;}
	div.boxes div.box:nth-of-type(2), div.boxes div.box:nth-of-type(3) {margin:0;}
	div.boxes div.box {width:100%;}
	div.boxes5 div.box {width:100%;}
	section.form label {font-size:14px;line-height:16px;padding:0 0 10px 0;}
	table.contact {display:none;}
	section.content p.header {font-size:17px;line-height:21px;}
	section#kontakt {text-align:center;}
}

@media all and (max-width: 450px) {

}

@media all and (max-width: 740px) {
	nav#menu {display:none; }
	.nav-collapse ul {
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  display: block;
	  list-style: none;
	}
	
	.nav-collapse li {
	  width: 100%;
	  display: block;
	}
	
	.js .nav-collapse {
	  clip: rect(0 0 0 0);
	  max-height: 0;
	  position: absolute;
	  display: block;
	  overflow: hidden;
	  zoom: 1;
	  z-index:9999;
	}
	
	.nav-collapse.opened {
	  max-height: 9999px;
	}
	
	.disable-pointer-events {
	  pointer-events: none !important;
	}
	
	.nav-toggle {
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  -o-user-select: none;
	  user-select: none;
	}
	}
	@media screen and (min-width: 740px) {
	  .js .nav-collapse {
		position: relative;
	  }
	  .js .nav-collapse.closed {
		max-height: none;
	  }
	  .nav-toggle {
		display: none;
	  }
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 740px) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #07222b;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
  text-transform:uppercase;
}

@media screen and (min-width: 740px) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 740px) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  background-color:#999;
  color: #FFF; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
  z-index:10000;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}