/*
		StudioFabryka.pl
*/
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1350px) {
  .container {
    max-width: 1270px;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    max-width: 1350px; 
  }
}
/* 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;
}


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #767683;
  background: url(../img/bg.jpg) 0 0 no-repeat;
}

.yt_button {
  position: fixed;
  top: 300px;
  right:0;
  z-index: 9999;
}

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

.navbar {
  height: 110px;
  transition: all .2s;
  justify-content: center;
  border-top: 8px solid #098fe0;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1affffff',GradientType=0 );
}
.navbar .btn-primary {
  border: 0;
}
.navbar .btn-primary img {
  margin-right: 10px;
}


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

.dropdown-menu {
  min-width: 250px;
  padding: 0
}

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

.navbar-nav .dropdown-menu .nav-link {
  font-weight: 400;
  color: #9facbd;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  padding: 8px 15px;
  text-transform: none;
  border-bottom: 1px solid #e2e2e2;
  transition: all .2s;
}


.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active {
  color: #3c4859;
}

a {
    transition: all .2s;
}

.affix {
	background: white;
	height: 70px;
	box-shadow: 0 15px 15px -18px rgba(0, 0, 0, 0.10);
}

.btn-primary {
  border-radius: 4px;
  background: #098fe0;
  border: 2px solid #098fe0;
  padding: 8px 30px;
  position: relative;
  overflow: hidden;
  transition: all .23s;
  font-size: 13px;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-primary::before {
  width: 200px;
  height: 100px;
  content: ' ';
  transform: rotate(20deg);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 10px;
  left: -50%;
  z-index: 1;
}
.btn-primary::after {
  width: 100px;
  height: 200px;
  content: ' ';
  transform: rotate(85deg);
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: -130px;
  left: 15%;
  z-index: 2;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #1ca4f6;
  background: #1ca4f6;
  transform: scale(1.03);
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
}

.btn-default {
  border-radius: 4px;
  background: transparent;
  border: 2px solid #098fe0;
  padding: 8px 30px;
  position: relative;
  overflow: hidden;
  transition: all .23s;
  font-size: 13px;
  color: #098fe0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-default::before {
  width: 200px;
  height: 100px;
  content: ' ';
  transform: rotate(20deg);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 10px;
  left: -50%;
  z-index: 1;
}
.btn-default::after {
  width: 100px;
  height: 200px;
  content: ' ';
  transform: rotate(85deg);
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: -130px;
  left: 15%;
  z-index: 2;
}
.btn-default:hover, .btn-default:focus {
  color: #098fe0;
  background: rgba(255, 255, 255, 0.02);
  transform: scale(1.03);
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
}

.btn-light {
  border-radius: 4px;
  background: white;
  border: 2px solid white;
  padding: 8px 30px;
  position: relative;
  overflow: hidden;
  transition: all .23s;
  font-size: 13px;
  color: #098fe0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-light::before {
  width: 200px;
  height: 100px;
  content: ' ';
  transform: rotate(20deg);
  background: rgba(167, 167, 167, 0.1);
  position: absolute;
  top: 10px;
  left: -50%;
  z-index: 1;
}
.btn-light::after {
  width: 100px;
  height: 200px;
  content: ' ';
  transform: rotate(85deg);
  background: rgba(136, 136, 136, 0.05);
  position: absolute;
  top: -130px;
  left: 15%;
  z-index: 2;
}
.btn-light:hover, .btn-light:focus {
  color: #098fe0;
  border-color: white;
  background: white;
  transform: scale(1.03);
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
}

header {
  height: 100vh;
  overflow: hidden;
}
header .btn img {
  margin-left: 10px;
}
header .slide {
  position: relative;
  width: 100%;
}
header .slide .container {
  position: relative;
}
header .slide .col-lg-5 {
  position: absolute;
  top: 40vh;
  left: 0;
  z-index: 30;
  text-align: left;
}
header .slide .col-lg-5 .title {
  font-size: 38px;
  font-weight: 300;
  color: #3c4859;
  line-height: 1.3em;
}
header .slide .col-lg-5 .title strong {
  font-weight: 600;
}
header .slide .col-lg-5 hr {
  clear: both;
  float: left;
  margin: 30px auto;
  width: 85px;
  border-width: 2px;
  border-color: #098fe0;
}
header .slide .col-lg-5 p {
  color: #7a93ac;
  font-weight: 300;
  font-size: 21px;
  clear: both;
}
header .slide .maska {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
header .slide .foto {
  position: relative;
  float: right;
  z-index: 10;
  min-width: 80%;
}

.boxes {
  padding: 0 0 60px;
}
.boxes a {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.boxes a strong {
  font-size: 24px;
  font-weight: 300;
  color: #3c4859;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
.boxes a .image {
  display: block;
  float: right;
  position: relative;
  overflow: hidden;
}
.boxes a .image::before {
  content: ' ';
  display: block;
  width: 330px;
  height: 330px;
  transform: rotate(25deg);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -100px;
  left: -225px;
  z-index: 5;
}
.boxes a .image::after {
  content: ' ';
  display: block;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  background: white;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 10;
}
.boxes a .image img {
  transition: all 4s;
}
.boxes a small {
  background: white;
  padding: 15px;
  color: #7a93ac;
  font-size: 14px;
  line-height: 1.3em;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 80%;
  z-index: 20;
}
.boxes a .more {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  transition: all .2s;
}
.boxes a:hover .more {
  left: 80%;
}
.boxes a:hover .image img {
  transform: scale(1.5) rotate(3deg);
}

.realizacje {
  padding: 60px 0 0;
  background: #f5f7fa url(../img/bottombg.jpg) bottom no-repeat;
}
.realizacje h2 {
  font-size: 30px;
  font-weight: 300;
  color: #3c4859;
}
.realizacje h2 strong {
  font-weight: 600;
}
.realizacje hr {
  margin: 30px auto;
  width: 85px;
  border-width: 2px;
  border-color: #098fe0;
}
.realizacje p {
  color: #9facbd;
  font-size: 18px;
  margin-bottom: 60px;
}
.realizacje .galeria {
  margin: 0;
}
.realizacje .galeria .col-lg-8, .realizacje .galeria .col-lg-4 {
  padding: 0;
}
.realizacje .galeria a {
  float: left;
  width: 100%;
  overflow: hidden;
}
.realizacje .galeria a:hover img {
  transform: scale(1.1);
  opacity: .8;
}
.realizacje .galeria img {
  width: 100%;
  transition: all .2s;
}
.realizacje .btn-light img {
  margin-left: 10px;
}

.firma {
  padding: 120px 0;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.firma p {
  color: white;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3em;
}
.firma .col-lg-5 img {
  width: 100%;
}
.firma h3 {
  font-size: 30px;
  margin: 0 0 20px;
  font-weight: 600;
}
.firma p.lead {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}

.partnerzy {
	padding: 60px 0;
	background: white;
	margin-top: 60px;
	border-top: solid 1px #e2e2e2;
}

.partnerzy  img {
	max-width: 150px;
	max-height: 150px;
}

footer {
  float: left;
  width: 100%;
  margin-top: 60px;
}
footer .light, footer .dark {
  float: left;
  width: 100%;
}
footer .light {
  background: #f5f7fa;
  padding: 60px 0;
}
footer .dark {
  background: #3c4859;
  padding: 30px 0;
}
footer .dark span {
  color: white;
  font-size: 12px;
}
footer h4 {
  font-weight: 700;
  color: #3c4859;
  font-size: 20px;
  margin: 0 0 30px;
}
footer ul {
  padding: 0;
}
footer p, footer li, footer li > a, footer p a {
  font-size: 14px;
  color: #7a93ac;
  list-style-type: none;
  padding: 0;
  margin-bottom: 5px;
  transition: all .2s;
}
footer a:hover {
  color: #415366;
  text-decoration: none;
}
footer hr {
  margin: 30px 0;
}
footer form {
  background: url(../img/formbg.jpg) center no-repeat;
  background-size: cover;
  padding: 20px;
  float: left;
  width: 100%;
}
footer form label {
  color: #7a93ac;
  font-size: 14px;
}
footer form input, footer form textarea {
  border-color: transparent !important;
}
footer form input:focus, footer form textarea:focus {
  border-color: transparent !important;
  box-shadow: 0 15px 15px -12px rgba(0, 0, 0, 0.2) !important;
}
footer form .has-error input, footer form .has-error textarea {
  border-color: red !important;
}
footer form .has-error label {
  color: red;
}
footer form button {
  float: right;
}

#mapagoogle {
  margin-bottom: 20px;
}

#mapagoogle, #mapagoogle2 {
  float: right;
  width: 80%;
  height: 250px;
  background: #fff;
  border: 5px solid white;
}

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

.sub {
  padding-top: 135px;
}

.sub .main hr {
  margin: 30px auto;
  width: 85px;
  border-width: 2px;
  border-color: #098fe0;
}
.sub h1 {
  color: #098fe0;
  font-weight: 600;
}
.sub h2, .sub h3, .sub h4, .sub h5, .sub h6 {
  font-weight: 600;
  margin: 30px 0 15px;
  color: #3c4859;
}
.sub .lead {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  color: #7a93ac;
}

.gallery {
  padding: 60px 0 30px;
}
.gallery a:not(.btn), .gallery img {
  float: left;
  width: 100%;
  transition: all .2s;
}
.gallery a:not(.btn) {
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery a:hover:not(.btn) {
  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;
}

.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: #098fe0;
  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: #0770af;
  transform: scale(0.97);
}

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #26a8f6 !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: #098fe0;
}

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

/* naprzemienne strony */

.onetwo .bg-fota {
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

.onetwo .tekst {
	padding: 80px;
}




/* indeks galerii */

.gal-index a {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.gal-index a::before {
  content: ' ';
  display: block;
  width: 330px;
  height: 330px;
  transform: rotate(25deg);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -100px;
  left: -225px;
  z-index: 20;
}

.gal-index a::after {
  content: ' ';
  display: block;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  background: white;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 10;
}

.gal-index a strong {
  position: absolute;
  bottom:0;
  left:0;
  color: #9facbd;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 2px;
  z-index: 20;
  padding: 15px 30px;
  text-align: left;
  background: white;
  transition: all .3s;
}

.gal-index .col-lg-6:hover strong,
.gal-index a:hover strong {
  padding-left: 40px;
}

.gal-index a img {
  width: 100%;
  position: relative;
  z-index: 10;
  transition: all .5s;
}

.gal-index .col-lg-6:hover img,
.gal-index a:hover img {
  transform: scale(1.05);
  opacity: .9
}





/* flary */

.boxes .col-lg-3,
.boxes .col-lg-4 {
  position: relative;
  overflow: hidden;
}

.boxes .col-lg-4::before,
.boxes .col-lg-3::before {
  content: ' ';
  display: block;
  width: 80%;
  height: 300%;
  top: -30%;
  left:-100%;
  z-index: 100;
  position: absolute;
  transition: all .5s;
  transform: rotate(10deg);

  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.boxes .col-lg-4:hover::before,
.boxes .col-lg-3:hover::before {
  left:100%;
}



.wyceny a strong {
  text-align: center;
}

.wyceny a .image {
  float: none;
  height: auto;
    width: 230px;
    margin: 0 auto;
}




.gal-index .col-lg-6 {
  position: relative;
  overflow: hidden;
}
.gal-index .col-lg-6::before {
  content: ' ';
  display: block;
  width: 50%;
  height: 300%;
  top: -30%;
  left:-100%;
  z-index: 100;
  position: absolute;
  transition: all .5s;
  transform: rotate(10deg);

  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.gal-index .col-lg-6:hover::before {
  left:100%;
}




.gallery .col-lg-3 {
  position: relative;
  overflow: hidden;
}
.gallery .col-lg-3::before {
  content: ' ';
  display: block;
  width: 50%;
  height: 300%;
  top: -30%;
  left:-100%;
  z-index: 100;
  position: absolute;
  transition: all .5s;
  transform: rotate(10deg);

  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.gallery .col-lg-3:hover::before {
  left:100%;
}


.gallery a:not(.btn),
.gallery .col-lg-3 {
  position: relative;
  overflow: hidden;
}

.gallery a:not(.btn)::before {
  content: ' ';
  display: block;
  width: 330px;
  height: 330px;
  transform: rotate(25deg);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -100px;
  left: -225px;
  z-index: 20;
}

.gallery a:not(.btn)::after {
  content: ' ';
  display: block;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  background: white;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 10;
}

.gallery a img {
  width: 100%;
  position: relative;
  z-index: 10;
  transition: all .5s;
}

.gallery .col-lg-3:hover img,
.gallery a:hover img {
  transform: scale(1.05);
  opacity: .9
}







/* Wycena */

.wycena legend {
  color: black;
  margin: 30px 0 15px;
}

.wycena .btn-group-toggle {
  position: relative;
}

.wycena .btn-group-toggle label {
  width: 100%;
  padding: 0;
  border:0;
  /* height: 150px;
  overflow: hidden; */
}

.wycena .btn-group-toggle img {
  max-width: 100%;
  max-height: 100px;
}

.wycena .btn-group-toggle strong {
  position: absolute;
  bottom:0;
  left:0;
  z-index: 20;
  padding: 10px 15px;
  background: white;
  color: #9facbd;
  text-shadow: none;
}

.wycena .btn-group-toggle .btn {
  position: relative;
  overflow: hidden;
  background: none;
  box-shadow:  none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 15px;
  padding: 0 5px;
}

.wycena .btn-group-toggle .btn img {
  opacity: .3;
  transition: all .2s;
}

.wycena .btn-group-toggle .btn:hover img {
  opacity: .7;
}

.wycena .btn-group-toggle .btn:focus img {
  opacity: .7;
}

.wycena .btn-group-toggle .active,
.wycena .btn-group-toggle .btn:focus,
.wycena .btn-group-toggle .btn:hover {
  background: white !important;
}

.wycena .btn-group-toggle .active:focus img,
.wycena .btn-group-toggle .active:hover img,
.wycena .btn-group-toggle .active img {
  opacity: 1;
  border:1px solid #088fdf;
}

.wycena .btn-group-toggle .active::after {
  content: '✓';
  display: block;
  background: #088fdf;
  color: white;
  position: absolute;
  bottom:0; right:0;
  z-index: 30;
  padding: 3px 12px;
  font-size: 20px;
}

.wycena .btn-group-toggle .active strong {
  background: #088fdf;
  color: white;
}

.wycena {
  margin-bottom: 15px;
  float:left;
  width: 100%;
}

.wycena fieldset {
  margin-bottom: 15px;
}





section.my-5 .gallery a img {
  min-width: 100%;
  position: relative;
  z-index: 10;
  transition: all .5s;
  width: auto;
  max-height: 240px;
}

section.my-5 .gallery a:not(.btn)::after {
  background: #f8f9fa;
}






.fancybox-caption-wrap {padding: 0 !important}

.fancybox-caption {
  text-align: center;
  font-weight: 700;
  color: #333 !important;
  background: rgba(255, 255, 255, .7);
}



 










/*

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-height: 630px) and (min-width: 1280px) {
  .home header {height: 80vh !important;}
  header .slide .maska {max-height: 95vh !important}
  header .slide .foto  {max-height: 92vh !important}
}

@media screen and (max-height: 600px) and (min-width: 1280px) {
  .home header {height: 80vh !important;}
  header .slide .maska {max-height: 100vh !important}
  header .slide .foto  {max-height: 100vh !important}
}


/* height: 1050px */
@media screen and (max-width: 1680px) {

  body {
    background-image: none
  }
  .home header {height: 85vh;}
  header .slide .maska {max-height: 100vh; right:0; left:auto}
  header .slide .foto {max-height: 95vh; min-width: 20vw}
  header .slide .col-lg-5 {top:33vh;}
}


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

}


/* height: 864px */
@media screen and (max-width: 1536px) {
  .home header {height: 83vh;}
  header .slide .maska {max-height: 90vh; right:0; left:auto}
  header .slide .foto {max-height: 82vh; min-width: 20vw} 
}



/* height: 900px */
@media screen and (max-width: 1440px) {
  .home header {height: 80vh;}
  header .slide .maska {max-height: 83vh; right:0; left:auto}
  header .slide .foto {max-height: 75vh; min-width: 20vw}   
  header .slide .col-lg-5 {top:27vh;}  
}


/* height: 768px */
@media screen and (max-width: 1366px) {
  .home header {height: 80vh;}
  header .slide .maska {max-height: 80vh; right:0; left:auto}
  header .slide .foto {max-height: 70vh; min-width: 20vw}   
  header .slide .col-lg-5 {top:25vh; left: 15px} 

  .navbar-nav .nav-link {
    letter-spacing: 1px;
    margin: 0 0 0 15px;
  }
}







/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
  .home header {height: 80vh;}
  header .slide .maska {max-height: 80vh; right:0; left:auto}
  header .slide .foto {max-height: 72vh; min-width: 20vw}   
  header .slide .col-lg-5 {top:25vh; left: 15px} 

  header .slide .col-lg-5 .title {font-size: 33px}

  .navbar-nav .nav-link {
    letter-spacing: 0;
    margin: 0 0 0 10px;
  }
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
  .home header {height: 75vh;}
  header .slide .maska {max-height: 75vh; right:0; left:auto}
  header .slide .foto {max-height: 65vh; min-width: 20vw}   
  header .slide .col-lg-5 {top:25vh; left: 15px} 

  header .slide .col-lg-5 .title {font-size: 28px}

  .navbar-nav .nav-link {
    letter-spacing: 0;
    margin: 0 0 0 13px;
    font-size: 12px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-brand img {height: 30px}

  .boxes a strong {font-size: 18px}

  .boxes a small {
    padding: 10px;
    width: 85%;
    min-height: 101px;
    font-size: 11.5px;
  }

  footer .light .col-lg-8,
  footer .light .col-lg-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  footer .light .col-lg-4 {margin-top: 30px;}
}





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

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

  .navbar .container {
    display: block;
  }

  .navbar-toggler {
    border-color: rgb(9, 143, 224);
    border-radius: 3px;
    float: right;
    background: rgba(255, 255, 255, .3);
  }

  .navbar-text {
    float: right;
    margin-right: 15px
  }

  #navbar {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    top: 100%;
    left:0;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
  }

  .navbar-nav .nav-link {
    text-align: center;
    margin:0;
    border-top: 1px solid #e2e2e2;
  }

  .navbar-nav .dropdown-menu {background: #f4f4f4}

  header .slide .col-lg-5 {
    top: 20vh;
    left: -15px;
    max-width: 50%;
  }

  header .slide .col-lg-5 p {
    font-size: 13px;
  }

  header .slide .col-lg-5 .title {
    font-size: 20px;
  }

  .home header {height: 65vh;}
  header .slide .maska {max-height: 65vh; right:0; left:auto}
  header .slide .foto {max-height: 58vh; min-width: 20vw}

  .boxes a small {
    padding: 10px;
    width: 100%;
    min-height: 100px;
    font-size: 11.5px;
    bottom: auto;
    top: 70%;
    border: 1px solid #e2e2e2;
    border-top: 0
  }

  .boxes a .more {display: none}

  .boxes a {padding-bottom: 0}
  .boxes a img {width: 100%}

  .firma {
    flex-direction: column;
  }

  .firma .col-lg-5 {
    margin-bottom: 30px;
  }

  .firma .col-lg-5,
  .firma .col-lg-6 {
    max-width: 100%;
  }

  footer .light .col-lg-3 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px
  }

  footer .light .col-lg-8 .row:last-of-type .col-lg-3 {
    max-width: 50%;
  }

  #mapagoogle, #mapagoogle2 {
    width: 100%;
    margin-bottom: 30px
  }

  .yt_button img {width: 28px}

  .partnerzy .img-fluid {
    width:100%;
    max-width: 500%;
  }

  .wycena .btn-group-toggle .btn {
    flex: 0 0 25%;
    max-width: 25%
  }

}




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



@media screen and (max-width: 640px) {
  header .slide img {
    margin-right:-40%
  }

  header .slide .col-lg-5 {
    top: 130px;
    left: -15px;
    max-width: 57%;
    font-size: 13px;
  }

  .home header {
    height: 375px;
  }

  .boxes a .image {
    width: 100%
  }

  footer .dark {text-align: center;}

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

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


@media screen and (max-width: 480px) {
  header .slide img {
    margin-right: -270px;
  }

  header .slide .col-lg-5 {
    top: 120px;
    left: 0;
    max-width: 67%;
    font-size: 13px;
  }

  header .slide .col-lg-5 hr {margin: 10px 0}

  header .slide .col-lg-5 .title {
    text-shadow: 1px 1px rgba(255, 255, 255, .9);
  }

  .navbar .btn-primary {
    padding: 8px 12px;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .navbar .btn-primary img {
    margin-right: 5px;
  }

  .boxes a small {
    min-height: 30px;
    font-size: 15px;
    position: relative;
    top: auto;
    bottom: auto;
    float: left;
  }

  footer .light .col-lg-8 .row:last-of-type .col-lg-3 {
    max-width: 100%;
  }

  footer .dark span {
    color: white;
    font-size: 12px;
    line-height: 1.3em;
    display: block;
    margin-bottom: 15px;
    padding: 0 50px;
  }

  .gallery .col-4 {
    max-width: 50%;
    flex: 0 0 50%
  }

  
}


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

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

@media screen and (max-width: 414px) {
  .navbar .btn-primary img {display: none}

  .navbar .btn-primary {
    padding: 11px 12px;
  }

  .navbar-brand img {
    height: 23px;
  }

  .navbar {
    height: 60px;
  }

  .slide .maska {display: none}

  .slide .foto {
    position: relative;
    width: 100%;
    margin:0;
  }

  .home header {
    height: auto;
    margin-bottom: 30px;
  }

  header .slide .col-lg-5 {
    top: auto;
    left: 0;
    max-width: 100%;
    font-size: 13px;
    position: relative;
    margin: 15px 0 0 0;
  }

  header .slide {
    display: flex !important;
    flex-direction: column-reverse;
  }

  .firma {padding: 30px 0;}
  footer .dark span {padding: 0 25px}

  .partnerzy .col-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

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

}

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

@media screen and (max-width: 320px) {
  .navbar-text {margin-right: 5px}
  .navbar .btn-primary {
    padding: 11px 5px;
    font-size: 11px
  }

  .navbar-brand img {
    height: 21px;
  }
}





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