/*
		StudioFabryka.pl
*/
@media screen and (min-width: 1280px) {
  .container {
    width: 1170px; } }
@media screen and (min-width: 1360px) {
  .container {
    width: 1200px; } }
@media screen and (min-width: 1440px) {
  .container {
    width: 1300px; } }
@media screen and (min-width: 1536px) {
  .container {
    width: 1400px; } }
@media screen and (min-width: 1680px) {
  .container {
    width: 1600px; } }
@media screen and (min-width: 1920px) {
  .container {
    width: 1790px; } }
body {
  padding-top: 145px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5em; }

.navbar {
  background: white;
  height: 145px; }
  .navbar .nav {
    margin-top: 45px; }
    .navbar .nav > li > a {
      padding: 15px 35px;
      text-transform: uppercase;
      color: #333;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      transition: all .2s;
      margin-left: 2px; }
    .navbar .nav > li > a:hover,
    .navbar .nav > li > a:focus,
    .navbar .nav > li.active > a:hover,
    .navbar .nav > li.active > a:focus,
    .navbar .nav > li.open > a:hover,
    .navbar .nav > li.open > a:focus,
    .navbar .nav > li.active > a,
    .navbar .nav > li.open > a {
      background: #00519e;
      color: white;
      text-shadow: none; }

.navbar-brand {
  margin-top: 40px;
  padding-top: 0; }

header {
  background: black;
  color: white;
  height: 100vh;
  }
  header .cycle-slideshow {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 10; }
  header .container {
    position: relative;
    z-index: 100; }
  header h1 {
    font-size: 72px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 120px 0 30px; }
  header p {
    margin: 15px 0;
    font-family: 'Montserrat', sans-serif;
    clear: both;
    float: left; }
    header p img {
      margin-right: 25px;
      float: left; }
    header p span {
      display: inline-block; }
      header p span strong {
        display: block;
        font-weight: 700;
        font-size: 30px;
        text-transform: uppercase; }
      header p span small {
        font-size: 18px;
        font-weight: 400; }
  header .tel strong {
    margin-top: 5px; }
  header .godz img {
    margin-top: 2px; }
  header .btn-default {
    float: left;
    clear: left;
    background: none;
    border: 2px solid white;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 50px;
    color: white;
    margin-top: 30px;
    transition: all .2s; }
    header .btn-default:hover, header .btn-default:focus, header .btn-default:focus:hover {
      background: rgba(255, 255, 255, 0.1);
      color: white;
      transform: scale(1.03); }

header, main, footer {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.title {
  margin: 30px 0;
  float: left;
  width: 100%; }
  .title h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0; }
  .title hr {
    width: 111px;
    border-width: 6px;
    margin: 15px 0 0; }

.ofirmie {
  min-height: 672px;
  background: #404a52 url(../img/firmabg.jpg) left center no-repeat;
  color: white; }
  .ofirmie .title {
    margin-top: 200px; }
  .ofirmie .title h2 {
    color: white; }
  .ofirmie p:first-of-type {
    font-size: 20px;
    text-transform: uppercase; }

.produkty {
  text-align: center;
  padding: 200px 0;
  background: #efefef; }
  .produkty .title {
    margin: 0 0 60px; }
    .produkty .title hr {
      margin-left: auto;
      margin-right: auto;
      float: none;
      border-color: #333; }
  .produkty a {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden; }

    .produkty a:hover img {
      transform: scale(1.1); }

    .produkty a img {
      float: left;
      width: 100%;
      position: relative;
      z-index: 10;
      transition: all 1s; }
    .produkty a span {
      display: flex;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      padding: 30px;
      color: white;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      background: rgba(0, 0, 0, 0.4);
      transition: all .3s; }

      .produkty a span strong, .produkty a span small {
        width: 100%;
        display: block;
        float: left;
        transition: all .3s; }
      .produkty a span strong {
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400; }
      .produkty a span small {
        opacity: 0;
        height: 0; }
      .produkty a span:hover {
        background: rgba(0, 0, 0, 0.7); }
        .produkty a span:hover strong {
          margin-bottom: 15px; }
        .produkty a span:hover small {
          opacity: 1;
          height: auto; }

.dlaczego {
  padding: 200px 0; }
  .dlaczego .title {
    margin: 0 0 60px;
    text-align: center; }
    .dlaczego .title hr {
      margin-left: auto;
      margin-right: auto;
      float: none;
      border-color: #333; }
  .dlaczego .media-left {
    padding-right: 30px; }
  .dlaczego .media-body {
    vertical-align: middle; }
  .dlaczego .media-heading {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif; }

.stellar {
  background: url(../img/stellar.jpg) 0 0 no-repeat;

  background-size: 102% auto;
  background-position: fixed;
  height: 520px; }

.kontakt {
  background: #404a52;
  text-align: center;
  padding: 200px 0 60px; }
  .kontakt .col-md-6 {
    display: inline-block;
    float: none; }
  .kontakt .title {
    margin-top: 0;
    margin-bottom: 60px; }
    .kontakt .title h2 {
      color: white; }
    .kontakt .title hr {
      margin-left: auto;
      margin-right: auto;
      float: none; }
  .kontakt p {
    line-height: 1.7em;
    color: #8da4b6;
    text-transform: uppercase; }
    .kontakt p strong {
      font-size: 20px;
      color: white;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif; }
  .kontakt form {
    margin-top: 60px;
    text-align: left; }
    .kontakt form label {
      color: #8da4b6;
      text-align: left !important; }
    .kontakt form input, .kontakt form textarea {
      background: #505c66;
      border: 0;
	  color: white;
      height: auto;
      padding: 10px 15px; }
    .kontakt form textarea {
      height: 209px; }
    .kontakt form .alert {
      margin-bottom: 10px;
      color: white;
      font-weight: bold;
      border: 0; }
    .kontakt form .alert-danger {
      background: #cc0000; }
    .kontakt form .alert-success {
      background: #119911; }
    .kontakt form button {
      float: right;
      background: none;
      color: #8da4b6;
      border: 2px solid #8da4b6;
      text-shadow: none;
      box-shadow: none;
      text-transform: uppercase;
      padding: 10px 30px;
      transition: all .2s; }
      .kontakt form button:hover, .kontakt form button:focus, .kontakt form button:focus:hover {
        background: rgba(255, 255, 255, 0.1);
        color: white; }

footer {
  background: #404a52;
  text-align: center; }
  footer .madeby {
    display: inline-block;
    margin-bottom: 100px; }
    footer .madeby small {
      width: 100%;
      display: block;
      color: #8da4b6;
      font-size: 10px; }
  footer #mapagoogle {
    width: 100%;
    height: 450px; }

.sub header .cycle-slideshow {
  position: relative; }
.sub .title hr {
  border-color: #333; }
.sub .main {
  padding: 60px 0; }

.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 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: #00519e;
  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: #00376b;
  transform: scale(0.97); }

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #006bd1 !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: #009ee3; }

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

/* 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 {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-collapse: collapse !important;
  background-image: none !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

*/


/* height: 1050px */
@media screen and (max-width: 1680px) {
	.ofirmie {background-position: -10% center;}

	header h1 {
    	margin: 60px 0 30px;
	}
}


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

}


/* height: 864px */
@media screen and (max-width: 1536px) {

}



/* height: 900px */
@media screen and (max-width: 1440px) {
	.cycle-slideshow img {
		width: 100%;
		right:0;
		left: auto !important;
	}

	header h1 {
    	font-size: 50px;
	}

	.ofirmie {background-position: -200px center;}

	.stellar {height: 420px;}

}


/* height: 768px */
@media screen and (max-width: 1366px) {
	.produkty a span small {
    	font-size: 13px;
    	line-height: 1.2em;
	}

	.stellar {
		background-size: auto 100vh;
	}
}



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

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	.navbar .nav > li > a {
    	padding: 15px 25px;
	}

	header p span small {
    	font-size: 15px;
    	font-weight: 400;
	}

	header h1 {
    	font-size: 42px;
		margin-top: 30px;
	}

	.ofirmie {
    	background-position: -280px center;
	}

	.home section {
    	padding: 50px 0;
	}
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.navbar .nav > li > a {
    	padding: 15px 15px;
	}

	header {
		height: 425px; 
	}

	header h1 {
    	font-size: 32px;
		margin-bottom: 15px;
	}

	header p {
    	margin: 10px 0;
	}

	header .btn-default {
    	font-size: 16px;
    	padding: 10px 35px;
    	margin-top: 15px;
	}

	.ofirmie {
    	background-position: -409px center;
		min-height: 300px;
	}

	.ofirmie .title {
    	margin-top: 0;
	}

	.produkty .col-md-3 {
		width: 50%;
		margin-bottom: 30px;
	}

	.dlaczego .col-md-4 {
		width: 100%;
		margin-bottom: 30px;
	}
}



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

	header {
		height: auto;
		transition: all .2s;
	}

	header .btn-default {margin-bottom: 30px;}

	.navbar-toggle {
		border-color: #00519e;
		background: #00519e;
		border-radius: 0;
		margin-top: 20px;
	}

	.icon-bar {
		background: white;
		border-radius: 0 !important;
	}

	.navbar-brand {
    	margin-top: 15px;
    	padding-top: 0;
	}

	.navbar-brand>img {
    	display: block;
    	width: 195px;
	}

	.navbar {height: 73px}

	body {padding-top: 73px;}

	#navbar {
		background: white;
	}

	header h1 {
    	font-size: 26px;
    	margin-bottom: 15px;
	}

	.ofirmie {
		background-image: none;
	}
}




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


@media screen and (max-width: 640px) {
	header .godz, header .tel {display: none;}
	header h1 {margin-top: 45px;}

	.stellar {
		height: 350px;
    	background-size: 150% auto !important;
    	background-position: 0 center !important;
	}
}


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



@media screen and (max-width: 480px) {
	.produkty .col-md-3 {
		width: 100%;
	}

	.stellar {
		height: 320px;
    	background-size: 160% auto !important;
    	background-position: 0 center !important;
	}

	header h1 {
    	margin-top: 16px;
	}

	.stellar {
		height: 300px;
    	background-size: 160% auto !important;
    	background-position: 0 center !important;
	}


}



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

@media screen and (max-width: 425px) {
	header h1 {
    	font-size: 18px;
    	margin-bottom: 2px;
		margin-top: 25px;
	}
}

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

@media screen and (max-width: 375px) {
	.dlaczego .media-left {
		padding:0;
		margin: 0 0 15px 0;
		width: 100%;
		display:block;
		text-align: center;
	}

	.media-object {
		display: inline-block;
	}

	.stellar {height: 225px;}

	header h1 {
    	font-size: 18px;
    	margin-bottom: 2px;
		margin-top: 20px;
	}

}

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

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



