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

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

.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(184, 153, 129, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
  .full-width {
	  max-width: 1170px;
	  margin-left: -585px;
	  margin-right: -585px;
}
}
@media screen and (min-width: 1336px) {
  .container {
    max-width: 1260px;
  }
    .full-width {
	  max-width: 1230px;
	  margin-left: -615px;
	  margin-right: -615px;
}
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
    .full-width {
	  max-width: 1270px;
	  margin-left: -635px;
	  margin-right: -635px;
}
}

@media screen and (min-width: 1536px) {
  .container {
    max-width: 1440px;
  }
    .full-width {
		max-width: 1410px;
	  margin-left: -705px;
	  margin-right: -705px;
}
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1536px;
  }
    .full-width {
		max-width: 1506px;
	  margin-left: -753px;
	  margin-right: -753px;
}
}

@media screen and (min-width: 1680px) {
  .container {
    max-width: 1600px;
  }
    .full-width {
		 max-width: 1570px;
	  margin-left: -785px;
	  margin-right: - 785px;
}
}

body {
  background: #333842;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #8d8d8d;
  padding-top: 100px;
}


.totop {
  position: fixed;
  right:-35px;
  bottom: 30px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  background: #F47A1F;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  transition: all .2s;
}

.totop.active {
  right:0;
}

.totop:hover {
  padding-right: 10px;
  width: 45px;
  color: white;
  text-decoration: none;
}

.gallery {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.gallery .w-100, .gallery .w-50 {
	padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Khand', sans-serif;
  color: #333842;
  line-height: 1em;
  font-weight: bold;
}
h1 small, h1 strong, h2 small, h2 strong, h3 small, h3 strong, h4 small, h4 strong, h5 small, h5 strong, h6 small, h6 strong {
  line-height: 1em;
}

main h2, main h3, main h4, main h5, main h6 {
  margin: 30px 0 15px;
}

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

.lead {
  color: #333842;
  line-height: 2rem;
}

.main b, .main strong {
  color: #333842;
}

.main a {
	color: #f47a1f;
	text-decoration: none;
	transition: all .2s;
}

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

.navbar {
  height: 100px;
  background: #333842;
  transition: all .2s;
}
.navbar > .container {
  align-items: flex-start;
  height: 100px;
}

.navbar-brand {
  height: 182px;
  display: block;
  float: left;
  padding: 0;
  margin-left: 8.333333%;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0 25px;
  transition: all .2s;
}

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

.navbar .dropdown-menu {
  background: #333842;
  padding: 0;
  border: 0;
  top:90%;
  min-width: 230px;
  box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.3);
}
.navbar .dropdown-menu .nav-link {
  margin: 0;
  font-size: 12px;
  padding: 7px 15px;
  border-top: 1px solid #222;
  line-height: 1.1em;
  text-transform: none;
  font-weight: 400;
}
.navbar .dropdown-menu li:first-child > a {
  border: 0;
}

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


.navbar .dropdown-menu .nav-item:hover {background: rgba(0,0,0,.2);}

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

.navbar .dropdown-menu .dropdown-menu {
  top:0;
  left: 100%;
  background: #282c33;
  min-width: 270px;
  z-index: 111;
  box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.3);
}

#navbar {
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  margin-right: 8.333333%;
}

header .container {
  display: flex;
  align-items: center;

}

.home .cycle-slide {
	display:flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	float:left;
	position: relative;
}

header .title {
  position: absolute;
  z-index: 100;
  color: white;
  text-align: center;
}

@-moz-document url-prefix() {
	header .title {
	  top: 31%;
	  left:0;
	}
}

header .title b,
header .title em {
  display: inline-block;
  padding: 8px 30px;
  margin: 3px 0;
}
header .title b {
  font-weight: bold;
  font-family: 'Khand', sans-serif;
  font-size: 80px;
  line-height: 1.1em;
  background: rgba(51, 56, 66, 0.9);
}
header .title em {
  font-style: normal;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1em;
  padding: 12px 30px;
  background: rgba(244, 122, 31, 0.9);
}
header .slider {
  position: relative;
  float: left;
  width: 100%;
  z-index: 20;
}
header .slider .dots {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  background: url(../img/dots.png);
}
header .slider .cycle-slideshow {
  z-index: 10;
}
header .slider .cycle-slideshow img {
  width: 100%;
}

.main {
  display: flex;
  justify-content: center;
}

.main .container > .row {
  background: white;
  padding: 120px 0;
  margin: 0;
}

.title {
  background: url(../img/hbg.png) left bottom no-repeat;
  padding: 0 0 30px;
  margin: 0 0 30px;
  width: 100%;
  float: left;
}
.title h2, .title h3, .title h4 {
  margin: 0;
}
.title h2 small, .title h2 strong, .title h3 small, .title h3 strong, .title h4 small, .title h4 strong {
  float: left;
  clear: left;
}
.title h2 small, .title h3 small, .title h4 small {
  color: #f47a1f;
  font-size: 50px;
  font-weight: 300;
}
.title h2 strong, .title h3 strong, .title h4 strong {
  font-weight: bold;
  font-size: 80px;
  color: #333842;
}

.oferta .container > .row {
  background: #f4f4f4;
  padding: 120px 0 0;
  margin: 0;
}

.main ul,
.oferta ul {
  padding-left: 22px;
}

.main ul li,
.oferta ul li {
  margin: 0 0 10px;
  list-style-image: url(../img/bullet.png);
}

.referencje .container > .row {
  height: 717px;
  margin: 0;
  background: url(../img/ref.jpg) center no-repeat;
}

.referencje h3 {
  font-size: 80px;
  margin: 0 0 30px 0;
}
.referencje .col-lg-10 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.referencja {
  text-align: center;
  padding: 0 120px;
  display: block;
  width: 100%;
}
.referencja em, .referencja small {
  display: block;
}
.referencja em {
  font-size: 36px;
  line-height: 1.3em;
  color: #333842;
  margin-bottom: 30px;
}
.referencja small {
  font-size: 20px;
  color: #8d8d8d;
}

footer .container > .row {
  background: #1e2024;
  padding: 60px 0;
  margin: 0;
}
footer span {
  font-size: 18px;
  color: #838383;
}
footer span a {
  color: #838383;
  transition: all .2s;
}
footer span a:hover {
  color: white;
  text-decoration: none;
}
footer span strong {
  color: white;
  font-weight: bold;
}

.madeby {
  display: inline-block;
  line-height: 1em;
}
.madeby small {
  float: left;
  font-size: 9px;
  color: white;
  margin: 4px 2px 0 0;
}

.madeby img {width: 80px;}

.navbar-brand img {
  transition: all .2s;
  height: 182px;
}

.affix {
  height: 60px;
}
.affix .navbar-brand img {
  height: 100px;
}

.gallery.row .col1 {
  padding-right: 5px;
}
.gallery.row .col2 {
  padding-left: 5px;
}

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

.sub .gallery .container > .row {
  background: #f4f4f4;
  margin: 0;
  padding: 120px 0 90px;
}


.sub .gallery a {
  margin-bottom: 30px;
}

.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 .container > .row {
  background: white;
  margin: 0;
  padding-bottom: 120px;
}

.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: #333842;
  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: #1d2025;
  transform: scale(0.97);
}

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

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

/* PARALAKSA */

.parallax-one {
	padding-top: 200px;
	padding-bottom: 200px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 60px 0;
}


/* Kolumny dla list */


.main .tab-col-2, .main .tab-col-3  {
    width: 100%;
    text-align: left;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	-moz-column-fill: balance;
	padding-left: 0px;
}

.main .tab-col-2  {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-columns: 2; /* Firefox */
    column-count: 2;
}

.main .tab-col-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-columns: 3; /* Firefox */
    column-count: 3;
}

.main .tab-col-2 li, .main .tab-col-3 li {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
	padding-right: 1em;
}

@media screen and (max-width: 991px) {
.main .tab-col-2, .main .tab-col-3  {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}


/*GALERIA*/



.gal-container > .row {
	background: #f4f4f4;
	padding: 120px 0 90px;
	margin: 0;
}

.gal-container > .row .col-lg-10 {

	display: flex;
	flex-flow: wrap;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
		max-width: 100%;
    flex-grow: 1;
}

.gal-item .box {
    height: 350px;
    overflow: hidden;
}

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: url(../img/search.svg);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}






.kontaktowa {
	clear: both;
	float: left;
	margin:0;
	width: 100% !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

*/


@media screen and (max-width: 1440px) {
	header .title b {font-size: 60px}
	header .title em {font-size: 40px}
}


/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	header .title b {font-size: 55px}
	header .title em {font-size: 35px}
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.navbar-nav .nav-link {
		letter-spacing: normal;
		margin: 0 0 0 2px;
	}

	header .title em {font-size: 30px;}
	header .title b {font-size: 50px;}

	.home .main .col-lg-10 > .row {
		flex-direction: column;
	}

	.home .col-lg-6,
	.home .col-lg-5 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.home .col1,
	.home .col2 {
		max-width: 50%;
		flex: 0 0 50%;
	}

	.home .main .col-lg-5 {
		text-align: center;
		margin-top: 30px;
	}

	.oferta .col-lg-10 > .row {
		flex-direction: column-reverse;
	}

	.referencja em {
		font-size: 28px;
	}

	footer span {
    	font-size: 11px;
    	color: #838383;
    	line-height: 1em;
	}

	.parallax-one {margin: 60px 0 60px -50%}

	.gallery .col-xs-12 .box {
		height: auto;
	}

	.gallery .col-lg-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}
}




@media screen and (max-width: 1023px) {
	.navbar-toggler {
		margin:30px 15px 0 0;
		border-radius: 0;
	}

	.navbar-brand {margin-left:15px; position: relative; z-index: 100}
	.navbar-brand img {
    	height: 140px;
	}

	#navbar {
		background: #333842;
		top: 100%;
		left:0;
		width: 100%;
		height: auto;
		max-height: 90vh;
		overflow-y: auto;
		position: absolute;
		z-index: 90;
		text-align: center;
	}

	.navbar-nav .nav-link {
		margin:0;
		padding: 12px 15px;
		border-top: 1px solid rgba(0,0,0,.2);
	}

	.navbar-nav .nav-link:hover {
		background: rgba(0,0,0,.05);
	}

	header .title b {
    	font-size: 30px;
	}

	header .title em {
    	font-size: 26px;
    	padding: 5px 10px;
    	white-space: normal;
	}

	.main .container > .row {
    	padding: 30px 0;
	}

	.title h2 small, .title h3 small, .title h4 small {font-size: 25px}
	.title h2 strong, .title h3 strong, .title h4 strong {font-size: 40px}

	body {font-size: 16px}

	.referencja em {
    	font-size: 20px;
	}
	.referencja small {font-size: 15px}

	.referencje .container > .row {height: 500px}

	footer span {
    	line-height: 1.2em;
    	float: left;
	}

	footer .container > .row {padding: 30px 0}

	.parallax-one {margin: 60px 0 60px -50%}

	.kontaktowa {
		clear: both;
		float: left;
		flex-direction: column;
		text-align: center;
		margin:0;
		width: 100% !important;
	}

	.kontaktowa .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.kontaktowa iframe {width: 100%; margin: 15px 0 0 0}

	.gallery img {
		width: 100%;
		height: auto;
	}

	.gallery .col-xs-12 {
		max-width: 100%;
		flex: 0 0 100%;
	}
}



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



@media screen and (max-width: 640px) {
	header .container {position: relative;}
	header h1 {
		left:5%;
		width: 90%;
	}

	header .title em {font-size: 16px; padding: 0 6px;}
	header .title b {
    	font-size: 18px;
    	padding: 7px 12px;
	}

	.oferta .container > .row {
		padding: 30px 0 0 0;
	}

	.referencje h3 {
    	font-size: 55px;
    	margin: 0 0 20px 0;
	}

	.referencja {padding: 0 30px}

	.referencje .container > .row {
    	height: 415px;
	}

	footer span {padding-right: 35px}

	.w-100 {
		flex-direction: column !important;
	}
}



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

@media screen and (max-width: 480px) {
	header .title b, header .title em {margin:0;}
	header h1 {line-height: .8em;}

	footer {
		text-align: center;
	}

	footer .col-lg-10 {
		flex-direction: column;
	}

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

	footer span {padding: 0;}

	.madeby {margin-top: 15px}
}

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



@media screen and (max-width: 375px) {
	.navbar-brand img {height: 100px}
	.navbar {height: 80px;}
	body {padding-top: 80px}

	header .title b {
    	font-size: 14px;
    	padding: 4px 8px;
    	line-height: 1em;
	}

	header .title em {
    	font-size: 12px;
    	padding: 3px 5px;
    	line-height: 1em;
	}

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

	.referencja em {font-size: 15px}
	.referencja small {font-size: 12px}

	.affix {
		height: 50px;
		align-items: flex-start;
	}

	.affix .navbar-toggler {
		margin-top: 5px
	}

	.affix .navbar-brand,
	.affix .navbar-brand img {height: 60px}
}

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

}

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


.title h1 strong {
    
    font-weight: bold !important;
    font-size: 80px !important;
    color: #333842 !important;
    
}

.title small.title {
    font-family: 'Khand', sans-serif;
    font-size: 50px !important;
    font-weight: 300 !important;
    color: #f47a1f !important;
    background: none !important;
    margin-bottom: 0px !important;
}



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