body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  padding-top: 109px;
}

.ue {
  padding: 15px 0;
  background: #fff;
  text-align: center;
}

.ue .container {
  text-align: center !important;
}

.navbar {
  background: #f5f5f5;
  height: 109px;
}

.navbar .nav {
  background: black;
  margin-top: 35px;
  min-width: 80%;
}

.navbar .nav>li>a {
  font-size: 14px;
  color: white;
  padding: 8px 30px;
  transition: all 0.2s;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus,
.navbar .nav>.open>a:hover,
.navbar .nav>.open>a:focus,
.navbar .nav>.active>a,
.navbar .nav>.open>a {
  background: #e3001b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.navbar .nav li:hover .dropdown-menu {
  display: block;
}

.navbar-brand {
  padding-top: 30px;
}

.floating-widgets {
  position: fixed;
  bottom: 5rem;
  right: 1.15rem;
  display: flex;
  align-items: center;
  z-index: 999;
}

.floating-widgets img {
  display: block;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 24px;
  box-shadow: 0px 0 30px 0 #00000054;
}


header,
main,
footer {
  overflow: hidden;
}

.cycle-slideshow {
  width: 100%;
  height: 640px;
  overflow: hidden;
}

.zespol {
  background: black;
  padding-top: 60px;
  padding-bottom: 60px;
}

.zespol span {
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  float: left;
}

.zespol span strong {
  font-weight: 700;
}

.zespol a {
  float: right;
  background: white;
  font-size: 14px;
  color: black;
  padding: 10px 45px;
  transition: all 0.2s;
  transform-style: preserve-3d;
}

.zespol a:hover {
  text-decoration: none;
  background: #f4f2f2;
  transform: scale(1.05);
}

.home .main {
  background: white;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.home .main h1 {
  font-weight: 300;
  color: #1a171b;
  font-size: 57px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.home .main h1 strong {
  font-weight: 700;
}

.home .main p:first-of-type {
  font-size: 24px;
  letter-spacing: 2px;
  color: #1a171b;
  margin-bottom: 15px;
}

.boxes {
  background: #f5f5f5;
}

.boxes .col-md-3 {
  padding: 10px 5px;
  overflow: hidden;
}

.boxes .col-md-3:first-of-type {
  padding: 10px 5px 10px 10px;
}

.boxes .col-md-3:last-of-type {
  padding: 10px 10px 10px 5px;
}

.boxes .box {
  position: relative;
  height: 627px;
  padding-top: 627px;
  overflow: hidden;
  width: 100%;
  float: left;
  transition: all 0.5s;
}

.boxes .box-show {
  padding-top: 0;
}

.boxes .box .overlay {
  position: absolute;
  bottom: -627px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 170px;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  text-align: center;
}

.boxes .box-show .overlay {
  bottom: 0;
}

.boxes .box .overlay strong,
.boxes .box .overlay span {
  width: 100%;
  text-align: center;
  float: left;
  color: white;
}

.boxes .box .overlay strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.boxes .box .overlay .opis {
  font-size: 16px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}

.boxes .box .overlay .more {
  border: 1px dashed rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.3s;
  padding: 10px 0;
  width: 180px;
  background: transparent;
  display: inline-block;
  margin: 15px auto 0 auto;
  float: none;
  position: absolute;
  bottom: 30px;
  left: 30.5%;
}

.boxes .box:hover .overlay {
  height: 100%;
}

.boxes .box:hover strong {
  margin-top: 40%;
}

.boxes .box:hover .opis {
  height: 52%;
  opacity: 1;
}

.boxes .box:hover .more {
  background: white;
  color: black;
}

.boxes .box img {
  max-width: 100%;
}

footer .row {
  background: #17181b;
  padding-top: 30px;
  padding-bottom: 0;
}

footer .mapagoogle {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 475px;
  background: #333;
}

footer span,
footer a,
footer p {
  color: #8b8c8d;
  transition: all 0.2s;
}

footer a:hover {
  color: white;
}

footer strong {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}

footer .col-xs-12 {
  margin-bottom: 30px;
}

.madeby {
  float: right;
}

.madeby small,
.madeby img {
  float: left;
}

.madeby small {
  color: #8b8c8d;
  font-size: 10px;
  margin: 3px 3px 0 0;
}

.sub .cycle-slideshow {
  height: 240px;
}

article {
  padding-top: 30px;
  padding-bottom: 30px;
}

article .main h1 {
  font-weight: 300;
  color: #1a171b;
  font-size: 57px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

article .main h1 strong {
  font-weight: 700;
}

article.mainp:

/*first-of-type{font-size:24px;letter-spacing:2px;color:#1a171b;margin-bottom:15px}*/
article .main h2,
article .main h3,
article .main h4,
article .main h5,
article .main h6 {
  font-weight: 300;
  color: #1a171b;
  margin: 30px 0 15px;
  letter-spacing: 2px;
}

article .main h2 {
  font-size: 45px;
}

article .main h3 {
  font-size: 40px;
}

article .main h4 {
  font-size: 35px;
  color: #1a171b;
}

article .main h5 {
  font-size: 30px;
}

article .main h6 {
  font-size: 24px;
  letter-spacing: 2px;
  color: #1a171b;
  margin-bottom: 15px;
}

article .main a {
  color: #e3001b;
  transition: all 0.2s;
}

.main a:hover {
  color: #940012;
}

.thumbnail {
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
  transition: all 0.2s;
}

.thumbnail img {
  width: 100%;
}

.thumbnail:hover {
  padding: 0;
  opacity: 0.8;
}

.fb_slider_right {
  position: fixed;
  top: 180px;
  right: -320px;
  z-index: 1000;
  width: 348px;
  height: 100px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.fb_slider_right .sliderbody {
  float: left;
  width: 320px;
}

.fb_slider_right:hover {
  right: 0;
  height: 100%;
}

.fb_slider_right .button,
.fb_slider_right iframe {
  float: left;
  background: white;
}



.download ul {
  margin: 0;
  padding: 0;
}

.download .plik {
  display: none;
  color: #fff;
}

.download li {
  padding: 1.5rem;
  border-radius: .5rem;
  border: 1px solid hsl(0 0% 90%);
}

.download a:hover {
  text-decoration: none;
}

.type_text .plik {
  display: inline;
}

.type_icons li {
  list-style: none !important;
}

.type_icons a {
  text-decoration: none !important;
  padding: 1px 0 2px 27px;
  background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
  background-position: 0 3px !important;
}

.type_icons .pdf {
  background: url(../img/modules/download/acrobat.png) 0 0 no-repeat;
}

.type_icons .swf {
  background: url(../img/modules/download/flash.png) 0 0 no-repeat;
}

.type_icons .txt,
.rtf {
  background: url(../img/modules/download/text.png) 0 0 no-repeat;
}

.type_icons .doc,
.type_icons .docx,
.type_icons .odf,
.type_icons .ott,
.type_icons .sxw,
.type_icons .stw {
  background: url(../img/modules/download/word.png) 0 0 no-repeat;
}

.type_icons .jpg,
.type_icons .jpe,
.type_icons .jfif,
.type_icons .png,
.type_icons .jpeg,
.type_icons .gif,
.type_icons .tif,
.type_icons .tiff,
.type_icons .ico,
.type_icons .bmp,
.type_icons .raw,
.type_icons .dcs {
  background: url(../img/modules/download/picture.png) 0 0 no-repeat;
}

.type_icons .flv,
.type_icons .mov,
.type_icons .mpeg,
.type_icons .avi,
.type_icons .divx {
  background: url(../img/modules/download/movie.png) 0 0 no-repeat;
}

.type_icons .ods,
.type_icons .sxc,
.type_icons .xls,
.type_icons .xlt {
  background: url(../img/modules/download/excel.png) 0 0 no-repeat;
}

.type_icons .odg,
.type_icons .sxd,
.type_icons .psd {
  background: url(../img/modules/download/paint.png) 0 0 no-repeat;
}

.type_icons .cdr,
.type_icons .ai {
  background: url(../img/modules/download/vector.png) 0 0 no-repeat;
}

.type_icons .php,
.type_icons .html,
.type_icons .css,
.type_icons .js,
.type_icons .less,
.type_icons .asp,
.type_icons .c {
  background: url(../img/modules/download/code.png) 0 0 no-repeat;
}

.type_icons .sql,
.type_icons .db,
.type_icons .dbf,
.type_icons .dbk {
  background: url(../img/modules/download/database.png) 0 0 no-repeat;
}

.type_icons .zip,
.type_icons .tar,
.type_icons .gz,
.type_icons .gzip,
.type_icons .rar {
  background: url(../img/modules/download/zip.png) 0 0 no-repeat;
}

.type_icons .rb {
  background: url(../img/modules/download/ruby.png) 0 0 no-repeat;
}

.type_icons .as {
  background: url(../img/modules/download/actionscript.png) 0 0 no-repeat;
}

.type_icons .cf {
  background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat;
}

.type_icons .odp,
.type_icons .sxi,
.type_icons .ppt {
  background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat;
}

.type_icons .iso,
.type_icons .nrg {
  background: url(../img/modules/download/dvd.png) 0 0 no-repeat;
}

form .alert {
  display: none;
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 0;
}

form * {
  border-radius: 0 !important;
}

.map iframe {
  width: 100%;
}

form label {
  font-weight: normal;
}

.form {
  margin-bottom: 1.5em;
}

.forform {
  margin-top: 1em;
}

#pages {
  margin: 0 0 15px;
}

.jPaginate {
  height: 34px;
  position: relative;
  color: #a5a5a5;
  font-size: small;
  width: 100%;
}

.jPaginate a {
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0 10px !important;
  margin: 0 2px;
  float: left;
  text-decoration: none !important;
}

.jPag-control-back {
  position: absolute;
  left: 0px;
}

.jPag-control-front {
  position: absolute;
  top: 0px;
}

.jPaginate span {
  cursor: pointer;
}

ul.jPag-pages {
  float: left;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul.jPag-pages li {
  display: inline;
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.jPag-pages li a {
  float: left;
  padding: 2px 5px;
}

span.jPag-current {
  cursor: default;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  margin: 0 2px;
  float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
  height: 34px;
  margin: 0 2px;
  float: left;
  line-height: 26px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
  margin: 2px 0px 2px 2px;
  font-size: 12px;
  font-weight: bold;
  width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
  margin: 2px 2px 2px 0px;
  font-size: 12px;
  font-weight: bold;
  width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
  margin: 2px 0px 2px 2px;
  font-size: 14px;
  width: 15px;
  text-align: right;
}

span.jPag-snext,
span.jPag-snext-img {
  margin: 2px 2px 2px 0px;
  font-size: 14px;
  width: 15px;
  text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
  background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
  background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
  background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
  background: transparent url(../images/snext.png) no-repeat center left;
}

.jPag-last,
.jPag-first {
  line-height: 30px !important;
  font-size: 14px;
}

.imgkontakt {
  margin-bottom: -40px;
}

.imgpraca {
  margin-bottom: -30px;
}

.zespol span strong {
  color: white !important;
}

/* -----------------------------------------------------

KOD DO TIMELINE

-------------------------------------------------------- */

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */

timeheader {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}

timeheader h1 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 1170px) {
  timeheader {
    height: 300px;
    line-height: 300px;
  }

  timeheader h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #ddd;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: -5em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 25px;
  left: 4px;
  width: 30px;
  height: 30px;
  border: 4px solid #dddddd;
  border-radius: 50%;
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: #75ce66;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

.cd-timeline-img.cd-euro {
  background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-right: 15px solid transparent;
}

@media only screen and (min-width: 768px) {

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.vertical-center {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-around;
}

.greybox {
  background: #f4f4f4;
  padding: 30px;
}

.greyboxnopad {
  background: #f4f4f4;
  padding: 0px 30px;
}

.historia {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.btn-primary {
  background: #e3001b;
  border-radius: 0;
  border: 0;
  color: white !important;
  text-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:hover {
  background: #c8071e;
}

.ofertypracy {
  float: left;
}

#aplikuj {
  float: left;
  width: 100%;
}

.btn-group .dropdown-menu {
  width: 300px;
}

.checkbox-lista {
  float: left;
  width: 100%;
  padding: 5px 15px;
}

.stanowiska {
  width: 40vw !important;
  left: -15vw;
}

.stanowiska .checkbox {
  float: left;
  width: 48%;
  margin: 5px 2% 5px 0 !important;
}

/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/

/* RWD */

.cycle-slideshow img {
  width: 100%;
}

/* height: 1050px */

@media screen and (max-width: 1680px) {
  .cycle-slideshow {
    height: 554px;
  }

  .sub .cycle-slideshow {
    height: 208px;
  }

  .boxes .box {
    height: 552px;
  }

  .boxes .box .overlay .more {
    left: 28.8%;
  }
}

/* height: 900px */

@media screen and (max-width: 1600px) {
  .cycle-slideshow {
    height: 528px;
  }

  .boxes .box {
    height: 525px;
  }

  .boxes .box .overlay .more {
    left: 27%;
  }

  .sub .cycle-slideshow {
    height: 198px;
  }
}

/* height: 864px */

@media screen and (max-width: 1536px) {
  .cycle-slideshow {
    height: 506px;
  }

  .boxes .box {
    height: 503px;
  }

  .boxes .box .overlay .more {
    left: 26%;
  }

  .sub .cycle-slideshow {
    height: 190px;
  }
}

/* height: 900px */

@media screen and (max-width: 1440px) {
  .cycle-slideshow {
    height: 474px;
  }

  .boxes .box {
    height: 471px;
  }

  .boxes .box .overlay .more {
    left: 24%;
  }

  .sub .cycle-slideshow {
    height: 178px;
  }
}

/* height: 768px */

@media screen and (max-width: 1366px) {
  .cycle-slideshow {
    height: 450px;
  }

  .boxes .box {
    height: 446px;
  }

  .boxes .box .overlay .more {
    left: 23%;
  }

  .sub .cycle-slideshow {
    height: 169px;
  }
}

/* height: 1024 & 720px */

@media screen and (max-width: 1280px) {
  .cycle-slideshow {
    height: 421px;
  }

  .boxes .box {
    height: 416px;
  }

  .boxes .box .overlay .more {
    left: 21%;
  }

  .sub .cycle-slideshow {
    height: 158px;
  }
}

/* height: 768px, 600px */

@media screen and (max-width: 1199px) {
  .cycle-slideshow {
    height: 336px;
  }

  .boxes .box {
    height: 329px;
  }

  .boxes .box .overlay .more {
    left: 13%;
  }

  .boxes .box:hover strong {
    margin-top: 5%;
  }

  .boxes .box .overlay .opis {
    font-size: 12px;
  }

  .navbar .nav {
    min-width: 77%;
  }

  .sub .cycle-slideshow {
    height: 126px;
  }
}

@media screen and (max-width: 980px) {
  .cycle-slideshow {
    height: 321px;
  }

  .zespol span {
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
  }

  .zespol a {
    float: none;
    display: block;
    margin: 15px auto 0;
    padding: 10px 0;
    width: 220px;
    text-align: center;
  }

  .boxes .box {
    height: 440px;
    overflow: hidden;
  }

  .boxes .box .overlay .more {
    left: 31%;
  }

  footer .mapagoogle {
    height: 250px;
  }

  footer .col-md-6 {
    text-align: center;
  }

  footer .madeby {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }

  .navbar-toggle {
    border-color: #e3001b;
    margin-top: 35px;
  }

  .icon-bar {
    background: black;
  }

  .navbar .nav {
    min-width: 100%;
    margin-top: 10px;
  }

  .sub .cycle-slideshow {
    height: 120px;
  }
}

@media screen and (max-width: 800px) {
  .cycle-slideshow {
    height: 261px;
  }

  .boxes .box .overlay .more {
    left: 27%;
  }

  .sub .cycle-slideshow {
    height: 98px;
  }
}

@media screen and (max-width: 768px) {
  .cycle-slideshow {
    height: 250px;
  }

  .boxes .box .overlay .more {
    left: 26%;
  }

  .sub .cycle-slideshow {
    height: 94px;
  }
}

@media screen and (max-width: 640px) {
  .cycle-slideshow {
    height: 208px;
  }

  .boxes .box .overlay .more {
    left: 35.3%;
  }

  .zespol span {
    font-size: 23px;
  }

  .home .main h1 {
    font-size: 38px;
  }

  .boxes .box {
    height: 250px;
  }

  .boxes .box img {
    width: 100%;
  }

  footer .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .col-xs-12 {
    margin-bottom: 0;
  }

  .sub .cycle-slideshow {
    height: 78px;
  }
}

@media screen and (max-width: 600px) {
  .cycle-slideshow {
    height: 194px;
  }

  .boxes .box .overlay .more {
    left: 34.3%;
  }

  .sub .cycle-slideshow {
    height: 73px;
  }
}

@media screen and (max-width: 480px) {
  .cycle-slideshow {
    height: 154px;
  }

  .boxes .box .overlay .more {
    left: 30%;
  }

  .zespol span {
    font-size: 20px;
  }

  .home .main h1 {
    font-size: 34px;
  }

  .sub .cycle-slideshow {
    height: 58px;
  }
}

@media screen and (max-width: 435px) {
  .cycle-slideshow {
    height: 139px;
  }

  .boxes .box .overlay .more {
    left: 28%;
  }

  .zespol span {
    font-size: 18px;
  }

  .home .main h1 {
    font-size: 30px;
  }

  .sub .cycle-slideshow {
    height: 52px;
  }
}

@media screen and (max-width: 425px) {
  .cycle-slideshow {
    height: 136px;
  }

  .boxes .box .overlay .more {
    left: 27.5%;
  }

  .zespol span {
    font-size: 18px;
  }

  .home .main h1 {
    font-size: 30px;
  }

  .sub .cycle-slideshow {
    height: 51px;
  }
}

@media screen and (max-width: 414px) {
  .cycle-slideshow {
    height: 132px;
  }

  .boxes .box .overlay .more {
    left: 27%;
  }

  .zespol span {
    font-size: 18px;
  }

  .home .main h1 {
    font-size: 30px;
  }

  .sub .cycle-slideshow {
    height: 50px;
  }

  .sub .cycle-slideshow img {
    height: 50px;
    width: auto;
  }
}

@media screen and (max-width: 375px) {
  .cycle-slideshow {
    height: 119px;
  }

  .boxes .box .overlay .more {
    left: 25%;
  }

  .boxes .box {
    height: 280px;
  }

  .zespol span {
    font-size: 21px;
  }

  .home .main h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 360px) {
  .cycle-slideshow {
    height: 114px;
  }

  .boxes .box .overlay .more {
    left: 24%;
  }

  .boxes .box {
    height: 280px;
  }

  .zespol span {
    font-size: 21px;
  }

  .home .main h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 320px) {
  .cycle-slideshow {
    height: 101px;
  }

  .boxes .box .overlay .more {
    left: 19.5%;
  }

  .boxes .box {
    height: 280px;
  }

  .zespol span {
    font-size: 21px;
  }

  .home .main h1 {
    font-size: 30px;
  }
}

.eurogroup {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  padding: 40px;
  margin: 10px 0;
}

.eurogroup .text {
  margin-left: 30px;
}

@media screen and (max-width: 600px) {
  .eurogroup {
    flex-direction: column;
  }

  .eurogroup img {
    margin-bottom: 30px;
  }

  .eurogroup .text {
    margin-left: 0px;
  }
}