/*STYLE RESET *****************************************************************/
html,
body,
div,
p,
aside,
nav,
a,
section,
article,
h1,
h2,
h3,
h4,
h5,
h6,
footer,
input {
  margin: 0;
  padding: 0;
}
input {
  border: none;
}
div,
article {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
textArea {
  outline: none;
}
a {
  text-decoration: none;
}
img {
  background: none;
  border: none;
}
/******************************************************************************/
/*FONTS ***********************************************************************/
@font-face {
  font-family: 'Apolonia';
  src: url('../fonts/apolonia-webfont.eot');
  src: url('../fonts/apolonia-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/apolonia-webfont.woff2') format('woff2'), url('../fonts/apolonia-webfont.woff') format('woff'), url('../fonts/apolonia-webfont.ttf') format('truetype'), url('../fonts/apolonia-webfont.svg#apoloniaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Apolonia-Bold';
  src: url('../fonts/apolonia-bold-webfont.eot');
  src: url('../fonts/apolonia-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/apolonia-bold-webfont.woff2') format('woff2'), url('../fonts/apolonia-bold-webfont.woff') format('woff'), url('../fonts/apolonia-bold-webfont.ttf') format('truetype'), url('../fonts/apolonia-bold-webfont.svg#apoloniaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/comfortaa-regular-webfont.eot');
  src: url('../fonts/comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/comfortaa-regular-webfont.woff2') format('woff2'), url('../fonts/comfortaa-regular-webfont.woff') format('woff'), url('../fonts/comfortaa-regular-webfont.ttf') format('truetype'), url('../fonts/comfortaa-regular-webfont.svg#comfortaaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/******************************************************************************/
/* COLORS *********************************************************************/
/******************************************************************************/
/* LESS PARAMETERS ************************************************************/
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hidden {
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.inline {
  display: inline-block;
}
.box-sizing {
  box-sizing: border-box;
}
.none {
  display: none;
}
.block {
  display: block;
}
/******************************************************************************/
/*KLASY ***********************************************************************/
.center {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.error {
  text-align: center;
  width: 100%;
}
.error span {
  display: inline-block;
  width: 30%;
  background: red;
  color: white;
  padding: 15px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  margin: 30px 0 0 0;
}
.filesBox {
  width: 100%;
  text-align: center;
  color: #484747;
}
.filesBox p {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #b5b5b5;
  text-align: left;
}
.filesBox .file {
  display: inline-block;
  margin: 0 1% 0 1%;
}
.filesBox .file a .fileBackground {
  background: url(../gfx/ext-icon.png);
  width: 72px;
  height: 72px;
}
.filesBox .file .fileExt {
  text-transform: uppercase;
  font-weight: bold;
  color: #89969f;
}
.filesBox .file .fileName {
  margin: 2px 0 0 0;
}
.filesBox .file:hover .fileBackground {
  background: url(../gfx/ext-icon-hover.png);
}
.filesBox .file:hover .fileExt {
  color: #26292b;
}
.gallery {
  text-align: center;
}
.gallery .photo {
  display: inline-block;
  margin: 5px 10px 5px 10px;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  transition: transform 0.5s;
}
.gallery .photo a {
  width: 160px;
  height: 160px;
  display: block;
  transition: background 1s;
}
.gallery .photo:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.1);
}
.gallery .photo:hover a {
  background: rgba(0, 0, 0, 0.5);
}
.content {
  width: 1057px;
}
.content .content-name {
  font-family: 'Apolonia';
  color: #050505;
  font-size: 1.563em;
  float: left;
  margin-top: 19px;
  width: 65%;
}
.content .content-name span {
  float: left;
}
.content .content-name .pipe {
  background: url('../gfx/pipe.png') no-repeat;
  width: 34px;
  height: 74px;
  float: left;
  margin: 10px;
  top: -30px;
  position: relative;
}
.content .top {
  background: url('../gfx/content-bg-top.png') no-repeat;
  height: 73px;
  float: left;
}
.content .middle {
  background: url('../gfx/content-bg-middle.png') repeat-y;
  height: auto;
  min-height: 550px;
  float: left;
}
.content .bottom {
  background: url('../gfx/content-bg-bottom.png') no-repeat;
  height: 67px;
  float: left;
  margin-bottom: 17px;
}
/******************************************************************************/
body {
  background: url('../gfx/background.jpg') no-repeat;
  background-size: 100%;
  font-size: 14px;
}
h2,
h3 {
  text-transform: capitalize;
}
h1,
h2 {
  font-size: 1,56em;
}
h2 {
  font-size: 1,37 em;
}
div,
body,
header,
footer,
p,
a,
span,
td {
  background-repeat: no-repeat;
}
img {
  max-width: 100%;
}

.site-facebook {
	display: block;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 100;
	width: 50px;
	height: 50px;
	background: url('../gfx/facebook.png') no-repeat center center;
}

/*HEADER **********************************************************************/
header {
  margin-top: 22px;
  height: auto;
  padding-bottom: 14px;
  /* MAIN MENU ***********************************************************************/
  /************************************************************************************/
}
header li {
  list-style-type: none;
}
header #info-top {
  width: 51%;
  height: 28px;
  float: right;
  margin-right: 55px;
}
header #info-top .info {
  float: right;
}
header #info-top .info ul,
header #info-top .info li {
  margin: 0;
  padding: 0;
}
header #info-top .info li {
  float: left;
  font-size: 0.8125em;
  color: #878787;
  border-right: 1px solid #d4d4d4;
  height: 28px;
  padding: 0 20px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
header #info-top .info li a {
  color: #878787;
  margin: 0 5px 0 5px;
}
header #info-top .info li:nth-of-type(4) {
  border: none;
}
header #info-top .info li:nth-of-type(5) {
  border: none;
}
header #info-top .info .langs .activeLang {
  color: gray;
  font-weight: 500;
}
header #user-panel {
  width: 100%;
  height: 112px;
  height: auto;
  display: inline-block;
}
header #user-panel #logo-user {
  width: 40%;
  height: auto;
  float: left;
}
header #user-panel #logo-user h1 {
  float: left;
  width: 475px;
  height: 100px;
  font-size: 0px;
}
header #user-panel #logo-user h1 a {
  display: block;
  width: 475px;
  height: 100px;
}
header #user-panel #logo-user > ul {
  float: right;
  margin-top: 54px;
}
header #user-panel #logo-user > ul li {
  float: left;
  margin-right: 9px;
  display: block;
}
header #user-panel #logo-user > ul li > a {
  width: 28px;
  height: 28px;
  display: block;
  background-repeat: repeat;
  background-position: center center;
}
header #user-panel #logo-user > ul .click {
  position: relative;
}
header #user-panel #logo-user > ul .click > a {
  background: url('../gfx/user-panel1.jpg');
}
header #user-panel #logo-user > ul .click > a:hover {
  background: url('../gfx/user-panel1_active.jpg');
}
header #user-panel #logo-user > ul .click .clickMenu {
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 0;
  background: white;
  opacity: 0.9;
  top: 34px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
}
header #user-panel #logo-user > ul .click .clickMenu ul {
  min-width: 200px;
  padding: 0;
  display: inline-block;
  padding: 15px;
}
header #user-panel #logo-user > ul .click .clickMenu ul li {
  width: 100%;
  margin: 5px 0 5px 0;
}
header #user-panel #logo-user > ul .click .clickMenu ul a {
  width: auto;
  heaight: auto;
  color: #3d81e8;
}
header #user-panel #logo-user > ul .click .clickMenu ul a:hover {
  text-decoration: underline;
}
header #user-panel #logo-user > ul .click .clickMenu ul.hidden {
  display: none;
}
header #user-panel #logo-user > ul .click .clickMenu ul.visible {
  display: inline-block;
}
header #user-panel #logo-user > ul .click #jmenu.hidden {
  display: none;
}
header #user-panel #logo-user > ul .click #jmenu.visible {
  display: block;
}
header #user-panel #logo-user > ul .open > a {
  background: url('../gfx/user-panel1_active.jpg');
}
header #user-panel #logo-user > ul .search a {
  background: url('../gfx/user-panel2.jpg');
}
header #user-panel #logo-user > ul .search a:hover {
  background: url('../gfx/user-panel2_active.jpg');
}
header #user-panel #logo-user > ul .home a {
  background: url('../gfx/user-panel3.jpg');
}
header nav {
  width: 539px;
  height: 56px;
  float: right;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 17px;
  background: url('../gfx/menu-background.png') no-repeat;
}
header nav a:hover {
  opacity: 0.8;
}
header nav ul {
  width: 100%;
  /*margin-left: -30px;*/
}
header nav ul li {
  float: left;
  font-size: 1em;
  font-family: 'Apolonia';
  font-weight: 300;
  text-align: center;
  margin: 0 8px;
  text-shadow: -4px 0px 5px #000;
}
header nav ul li a {
  color: #fff;
}
header nav ul li a:hover {
  color: #fff;
  opacity: 1;
}
header nav ul li:first-child {
  display: none;
}
header nav ul li.active a {
  color: #50a7cf;
}
header nav span.main-menu-pipe {
  text-shadow: -4px 0px 5px #000;
  color: #fff;
  font-weight: 900;
  position: relative;
  left: 8px;
}
/* BANNER - SLIDER **********************************************************************/
/*wysokość slidera */
/*padding konteneru na treść w sliderze */
/*szerokość tekstu w kontenerze slidera */
/*parametry dla przycisków next/prev slidera */
#banner {
  height: 533px;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  float: left;
  /*przciski next/prev slidera ***************************************/
  /*******************************************************************/
  /* Przyciski (kropki) slidera ****/
}
#banner .arrow {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  z-index: 20;
  top: 453px;
  /*Położenie przycisków od góry */
  cursor: pointer;
  background-size: 80% !important;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border: 0px solid #000000;
}
#banner .arrow.left {
  left: 30%;
  background: url('../gfx/arrow-left.png') no-repeat center center, rgba(255, 255, 255, 0.4);
}
#banner .arrow.left:hover {
  background: url('../gfx/arrow-left-active.png') no-repeat center center, rgba(255, 255, 255, 0.4);
}
#banner .arrow.right {
  right: 30%;
  background: url('../gfx/arrow-right.png') no-repeat center center, rgba(255, 255, 255, 0.4);
}
#banner .arrow.right:hover {
  background: url('../gfx/arrow-right-active.png') no-repeat center, rgba(255, 255, 255, 0.4);
}
#banner .banner-tiem {
  /*Slajd nieaktywny */
  position: absolute;
  display: none;
  height: 533px;
  width: 100%;
  background-position: center top !important;
  background-size: initial !important;
  background-repeat: no-repeat !important;
  /*kontener na treść i przyciski **************************************/
  /**********************************************************************/
}
#banner .banner-tiem .banner-wrapper {
  position: relative;
  z-index: 11;
  padding: 0px 0px 80px 0px;
  height: 533px;
  overflow: hidden;
  margin: 0 auto;
  width: 1080px;
}
#banner .banner-tiem .banner-wrapper p,
#banner .banner-tiem .banner-wrapper h2 {
  max-width: 50%;
}
#banner .banner-tiem .banner-wrapper > h2 {
  margin: 54px 0 54px 0;
  font-size: 3.75em;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 4px 3px #5d5a5a;
  line-height: 72px;
}
#banner .banner-tiem .banner-wrapper > p {
  color: #fff;
  font-size: 1.3125em;
  width: 600px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  line-height: 32px;
}
#banner .banner-tiem .banner-wrapper > a {
  width: 134px;
  height: 42px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 42px;
  margin-top: 37px;
  color: white;
  display: block;
}
#banner .banner-tiem .banner-wrapper > a:hover {
  background: rgba(0, 0, 0, 0.2);
}
#banner .banner-tiem.active {
  /*Slajd obecnie wyświetlany ****/
  display: block;
}
#banner .dot {
  position: absolute;
  z-index: 13;
  top: 465px;
  /*ustawienie dotów od góry */
  width: 100%;
  display: inline-block;
  text-align: center;
}
#banner .dot .dotWrapper {
  height: 12px;
}
#banner .dot .dotWrapper .dot-item {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  opacity: 0.6;
  margin: 0 5px 0 5px;
  width: 12px !important;
  height: 12px !important;
  display: inline-block;
  background: white !important;
  cursor: pointer;
  box-sizing: border-box;
}
#banner .dot .dotWrapper .dot-item span {
  /*nagłówek boxa */
  display: none;
}
#banner .dot .dotWrapper .dot-item:hover {
  background: black !important;
}
#banner .dot .dotWrapper .dot-item:hover,
#banner .dot .dotWrapper .active {
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.59);
  transform: scale(1.22);
  -webkit-transform: scale(1.22);
  -moz-transform: scale(1.22);
  -o-transform: scale(1.22);
}
#banner .dot .dotWrapper .dot-item:hover span,
#banner .dot .dotWrapper .active span {
  padding: 7px 0 8px 0;
}
#banner .btHide {
  display: none;
}
#banner.bannerSmall {
  height: 340px;
}
#banner.bannerSmall .arrow {
  top: 260px;
}
#banner.bannerSmall .banner-tiem {
  height: inherit;
}
#banner.bannerSmall .banner-tiem .banner-wrapper {
  height: inherit;
}
#banner.bannerSmall .dot {
  top: 280px;
}
/******************************************************************************/
/* Strona główna *************************************************************/
/*Section > first*/
section#content #first h2 {
  text-align: center;
  font-size: 2.375em;
  color: black;
  padding-bottom: 20px;
  width: 60%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
section#content #first .solid {
  width: 10%;
  height: 1px;
  background: black;
  margin: 0 auto;
  margin-bottom: 20px;
}
section#content #first .mpItem {
  padding: 40px 0 40px 0;
  float: left;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
section#content #first .mpItem .center p {
  font-size: 1.125em;
  color: #545454;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 27px;
}
section#content #first .mpItem .center .mainPageContent {
  padding: 20px;
}
section#content #first .mpItem .center .mainPageContent div.more {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
section#content #first .mpItem .center .mainPageContent div.more a {
  background: #305da1;
  color: white;
  padding: 15px 20px;
}
section#content #first .mpItem .center #container {
  overflow: hidden;
  height: auto;
  margin: 15px auto;
}
section#content #first .mpItem .center #container .box {
  width: 25%;
  float: left;
  text-align: center;
}
section#content #first .mpItem .center #container .box h3 {
  text-align: center;
  color: #2f647d;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
}
section#content #first .mpItem .center #container .box p {
  color: #373737;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  margin: 19px 0 0 0;
  text-align: center;
  width: 98%;
}
section#content #first .mpItem .center #container .box > div {
  width: 112px;
  height: 35px;
  background: #568cdd;
  text-align: center;
  line-height: 35px;
  margin: 29px auto;
}
section#content #first .mpItem .center #container .box > div a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9375em;
}
/******************************************************************************/
/** PODSTRONA **/
body.pagecontent {
  background: url('../gfx/subpage-background.jpg') no-repeat;
  background-attachment: fixed;
}
.offer,
.page,
.ad {
  padding: 40px 10px 40px 10px;
  clear: both;
  box-sizing: border-box;
  color: #656565;
  font-size: 1.125em;
  font-family: 'Open Sans', sans-serif;
}
.line {
  text-align: center;
}
.line div {
  width: 10%;
  display: inline-block;
  height: 1px;
  background: #2f5c9e;
}
.category-label {
  background: url('../gfx/label-bg.png') no-repeat;
  width: 279px;
  height: 56px;
  position: relative;
  float: left;
  margin: 24px;
}
.category-label span {
  color: #fff;
  font-family: 'Comfortaa';
  text-shadow: -4px 0px 5px #000;
  font-size: 1.4em;
  margin: 19px;
  position: relative;
  top: 13px;
}
#pageContent {
  /* formularz kontaktowy na podstronie */
  /* aktualności */
}
#pageContent .center .gallery {
  margin: 30px 0 0 0;
}
#pageContent .center .gallery .line {
  margin-bottom: 20px;
}
#pageContent .center .page h2 {
  text-align: center;
  font-size: 2.375em;
  color: #2f5c9e;
  width: 60%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#pageContent .center .page > div:not(.line) {
  padding: 50px 0 0 0;
}
#pageContent #pageMenu {
  clear: both;
  width: 26%;
  text-align: left;
  float: left;
  display: inline-block;
  font-family: 'Apolonia-Bold';
  margin-top: 24px;
}
#pageContent #pageMenu a {
  text-decoration: none;
  color: #050505;
}
#pageContent #pageMenu a p {
  padding: 12px 0px;
}
#pageContent #pageMenu a.active {
  color: #50a7cf;
}
#pageContent #pageMenu ul {
  list-style-position: inside;
}
#pageContent #pageMenu ul.depth-0 {
  font-size: 1.125em;
}
#pageContent #pageMenu ul.depth-0 .menu-pipe {
  background-color: #050505;
  height: 1px;
  width: 100%;
  display: block;
  left: -10px;
  position: relative;
}
#pageContent #pageMenu ul.depth-1 {
  /*font-size: 0.938em;*/
  list-style-type: disc;
  padding-left: 0;
}
#pageContent #pageMenu ul.depth-1 .menu-pipe {
  /*left: -50px;*/
}
#pageContent .content-pipe {
  background-color: #050505;
  height: 1px;
  /*0.063em;*/
  width: 100%;
  display: block;
  position: relative;
}
#pageContent #pageContent {
  font-family: 'Apolonia';
  color: #050505;
  width: 91%;
  margin: 20px auto 0px;
  /* Formularz */
}
#pageContent #pageContent .title {
  font-size: 1.813em;
}
#pageContent #pageContent .title.contact {
  line-height: 2em;
}
#pageContent #pageContent .desc {
  font-size: 1.563em;
  margin: 15px 0px;
}
#pageContent #pageContent .desc.contact {
  text-align: center;
  line-height: 1.5em;
}
#pageContent #pageContent .desc.contact .write-to-us {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  margin-top: 55px;
}
#pageContent #pageContent .desc.contact .content-pipe.desc {
  background-color: #5361a8;
  margin: 5px 0px;
  width: 60%;
  margin: 0 auto;
}
#pageContent #pageContent #contact-form {
  position: relative;
  float: left;
}
#pageContent #pageContent #contact-form input {
  border: solid 1px #50a7cf;
  margin-bottom: 20px;
  padding-left: 50px;
  height: 40px;
  width: 285px;
  font-family: 'Open Sans', sans-serif;
}
#pageContent #pageContent #contact-form input[name="Name"] {
  background: url('../gfx/icon-form-name.png') no-repeat;
}
#pageContent #pageContent #contact-form input[name="Surname"] {
  background: url('../gfx/icon-form-company.png') no-repeat;
}
#pageContent #pageContent #contact-form input[name="Email"] {
  background: url('../gfx/icon-form-email.png') no-repeat;
}
#pageContent #pageContent #contact-form input[type="submit"] {
  background-color: #50a7cf;
  color: #fff;
  cursor: pointer;
  float: right;
  position: relative;
  bottom: 44px;
  width: 34%;
  text-align: center;
  padding-left: 0px;
}
#pageContent #pageContent #contact-form textarea {
  border: solid 1px #50a7cf;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  background: url('../gfx/icon-form-content.png') no-repeat;
  width: 276px;
  height: 162px;
  resize: none;
  padding-left: 49px;
}
#pageContent #pageContent #map {
  width: 608px;
  height: 368px;
  float: right;
}
#pageContent #pageContent #map.get-route {
  width: 680px;
  height: 465px;
}
#pageContent #pageContent .return-homepage {
  margin: 56px 0px 20px;
  left: 53%;
  position: relative;
  float: left;
  clear: both;
}
#pageContent #pageContent .return-homepage .return {
  float: left;
  position: relative;
  background: url('../gfx/icon-back.png') no-repeat;
  width: 30px;
  height: 30px;
}
#pageContent #pageContent .return-homepage a {
  float: right;
  position: relative;
  top: 4px;
  left: 10px;
  color: #50a7cf;
}
#pageContent #pageContent .photo-desc {
  margin-top: 5px;
}
#pageContent .content-pipe.title.name {
  margin-top: 15px;
}
#pageContent .page-desc {
  position: relative;
  float: right;
  width: 75%;
  font-family: 'Apolonia';
  font-size: 17px;
  text-align: justify;
  line-height: 2em;
}
#pageContent .offerContent a {
  font-family: 'Apolonia';
  color: #050505;
  text-decoration: none;
}
#pageContent .offerContent a p {
  font-size: 22px;
  padding: 14px 0px;
  margin-left: 37px;
}
#pageContent .offerContent a p span {
  float: right;
  color: #0e506e;
}
#pageContent .offerContent .offer-item-icon {
  background: url('../gfx/news-icon.png') no-repeat;
  width: 27px;
  height: 27px;
}
#pageContent .offerContent ul {
  list-style: none;
  float: left;
  margin-left: -15px;
  width: 73%;
}
#pageContent .offerContent ul .menu-pipe {
  background-color: #050505;
  height: 1px;
  width: 100%;
  display: block;
  left: 0px;
  position: relative;
}
#pageContent .offerContent ul li {
  background: url('../gfx/news-icon.png') no-repeat left center;
}
.right-side-boxes {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 10%;
}
.inside-box {
  position: relative;
  left: 112%;
}
.category-box.one {
  background: url('../gfx/button-kolejowa.png') no-repeat;
  width: 285px;
  height: 319px;
  position: relative;
  top: 120px;
}
.category-box.two {
  background: url('../gfx/button-lomaska.png') no-repeat;
  width: 285px;
  height: 319px;
  position: relative;
  left: 39px;
}
#offerContent .center h2 {
  display: inline-block;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 30px 0 10px 0;
  font-size: 2.375em;
  color: #2f5c9e;
  text-transform: uppercase;
  font-weight: 500;
}
#offerContent .center .solid {
  width: 10%;
  height: 1px;
  background: black;
  margin: 0 auto;
  margin-bottom: 20px;
}
#offerContent .center .gallery {
  margin: 30px 0 0 0;
}
#offerContent .center .gallery .line {
  margin-bottom: 20px;
}
#offerContent .center .offer h3 {
  text-align: center;
  font-size: 2.375em;
  color: #2f5c9e;
  width: 90%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#offerContent .center .offer > div:not(.line) {
  padding: 50px 0 0 0;
}
#offerContent .center #offerMenu {
  clear: both;
  width: 100%;
  text-align: left;
  margin: 30px 0 0 0;
  box-sizing: border-box;
  float: none;
  display: inline-block;
}
#offerContent .center #offerMenu ul,
#offerContent .center #offerMenu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#offerContent .center #offerMenu a {
  /*text-transform: uppercase;*/
}
#offerContent .center #offerMenu ul.depth-0 {
  list-style-type: none;
}
#offerContent .center #offerMenu ul.depth-0 > li {
  display: inline-block;
  position: relative;
}
#offerContent .center #offerMenu ul.depth-0 > li > a {
  display: block;
  padding: 10px 30px 10px 30px;
  font-size: 1.2em;
  margin: 0 20px 0 20px;
  /*border: 2px solid transparent;*/
}
#offerContent .center #offerMenu ul.depth-0 > li:first-child a {
  color: #2f647d;
}
#offerContent .center #offerMenu ul.depth-0 > li:nth-child(2) a {
  color: #d93737;
}
#offerContent .center #offerMenu ul.depth-0 > li:nth-child(3) a {
  color: #78b1bc;
}
#offerContent .center #offerMenu ul.depth-0 > li:nth-child(4) a {
  color: #a1926a;
}
#offerContent .center #offerMenu ul.depth-0 li:hover ul.depth-1 {
  display: block;
}
#offerContent .center #offerMenu ul.depth-0 li:first-child:hover > a {
  border-color: #2f647d;
}
#offerContent .center #offerMenu ul.depth-0 li:first-child:hover ul.depth-1 {
  border-color: #2f647d;
}
#offerContent .center #offerMenu ul.depth-0 li:first-child:hover ul.depth-1 a:hover {
  color: #052534;
}
#offerContent .center #offerMenu ul.depth-0 li:nth-child(2):hover > a {
  border-color: #d93737;
}
#offerContent .center #offerMenu ul.depth-0 li:nth-child(2):hover ul.depth-1 {
  border-color: #d93737;
}
#offerContent .center #offerMenu ul.depth-0 li:nth-child(2):hover ul.depth-1 a:hover {
  color: #680c0c;
}
#offerContent .center #offerMenu ul.depth-0 li:nth-child(3):hover > a {
  border-color: #78b1bc;
}
#offerContent .center #offerMenu ul.depth-0 li:nth-child(3):hover ul.depth-1 {
  border-color: #78b1bc;
}
#offerContent .center #offerMenu ul.depth-0 li:nth-child(3):hover ul.depth-1 a:hover {
  color: #387581;
}
#offerContent .center #offerMenu ul.depth-0 li:nth-child(4):hover > a {
  border-color: #a1926a;
}
#offerContent .center #offerMenu ul.depth-0 li:nth-child(4):hover ul.depth-1 {
  border-color: #a1926a;
}
#offerContent .center #offerMenu ul.depth-0 li:nth-child(4):hover ul.depth-1 a:hover {
  color: #695726;
}
#offerContent .center #offerMenu ul.depth-1 {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  border: 6px solid #a1926a;
  left: 0;
  right: 0;
  padding: 20px 20px 20px 20px;
  margin: -2px -50px 0 -50px;
  display: none;
}
#offerContent .center #offerMenu ul.depth-1 li a {
  display: block;
  padding: 8px 0 8px 10px;
  font-size: 1.1em;
}
#offerContent .center #offerMenu ul.depth-1 > li:first-child > a:first-child {
  font-size: 1.4em;
  padding: 0px 0 10px 0;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
#offerContent .center #offerMenu ul.depth-2 {
  border-left: 1px solid;
  margin: 0 0 0 10px;
}
#offerContent .center #offerMenu ul.depth-2 li a {
  font-size: .9em;
  padding: 0 0 0 0px;
  margin: 8px 0 8px 0;
}
#offerContent .center #offerMenu ul.depth-2 li:first-child a {
  padding-top: 10px;
}
#offerContent .center #offerMenu ul.depth-2 li:last-child a {
  margin-bottom: 10px;
}
#aadContent h2 {
  display: inline-block;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 30px 0 10px 0;
  font-size: 2.375em;
  color: #2f5c9e;
  text-transform: uppercase;
  font-weight: 500;
}
#aadContent .solid {
  width: 10%;
  height: 1px;
  background: black;
  margin: 0 auto;
  margin-bottom: 20px;
}
#aadContent .gallery {
  margin: 30px 0 0 0;
}
#aadContent .gallery .line {
  margin-bottom: 20px;
}
#aadContent .ad {
  text-align: center;
  padding: 20px 10px 40px 10px;
}
#aadContent .ad table {
  width: 90%;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-size: 0.9em;
  border-spacing: 0;
}
#aadContent .ad table tr td:first-child {
  width: 24%;
}
#aadContent .ad table tr td {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #d6d6d6;
}
#aadContent .ad table tr td a {
  color: #2f5c9e;
}
#aadContent .ad table tr td a:hover {
  text-decoration: underline;
}
#aadContent .ad .single {
  text-align: left;
  box-sizing: border-box;
}
#aadContent .ad .single h3 {
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 1px solid silver;
  padding: 0 0 5px 0;
  text-transform: initial;
}
#aadContent .ad .single img.icon {
  height: auto;
  width: 15%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
#aadContent .ad .single .text {
  display: inline-block;
  vertical-align: top;
}
#aadContent .ad .single .text a.return {
  display: inline-block;
  float: right;
  margin: 0 10px 0 0;
  color: gray;
}
#aadContent .ad .single .text a.return:hover {
  color: black;
}
#aadContent .ad .single .text div.addedTime {
  font-size: 0.8em;
  margin: 15px 0 5px 0;
  border-top: 1px solid silver;
  padding: 10px 0 0 0;
  clear: both;
}
#aadContent .ad .single .text div.addedTime span {
  font-style: italic;
}
/*FOOTER **********************************************************************/
footer {
  /*background: url('../gfx/footer_pattern.png');*/
  min-height: 86px;
  width: 100%;
  clear: both;
  position: fixed;
  bottom: 0;
  z-index: 10;
  float: left;
}
footer section.left,
footer section.right {
  width: 50%;
  z-index: 1;
}
footer section.right a {
  font-family: 'Apolonia';
  font-size: 0.875em;
  color: #d2d2d2;
  text-decoration: none;
  margin-top: 2.8em;
  float: left;
  margin-left: 2em;
}
footer span.footer-icons {
  float: left;
  margin-left: 3em;
}
footer span.footer-icons a {
  position: relative;
  float: left;
}
footer div.icon-background {
  background-color: rgba(163, 99, 73, 0.65);
  /* #a36349; */
  position: relative;
  height: 2.375em;
  width: 2.375em;
  margin-top: 2em;
  margin-right: 0.5em;
  border-radius: 50%;
}
footer div.icon-background.newsletter {
  border-radius: 3.125em;
  width: 15em;
  text-decoration: none;
  color: #fff;
}
footer div.icon-background.newsletter span.text {
  font-family: 'Apolonia';
  font-size: 0.875em;
  float: right;
  margin: 0.7em 2em 0 2em;
}
footer div.icon {
  background-position: center;
  height: 2.375em;
  width: 2.375em;
  float: left;
  position: absolute;
}
footer div.icon.youtube {
  background-image: url('../gfx/icon-youtube.png');
}
footer div.icon.facebook {
  background-image: url('../gfx/icon-fb.png');
}
footer div.icon.google {
  background-image: url('../gfx/icon-google.png');
}
footer div.icon.newsletter {
  background-image: url('../gfx/icon-newsletter.png');
  margin: 0 1.4em;
}
footer span.footer-newsletter {
  float: right;
  /*margin: 0 2em;*/
  left: -6.5em;
  position: relative;
}
footer span.pipe {
  /*.footer-icon-background;*/
  background-color: #d2d0d0;
  width: 19.125em;
  height: 0.278em;
  float: left;
  position: relative;
  margin-top: 2.8em;
}
footer span.pipe.second {
  width: 5em;
  margin-left: 2em;
}
footer:after {
  /*    content: '';
    .gradient(#000, transparent);*/
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
footer.subpage {
  position: relative;
}
/******************************************************************************/
/*** RWD **********************************************************************/
/* fix for footer bar */
@media only screen and (max-device-width: 1080px) {
  footer {
    height: auto;
    min-height: 86px;
    background-repeat: repeat;
  }
  .content {
    width: 100%;
  }
  footer section.left {
    margin-left: 15%;
  }
  footer section.right {
    width: 20%;
    float: left;
  }
  footer section.right span.pipe {
    position: absolute;
    top: 10px;
    width: 200px;
  }
}
@media only screen and (max-device-width: 1024px) {
  header #user-panel #logo-user {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 475px;
  }
  header #user-panel #logo-user h1 {
    max-width: 100%;
    background-size: 100%!important;
  }
  header nav {
    float: none;
    margin: 0 auto;
  }
  body {
    background: url('../gfx/background-1024.jpg') no-repeat;
    background-size: 100%;
  }
  body.pagecontent {
    background: url('../gfx/subpage-background-1024.jpg') no-repeat;
  }
}
@media only screen and (max-device-width: 980px) {
  footer section.left {
    margin-left: 5%;
    width: 60%;
  }
  footer section.right {
    width: 30%;
    float: left;
  }
}
@media only screen and (max-device-width: 800px) {
  footer section.left {
    margin-left: 10%;
    width: 50%;
  }
  footer section.left span.footer-newsletter {
    left: 0;
  }
}
@media only screen and (max-device-width: 768px) {
  header {
    padding-top: 20px;
    margin: 0px;
    background: -webkit-linear-gradient(top, #C0EAF8 0%, #DAF3FA 90%, transparent 100%);
    background: -moz-linear-gradient(top, #C0EAF8 0%, #DAF3FA 90%, transparent 100%);
    background: -ms-linear-gradient(top, #C0EAF8 0%, #DAF3FA 90%, transparent 100%);
    background: -o-linear-gradient(top, #C0EAF8 0%, #DAF3FA 90%, transparent 100%);
  }
  body {
    background: url('../gfx/background-768.jpg') no-repeat;
    background-size: 100%;
    background-position: 0px 170px;
  }
  body.pagecontent {
    background: url('../gfx/subpage-background-768.jpg') no-repeat;
  }
  footer section.left {
    margin-left: 20%;
    width: 60%;
  }
  footer section.right {
    display: none;
  }
}
@media only screen and (max-device-width: 660px) {
  footer section.left {
    margin-left: 5%;
    width: 90%;
  }
}
@media only screen and (max-device-width: 599px) {
  header nav {
    width: 279px;
    height: 56px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    background: url('../gfx/label-bg.png') no-repeat;
    position: relative;
    overflow: visible;
    margin-top: 100px;
  }
  header nav ul {
    display: none;
    background: url('../gfx/label-bg.png') no-repeat;
    background-size: contain;
    padding: 0px;
    margin: 0px;
    top: 43px;
    position: absolute;
    background-size: 100% 100%;
    padding-bottom: 10px!important;
    z-index: 1000;
  }
  header nav ul li {
    float: none;
    width: 100%;
    padding: 0px;
    text-align: center;
    font-size: 2em;
    margin-left: -10px;
  }
  header nav ul li:last-child {
    margin-left: -10px;
  }
  header nav:hover ul {
    display: block;
  }
  header nav:before {
    content: '=';
    position: absolute;
    font-size: 30px;
    font-family: 'Apolonia';
    font-weight: 300;
    text-shadow: -4px 0px 5px #000;
    left: 20px;
    top: 7px;
    color: white;
  }
  header nav:after {
    content: 'Menu';
    position: absolute;
    left: 35%;
    font-size: 23px;
    font-family: 'Apolonia';
    font-weight: 300;
    text-shadow: -4px 0px 5px #000;
    top: 13px;
    color: white;
  }
}
@media only screen and (max-device-width: 480px) {
  header #user-panel #logo-user h1 {
    max-width: 96%;
  }
  body {
    background: url('../gfx/background-480.jpg') no-repeat;
    background-size: 100%;
    background-position: 0px 175px;
  }
  body.pagecontent {
    background: url('../gfx/subpage-background-480.jpg') no-repeat;
  }
  body.pagecontent #pageContent #pageMenu {
    width: 100%;
  }
  body.pagecontent #pageContent .content-pipe.title.name {
    display: none !important;
  }
  body.pagecontent .content .content-name .pipe {
    display: none;
  }
  body.pagecontent #pageContent .offerContent a p span {
    display: none;
  }
  body.pagecontent #pageContent .offerContent ul {
    width: 100%;
    margin-left: -40px;
  }
  body.pagecontent #pageContent .offerContent a p {
    font-size: 20px;
    line-height: 1.5em;
  }
  body.pagecontent #pageContent .page-desc {
    width: 100%;
  }
  footer section.left {
    text-align: center;
    height: 180px;
  }
  footer span.footer-icons {
    margin: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50px;
  }
  footer span.footer-icons a {
    display: inline-block;
    float: none;
  }
  footer span.footer-newsletter {
    margin: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    top: 0px;
  }
  footer div.icon-background.newsletter {
    display: inline-block;
  }
  .right-side-boxes {
    margin-top: 170px;
    display: none;
    position: relative;
    left: auto;
    top: auto;
  }
  .right-side-boxes .inside-box {
    left: auto;
  }
  .category-box.one {
    height: 260px;
    position: relative;
    top: 0px;
    width: 240px;
    float: right;
    background-size: 100%;
    transform: scale(-1.5, 1.5);
    right: -50px;
  }
  .category-box.two {
    height: 260px;
    position: relative;
    left: 0px;
    width: 240px;
    background-size: 100%;
    transform: scale(1.5, 1.5);
  }
}
/******************************************************************************/
/*# sourceMappingURL=style.css.map */