/*
		StudioFabryka.pl
*/
body {
  padding-top: 88px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300; }

.navbar {
  height: 88px;
  background: white; }
  .navbar .nav {
    margin-top: 25px; }
    .navbar .nav > li > a {
      color: #979797;
      font-size: 16px;
      padding: 10px 30px;
      transition: all .2s; }
    .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 {
      color: #1d8a21;
      background: none; }
    .navbar .nav > li > a:hover,
    .navbar .nav > li > a:focus {
      background: #f8f8f8; }

header {
  overflow: hidden;
  min-height: 1786px;
  position: relative;
  background: #1d8a21 url(../img/headerbg.jpg) right bottom no-repeat; }
  header .img1, header .img2 {
    position: absolute;
    z-index: 10;
    width: 1245px;
    height: 1243px;
    background: url(../img/circles.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center; }
  header .img1 {
    bottom: 30px;
    left: -310px; }
  header .img2 {
    top: -215px;
    right: -325px; }
  header .container {
    position: relative;
    z-index: 100; }
  header h1 {
    color: white;
    float: left;
    font-size: 48px;
    font-weight: 300;
    margin-top: 250px; }
    header h1 strong {
      font-weight: 700; }
  header .o-laboratorium {
    color: white;
    margin-top: 1150px;
    width: 45%;
    float: right; }
    header .o-laboratorium h2 {
      margin: 0 0 15px;
      font-size: 48px;
      font-weight: 700; }
    header .o-laboratorium .btn-default {
      margin-top: 15px; }

.btn-default {
  color: white;
  text-shadow: none;
  background: #282d33;
  border: 0;
  border-radius: 8px;
  padding: 18px 35px;
  transition: all .2s; }
  .btn-default:hover, .btn-default:focus, .btn-default:focus:hover {
    background: #333a41;
    transform: scale(1.05);
    color: white;
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1); }

.uslugi {
  padding: 100px 0;
  text-align: center; }
  .uslugi h2 {
    color: #1d8a21;
    font-weight: 700;
    font-size: 48px;
    margin: 0 0 15px; }
  .uslugi .col-md-3 {
    margin-top: 30px; }
    .uslugi .col-md-3 h4 {
      font-size: 16px;
      font-weight: 600;
      color: #323232;
      margin: 20px 0; }
    .uslugi .col-md-3 p {
      line-height: 1.3em;
      font-size: 12px; }
  .uslugi .btn-default, .uslugi .well {
    margin-top: 60px; }
  .uslugi .well p {
    margin: 0; }
	
	
	

.sub .uslugi {
  padding: 0px;
  text-align: center;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: center;
	}
	


.well {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
  background: #f4f4f4; }

footer {
  background: black;
  padding: 30px 0;
  color: white; }
  footer a {
    color: white; }
    footer a:hover {
      opacity: .8; }
  footer small {
    font-size: 11px; }
  footer .pull-left span {
    margin-top: 15px;
    float: left; }
  footer .pull-right span {
    display: inline-block;
    margin-top: 25px; }
  footer .pull-right .pull-right {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #ddd; }
    footer .pull-right .pull-right .tel, footer .pull-right .pull-right .email {
      font-size: 22px;
      padding-left: 40px;
      margin: 5px 0; }
    footer .pull-right .pull-right .tel {
      background: url(../img/tel.png) left center no-repeat; }
    footer .pull-right .pull-right .email {
      background: url(../img/email.png) left center no-repeat; }

.madeby {
  line-height: 1em;
  margin-top: 30px;
  display: inline-block; }
  .madeby small {
    float: left;
    margin: 3px 3px 0 0; }

.sub header {
  padding: 60px 0;
  height: auto;
  min-height: 10px;
  background-size: auto 100%; }
  .sub header h1 {
    margin: 0; }
.sub section {
  padding: 30px 0; }
.sub .main a {
  color: #1d8a21; }
.sub h2, .sub h3, .sub h4, .sub h5, .sub h6 {
  font-weight: 600;
  margin: 30px 0 15px; }

.gallery img {
  width: 100%; }

.gallery a {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  transition: all .2s; }
  .gallery a:hover {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    opacity: .9; }

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

.fade-content > * {
  transition: ease opacity focus,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: #1d8a21;
  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: #146017;
  transform: scale(0.97); }

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #26b42b !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: #1d8a21; }

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

  
/* SHARED STYLES */

.styled-ol li:last-child {
    border-bottom: none;
}

.styled-ol {
    list-style-type: none;
    margin: 0;
    margin-left: 0em;
    padding: 0;
    counter-reset: li-counter;
}

.styled-ol li {
    border-bottom: 1px solid #E1E6EB;
    padding: 10px 0 12px 0;
	display: block;
	padding-left: 50px;
}

.styled-ol li:before {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    color: #acb4be;
    margin: 0 0 0 -50px;
	display: block;
	width: 40px;
	float: left;
    content: counter(li-counter);
    counter-increment: li-counter;
}

/*GALERIA*/


.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

.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: "\e003";
    font-family: 'Glyphicons Halflings';
    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;
}

.vertical-center {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around;
}









/*

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) {

}


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

}


/* height: 864px */
@media screen and (max-width: 1536px) {
	header img {width: 45vw;}
	header .img1, header .img2 {
		width: auto;
		height: auto;
		padding: 8vw;
		background-size: cover;
	}

	header {min-height: 1586px;}

	header h1 {margin-top: 180px;}
	header .o-laboratorium {margin-top: 850px;}

	header .img1 {
		top: 490px;
		bottom: auto;
	}
}



/* height: 900px */
@media screen and (max-width: 1440px) {
	header {min-height: 1450px;}
	header h1 {margin-top: 140px;}
	header .o-laboratorium {margin-top: 750px;}
	header .img1 {top: 430px;}


}


/* height: 768px */
@media screen and (max-width: 1366px) {
	header {min-height: 1400px;}
	header h1 {margin-top: 130px;}
	header .o-laboratorium {margin-top: 710px;}
	header .img1 {top: 400px;}
}



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

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	header {min-height: 1150px; background-size: 400px auto;}
	header h1 {margin-top: 80px;}
	header .o-laboratorium {margin-top: 610px; margin-right: 65px;}
	header .img1 {top: 300px;}
}



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

	.navbar .nav > li > a {padding: 10px 20px;}

	header {min-height: 1100px; background-size: 400px auto;}
	header h1 {margin-top: 80px; font-size: 38px;}
	header .o-laboratorium {margin-top: 480px; margin-right: 30px;}
	header .img1 {top: 280px;}

	footer .pull-right .pull-right .tel, footer .pull-right .pull-right .email {
		font-size: 16px;
		background-size: auto 90%;
	}

}



@media screen and (max-width: 1023px) {
	.navbar-toggle {
		border-color: #008000;
		margin-top: 25px;
	}

	.icon-bar {background: #008000}

	#navbar {background: white;}

	.navbar .nav > li > a {
		padding: 10px 15px;
		border-top: 1px solid #ddd;
	}

	.navbar .nav > li:first-child > a {border:0}

	header {background-image: none; min-height: 10px;}

	header h1 {margin-top: 30px; width: 100%; text-align: center;}
	header .o-laboratorium {margin-top: 30px; margin-right: 0; width: 100%; text-align: center}

	header .img1 {
		position: relative;
		margin: 30px auto;
		top:auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 50px;
		width: 40vw;
	}

	header .img1 img {width: 30vw;}

	header .img2 {display: none;}

	footer .pull-left, footer .pull-right {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	footer .pull-left span {float:none;}

	footer .pull-right .pull-right {
    	margin-left: 0;
    	padding-left: 0;
    	border-left: 0;
	}

	footer .pull-right .pull-right .tel, footer .pull-right .pull-right .email {
    	display: inline-block;
    	margin: 15px;
	}

	.gal-item .box {height: 200px}
	.gal-item a:after {line-height: 200px;}
}




@media screen and (max-width: 800px) {
	header {text-align: center;}
	header .img1 {width: auto; padding:0; margin-bottom: 30px; display: inline-block; border-radius: 150px; background: none; border: 15px solid rgba(255,255,255,.1)}
	header .img1 img {width: 250px; border: 15px solid rgba(255,255,255,.2)}
}

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

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

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

@media screen and (max-width: 480px) {
	.gal-item .box {height: 150px}
	.gal-item a:after {line-height: 150px;}

}

@media screen and (max-width: 435px) {
	header h1, header .o-laboratorium h2 {font-size: 28px;}
}

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

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

@media screen and (max-width: 375px) {
	header h1, header .o-laboratorium h2 {font-size: 23px;}
	.navbar-brand img {width: 200px; margin-top: 8px;}
}

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

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



