/*
		StudioFabryka.pl
*/
@media screen and (min-width: 1360px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1536px) {
  .container {
    max-width: 1330px;
  }
}
@media screen and (min-width: 1625px) {
  .container {
    max-width: 1536px;
  }
}
@media screen and (min-width: 1660px) {
  .container {
    max-width: 1625px;
  }
}
/* 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 span a {
	font-size: 18px;
	color: white;
	font-weight: bolder;
	transition: all .2s;
}

.navbar span a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.navbar-dark .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(225, 0, 26, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  color: #404042;
}

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

.navbar {
  height: 130px;
  background: black;
  transition: all .2s;
  justify-content: center;
}
.navbar #navbar {
  flex-direction: column;
  align-items: flex-end;
}
.navbar #navbar .dane {
  border-bottom: 1px solid #4d4d4d;
  padding: 0 0 15px 0px;
  color: white;
  font-size: 14px;
}
.navbar #navbar .dane span {
  margin-left: 30px;
}
.navbar #navbar .dane span img {
  margin-right: 10px;
}

.navbar-nav .nav-link {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 17px;
  padding: 15px 0 0 !important;
  text-transform: uppercase;
  margin: 0 0 0 43px;
  transition: all .2s;
}

header {
  height: 100vh;
}
header .cycle-slideshow, header .cycle-slide {
  height: 100vh;
}
header .container {
  position: relative;
  z-index: 20;
}
header .container strong {
  color: white;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 50px;
  padding: 30px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 80vh;
  left: 15px;
  z-index: 20;
}
header .cycle-slide {
  width: 100%;
}
header .cycle-slide img {
  position: relative;
  z-index: 10;
  height: 100vh;
}

section {
  padding: 120px 0;
}
section h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: black;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.fullsection {
  padding: 0;
}
.fullsection h2 {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.fullsection h2 small, .fullsection h2 strong {
  float: left;
  clear: left;
}
.fullsection h2 small {
  color: #8f8f8f;
  font-weight: 300;
  letter-spacing: 2px;
}
.fullsection h2 strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: black;
}
.fullsection p {
  margin-bottom: 30px;
}
.fullsection .col-lg-6 {
  padding: 0;
}

.btn-primary {
  background: #3a3a3a;
  padding: 15px 30px;
  border: 0;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus {
  background: #545454;
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.3);
  transform: scale(1.03);
}

.sprzedaz .col-lg-6:last-of-type {
  padding: 0 188px;
}

.tworzymy .col-lg-6:first-of-type {
  padding: 0 188px;
}

footer {
  background: #000;
  padding: 40px 0 60px;
  margin-top: -8px;
}
footer span {
  font-size: 12px;
  color: white;
}

#mapagoogle {
  width: 100%;
  height: 600px;
  background: #ccc;
}

.lead {
    font-weight: 700;
    line-height: 1.4;
    color: black;
}

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

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

.affix {
  height: 80px;
}
.affix .dane {
  display: none;
}
.affix .nav-link {
  padding-top: 0 !important;
}
.affix .navbar-brand img {
  height: 70px;
}

.gallery {
  padding: 0;
}
.gallery .col-lg-6 {
  padding: 0;
}
.gallery a, .gallery img {
  float: left;
  width: 100%;
  transition: all .2s;
}
.gallery .col-lg-6 img {
  height: 400px;
  max-width: 100%;
}
.gallery a {
  border: 1px solid white;
  overflow: hidden;
  background: white;
}
.gallery a:hover {
	z-index: 1000;
}
.gallery a:hover img {
  transform: scale(1.05);
  opacity: .8;
}

.form {
  padding: 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: #3a3a3a;
  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: #212121;
  transform: scale(0.97);
}

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

.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: 17px;
  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: 17px;
  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;
}

.sub header, .sub .cycle-slideshow, .sub .cycle-slide, .sub header .container {
  height: auto !important;
}
.sub .main {
  padding: 60px 0;
}
.sub main h2, .sub main h3, .sub main h4, .sub main h5, .sub main h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 30px 0 15px;
  color: black;
}
.sub main .main a {
  color: #e1001a;
}

.list-table {
	margin-left: -15px;
    margin-right: -15px;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.list-table li {
	display: flex;
	flex-flow: column;
	height: 150px;
	align-items: center;
	justify-content: center;
	list-style: none;
    transition: all .2s;
    flex-grow: 1;
	width: 30%;
    background: #f4f4f4;
    padding: 30px;
    margin-left: 15px;
    margin-right: 15px;
	margin-bottom: 30px;
	text-align: center;
}

.list-table li:hover {
	background: #e2e2e2;
}

.list-table a {
	    display: block;
}


@media screen and (max-width: 767px) {
	.list-table li {
		width: 100%;
		height: 80px;
		margin-bottom: 10px;
	}
}















/*

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: 900px */
@media screen and (max-width: 1440px) {
	.navbar-nav .nav-link {
	    font-size: 16px;
	    margin: 0 0 0 20px;
	}

	.sprzedaz .col-lg-6:last-of-type,
	.tworzymy .col-lg-6:first-of-type {
    	padding: 0 100px;
	}
}




/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	.navbar-nav .nav-link {
    	font-size: 15px;
    	margin: 0 0 0 15px;
	}

	.sprzedaz .col-lg-6:last-of-type, .tworzymy .col-lg-6:first-of-type {
    	padding: 0 30px;
	}
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.dane span:last-of-type {display: none}

	body {font-size: 15px}

	.navbar-nav {
		display: flex;
		align-items: center;
	}

	.navbar-nav .nav-item {
		flex:1;
	}

	.navbar-nav .nav-link {
    	font-size: 13px;
    	margin: 0 0 0 30px;
		line-height: 1.1em;
	}

	header .cycle-slide img {
		max-width: 500%;
	}

	.fullsection h2 {margin-bottom: 15px}
	.fullsection h2 small {font-size: 16px}
	.fullsection h2 strong {font-size: 30px}
	.fullsection p {margin-bottom: 15px}

	.btn-primary {
	    padding: 12px 25px;
	    font-size: 11px;
	}

	.gallery .col-lg-6 img {
    	height: 250px;
    	max-width: 500%;
	}

	#mapagoogle {height: 400px}
}



@media screen and (max-width: 1023px) {
	.dane {display: none;}
	.navbar-dark .navbar-toggler {
		background: #ebecec;
		border: 1px solid black;
		box-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
		border-radius: 0;
		color: rgba(225, 0, 26, 1);
	}

	#navbar {
		position: absolute;
		top:100%;
		left:0;
		z-index: 1000;
		width: 100%;
		background: black;
	}

	.navbar-nav .nav-item {
		flex: 100%;
		width: 100%;
	}

	.navbar-nav .nav-link {
		margin:0;
		padding: 15px 0 !important;
		width: 100%;
		text-align: center;
		border-top: 1px solid rgba(255,255,255,.2);
	}

	header .container strong {
	    font-size: 25px;
	    padding: 15px;
	    top: 90vh;
	    left: 0;
	}

	section {
    	padding: 60px 0;
	}

	.onas .col-8 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.fullsection {margin-bottom: 30px}

	.fullsection .img-fluid {
		max-width: 500%;
		width: 100%;
		margin-bottom: 30px;
	}

	.tworzymy .container-fluid > .row {
		flex-direction: column-reverse;
	}

	.gallery .col-lg-6 img {
    	height: auto;
    	max-width: 100%;
	}

	.sub {
		padding-top: 130px
	}
}



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

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

@media screen and (max-width: 640px) {
	footer {text-align: center; padding: 30px 0}

	section h1 {font-size: 35px}
}

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

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

@media screen and (max-width: 435px) {
	section h1 {font-size: 30px}
}

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

@media screen and (max-width: 414px) {
	header .container strong {font-size: 16px}
}

@media screen and (max-width: 375px) {
	section h1 {font-size: 25px}
}

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

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





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