/*
		StudioFabryka.pl
*/
/* 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;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.7em;
  color: #323638;
  padding-top: 90px;
}

.sub main img {
	max-width: 100%;
	height: auto;
}

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

.navbar {
  height: 90px;
  transition: all .2s;
  justify-content: center;
  background: white;
}

#navbar {
  justify-content: flex-end;
  align-items: center;
}

.navbar-nav .nav-link {
  font-weight: 300;
  color: #323638;
  font-size: 14px;
  margin: 0 15px 0 0;
  padding: 10px 25px !important;
  transition: all .2s;
}

.active > .nav-link,
.nav-link:hover,
.nav-link:focus {
  background: #e31e24;
  color: white;
}

.navbar-text {
  background: #f4f4f4;
  height: 90px;
  padding: 0 30px !important;
  margin-right: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-text a {
  margin: 0 5px;
  transition: all .1s;
}
.navbar-text a:hover {
  opacity: .9;
  transform: scale(1.07);
  box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.2);
}
.navbar-text a img {
  float: left;
  border: 1px solid #ddd;
}

header {
  position: relative;
  min-height: 867px;
}
header .container {
  position: relative;
  min-height: 90vh;
}
header h1 {
  float: left;
  width: 100%;
  margin-top: 31vh;
  margin-bottom: 0;
  line-height: 1.5em;
  position: relative;
  z-index: 20;
}
header h1 strong, header h1 span, header h1 small {
  float: left;
  clear: left;
}
header h1 strong {
  font-weight: 900;
  font-size: 60px;
  color: #e31e24;
}
header h1 span {
  font-weight: 300;
  font-size: 60px;
  color: #323638;
}
header h1 small {
  font-size: 17px;
  font-weight: 300;
  color: #323638;
  margin-top: 15px;
}
header .uwaga {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 20;
  padding: 60px 60px 60px 150px;
  border-radius: 25px;
  width: 100%;
  background: #e31e24 url(../img/alert.png) 60px center no-repeat;
  color: white;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.9em;
}
header .uwaga strong {
  font-weight: 900;
}
header .uwaga a {
  float: right;
  background: white !important;
  border-radius: 25px;
  padding: 18px 30px;
  font-weight: bold;
  font-size: 14px;
  color: #e31e24;
  line-height: 1em;
  margin-top: 5px;
  transition: all .3s;
}
header .uwaga a:hover {
  color: #e31e24;
  transform: scale(1.1);
  box-shadow: 0 6px 15px -3px rgba(0, 0, 0, 0.3);
}
header .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

section {
  padding: 60px 0;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #323638;
}

.small, small {
	opacity: .7;
    font-weight: inherit;
}

.home section h2 {
  font-weight: 300;
  color: #323638;
  font-size: 42px;
  margin: 0 0 30px;
  text-align: center;
}
.home section h2 strong {
  font-weight: 900;
}

.uslugi a {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all .2s;
}
.uslugi a:hover {
  text-decoration: none;
  transform: scale(1.05);
  box-shadow: 0 20px 25px -10px rgba(0, 0, 0, 0.05);
}
.uslugi a:hover strong {
  color: #e31e24;
}
.uslugi a:hover img {
  opacity: .8;
}
.uslugi a img {
  border-radius: 25px 25px 0 0;
  width: 100%;
  transition: all .2s;
}
.uslugi a strong {
  color: #323638;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  display: block;
  padding: 25px 0;
  transition: all .2s;
}

.firma {
  background: url(../img/firma.jpg) left center no-repeat;
  min-height: 807px;
}
.firma .row {
  min-height: 807px;
}
.firma h2 {
  text-align: left !important;
}
.firma p {
  line-height: 1.7em;
  margin-bottom: 30px;
}

.btn {
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 900;
  text-shadow: none;
  transition: all .2s;
}
.btn:hover {
  opacity: .9;
  transform: scale(1.05);
  box-shadow: 0 15px 15px -8px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background: #3a72fd;
}

.paralaxa {
	background: url(../img/bg.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 0;
	color: white;
}

.overlay {
	padding: 100px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.overlay .btn {
	align-self: flex-end;
}

.paralaxa h1, .paralaxa h2, .paralaxa h3, .paralaxa h4, .paralaxa h5, .paralaxa h6 {
  color: white;
}

.zespol .col-md-4 {
	margin-bottom: 60px;
}

footer {
  background: url(../img/stellar.jpg) 0 0 no-repeat;
  min-height: 660px;
  position: relative;
}

footer .l img {
	max-width: 120px;
}

footer a, footer a:hover {
	color: white;
	text-decoration: none;
}

footer .footer-top,
footer .footer-bottom {
  position: absolute;
  left: 0;
  z-index: 20;
}
footer .footer-top {
  top: 0;
}
footer .footer-bottom {
  bottom: 0;
}
footer .container {
  position: relative;
  z-index: 100;
  margin-top: 570px;
}
footer .container span {
  color: white;
  font-size: 14px;
  font-weight: 300;
  float: left;
  line-height: 1.4em;
}
footer .container span strong {
  font-weight: 900;
}
footer .container a {
  margin-right: 10px;
  transition: all .2s;
  display: inline-block;
}
footer .container a:hover {
  opacity: .9;
  transform: scale(0.97);
}


.sub footer {
	background: white;
	min-height: 138px;
}

.sub footer .footer-top {display:none}

.sub footer .container {margin-top: 50px;}

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

.sub header {
  height: auto;
  min-height: 10px;
  padding: 120px 0 0px;
  overflow: visible;
  z-index: 100;
  position: relative;
}
.sub header .container {
  min-height: 10px;
}
.sub header h1 {
  max-width: 90%;
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: -30px;
  border-bottom: 1px solid #f9f9f9;
}
.sub header h1 strong {
  float: none;
}
.sub header .bg {
  max-width: 30%;
  margin-top: -130px;
}
.sub main {
  z-index: 200;
  position: relative;
}

.lead {
    font-size: 1.4rem;
    line-height: 2rem;
}

.gallery {
  padding: 60px 0 30px;
  background: #f7f7f7;
}
.gallery a, .gallery img {
  float: left;
  width: 100%;
  transition: all .2s;
}
.gallery a {
	float:left;
	width: 100%;
  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;
  background: #f7f7f7;
}

.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: #e31e24;
  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: #b7171c;
  transform: scale(0.97);
}

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #e94b50 !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: #e31e24;
}

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

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



.kontakt img {
	transition: all .2s;
}

.jupiii {
	transform: rotateY(180deg);
}



.sort th {
	background: url(../img/modules/sorted_tables/table-unsort.png) 98% center no-repeat;
	vertical-align: middle !important;
	line-height: 1.2em;
	cursor: n-resize;
}

.sort th p {
	margin:0;
}

.sort .headerSortUp {
	background: rgba(0,0,0,.03) url(../img/modules/sorted_tables/table-asc.png) 98% center no-repeat;
}

.sort .headerSortDown {
	background: rgba(0,0,0,.03) url(../img/modules/sorted_tables/table-desc.png) 98% center no-repeat;
}



/* Make the container relative */
.swap-on-hover {
  position: relative;	
	margin:  0 auto;
	max-width: 100%;
	height: auto;
}

.swap-on-hover h4 {
	padding-top: 282px;
}

/* Select the image and make it absolute to the container */
.swap-on-hover img {
	overflow: hidden;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0;
	/* Sets the width and height for the images*/
	width: 200px;
	height: 252px;
}

/* 
	We set z-index to be higher than the back image, so it's alwyas on the front.

We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity .5s linear;
  cursor: pointer;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.swap-on-hover:hover > .swap-on-hover__front-image{
  opacity: 0;
}

/*

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: 1024 & 720px */
@media screen and (max-width: 1280px) {
	header .bg {
		max-width: 45vw;
		max-height: 85vh;
	}

	header {
		min-height: 100vh;
	}

	header h1 {margin-top: 15vh;}

	.firma {
    	min-height: 244px;
    	background-size: 50% auto;
	}

	.firma .row {
    	min-height: 365px;
	}

}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	header h1 {
    	margin-top: 50px;
	}

	.navbar-nav .nav-link {
    	margin: 0 5px 0 0;
    	padding: 5px 13px !important;
	}

	header .uwaga {
    	font-size: 20px;
    	line-height: 2.5em;
	}

	.uslugi a strong {
		font-size: 14px;
	}

	footer .footer-top, footer .footer-bottom {
    	width: 100%;
	}


	footer .l img {max-width: 90px}

	footer .container {margin-top: 610px;}

	footer .container span {margin-top: 0;}

	footer .container a {margin-right: 15px;}

}

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

	.navbar-toggler {
		border-color: #e31e24;
		border-radius: 0;
		padding: 2px 3px;
		cursor: pointer;

		position: fixed;
    	top: 30px;
    	right: 220px;
	}

	.icon-bar {
		width: 28px;
		height: 3px;
		margin: 4px 2px;
		background: #e31e24;
	}

	#navbar {
		position: absolute;
		top: 100%; left:0;
		background: white;
		width: 100%;
		box-shadow: 0 10px 20px -8px rgba(0,0,0,.2) !important;
	}

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

	.affix {
		box-shadow: 0 10px 20px -8px rgba(0,0,0,.1);
	}

	header h1 {line-height: 1.3em;}

	header h1 strong {font-size: 40px;}
	header h1 span {font-size: 35px;}
	header h1 small {font-size: 13px; margin-top: 0;}

	header .uwaga {
		background-position: center 30px;
		display:flex;
		flex-direction: column;
		align-items: center;
		padding: 80px 30px 30px;
	}

	header {
    	min-height: 85vh;
	}

	footer {
    	background-size: 100% auto;
		min-height: 260px;
		background-color: #323638;
		padding-bottom: 10px;
	}

	footer .container {
    	margin-top: 240px;
	}

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

	footer .container span {
		font-size: 12px;
		float:none;
	}

	.sub header {
		padding: 30px 0;
	}

	.sub header .bg {display:none;}

	.sub footer {
		background: #323232;
		padding: 30px 0;
		min-height: 30px;
	}

	.sub footer .footer-bottom {
		display: none;
	}

	.sub footer .container {
    	margin-top: 0;
	}
}

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

	header .uwaga {
		background-image: none;
		padding: 10px 15px 25px;
	}

	header, header .container {
    	min-height: 462px;
	}
	.firma {
    	min-height: 10px;
	}

	.firma .row {
    	min-height: 300px;
	}

	footer .container {
    	margin-top: 205px;
	}
}



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

@media screen and (max-width: 640px) {
	body {padding-top: 60px;}
	.navbar, .navbar-text {
		height: 60px;
	}

	.navbar-toggler {
		top:14px;
	}

	header h1 {
		line-height: .8em;
	}

	header h1 strong {
    	font-size: 30px;
	}
	header h1 span {
    	font-size: 27px;
		margin-bottom: 10px;
	}

	header h1 small {
    	font-size: 13px;
    	margin-top: 0;
    	max-width: 50%;
    	line-height: 1.2em;
	}

	section {
    	padding: 30px 0;
	}

	.firma {
		background: #fff;
	}

	footer .float-md-right {
		margin-bottom: 30px;
	}

	footer .container {
    	margin-top: 165px;
	}
}

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

	.navbar-toggler {
    	top: 14px;
    	right: 15px;
	}

	header .uwaga {
		padding: 10px;
	}

	header .uwaga span {
		text-align: center;
		line-height: 1.3em;
		margin-bottom: 5px;
	}

	header, header .container {
    	min-height: 390px;
	}
}

@media screen and (max-width: 480px) {
	header .uwaga {
		margin:0 2%;
		width: 96%;
	}

	.madeby {
		margin-top: 10px;
	}

	footer .container {
    	margin-top: 0;
	}

	footer {
		background: #323232;
		min-height: 10px;
		padding: 30px 0 0;
	}

	footer .footer-bottom {
		display: none;
	}
}

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

	header, header .container {min-height: 553px;}

	header .bg {
	    max-width: 100%;
	    max-height: 100%;
		width: 100%;
	    top: 150px;
	}

	header h1 {
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}

	header h1 strong,
	header h1 span,
	header h1 small {
	    float: left;
	    clear: left;
		display:block;
		max-width: 100%;
	    text-align: center !important;
	    width: 100% !important;
	}

	header .uwaga {bottom:0;}

}

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

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





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