body {
  margin: 0;
  padding: 0;
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  text-align: left;
  color: #353535;
  background: url('../gfx/background.jpg') repeat-y center;
  font-weight: normal;
  background-attachment: fixed;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
a img {
  border: none;
}
.green {
  color: #00dd00;
}
.red {
  color: #dd0000;
}
.grey {
  color: #474747;
}
.right {
  float: right !important;
}
.clear {
  clear: both;
}
.line-through {
  text-decoration: line-through;
}
.half {
  width: 49% !important;
  float: left;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.full {
  width: 100%;
  clear: both;
}
table {
  width: 100%;
}
div.error {
  display: block;
  /*float: left;*/
  width: 100%;
  color: #cf0b06;
  font-size: 1em;
  margin: 10px 0px;
  clear: both;
}
div.message {
  display: block;
  /*float: left;*/
  width: 100%;
  color: #06a80a;
  font-size: 1em;
  margin: 10px 0px;
  clear: both;
}
div.hint {
  display: block;
  /*float: left;*/
  width: 100%;
  color: #656565;
  font-size: 1em;
  margin: 10px 0px;
  clear: both;
}
/* nagłówek strony ********************************************************** */
header {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header div#header-wrapper {
  max-width: 1100px;
  width: 100%;
  height: 190px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  float: none;
}
header div#header-wrapper a#logo {
  height: 100%;
  width: 29%;
  margin: 0 0.5%;
  display: block;
  float: left;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% auto !important;
}
header div.nav-header {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 67%;
  height: 45px;
  margin: 90px 0 0 3%;
}
header div.nav-header div#drawer,
header div.nav-header > menu,
header div.nav-header div#langs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
}
header div.nav-header div#drawer {
  width: 45px;
  background: url('../gfx/drawer.png') no-repeat center center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
header div.nav-header div#drawer menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 10px;
  background: #A1A5A8;
  top: 45px;
  width: 200px;
  text-align: left;

}
header div.nav-header div#drawer menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}
header div.nav-header div#drawer menu ul a {
  color: white;
}
header div.nav-header div#drawer menu ul a:hover {
  color: black;
}
header div.nav-header div#drawer.hover menu {
  display: block;
}
header div.nav-header > menu {
  margin-left: 20px;
}
header div.nav-header > menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
header div.nav-header > menu ul li {
  display: inline-block;
  height: inherit;
  box-sizing: border-box;
}
header div.nav-header > menu ul li a {
  display: block;
  height: inherit;
  padding: 0 20px;
  cursor: pointer;
  line-height: 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: 600;
  color: #353535;
  border: 4px solid rgba(0, 0, 0, 0);
}
header div.nav-header > menu ul li:hover a,
header div.nav-header > menu ul li.active a {
  color: #9b0b1c;
  border-color: #e2001a;
}
header div.nav-header div#langs {
  display: block;
  float: right;
  float: right !important;
}
header div.nav-header div#langs a {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 0 5px;
  width: 35px;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #343434;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8125em;
}
header div.nav-header div#langs a:hover,
header div.nav-header div#langs a.active {
  color: #9b0b1c;
  background: #c8c8c8;
}
/* treść strony - ustawienia główne ***************************************** */
div#content {
  max-width: 1100px;
  width: 100%;
  float: none;
  margin: 0 auto;
  display: table;
  box-sizing: border-box;
  border: 2px solid rgba(200, 200, 200, 0.7);
}
/* strona główna ************************************************************ */
div#content.home {
  border: none;
}
div#content.home header {
  background: url('../gfx/header.homepage.png') no-repeat top center;
  background-size: 100% auto;
  padding-top: 105px;
  padding-bottom: 20px;
  margin-top: 100px;
}
div#content.home header .inner {
  margin: 0 50px;
  text-align: justify;
  font-size: 0.875em;
}
/* tytuł strony ************************************************************* */
div#page-title {
  border-bottom: 1px dashed #c8c8c8;
  margin-bottom: 8px;
}
div#page-title h1 {
  padding: 8px 0 8px 20px;
  margin: 0;
  display: inline-block;
  background: url('../gfx/h.icon.png') no-repeat center left;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  color: #d23f38;
}
/* breadcrumbs ************************************************************** */
div#breadcrumbs {
  display: block;
  float: left;
  height: 20px;
}
div#breadcrumbs a {
  padding-left: 20px;
  margin-left: 8px;
  background: url('../gfx/seperator.slesh.png') no-repeat left center;
  color: #353535;
  font-size: 0.75em;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
div#breadcrumbs a.home {
  background: url('../gfx/home.icon.png') no-repeat left center;
}
div#breadcrumbs span.seperator {
  width: 20px;
  height: inherit;
  display: inline-block;
  height: 40px;
}
/* treść ******************************************************************** */
div#content-wrapper {
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 65px 130px 260px 130px;
  clear: both;
  min-height: 600px;
  width: 100%;
  background: url('../gfx/bg.content.png') no-repeat top center, #ffffff;
  background-size: 100% auto;
}
div#content-wrapper div.content {
  width: 100%;
  clear: both;
  margin: 40px 0 0 0;
  display: block;
  float: left;
}
div#content-wrapper div.content h2#slogan {
  font-weight: 400;
  font-size: 1.0625em;
  padding: 0;
  text-transform: uppercase;
  margin-top: 0;
}
div#content-wrapper div.content h2#slogan span {
  font-size: 1.7em;
  line-height: 0.1em;
  position: relative;
  top: 3px;
  font-family: initial;
}
div#content-wrapper div.content p,
div#content-wrapper div.content a,
div#content-wrapper div.content ul {
  font-size: 0.875em;
  text-align: justify;
  line-height: 2em;
}
div#content-wrapper div.content ul {
  max-width: 500px;
}
div#content-wrapper div.content table {
  width: 100%;
  max-width: 100%;
}
div#content-wrapper div.content table td {
  padding: 0;
  vertical-align: top;
}
div#content-wrapper img.miniatura {
  display: block;
  float: left;
  clear: both;
  margin: 0 40px 10px 0;
  max-width: 37%;
}
div#content-wrapper img.miniatura.right {
  display: block;
  float: right;
  float: right !important;
  margin: 0 0 10px 40px;
}
div#content-wrapper div.content.right {
  width: 64%;
  clear: right;
}
ul#left-menu {
  display: block;
  float: left;
  box-sizing: border-box;
  clear: left;
  width: 36%;
  margin: 40px 0 0 0;
  list-style: none;
  padding: 0 8% 0 0;
}
ul#left-menu li.item {
  display: block;
  float: left;
  margin: 0 0 18px 0;
  background: url('../gfx/left.menu.button.png') no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  padding: 0 15px;
}
ul#left-menu li.item a {
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 0.875em;
  display: block;
  cursor: default;
}
/* kontakt ****************************************************************** */
div#contact-wrapper div.contact {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
  width: 35%;
}
div#contact-wrapper div.contact p {
  line-height: normal;
  font-size: 1.6em;
  margin-top: 0;
  padding-right: 10%;
  box-sizing: border-box;
  text-align: right;
}
div#contact-wrapper div.contact p::first-line {
  font-weight: 600;
  color: #c84d50;
}
div#contact-wrapper div.contact p:first-of-type {
  padding: 0;
  text-align: left;
  color: #555555 !important;
  font-weight: 400 !important;
}
div#contact-wrapper div.contact p:first-of-type::first-line {
  color: #555555;
  font-weight: 400;
}
div#contact-wrapper div.form-contact {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
  width: 65%;
}
div#contact-wrapper div.form-contact .coll {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0 10px;
}
div#contact-wrapper div.form-contact .coll:first-of-type {
  width: 40%;
}
div#contact-wrapper div.form-contact .coll:last-of-type {
  width: 60%;
}
div#contact-wrapper div.form-contact input,
div#contact-wrapper div.form-contact textarea {
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  outline: none;
  padding: 10px;
  border: none;
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.44);
  border-radius: 5px;
  font-size: 0.6875em;
}
div#contact-wrapper div.form-contact input {
  height: 50px;
  margin-bottom: 30px;
}
div#contact-wrapper div.form-contact textarea {
  height: 210px;
}
div#contact-wrapper div.form-contact input[type=submit] {
  clear: both;
  width: 150px;
  cursor: pointer;
  height: 30px;
  margin: 0 10px 0 0;
  display: block;
  float: right;
  float: right !important;
}
div#contact-wrapper div.form-contact p.message {
  color: green;
  font-size: 0.6875em;
}
div#contact-wrapper div.form-contact p.message.error {
  color: red;
}
div#map {
  display: block;
  float: left;
  clear: both;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  margin-top: 30px;
}
div#galeria {
  text-align: center;
  width: 100%;
}
div#galeria a {
  display: inline-block;
  margin: 0 5px 5px 5px;
  max-width: 180px;
  max-height: 180px;
  overflow: hidden;
  float: none;
}
div#galeria a img {
  height: 100%;
}
/* stopka strony ************************************************************ */
footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
footer menu {
  padding: 0;
  margin: 0 auto 0 auto;
  text-align: center;
  box-sizing: border-box;
  max-width: 1100px;
  height: 0;
}
footer menu div.item {
  width: 35%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  float: none;
  height: auto;
  display: inline-block;
  position: relative;
  bottom: 175px;
  z-index: 2;
  margin-right: 30px;
}
footer menu div.item img {
  height: auto;
  width: 100%;
  float: left;
}
footer menu div.item:nth-child(2n) img {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
footer div#footer-wrapper {
  max-width: 1300px;
  width: 100%;
  float: none;
  margin: 0 auto;
  height: 130px;
  background: url('../gfx/footer.page.png') no-repeat top center;
  background-size: 100% auto;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
footer div#footer-wrapper a.social {
  width: 4%;
  display: inline-block;
  height: 60px;
  background: red;
  margin: 64px 0 0 0;
  box-sizing: border-box;
  background-size: 60% auto !important;
}
footer div#footer-wrapper a#tw.social {
  background: url('../gfx/tw.icon.png') no-repeat bottom center;
}
footer div#footer-wrapper a#fb.social {
  background: url('../gfx/fb.icon.png') no-repeat bottom center;
}
footer div#footer-wrapper a#gp.social {
  background: url('../gfx/gp.icon.png') no-repeat bottom center;
}
footer div#footer-wrapper a#yt.social {
  background: url('../gfx/yt.icon.png') no-repeat bottom center;
}
footer p#copyright {
  text-align: center;
  font-size: 0.6875em;
}
footer p#copyright a {
  color: #353535;
}
footer p#copyright a:hover {
  color: #F58220;
}
footer.home menu {
  margin: 60px auto;
  height: auto;
  position: initial;
}
footer.home menu div.item {
  position: initial;
  width: 49%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  float: none;
  height: 300px;
  display: inline-block;
}
footer.home menu div.item img {
  height: 100%;
  width: auto;
  float: left;
  margin-left: 20px;
}
footer.home menu div.item:nth-child(2n) img {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}
footer.home div#footer-wrapper {
  max-width: 1100px;
  width: 100%;
  float: none;
  margin: 0 auto;
  height: 85px;
  background: url('../gfx/footer.png') no-repeat top center;
  background-size: 100% auto;
  text-align: center;
  box-sizing: border-box;
  padding-top: 35px;
}
footer.home div#footer-wrapper a.social {
  width: 6%;
  display: inline-block;
  height: 60px;
  background: red;
  margin: 0;
  box-sizing: border-box;
  background-size: 60% auto !important;
}
footer.home div#footer-wrapper a#tw.social {
  background: url('../gfx/tw.icon.png') no-repeat top center;
}
footer.home div#footer-wrapper a#fb.social {
  background: url('../gfx/fb.icon.png') no-repeat top center;
}
footer.home div#footer-wrapper a#gp.social {
  background: url('../gfx/gp.icon.png') no-repeat top center;
}
footer.home div#footer-wrapper a#yt.social {
  background: url('../gfx/yt.icon.png') no-repeat top center;
}
footer.home p#copyright {
  text-align: center;
  font-size: 0.6875em;
}
footer.home p#copyright a {
  color: #353535;
}
footer.home p#copyright a:hover {
  color: #F58220;
}
/*# sourceMappingURL=style.css.map */

@media all and (max-width: 980px) {
  footer.home menu div.item img {
    float: none; margin: 0;
  }
  footer.home menu div.item:nth-child(2n) img{
    float: none; margin: 0;
  }
  footer.home menu div.item {
    width: 100%; 
  }
}

@media all and (max-width: 600px) {
  footer.home menu div.item img {
    height: auto;
  }
  footer.home menu div.item {
    height: auto;
  }
}



@media all and (max-width: 1060px) {
  div#langs {
    position: absolute;
    top: 10px;
    left: 45%;
  }
}
@media all and (max-width: 1000px) {
  footer.home #menu_item-1 {
    width: 100%;
    text-align: center;
    display: block;
  }
  footer.home #menu_item-1 img {
    margin: 0;
    float: none;
  }
  footer.home #menu_item-2 {
    width: 100%;
    text-align: center;
    display: block;
  }
  footer.home #menu_item-2 img {
    margin: 0;
    float: none;
  }
  footer.home div#footer-wrapper {
    margin: 0;
    padding: 0 !important;
    background: none !important;
  }
  footer.home div#footer-wrapper a.social {
    margin: 3% 0 0 0 !important;
    width: 60px !important;
    height: 100% !important;
  }
  footer.category div#footer-wrapper {
    background: none;
  }
  footer.category div#footer-wrapper a.social {
    margin: 0;
  }
  div#content.home {
    border: none;
  }
  div#content.home header {
    background: url('../gfx/logo.png') no-repeat top center;
  }
  header div#header-wrapper {
    float: none;
  }
  header div#header-wrapper a#logo {
    height: 100%;
    width: 29%;
    margin: 0 0.5%;
    float: none !important;
  }
  header {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  header div#header-wrapper {
    max-width: 1100px;
    width: 100%;
    height: 190px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    float: none;
  }
  header div.nav-header {
    display: block;
    float: left;
    box-sizing: border-box;
    width: auto;
    height: 45px;
    margin: 0;
  }
  header div.nav-header div#drawer,
  header div.nav-header > menu,
  header div.nav-header div#langs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
  }
  header div.nav-header div#drawer {
    position: relative;
  }
  header div.nav-header div#drawer menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    background: red;
    top: 45px;
    width: 200px;
    text-align: center;
  }
  header div.nav-header div#drawer menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header div.nav-header div#drawer.hover menu {
    display: block;
  }
  header div.nav-header > menu {
    margin-left: 20px;
  }
  header div.nav-header > menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  header div.nav-header div#langs {
    display: block;
    float: right;
    float: right !important;
  }
  header div.nav-header div#langs a {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 0 5px;
    width: 35px;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #343434;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8125em;
  }
  header div.nav-header div#langs a:hover,
  header div.nav-header div#langs a.active {
    color: #9b0b1c;
    background: #c8c8c8;
  }
}
@media all and (max-width: 880px) {
  /* kontakt ****************************************************************** */
  header div#header-wrapper a#logo {margin: 0 auto;}
  div#contact-wrapper div.contact {
    float: none;
    width: auto;
  }
  div#contact-wrapper div.contact p:first-child {
    display: block;
  }
  div#contact-wrapper div.contact p {
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
  }
  div#contact-wrapper div.form-contact {
    float: none;
    margin: 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
    width: 100%;
  }
  div#contact-wrapper div.form-contact .coll {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 80%;
    margin: 0;
    padding: 0 10px;
  }
  div#contact-wrapper div.form-contact .coll:first-of-type {
    width: 40%;
  }
  div#contact-wrapper div.form-contact .coll:last-of-type {
    width: 60%;
  }
  div#contact-wrapper div.form-contact input,
  div#contact-wrapper div.form-contact textarea {
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    outline: none;
    padding: 10px;
    border: none;
    box-shadow: 0 0 10px rgba(25, 25, 25, 0.44);
    border-radius: 5px;
    font-size: 0.6875em;
  }
  div#contact-wrapper div.form-contact input {
    height: 50px;
    margin-bottom: 30px;
  }
  div#contact-wrapper div.form-contact textarea {
    height: 210px;
  }
  div#contact-wrapper div.form-contact input[type=submit] {
    clear: both;
    width: 150px;
    cursor: pointer;
    height: 30px;
    margin: 0 10px 0 0;
    display: block;
    float: right;
    float: right !important;
  }
  div#contact-wrapper div.form-contact p.message {
    color: green;
    font-size: 0.6875em;
  }
  div#contact-wrapper div.form-contact p.message.error {
    color: red;
  }
  div#map {
    display: block;
    float: left;
    clear: both;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  div#galeria {
    text-align: center;
    width: 100%;
  }
  div#galeria a {
    display: inline-block;
    margin: 0 5px 5px 5px;
    max-width: 180px;
    max-height: 180px;
    overflow: hidden;
    float: none;
  }
  div#galeria a img {
    height: 100%;
  }
}
@media all and (max-width: 680px) {

  div#content-wrapper {
    padding: 30px;
  }
  footer.category menu {
    position: inherit;
    height: 100%;
    margin: 20px 0 0 0;
  }
  footer.category menu div.item {
    position: inherit;
  }
  footer.category #footer-wrapper {
    height: auto;
    position: inherit;
    display: block;
  }
  footer.category #footer-wrapper a.social {
    width: 60px;
  }
  header div#header-wrapper {
    height: 100px;
  }
  header div.nav-header {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  header div.nav-header div#drawer {
    width: 45px;
    background: url('../gfx/drawer.png') no-repeat center center;
    cursor: pointer;
    position: relative;
    z-index: 100;
    display: inline-block;
    float: left;
  }
  header div.nav-header div#drawer menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    background: red;
    top: 45px;
    width: 200px;
    text-align: center;
  }
  header div.nav-header div#drawer menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header div.nav-header div#drawer.hover menu {
    display: inline-block;
    float: none;
  }
  header div.nav-header > menu {
    margin-left: 20px;
    float: none;
  }
  header div.nav-header > menu ul li {
    display: none;
  }
  header div.nav-header > menu li:first-child {
    display: inline;
  }
}
@media all and (max-width: 520px) {
  header div#header-wrapper a#logo { width: 200px;}

  #menu_item-1 {
    height: auto;
    width: auto;
  }
  #menu_item-2 {
    height: auto;
    width: auto;
  }
  #menu_item-2 img {
    margin: 0;
  }
  div#breadcrumbs {
    display: block;
    float: none;
    height: 20px;
  }
  div#breadcrumbs a {
    padding-left: 20px;
    margin-left: 8px;
    background: url('../gfx/seperator.slesh.png') no-repeat left center;
    color: #353535;
    font-size: 0.75em;
    display: inline-block;
    height: 20px;
    line-height: 20px;
  }
  div#breadcrumbs a.home {
    background: url('../gfx/home.icon.png') no-repeat left center;
  }
  div#breadcrumbs span.seperator {
    width: 20px;
    height: inherit;
    display: inline-block;
    height: 40px;
  }
}