/*
		StudioFabryka.pl
*/
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1460px) {
  .container {
    max-width: 1330px;
  }
}
@media screen and (min-width: 1580px) {
  .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1620px) {
  .container {
    max-width: 1536px;
  }
}
@media screen and (min-width: 1680px) {
  .container {
    max-width: 1600px;
  }
}


.fancybox-show-caption .fancybox-caption-wrap {
  text-align: center;
}

/* Flatten das boostrap */
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav > .active > a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
  box-shadow: none;
  border-radius: 0px;
  border-collapse: collapse;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #727272;
  /* padding-top: 134px; */
  padding-top: 0;
  background: #413237;
}

header, main {
  overflow: hidden;
  width: 100%;
}

.navbar {
  /* height: 148px; */
  height: 114px;
  transition: all .2s;
  padding-top: 14px !important;
  justify-content: center;
  background: url(../img/navbar2.png) top repeat-x;
}

#navbar {
  justify-content: flex-end;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar .dropdown-menu {
  border:0;
  padding: 0px;
  box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link {
  font-family: 'vollkornregular';
  font-weight: normal;
  color: #413237;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0 15px;
  padding: 10px 15px 8px !important;
  transition: all .2s;
  line-height: 1em;
}

.navbar-nav .dropdown-menu .nav-link {
  margin:0;
  text-transform: none;
  transition: all .3s;
  padding: 15px 10px;
  border-top: 1px solid #f4f4f4;
}

.navbar-nav .dropdown-menu li:first-child .nav-link {
  border-top: 0
}


.navbar-nav .nav-link:active,
.navbar-nav .active > .nav-link,
.navbar-nav .active.nav-link {
  background: #413237!important;
  color: white!important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	background: #f5f5f5;
	color: #413237;
}


header {
  position: relative;
  /* height: calc(100vh - 135px); */
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.slogan {
  height: 100%;
  width: 100%;
  z-index: 100;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -moz-linear-gradient(top, rgba(65, 50, 55, 0) 0%, rgba(65, 50, 55, 0) 59%, #413237 97%, #413237 100%);
  background: -webkit-linear-gradient(top, rgba(65, 50, 55, 0) 0%, rgba(65, 50, 55, 0) 59%, #413237 97%, #413237 100%);
  background: linear-gradient(to bottom, rgba(65, 50, 55, 0) 0%, rgba(65, 50, 55, 0) 59%, #413237 97%, #413237 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00413237', endColorstr='#413237',GradientType=0 );
}

.cycle-slideshow {
  z-index: 10;
  height: 100vh;
}

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

.firma .container {
  position: relative;
}

.big-card {
  background: url(../img/pattern.jpg);
  position: relative;
  padding: 120px 90px 0;
  width: 110.7%;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.3);
}
.big-card .ornament {
  width: 110px;
  height: 114px;
  background: url(../img/ornament.png);
  position: absolute;
  z-index: 10;
  opacity: .6;
}
.big-card .ornament-tl {
  top: 10px;
  left: 10px;
}
.big-card .ornament-tr {
  top: 10px;
  right: 10px;
  transform: rotate(90deg);
}
.big-card .ornament-br {
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}
.big-card .ornament-bl {
  bottom: 10px;
  left: 10px;
  transform: rotate(-90deg);
}
.big-card .col-lg-6:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 90px 60px 60px;
}
.big-card .col-lg-6:last-of-type {
  position: relative;
}

.firma h1 {
  margin: 0;
  font-family: 'vollkornregular';
  font-weight: normal;
}
.firma h1 em, .firma h1 strong {
  display: block;
}
.firma h1 em {
  font-style: italic;
  color: #d8b276;
  font-size: 40px;
}
.firma h1 strong {
  font-size: 60px;
  color: #413237;
  font-weight: normal;
  text-transform: uppercase;
}
.firma p {
  font-size: 20px;
  color: #727272;
  line-height: 1.5em;
}
.firma .more {
  font-size: 34px;
  font-style: italic;
  font-family: 'vollkornregular';
  font-weight: normal;
  color: #413237;
  margin: 30px 0 0;
  transition: all .2s;
}
.firma .more::before {
  content: ' ';
  display: block;
  width: 35px;
  height: 2px;
  background: #262626;
  float: left;
  margin: 6px 10px 0 0;
  transition: all .2s;
}
.firma .more:hover {
  text-decoration: none;
  opacity: .8;
}
.firma .more:hover::before {
  width: 45px;
}
.firma .col-lg-6:last-of-type img {
  position: relative;
  z-index: 10;
  float: right;
  max-width: 100%;
}
.firma .col-lg-6:last-of-type .mapa {
  display: flex;
  width: 634px;
  max-width: 100%;
  height: 195px;
  background: #413237;
  color: white;
  font-family: 'vollkornregular';
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  z-index: 20;
  top: -100px;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
  transition: all .2s;
  align-items: center;
  justify-content: center;
}
.firma .col-lg-6:last-of-type .mapa img {
  padding-left: 30px;
}
.firma .col-lg-6:last-of-type .mapa:hover {
  background: #58444b;
  text-decoration: none;
  transform: scale(1.05);
  box-shadow: 0 25px 30px -25px rgba(0, 0, 0, 0.3);
}

.title hr {
  width: 50px;
  border-color: #413237;
  border-width: 4px;
  float: left;
  margin: 30px 0;
}

.news h2 {
  color: white;
  margin: 90px 0 60px;
  font-family: 'vollkornregular';
  font-weight: normal;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal;
}

.card {
  border: 0;
  border-radius: 0;
  background: #413237;
  margin-bottom: 30px;
  transition: all .2s;
}
.card:hover {
  cursor: pointer;
  background: #4f3d43;
  transform: scale(1.05);
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.3);
}
.card a:hover {
  text-decoration: none;
}
.card .card-img-top {
  position: relative;
}
.card .card-img-top img {
  max-width: 100%;
}
.card .card-img-top .mask {
  position: absolute;
  z-index: 20;
  top: 11px;
  left: 9px;
}
.card .card-body {
  text-align: center;
}
.card .card-body small {
  color: #cfc0c5;
  font-size: 17px;
}
.card .card-title a {
  color: white;
  font-family: 'vollkornregular';
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 40px;
}
.card p {
  color: #cfc0c5;
  font-size: 18px;
}

.cytat {
  min-height: 600px;
  padding-bottom: 60px;
  background: url(../img/bottom.jpg) bottom no-repeat;
}
.cytat .row {
  height: 600px;
  align-items: center;
  justify-content: center;
}
.cytat .col-lg-8 {
  text-align: center;
}
.cytat img {
  margin-bottom: 60px;
}
.cytat em, .cytat strong {
  display: block;
  width: 100%;
  text-align: center;
}
.cytat em {
  font-size: 60px;
  color: white;
  font-family: 'vollkornregular';
  font-weight: normal;
  font-style: italic;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.cytat strong {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
}

footer {
  background: #160e10;
  padding: 60px 0;
  float: left;
  width: 100%;
}
footer span {
  color: #cfc0c5;
  font-size: 12px;
}
footer span a {
  color: #cfc0c5;
  transition: all .2s;
}
footer span a:hover {
  color: white;
  text-decoration: none;
}
footer span strong {
  font-family: 'vollkornregular';
  font-weight: normal;
  font-style: italic;
  font-weight: normal;
  color: white;
  letter-spacing: 1px;
  font-size: 16px;
}

#mapagoogle {
  width: 100%;
  height: 550px;
  background: #ccc;
  display: none;
}

.home #mapagoogle,
.kontakt #mapagoogle {
  display: block;
}

.madeby {
  display: inline-block;
  line-height: 1em;
  margin-top: 15px;
}
.madeby small {
  float: left;
  font-size: 10px;
  color: white;
  margin: 3px 3px 0 0;
}

.sub {
  padding-top: 0;
  color: white;
}

.sub p {
	line-height: 1.5em;
}

.sub header {
  height: 460px;
}
.sub h1, .sub h2, .sub h3, .sub h4, .sub h5, .sub h6 {
  font-family: 'vollkornregular';
  font-weight: normal;
  font-weight: normal;
  color: white;
  letter-spacing: 3px;
}
.sub h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 60px;
}
.sub .title {
  text-align: center;
}
.sub .title hr {
  width: 50px;
  height: 4px;
  border-color: white;
  float: none;
  margin: 30px auto;
}
.sub .lead {
  font-family: 'vollkornregular';
  font-weight: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5em;
  font-style: italic;
}
.sub .big-card {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #413237;
}
.sub .big-card .lead {
  font-size: 26px;
  line-height: 1.3em;
  color: #413337;
}
.sub .big-card p {
  color: #727272;
  font-size: 20px;
}
.sub .big-card a {
  color: #413237;
}
.sub .big-card .title h1 {
  color: #413237;
}
.sub .big-card .title hr {
  border-color: #413237;
}
.sub .big-card h2, .sub .big-card h3, .sub .big-card h4, .sub .big-card h5, .sub .big-card h6 {
  color: #413237;
}

.btn-primary {
  background: #413237;
  border: 0;
  font-family: 'vollkornregular';
  font-weight: normal;
}
.btn-primary:hover, .btn-primary:focus {
  background: #33272b;
  transform: scale(1.03);
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.2);
}

.produkty {
  padding: 60px 0;
}
.produkty a {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

/* .produkty a .title {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 20;
  padding: 15px 30px 12px;
  background: #d8b276;
  color: #413237;
  font-family: 'vollkornregular';
  font-weight: normal;
  font-size: 24px;
  font-style: italic;
  letter-spacing: normal;
  transition: all .2s;
} */

.produkty a .title {
  position: relative;
  z-index: 20;
  width: 100%;
  float: left;
  padding: 5px 10px 2px;
  background: #d8b276;
  color: #413237;
  font-family: 'vollkornregular';
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
  letter-spacing: normal;
  transition: all .2s;
}


/* .produkty a .title::before {
  content: ' ';
  border-top: 5px solid #413237;
  border-bottom: 5px solid #413237;
  position: absolute;
  left: -100%;
  width: 100%;
  bottom: -5px;
  top: -5px;
  z-index: -10;
  transition: all .4s;
} */

.produkty a img {
  width: 100%;
  transition: all 3s;
  position: relative;
  float: left;
  z-index: 10;
}
.produkty a:hover {
  text-decoration: none;
}
.produkty a:hover img {
  transform: scale(1.2);
}
/* .produkty a:hover .title {
  padding-left: 50px;
}
.produkty a:hover .title::before {
  left: 0;
} */

.gallery a, .gallery img {
  float: left;
  width: 100%;
  transition: all .2s;
}
.gallery a {
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery a:hover {
  opacity: .8;
}
.gallery a:hover img {
  transform: scale(1.05);
}

.form {
  padding: 60px 0;
}

.ajax-form button {
  transition: all .2s;
  cursor: pointer;
}
.ajax-form button:hover {
  transform: scale(0.97);
}

.ajax-form .alert {
  margin-bottom: 15px;
}
.ajax-form .has-error {
  color: red;
}
.ajax-form .has-error input, .ajax-form .has-error textarea {
  border-color: red;
}
.ajax-form input:focus, .ajax-form textarea:focus {
  border-color: #111;
}

.fade-content > * {
  transition: ease opacity .25s, ease transform .25s;
}

/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/
.fade-content > *:nth-child(3n+2) {
  transition-delay: .1s;
}

.fade-content > *:nth-child(3n+3) {
  transition-delay: .2s;
}

/* Facebook slider - right */
.fb_slider_right {
  position: fixed;
  top: 180px;
  right: -320px;
  z-index: 10000;
  width: 348px;
  height: 100px;
  overflow: hidden;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .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;
}

/* list of files to download */
.download {
  padding: 30px 0 60px;
}

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

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

.download .col-md-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.download a {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
  color: #8c8c8c;
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid #e2e2e2;
}

.download .btn-primary {
  background: #413237;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all .15s;
}

.download a:hover .btn-primary {
  background: #241c1f;
  transform: scale(0.97);
}

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #5e484f !important;
  transform: scale(1.03) !important;
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3) !important;
}

.download li:first-child a {
  border-top: 1px solid #e2e2e2;
}

.download a:hover {
  text-decoration: none;
  background: #f4f4f4;
  color: #413237;
}

.type_text .plik {
  display: inline;
  color: #8c8c8c;
  text-transform: uppercase;
}

.download .col-md-2 {
  border-left: 1px solid #e2e2e2;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .download .col-md-2 {
    border-left: 0 !important;
    margin-top: 10px;
  }

  .download .btn {
    width: 100%;
  }

  .download .col-md-8 {
    text-align: center;
  }
}
.download 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;
}

/* paginator */
#pages {
  margin: 0 0 30px;
  padding-left: 0 !important;
}

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

  display: flex;
  justify-content: center;
}

.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: relative;
  left: auto !important;
  margin-right: 10px;
}

.jPag-control-front {
  position: relative;
  top: auto !important;
  left: auto !important;
}

.pages-container {
  width: auto !important;
  max-width: 50vw !important;
}

.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;
}

.akordeon {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

.akordeon td {
  padding: 0;
}

.akordeon .odd td {
  padding: 30px !important;
}

.akordeon tr:first-child td {
  border: 0;
}

.akordeon h3 {
  margin: 0 !important;
  letter-spacing: 1px;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 50px 15px 15px;
  width: 100%;
  background: url(../img/akobullet.png) 97% center no-repeat;
}

.akordeon h3 img {
  float: right;
  transition: all .3s;
}

.akordeon h3:hover {
  cursor: pointer;
}

.akordeon ol li p {
  margin: 0px;
}

.akordeon ol {
  padding: 0;
}

.akordeon ol li {
  width: 100%;
  clear: both;
  /*height: 57px;
  line-height: 37px;
  display: block;*/
  height: auto;
  line-height: 37px;
  display: flex;
  padding: 10px 30px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e2e2e2;
}

.akordeon ol li strong {
  font-weight: normal;
  display: inline-block;
  margin-right: 20px;
}

.akordeon ol li .btn-default {
  float: right;
  color: white !important;
}

.akordeon li img {
  float: right;
  margin: 2.5px 20px 0 0;
}

.akordeon {
  width: 100%;
  margin-top: 15px;
}

.akordeon td {
  padding: 0 !important;
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

.akordeon tr {
  display: block;
  width: 100%;
  float: left;
}

.akordeon h3 {
  margin: 0 0 0px !important;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  transition: all .2s;
}

.akordeon h3 small,
.akordeon h3 strong {
  display: block;
  color: #777;
  line-height: 1.3em;
}

.akordeon h3:hover, .akordeon h3:focus, .akordeon .active h3 {
  background: rgba(0, 0, 0, 0.2) url(../img/akobullet2.png) 97% center no-repeat;
  color: white;
  cursor: pointer;
}

.akordeon h3:hover a, .akordeon h3:focus a, .akordeon .active h3 a,
.akordeon h3:hover small, .akordeon h3:focus small, .akordeon .active h3 small {
  color: white;
}

.akordeon tr:nth-child(2n+2) {
  display: none;
}

.akordeon tr:nth-child(2n+2) td {
  padding: 15px;
}

.bg-primary {
	background: #413237!important;
	color: white;
}

.nobg .ornament {
  display: none !important;
}

.nobg .big-card {
  background: none;
  padding: 0;
  box-shadow: none;
}

.nobg .title h1 {
  color: white !important;
}

.nobg .title hr {border-color: white !important;}


.sub .big-card blockquote {
	text-align:center;
	font-size:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	position:relative;
	quotes: "\201C""\201D""\2018""\2019";
}
.sub .big-card blockquote:after {
	color:#ccc;
	content: open-quote;
	font-size:80px;
	position:absolute;
	left:50%;
	bottom:calc(100% - 20px);
	background:#fff;
	height:55px;
	width: 55px;
	line-height:normal;
	text-align:center;
	transform:translateX(-50%);
}
.sub .big-card blockquote p {
	padding:20px;
	font-family: 'vollkornregular';
	margin-bottom: 0px;
	color: #413237;
	    font-style: italic;
}

.mapa {
	margin-bottom: 60px;
	text-align: center;
}

.kariera .container .row {
	margin-bottom: 60px;
	padding: 60px;
	border: 1px solid #ffffff2b;
}


.kariera a {
	color: white;
	opacity: .6;
}



footer .col-lg-5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between
}

footer .col-lg-5 img {
  width: 31%;
  padding: 0 1%;
  float:left;
}


.punkty-lista a {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 20px;
	transition: all .2s;
}

.punkty-lista h3 {
	margin-bottom: 0px;
}

.punkty-lista a:hover {
	background: #0000000d;
	text-decoration: none;
}


/*

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

*/



/* height: 864px */
@media screen and (max-width: 1536px) {
	.navbar-brand img {height: 70px;}

	.navbar-nav .nav-link {
		font-size: 16px;
		margin: 0 0 0 10px;
		padding: 10px 10px 8px !important;
  }
  
  .sub header {height: 350px;}

  .card .card-img-top .mask {width: 95%;}
}



/* height: 900px */
@media screen and (max-width: 1440px) {

}


/* height: 768px */
@media screen and (max-width: 1366px) {
  .sub header {height: 330px;}  
}



/* height: 768px */
@media screen and (max-width: 1360px) {

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {

  .home .cycle-slideshow img {
    width: auto;
    height: 100vh;
  }

	.navbar-brand img {
		height: 54px;
	}

	.navbar-nav .nav-link {
		font-size: 15px;
		margin: 0 0 0 5px;
		padding: 10px 10px 8px !important;
  }
  
  footer span strong {
    letter-spacing: normal;
  }

  footer span {font-size: 11px}

  .sub header {height: 300px;}    
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {

  .home .cycle-slideshow img {
    width: auto;
    height: 100vh;
  }

	.navbar-brand img {
		height: 50px;
	}

	.navbar-nav .nav-link {
		font-size: 14px;
		letter-spacing: normal;
		margin: 0 0 0 3px;
		padding: 10px 8px 8px !important;
	}

	.firma h1 em {
		font-size: 28px;
	}

	.firma h1 strong {
		font-size: 35px;
	}

	.firma p {
		font-size: 15px;
	}

	.firma .more {
		font-size: 25px;
	}

	.firma .col-lg-6:last-of-type .mapa {
		width: 350px;
		height: 103px;
		font-size: 15px;
		letter-spacing: 0px;
		top: -53px;
	}

	.card .card-title a {
		letter-spacing: 1px;
		font-size: 21px;
	}

	.cytat em {
		font-size: 40px;
	}

	footer span strong {
		letter-spacing: 1px;
		font-size: 20px;
	}

	footer span {
		font-size: 16px;
  }
  
  footer .col-lg-5 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  footer .col-lg-5 span {
    width: 100%;
    text-align: center
  }

  footer .col-lg-2 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  footer .float-md-right {
    width: 100%;
    text-align: center
  }

  .sub header img, .sub header {height: 280px;}
	

}



@media screen and (max-width: 1023px) {
	.navbar-toggler {
		border: 1px solid #212121;
		border-radius: 0
	}

	#navbar {
		top: 85%;
		left:0;
		width: 100%;
		background: white;
		position: absolute;
		max-height: 70vh !important;
		overflow: hidden;
		overflow-y: auto;
	}

	.navbar-nav .nav-link {
		margin:0;
		padding: 15px 0 !important;
		text-align: center;
		border-top: 1px solid #e2e2e2 !important;
	}

	.dropdown-menu {
		background: #f4f4f4;
	}

	.big-card {
		padding: 60px 30px 0;
	}

	.big-card .col-lg-6 {
		padding: 0 40px !important
	}

	.big-card .col-lg-6 > img {
		width: 100%;
	}

	.firma .col-lg-6:last-of-type .mapa {
		width: 100%;
		height: 103px;
		top: 0;
	}

	.card .card-img-top img {
		width: 100%;
		max-width: 500%;
	}

	.card .card-img-top .mask {
		position: absolute;
		z-index: 20;
		top: 18px;
		left: 14px;
		width: 96%;
	}

	footer {
		text-align: center
	}

	footer .float-md-left,
	footer .float-md-right {
		width: 100%
	}

	header .cycle-slideshow img {
		max-height: 100vh;
	}

  .sub header img, .sub header {height: 250px;}

	.produkty a .title {
		bottom: 0;
		padding: 12px 10px;
		font-size: 20px;
		width: 100%;
		line-height: 1.1em;
	}

	.sub .big-card .col-12 .col-md-6.col-sm-6 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	.kontakt .col-md-7,
	.kontakt .col-md-5 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

}


@media screen and (max-width: 800px) {
	.big-card {width: 100%}
}



@media screen and (max-width: 768px) {}



@media screen and (max-width: 640px) {
	.home header,
	.home header .cycle-slideshow {
		height: 50vh;
	}
	.home header .cycle-slideshow img {
    max-height: 50vh;
	}

	.slogan img {
		max-width: 80%;
	}

	.card .card-img-top .mask {
		position: absolute;
		z-index: 20;
		top: 15px;
		left: 13px;
		width: 95%;
	}

	#mapagoogle {height: 350px}
}



@media screen and (max-width: 600px) {
	.produkty .col-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.kariera .container .row {
		margin-bottom: 30px;
		padding: 15px;
		border: 1px solid #ffffff2b;
	}

	.kariera .container .row img {
		margin-bottom: 15px
	}
}

@media screen and (max-width: 480px) {
	.news h2 {
		margin: 60px 0 30px;
		font-size: 40px;
	}

	.card .card-img-top .mask {
		width: 94%
  }


  .sub header {height: 200px;}

  .sub header img {
    width: 250%;
    height: auto;
    max-height: 250px;
  }


	.sub h1 {
		font-size: 45px;
	}

	.sub .title hr {
		margin: 15px auto;
	}
}

@media screen and (max-width: 435px) {}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 414px) {
	.firma h1 em {
		font-size: 23px;
	}

	.firma h1 strong {
		font-size: 30px;
	}

	.title hr {margin: 15px 0}

	.firma .col-lg-6:last-of-type .mapa img {
		display: none;
	}

	.firma .col-lg-6:last-of-type .mapa {height: 50px;}

	.cytat em {
		font-size: 26px;
	}

	.cytat {
		min-height: 333px;
		padding-bottom: 15px;
	}
}



@media screen and (max-width: 375px) {
	.firma h1 em {
		font-size: 20px;
	}

	.firma h1 strong {
		font-size: 25px;
	}

	.firma .more {
		font-size: 19px;
	}

	.card .card-img-top .mask {
		top: 11px;
		left: 11px;
	}

	footer span {
		font-size: 13px;
	}

	footer span strong {
		letter-spacing: 0px;
		font-size: 12px;
	}

  .sub header {height: 200px;}

  .sub header img {
    width: 250%;
    height: auto;
    max-height: 250px;
  }
}



@media screen and (max-width: 360px) {
	.navbar-brand img {
		height: 42px;
	}

	.firma .col-lg-6:last-of-type .mapa {
		font-size: 14px
	}

	.news h2 {
		letter-spacing: 1px;
		font-size: 38px
	}

	.card .card-img-top .mask {
		top: 10px;
		left: 10px;
	}


  .sub header {height: 200px;}

  .sub header img {
    width: 250%;
    height: auto;
    max-height: 250px;
  }

	.sub h1 {
		font-size: 35px;
	}
}

@media screen and (max-width: 320px) {
	.navbar-brand img {
		height: 35px;
	}

	.firma h1 em {
		font-size: 16px;
	}

	.firma h1 strong {
		font-size: 21px;
	}

	.firma .more::before {display: none}

	.firma .col-lg-6:last-of-type .mapa {
		font-size: 14px
	}

	.news h2 {
		letter-spacing: 1px;
		font-size: 38px
	}

	.card .card-img-top .mask {
		top: 10px;
		left: 10px;
  }
  
  .sub header {height: 170px;}

  .sub header img {
    width: 250%;
    height: auto;
    max-height: 250px;
  }
}




/*# sourceMappingURL=main.css.map */
