/*STYLE RESET *****************************************************************/
html,
body,
div,
p,
aside,
nav,
ul,
li,
a,
section,
article,
h1,
h2,
h3,
h4,
h5,
h6,
footer,
input {
  margin: 0;
  padding: 0;
}
input {
  border: none;
}
div,
article {
  box-sizing: border-box;
}
ul,
ol,
dl {
  list-style-type: none;
}
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 ***********************************************************************/
/******************************************************************************/
/* 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 ***********************************************************************/
.container {
  width: 100%;
  max-width: 1200px;
  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%;
  vertical-align: top;
}
.filesBox .file a .fileBackground {
  background: url(../gfx/ext-icon.png) center center;
  width: 72px;
  height: 72px;
  display: inline-block;
}
.filesBox .file .fileExt {
  text-transform: uppercase;
  font-weight: bold;
  color: #89969f;
}
.filesBox .file .fileName {
  margin: 2px 0 0 0;
  max-width: 130px;
}
.filesBox .file:hover .fileBackground {
  background: url(../gfx/ext-icon-hover.png);
}
.filesBox .file:hover .fileExt {
  color: #26292b;
}
/******************************************************************************/
body {
  background: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: #8a97a0;
  /* Old browsers */
  /*background: -moz-linear-gradient(top, #8a97a0 0%, #ffffff 70%, #ffffff 100%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a97a0), color-stop(70%, #ffffff), color-stop(100%, #ffffff));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #8a97a0 0%, #ffffff 70%, #ffffff 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #8a97a0 0%, #ffffff 70%, #ffffff 100%);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #8a97a0 0%, #ffffff 70%, #ffffff 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom, #8a97a0 0%, #ffffff 70%, #ffffff 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a97a0', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */

  background: url('../gfx/background.jpg') no-repeat center top;
}
h2,
h3 {
  text-transform: capitalize;
}
h1,
h2 {
  font-size: 1,56em;
}
h2 {
  font-size: 1,37 em;
}
#siteWrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 1100px;
}
div,
body,
header,
footer,
p,
a,
span,
td {
  background-repeat: no-repeat;
}
header {
  float: left;
  width: 100%;
}
/*HEADER **********************************************************************/
#topBar {
  height: 85px;
}
#topBar #logo {
  height: 85px;
  position: absolute;
}
#topBar #logo a {
  display: block;
}
#topBar #logo a div {
  display: block;
  height: 85px;
  width: 140px;
  background-size: contain !important;
}
#topBar #socialsContent a {
  width: 34px;
  height: 34px;
  float: right;
  margin: 25px 0 0 10px;
  opacity: 0.6;
}
#topBar #socialsContent a:hover {
  opacity: 1;
}
#topBar #searchHeader form {
  float: right;
  margin: 25px 0 0 10px;
}
#topBar #searchHeader form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#topBar #searchHeader form input {
  height: 34px;
  vertical-align: top;
}
#topBar #searchHeader form input[type="text"] {
  text-indent: 10px;
}
#topBar #searchHeader form input[type="submit"] {
  background: url('../gfx//icons/lupa_active.jpg') no-repeat center center;
  width: 34px;
  cursor: pointer;
}
#topBar #searchHeader form input[type="submit"]:hover {
  opacity: 0.8;
}
#topBar #langsContent {
  margin: 0 20px 0 20px;
  float: right;
}
#topBar #langsContent a {
  width: 34px;
  height: 28px;
  float: right;
  margin: 25px 0 0 10px;
  padding: 6px 0 0 0;
  text-align: center;
  background: #b3b3b3;
  color: white;
}
#topBar #langsContent a:hover,
#topBar #langsContent a.activeLang {
  background: #424c55;
}
/* MAIN MENU ***********************************************************************/
#menuBackground {
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  /*gradient w menu*/
  background: #6f7c84;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f7c84), color-stop(50%, #66727a), color-stop(100%, #3f4952));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7c84', endColorstr='#3f4952', GradientType=0);
  /* IE6-9 */
  /**********/
  border: 1px solid none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-size: cover;
}
#menuBackground nav {
  /* Menu poziom 1 */
}
#menuBackground nav > ul {
  text-align: center;
  margin-left: 25px;
}
#menuBackground nav > ul > li {
  display: inline-block;
  text-align: right;
  position: relative;
  /*Menu poziom 2 */
  /****************/
}
#menuBackground nav > ul > li > ul {
  transition: max-height 1s ease-in;
  -webkit-transition: max-height 1s ease-in;
  position: absolute;
  z-index: 30;
  overflow: hidden;
  max-height: 0px;
  background: #6f7c84;
  top: 100%;
  left: 0;
}
#menuBackground nav > ul > li > ul > li {
  display: block;
  min-width: 200px;
  position: relative;
  /* Menu poziom 3 */
}
#menuBackground nav > ul > li > ul > li > a {
  display: block;
  text-align: left;
  height: auto;
  padding: 10px 0 10px 0px;
  width: 100%;
  background: #6f7c84;
  text-indent: 15px;
  border: none;
}
#menuBackground nav > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  z-index: 30;
  background: #404b53;
  top: 0;
  overflow: hidden;
}
#menuBackground nav > ul > li > ul > li > ul > li {
  transition: 0.2s min-width ease-in;
  -webkit-transition: min-width 0.2s ease-in;
  display: block;
  min-width: 0;
  width: 0;
}
#menuBackground nav > ul > li > ul > li > ul > li > a {
  display: block;
  text-align: left;
  height: auto;
  padding: 10px;
  width: 100%;
  text-indent: 10px;
}
#menuBackground nav > ul > li > ul > li > ul > li > a:hover {
  background: url('../gfx/strzalka-small.png') no-repeat center left 10px;
}
#menuBackground nav > ul > li > ul > li:hover > ul > li {
  min-width: 200px;
}
#menuBackground nav > ul > li > ul > li:hover > a {
  background: #404b53;
}
#menuBackground nav > ul > li:hover > a {
  background: #2a313c;
}
#menuBackground nav > ul > li:hover > ul {
  max-height: 500px;
  overflow: visible;
}
#menuBackground nav > ul > li.active {
  background: #2a313c;
}
#menuBackground nav > ul > li a {
  display: table-cell;
  height: 45px;
  padding: 0 15px 0 15px;
  vertical-align: middle;
  color: white;
  text-transform: uppercase;
  border-right: 1px solid white;
}
#menuBackground nav > ul > li:last-child a {
  border: none;
}
/************************************************************************************/
/* BANNER - SLIDER **********************************************************************/
/*wysokość slidera */
/*padding konteneru na treść w sliderze */
/*szerokość tekstu w kontenerze slidera */
/*parametry dla przycisków next/prev slidera */
#banner {
  height: 405px;
  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: 80px;
  height: 57px;
  margin: 0;
  position: absolute;
  z-index: 20;
  top: 289.61538462px;
  /*Położenie przycisków od góry */
  cursor: pointer;
}
#banner .arrow.left {
  left: 0px;
  background: url('../gfx/arrow-left.png') no-repeat center right 2px, rgba(255, 255, 255, 0.4);
  padding: 2px;
  border: 1px solid none;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#banner .arrow.btHide {
  display: none;
}
#banner .arrow.left:hover {
  background: url('../gfx/arrow-left-active.png') no-repeat center right 2px, rgba(255, 255, 255, 0.4);
}
#banner .arrow.right {
  right: 0px;
  background: url('../gfx/arrow-right.png') no-repeat center left 2px, rgba(255, 255, 255, 0.4);
  padding: 2px;
  border: 1px solid none;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#banner .arrow.right:hover {
  background: url('../gfx/arrow-right-active.png') no-repeat center left 2px, rgba(255, 255, 255, 0.4);
}
#banner .banner-tiem {
  /*Slajd nieaktywny */
  position: absolute;
  display: none;
  height: 405px;
  width: 100%;
  background-position: left top !important;
  border: 1px solid none;
  background-repeat: no-repeat !important;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /*kontener na treść i przyciski **************************************/
  /**********************************************************************/
}
#banner .banner-tiem .banner-wrapper {
  position: relative;
  z-index: 11;
  padding: 10px 0px 10px 80px;
  height: 405px;
  overflow: hidden;
}
#banner .banner-tiem .banner-wrapper p,
#banner .banner-tiem .banner-wrapper h2 {
  max-width: 40%;
}
#banner .banner-tiem .banner-wrapper h2 {
  margin: 70px 0 5px 0;
  font-size: 3em;
  font-weight: 300;
  color: #333e77;
}
#banner .banner-tiem .banner-wrapper p {
  color: #181818;
  font-style: italic;
  line-height: 180%;
}
#banner .banner-tiem .banner-wrapper a {
  padding: 5px 5px 5px 5px;
  display: block;
  background: #3c4985;
  width: 80px;
  color: white;
  text-align: center;
  font-size: 0.9em;
  margin: 10px 0 0 0;
}
#banner .banner-tiem .banner-wrapper a:hover {
  background: #717eb6;
}
#banner .banner-tiem.active {
  /*Slajd obecnie wyświetlany ****/
  display: block;
}
#banner .dot {
  position: absolute;
  z-index: 13;
  top: 357px;
  /*ustawienie dotów od góry */
  width: 100%;
  display: inline-block;
  text-align: center;
}
#banner .dot .dotWrapper {
  height: 153px;
  /*            .dot-item:hover {
                width: @bannerDotWidth + @dotScale !important; height: @bannerDotHeight + @dotScale !important; margin: 0 (@dotScale/2)-(@dotScale/2) 10px (@dotScale/2)-(@dotScale/2); -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.59);
box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.59);
            }*/
}
#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;
  width: 200px !important;
  height: 140px !important;
  display: inline-block;
  margin: 13px 6.5px 0px 6.5px;
  cursor: pointer;
  background-size: 110% auto !important;
  box-sizing: border-box;
  background-position: bottom center !important;
  transition: 0.2s transform;
}
#banner .dot .dotWrapper .dot-item span {
  /*nagłówek boxa */
  width: 100%;
  display: block;
  background: black;
  background: #6f7c84;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f7c84), color-stop(30%, #66727a), color-stop(100%, #3f4952));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7c84', endColorstr='#3f4952', GradientType=0);
  /* IE6-9 */
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  padding: 8px 0 8px 0;
}
#banner .dot .dotWrapper .dot-item a {
  padding: 5px 5px 5px 5px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 80px;
  color: white;
  text-align: center;
  font-size: 0.9em;
  margin: 100px 0 0 20px;
}
#banner .dot .dotWrapper .dot-item a:hover {
  background: rgba(0, 0, 0, 0.6);
}
#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;
}
/******************************************************************************/
/* CONTENT STRONY *************************************************************/
#content {
  margin: 30px 0 0 0;
  clear: both;
  /* galeria fotek */
  /*** podstrona index ***/
}
#content .gallery {
  text-align: center;
  padding: 30px 0 15px 0;
  clear: both;
}
#content .gallery h3 {
  margin: 0 0 20px 0;
}
#content .gallery .photo {
  display: inline-block;
  width: 175px;
  height: 140px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin: 5px;
  border: 5px solid #ebeff2;
  box-sizing: border-box;
}
#content .gallery .photo a {
  display: block;
  width: 155px;
  height: 130px;
}
#content .gallery .photo:hover {
  border: 5px solid #a3abb1;
}
#content .certyfikaty {
  text-align: center;
  padding: 30px 0 15px 0;
  clear: both;
}
#content .certyfikaty h3 {
  margin: 0 0 20px 0;
}
#content .certyfikaty .photo {
  display: inline-block;
  width: 175px;
  height: 260px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  margin: 5px;
  border: 5px solid #ebeff2;
  box-sizing: border-box;
}
#content .certyfikaty .photo a {
  display: block;
  width: 155px;
  height: 260px;
}
#content .certyfikaty .photo:hover {
  border: 5px solid #a3abb1;
}
#content .rightMenu {
  width: 20%;
  box-sizing: border-box;
  float: right;
}
#content .rightMenu #bannerDots {
  /* Przyciski (kropki) slidera ****/
}
#content .rightMenu #bannerDots .dot {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#content .rightMenu #bannerDots .dot .dotWrapper .dot-item {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 200px !important;
  height: 140px !important;
  display: inline-block;
  cursor: pointer;
  background-size: 110% auto !important;
  box-sizing: border-box;
  background-position: bottom center !important;
  margin: 5px 0 5px 0;
}
#content .rightMenu #bannerDots .dot .dotWrapper .dot-item span {
  /*nagłówek boxa */
  width: 100%;
  display: block;
  background: black;
  background: #6f7c84;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f7c84), color-stop(30%, #66727a), color-stop(100%, #3f4952));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6f7c84 0%, #66727a 50%, #3f4952 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7c84', endColorstr='#3f4952', GradientType=0);
  /* IE6-9 */
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  padding: 8px 0 8px 0;
}
#content .rightMenu #bannerDots .dot .dotWrapper .dot-item a {
  padding: 5px 5px 5px 5px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 80px;
  color: white;
  text-align: center;
  font-size: 0.9em;
  margin: 100px 0 0 20px;
}
#content .rightMenu #bannerDots .dot .dotWrapper .dot-item a:hover {
  background: rgba(0, 0, 0, 0.6);
}
#content .rightMenu #bannerDots .dot .dotWrapper .dot-item:hover span {
  background: black;
}
#content #indexContent {
  margin: 140px 0 40px 0;
  float: left;
  width: 100%;
}
#content #indexContent #indexLeft {
  overflow: hidden;
  width: 63%;
  float: left;
  background: white;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}
#content #indexContent #indexLeft img {
  border: 1px solid black;
}
#content #indexContent #indexLeft h2 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
#content #indexContent #indexLeft p {
  line-height: 170%;
}
#content #indexContent #indexLeft a {
  display: block;
  width: 125px;
  padding: 8px 0 8px 0;
  text-align: center;
  background: url('../gfx/strzalka-small.png') no-repeat center right 18px, #333e77;
  color: white;
  margin: 20px 0 0 0;
  float: right;
  font-size: 0.95em;
}
#content #indexContent #indexLeft a:hover {
  background: url('../gfx/strzalka-small.png') no-repeat center right 14px, #0d101e;
}
#content #indexContent #indexLeft article {
  margin-bottom: 30px;
}
#content #indexContent #indexRight {
  width: 34%;
  float: right;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  text-align: justify;
  /*newsletter *********/
  /*********************/
}
#content #indexContent #indexRight .news {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px dashed gray;
  font-style: italic;
  padding: 0 5px 0 5px;
}
#content #indexContent #indexRight .news a {
  color: gray;
}
#content #indexContent #indexRight .news .liniaShort {
  display: none;
}
#content #indexContent #indexRight .news div.newsDateBig {
  clear: both;
  float: left;
  padding: 10px 0 10px 0;
}
#content #indexContent #indexRight .news div.newsImgSmall {
  display: none;
}
#content #indexContent #indexRight .news h2 {
  float: left;
  font-size: 1em;
  margin-left: 10px;
  padding: 10px 0 10px 0;
  font-weight: normal;
  color: #333e77;
}
#content #indexContent #indexRight .news h2:hover {
  text-decoration: underline;
}
#content #indexContent #indexRight .news .text a {
  display: none;
}
#content #indexContent #indexRight .newsfirst {
  float: left;
  width: 100%;
  background: #f5f4f6;
  padding: 0 5px 0 5px;
}
#content #indexContent #indexRight .newsfirst h2 {
  text-transform: initial;
}
#content #indexContent #indexRight .newsfirst .liniaShort {
  display: block;
  width: 50%;
  height: 1px;
  border-top: 1px solid gray;
  margin: 10px 0 10px 0;
}
#content #indexContent #indexRight .newsfirst div.newsDateBig {
  width: 100%;
  border: 2px solid #333e77;
  box-sizing: border-box;
  margin: 40px 0 20px 0;
  clear: both;
}
#content #indexContent #indexRight .newsfirst div.newsDateBig a {
  color: black;
}
#content #indexContent #indexRight .newsfirst div.newsDateBig div {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../gfx/icons/callendar-icon.png') no-repeat center center, #333e77;
  float: left;
  border-right: 2px solid #333e77;
}
#content #indexContent #indexRight .newsfirst div.newsDateBig p {
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  text-indent: 10px;
}
#content #indexContent #indexRight .newsfirst div.newsImgSmall {
  height: 120px;
  width: 100px;
  background-size: cover !important;
  float: left;
  margin: 0px 10px 20px 0;
  display: block;
}
#content #indexContent #indexRight #newsletter {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  background: #333e77;
  color: white;
  padding: 20px;
}
#content #indexContent #indexRight #newsletter h2 {
  color: white;
  margin: 0;
}
#content #indexContent #indexRight #newsletter p {
  margin: 8px 0 8px 0;
}
#content #indexContent #indexRight #newsletter .newsletterMail {
  height: 35px;
  width: 85%;
  float: left;
  padding: 0;
  border: none;
  text-indent: 8px;
  font-style: italic;
}
#content #indexContent #indexRight #newsletter .newsletterSubmit {
  display: block;
  height: 35px;
  width: 35px;
  padding: 0;
  border: none;
  background: url('../gfx/strzalka.png') no-repeat center center, #0d101e;
}
#content #indexContent #indexRight #newsletter .newsletterSubmit:hover {
  opacity: 0.6;
}
#content #pageContent {
  margin: 40px 0 40px 0;
  float: left;
  width: 100%;
  padding: 20px 20px 20px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  background: white;
}
#content #pageContent #leftMenu {
  margin: 30px 0 0 0;
  width: 19%;
  box-sizing: border-box;
  float: left;
  /*            ul li.visible {
                >a:not(.active) {font-weight: bold; color: black;}
                >a:hover {color: white;}
            }*/
}
#content #pageContent #leftMenu a {
  cursor: pointer;
}
#content #pageContent #leftMenu ul {
  /*zagłębienie pozion 2*/
}
#content #pageContent #leftMenu ul li a {
  display: block;
  padding: 15px 0 15px 20px;
  text-transform: capitalize;
  /* podwójny gradient na pozycję menu */
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 73%, #ffffff 96%, #ffffff 100%), -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0) 68%, #ededed 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(73%, rgba(255, 255, 255, 0)), color-stop(96%, #ffffff), color-stop(100%, #ffffff)), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(68%, rgba(243, 243, 243, 0)), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 73%, #ffffff 96%, #ffffff 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0) 68%, #ededed 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 73%, #ffffff 96%, #ffffff 100%), -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0) 68%, #ededed 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 73%, #ffffff 96%, #ffffff 100%), -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0) 68%, #ededed 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 73%, #ffffff 96%, #ffffff 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0) 68%, #ededed 100%);
  color: #27326a;
  font-weight: 500;
}
#content #pageContent #leftMenu ul li a:hover,
#content #pageContent #leftMenu ul li a.active {
  background: url('../gfx/strzalka_menu_right.png') no-repeat center left 5px;
  border-radius: 0 20px 20px 0;
  -moz-border-radius: 0px  20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  border: 0px none #000000;
  color: black;
}
#content #pageContent #leftMenu ul ul {
  /*zagłębienie poziom 3 */
}
#content #pageContent #leftMenu ul ul li a {
  padding: 10px 0px 10px 30px;
  font-size: 0.9em;
  color: #949ea5;
}
#content #pageContent #leftMenu ul ul li a:hover,
#content #pageContent #leftMenu ul ul a.active {
  color: white;
  background: url('../gfx/strzalka_menu_right.png') no-repeat center left 12px, #6f7c84;
}
#content #pageContent #leftMenu ul ul ul li a {
  padding: 10px 0px 10px 50px;
  font-size: 0.8em;
  color: #949ea5;
  font-style: italic;
}
#content #pageContent #leftMenu ul ul ul li a:hover,
#content #pageContent #leftMenu ul ul ul a.active {
  color: white;
  background: url('../gfx/strzalka_menu_right.png') no-repeat center left 12px, #6f7c84;
}
#content #pageContent #leftMenu ul li.visible a,
#content #pageContent #leftMenu ul li.visible ul {
  display: inherit;
}
#content #pageContent #leftMenu ul li:not(.visible) ul {
  display: none;
}
#content #pageContent div.itemsWrapper {
  /* środkowa część podstrony */
  box-sizing: border-box;
  width: 60%;
  float: right;
  padding: 0 10px 0 10px;
  /* stylizacja pociągu i siatki */
}
#content #pageContent div.itemsWrapper div.title {
  margin: 0 0 20px 0;
}
#content #pageContent div.itemsWrapper ul {
  list-style-type: disc;
  margin-left: 50px;
  line-height: 170%;
}
#content #pageContent div.itemsWrapper img {
  /*border: 4px solid #ebeff2;*/
}
#content #pageContent div.itemsWrapper #train {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
#content #pageContent div.itemsWrapper #train #trainAreas {
  text-align: center;
}
#content #pageContent div.itemsWrapper #train #trainAreas .trainmap {
  display: inline-block !important;
}
#content #pageContent div.itemsWrapper #train #trainText {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 40px;
}
#content #pageContent div.itemsWrapper #train #trainText p {
  width: 25%;
  display: none;
  background: rgba(22, 41, 83, 0.9);
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border: 0px solid #000000;
  padding: 5px 20px 5px 20px;
  color: white;
}
#content #pageContent #searchResultContent .left {
  width: 80%;
  box-sizing: border-box;
  padding: 10px 20px 0 40px;
}
#content #pageContent #searchResultContent .left .searchCount {
  font-size: 1.2em;
  margin: 0 0 30px 0;
  font-weight: 400;
  color: silver;
}
#content #pageContent #searchResultContent .left .searchCount span {
  color: #333e77;
}
#content #pageContent #searchResultContent .left .searchItem {
  clear: both;
  margin: 10px 0 10px 0;
}
#content #pageContent #searchResultContent .left .searchItem img {
  width: 160px;
  height: auto;
  display: inline-block;
  margin: 0 20px 0 0;
}
#content #pageContent #searchResultContent .left .searchItem a {
  color: black;
}

#searchResultContent table {
  border-collapse: collapse;
}

#searchResultContent table tr  td {
  vertical-align: top;
}

#searchResultContent table tr > td {
	width: 25%;
	margin: 0 10px;
}

#searchResultContent table tr td {
  padding: 20px 0px;
  border-bottom: 1px solid silver;

}

#searchResultContent table tr > td  a{
	color: gray;
}

#searchResultContent table tr > td + td {
	width: 68%;
	margin: 0 10px;
	color: silver;
}
#searchResultContent table tr > td + td  a {
  color: silver;
}

#searchResultContent table a:hover {
  color: black;
}

#content #pageContent.pageContact div.itemsWrapper {
  float: left;
  width: 80%;
  padding-left: 20px;
}
#content #pageContent.pageContact div.itemsWrapper div.title h2 {
  text-transform: uppercase;
  border-bottom: 1px solid #333e77;
  padding-bottom: 5px;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contacts {
  text-align: center;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contacts div {
  display: inline-block;
  margin: 20px;
  vertical-align: top;
  color: #838383;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contacts div span {
  color: #333e77;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page div.title {
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page div.title p {
  display: inline-block;
  padding: 0 8% 10px 8%;
  border-bottom: 1px solid #333e77;
  text-transform: uppercase;
  font-size: 1.2em;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form {
  text-align: center;
  margin-top: 20px;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form .messageError {
  color: red;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form input {
  height: 36px;
  border: 2px solid #46549b;
  margin: 10px 0 10px 0;
  text-indent: 10px;
  width: 70%;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  vertical-align: top;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form div span {
  width: 39px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 0;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form .formName span {
  background: url('../gfx/contact-name.jpg') no-repeat center left;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form .formCompany span {
  background: url('../gfx/contact-company.jpg') no-repeat center center;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form .formEmail span {
  background: url('../gfx/contact-mail.jpg') no-repeat center left;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form .formSpan {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form .formContent {
  display: inline-block;
  width: 68%;
  vertical-align: top;
  margin: 0 0 0 2%;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form textarea {
  border: 2px solid #46549b;
  margin: 10px 0 0px 0px;
  text-indent: 45px;
  height: 160px;
  width: 100%;
  box-sizing: border-box;
  text-indent: 10px;
  font-family: 'Lato', sans-serif;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form .formSubmit {
  width: 100%;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form .formSubmit input {
  text-indent: 0px;
  background: #46549b;
  color: white;
  width: 200px;
  float: right;
  padding: 0 10px 0 10px;
}
#content #pageContent.pageContact div.itemsWrapper #contact-page #contact-form .formSubmit input:hover {
  background: #333e77;
  cursor: pointer;
}
#content #pageContent.pageContact .googleMap {
  margin: 30px 0 0 0;
}
#content #pageContent.pageContact .googleMap p {
  margin: 0 0 20px 0;
  color: #333e77;
  text-indent: 60px;
  background: url('../gfx/localization.png') no-repeat;
  padding: 15px 0 15px 0;
}
#content #pageContent.pageContact .googleMap #map {
  width: 100%;
  height: 300px;
  border: 1px solid #46549b;
}
#content #newsBanner banner .dot {
  display: none;
}
#content #newsContent {
  margin: 40px 0 40px 0;
  float: left;
  width: 80%;
  box-sizing: border-box;
  padding: 10px 40px 0 40px;
  width: 100%;
  padding: 20px 20px 20px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  background: white;
}
#content #newsContent div.title {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #333e77;
  padding: 0 0 5px 0;
}
#content #newsContent div.title h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.8em;
}
#content #newsContent .newsRow h2 {
  text-transform: initial;
}
#content #newsContent .newsRow #news-date {
  width: 100%;
  background: #f5f4f6;
  box-sizing: border-box;
  clear: both;
}
#content #newsContent .newsRow #news-date div {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../gfx/icons/callendar-icon.png') no-repeat center center, #333e77;
  float: left;
}
#content #newsContent .newsRow #news-date p {
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  text-indent: 20px;
}
#content #newsContent .newsRow #news-photo {
  width: 210px;
  height: 160px;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  float: left;
  margin: 0px 20px 30px 0;
}
#content #newsContent .newsRow .newsContainer {
  padding: 25px 0 25px 0;
}
#content #newsContent .newsRow .newsContainer #news-name a {
  padding: 0 0 5px 0;
  color: #333e77;
}
#content #newsContent .newsRow .newsContainer #news-text-short {
  margin-top: 20px;
}
#content #newsContent .newsRow .newsContainer #news-text-short a {
  color: #484747;
}
#content #newsContent .newsSingle {
  margin: 0 0 0 20px;
}
#content #newsContent .newsSingle h2 {
  text-transform: initial;
  color: #333e77;
}
#content #newsContent .newsSingle #news-name {
  margin: 0 0 20px 0;
}
#content #newsContent .newsSingle #news-date {
  width: 100%;
  background: #f5f4f6;
  box-sizing: border-box;
  margin: 0px 0 0 0;
  clear: both;
}
#content #newsContent .newsSingle #news-date div {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../gfx/icons/callendar-icon.png') no-repeat center center, #333e77;
  float: left;
}
#content #newsContent .newsSingle #news-date p {
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  text-indent: 20px;
}
#content #newsContent .newsSingle #news-photo {
  width: 400px;
  height: 300px;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  float: left;
  margin: 0px 20px 0px 0;
}
#content #newsContent .newsSingle #news-text {
  margin-top: 20px;
}
#content #newsContent .newsSingle #news-text a {
  color: #484747;
}
#content #newsContent .newsSingle #bt-all-news {
  display: block;
  float: right;
  margin: 30px 10px 0 0;
  background: #333e77;
  padding: 5px 10px 5px 10px;
  color: white;
}
#content #newsContent .newsSingle #bt-all-news:hover {
  background: black;
}
#content #newsContent .left {
  float: left;
  width: 80%;
  box-sizing: border-box;
  padding: 10px 40px 0 40px;
}
#content #newsContent .left div.title {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #333e77;
  padding: 0 0 5px 0;
}
#content #newsContent .left div.title h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.8em;
}
#content #newsContent .left .newsRow h2 {
  text-transform: initial;
}
#content #newsContent .left .newsRow #news-date {
  width: 100%;
  background: #f5f4f6;
  box-sizing: border-box;
  clear: both;
}
#content #newsContent .left .newsRow #news-date div {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../gfx/icons/callendar-icon.png') no-repeat center center, #333e77;
  float: left;
}
#content #newsContent .left .newsRow #news-date p {
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  text-indent: 20px;
}
#content #newsContent .left .newsRow #news-photo {
  width: 210px;
  height: 160px;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  float: left;
  margin: 0px 20px 30px 0;
}
#content #newsContent .left .newsRow .newsContainer {
  padding: 25px 0 25px 0;
}
#content #newsContent .left .newsRow .newsContainer #news-name a {
  padding: 0 0 5px 0;
  color: #333e77;
}
#content #newsContent .left .newsRow .newsContainer #news-text-short {
  margin-top: 20px;
}
#content #newsContent .left .newsRow .newsContainer #news-text-short a {
  color: #484747;
}
#content #newsContent .left .newsSingle {
  margin: 0 0 0 20px;
}
#content #newsContent .left .newsSingle h2 {
  text-transform: initial;
  color: #333e77;
}
#content #newsContent .left .newsSingle #news-name {
  margin: 0 0 20px 0;
}
#content #newsContent .left .newsSingle #news-date {
  width: 100%;
  background: #f5f4f6;
  box-sizing: border-box;
  margin: 0px 0 0 0;
  clear: both;
}
#content #newsContent .left .newsSingle #news-date div {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../gfx/icons/callendar-icon.png') no-repeat center center, #333e77;
  float: left;
}
#content #newsContent .left .newsSingle #news-date p {
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  text-indent: 20px;
}
#content #newsContent .left .newsSingle #news-photo {
  width: 400px;
  height: 300px;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  float: left;
  margin: 0px 20px 0px 0;
}
#content #newsContent .left .newsSingle #news-text {
  margin-top: 20px;
}
#content #newsContent .left .newsSingle #news-text a {
  color: #484747;
}
#content #newsContent .left .newsSingle #bt-all-news {
  display: block;
  float: right;
  margin: 30px 10px 0 0;
  background: #333e77;
  padding: 5px 10px 5px 10px;
  color: white;
}
#content #newsContent .left .newsSingle #bt-all-news:hover {
  background: black;
}
/******************************************************************************/
/*FOOTER **********************************************************************/
footer {
  height: 205px;
  background: url('../gfx/stopka.png') no-repeat bottom right;
  margin: 30px 0 0 0;
  clear: both;
}
footer #companyBranch {
  background: #89969f;
  text-align: center;
}
footer #companyBranch .box {
  display: inline-block;
  color: white;
  font-size: 0.94em;
  margin: 15px;
}
footer #companyBranch .box div {
  padding: 5px 0 5px 0;
}
footer #companyBranch .box h2 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.37em;
}
footer #companyDetails {
  background: url(../gfx/footer-bg.jpg) no-repeat center center, #0c0f1b;
  text-align: center;
}
footer #companyDetails .box {
  color: white;
  padding: 30px 0 30px 0;
}
footer #companyDetails .box p {
  display: inline-block;
  background: url('../gfx/punktor.png') no-repeat left center;
  padding: 0 10px 0 15px;
}
footer #companyDetails .box p:last-of-type {
  background: url('../gfx/punktor.png') no-repeat left center, url('../gfx/punktor.png') no-repeat right center;
  padding: 0 15px 0 15px;
}
footer #partnersContent {
  background: white;
  text-align: center;
}
footer #partnersContent div.partnerItems {
  display: inline-block;
}
footer #partnersContent div.partnerItems img {
  margin: 0 10px 0 10px;
  padding: 20px 0 20px 0;
}
footer #partnersContent div.partnerItems a:hover {
  opacity: 0.6;
}
/******************************************************************************/
/*# sourceMappingURL=style.css.map */

#polland-map {display: inline-block; vertical-align: top;}
#polland-contacts {display: inline-block; vertical-align: top; float: right;}
#polland-contacts .item {line-height: 150%; padding: 10px; border-radius: 10px 10px 10px 10px; border: 0px solid white;}
#polland-contacts .item.active {background-color: #515886; color: white;}
#polland-contacts .item .header {background-color: #668bbc; text-align: center; padding: 2px 0px; width: 70%; color: white; border-radius: 43px 43px 43px 43px; margin-bottom: 5px;}
#polland-contacts .item .name {text-transform: uppercase; font-weight: bold;}
#polland-contacts .item.active .email a {color: #7fbeff;}
#polland-contacts .item .email a {color: #11579f; font-weight: 500}


/* Banner po prawej na głównej */
    .right-banners a {display: inline-block; margin: 0; padding: 0; width: 100%;}
    .right-banners a img {width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0;}
/* Banner po prawej na głównej end */





/*end*/
