@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700i,800&subset=latin-ext);

html {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  hyphens: none;
}
@media (max-width: 576px) {
html {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  hyphens: manual;
}
}

body {
  background: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

a {
color: #000;
}

a:active,
a:hover {
color: #000;
}

button:focus {outline:0;}

/* Preloader */



#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#FFF; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:fixed;
    /* centers the loading animation vertically one the screen */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.loader {
  font-size: 10px;
  position: fixed;
  margin:-20px 0 0 -20px;
  left:50%; 
  top:50%;
  text-indent: -9999em;
  border-top: 0.2em solid rgba(0, 0, 0, 1);
  border-right: 0.2em solid rgba(0, 0, 0, 1);
  border-bottom: 0.2em solid rgba(0, 0, 0, 1);
  border-left: 0.2em solid #FFF;
  -webkit-animation:  0.5s infinite linear;
  animation: load8 0.5s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate-device{
  display: none;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: opacity .35s, visibility .35s, height .0s ease .35s;
  overflow: hidden;
  z-index: 999;

}
.ts-rotate{
  width: 105px;
  height: 90px;
  left: 50%;
  top: 50%;
  margin-left: -52px;
  margin-top: -45px;
  position: absolute;
}

@media (max-height: 320px) and (max-width: 568px) {

.rotate-device{
  display: block;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: opacity .35s, visibility .35s, height .0s ease .35s;
  overflow: hidden;
  z-index: 999;
}
.ts-rotate{
  width: 105px;
  height: 90px;
  left: 50%;
  top: 50%;
  margin-left: -52px;
  margin-top: -45px;
  position: absolute;
}
}

/*Bootstrap*/

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.separator{display: none;}
.separator-alt{display: visible;}


@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .separator{display: inline;}
.separator-alt{display: none;}
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 860px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

.main{
  z-index: 1;
}
.section{
  position: relative
}

/*Typo*/

h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  padding-bottom: 20px;
}

p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.05rem;
  line-height: 1.6rem;
  margin-bottom: 1.5rem;
}

/*Guziki*/

button, input, optgroup, select, textarea {
    font-family: 'Montserrat', sans-serif;'
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.btn:active,
.btn:focus,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 0.6rem;
  font-size: .6rem;
  border-radius: 0rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-primary {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/*Nagłówek*/

/*Logo*/

.header-logo {
    position: fixed;
    left: 40px;
    top: 40px;
    z-index: 1;
}
.logo-ts{
  position: absolute;
  cursor: pointer;
  height: 50px;
}

.logo {
    width: 384px;
    height: 50px;
}
.ts-link{
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
  left: 40px;
  top: 40px;
}

@media (max-width: 575px) {
.header-logo {
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 1;
}
.logo-ts{
  position: absolute;
  cursor: pointer;
  height: 35px;
}
.ts-link{
  position: fixed;
  width: 35px;
  height: 35px;
  z-index: 9999;
  cursor: pointer;
  left: 15px;
  top: 15px;
}
.logo-tomasz-segiet{
  position: absolute;
  cursor: pointer;
  height: 15px;
  top: 10px;
  left: 45px;
  display: visible;
}
}


.logo-type{
}

.logo-type-white{
  opacity: 0.11;
}

@media (max-width: 575px){

}
@media (min-width: 576px){
.logo-tomasz-segiet{
  position: absolute;
  cursor: pointer;
  height: 28px;
  top: 12px;
  left: 65px;
  display: visible;
}
}

/*Menu*/

.button_container {
  position: fixed;
  top: 55px;
  right: 55px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
@media (max-width: 575px){
.button_container {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
}
.button_container:hover {
  opacity: 1;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .0s ease .35s;
  overflow: hidden;
  z-index: 2;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  transition: opacity .35s, visibility .35s, height .0s;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
  padding-bottom: 15px;
}
.overlay ul li a {
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
span.middle {
  width: 50%;
}

/*Images*/

.image-wrapper{
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

.image-wrapper-visible{
  position: absolute;
  overflow: visible;
  z-index: 0;
}

.image-inner{
  width: 100%;
  height: auto;
}

/*Section 1*/

.section-1{
  height: 1000px;
}

.s1-image-wraper-1{
    width: 100px;
    height: 400px;
    left: 0px;
    top: 257px;
}

.s1-image-wraper-2 {
    width: 68%;
    height: auto;
    right: 0px;
    top: 150px;
}

.s1-image-wraper-3 {
    width: 100px;
    height: auto;
    right: 0px;
    top: 407px;
}

.s1-paragraph{
  top: 665px;
  position: absolute;
}

@media (min-width: 576px) {
.section-1{
  height: 1100px;
}

.s1-image-wraper-1{
  width: 75px;
  height: auto;
  left: 0px;
  top: 130px;
}

.s1-image-wraper-2{
  width: 80%;
  height: auto;
  right: 0px;
  top: 450px;
}

.s1-image-wraper-3{
  width: 150px;
  height: auto;
  right: 0px;
  top: 750px;
}

.s1-paragraph{
  top: 130px;
  position: absolute;
}
}

@media (min-width: 768px) {
.section-1{
  height: 620px;
}

.s1-image-wraper-1{
  width: 125px;
  height: 400px;
  left: 0px;
  top: 130px;
}

.s1-image-wraper-2{
  width: 50%;
  height: auto;
  right: 0px;
  top: 390px;
}

.s1-image-wraper-3{
  width: 200px;
  height: auto;
  right: 0px;
  top: 520px;
}

.s1-paragraph{
  top: 130px;
  position: absolute;
}
}

@media (min-width: 992px) {
.section-1{
  height: 620px;
}

.s1-image-wraper-1{
  width: 125px;
  height: 400px;
  left: 0px;
  top: 130px;
}

.s1-image-wraper-2{
  width: 430px;
  height: auto;
  right: 0px;
  top: 230px;
}

.s1-image-wraper-3{
  width: 200px;
  height: auto;
  right: 0px;
  top: 490px;
}

.s1-paragraph{
  top: 230px;
  position: absolute;
}
}

@media (min-width: 1200px) {
.section-1{
  height: 620px;
}
.s1-image-wraper-1{
  width: 125px;
  height: 400px;
  left: 0px;
  top: 130px;
}

.s1-image-wraper-2{
  width: 630px;
  height: 550px;
  right: 0px;
  top: 230px;
}

.s1-image-wraper-3{
  width: 250px;
  height: 400px;
  right: 0px;
  top: 490px;
}

.s1-paragraph{
  top: 230px;
  position: absolute;
}
}

/*Section 2*/

.section-2{
  height: 950px;
}

.s2-image-wraper-1{
  width: 70%;
  height: auto;
  left: 15%;
  top: 0px;
}

.s2-paragraph{
  top: 460px;
  position: absolute;
}

@media (min-width: 576px) {
.section-2{
  height: 1000px;
}

.s2-image-wraper-1{
  width: 80%;
  height: auto;
  left: 10%;
  top: 250px;
}

.s2-paragraph{
  top: 0px;
  position: absolute;
}
}

@media (min-width: 768px) {
.section-2{
  height: 720px;
}

.s2-image-wraper-1{
  width: 40%;
  height: auto;
  left: 50px;
  top: 0px;
}

.s2-paragraph{
  top: 350px;
  position: absolute;
}
}

@media (min-width: 992px) {
.section-2{
  height: 720px;
}

.s2-image-wraper-1{
  width: 530px;
  height: auto;
  left: 50px;
  top: 0px;
}

.s2-paragraph{
  top: 310px;
  position: absolute;
}
}


@media (min-width: 1400px) {
.section-2{
  height: 720px;
}

.s2-image-wraper-1{
  width: 615px;
  height: 645px;
  left: 155px;
  top: 0px;
}

.s2-paragraph{
  top: 310px;
  position: absolute;
}
}

/*Section 3*/

.section-3{
  height: 1160px;
}
.s3-image-wraper-1{
  width: 50%;
  height: 200px;
  left: 0px;
  top: 810px;
}

.s3-image-wraper-2 {
    width: 90%;
    height: auto;
    right: 0px;
    top: -250px;
}

.s3-paragraph{
  top: 380px;
  position: absolute;

}

@media (min-width: 576px) {
.section-3{
  height: 1200px;
}
.s3-image-wraper-1{
  width: 20%;
  height: auto;
  left: 0px;
  top: 0px;
}

.s3-image-wraper-2{
  width: 80%;
  height: auto;
  right: 0px;
  top: 250px;
}

.s3-paragraph{
  top: 100px;
  position: absolute;

}
}

@media (min-width: 768px) {
.section-3{
  height: 750px;
}
.s3-image-wraper-1{
  width: 200px;
  height: auto;
  left: 0px;
  top: -220px;
}

.s3-image-wraper-2{
  width: 50%;
  height: auto;
  right: 0px;
  top: 0px;
}

.s3-paragraph{
  top: 200px;
  position: absolute;
}
}

@media (min-width: 992px) {

.section-3{
  height: 660px;
}
.s3-image-wraper-1{
  width: 250px;
  height: 400px;
  left: 0px;
  top: 0px;
}

.s3-image-wraper-2{
  width: 350px;
  height: auto;
  right: 0px;
  top: 10px;
}

.s3-paragraph{
  top: 50px;
  position: absolute;
}
}

@media (min-width: 1200px) {

.section-3{
  height: 750px;
}
.s3-image-wraper-1{
  width: 250px;
  height: 400px;
  left: 0px;
  top: 70px;
}

.s3-image-wraper-2{
  width: 530px;
  height: auto;
  right: 0px;
  top: 0px;
}

.s3-paragraph{
  top: 130px;
  position: absolute;
}
}

/*Section 4*/

.section-4{
  height: auto;
}

.s4-image-wraper-1{
  width: 100%;
  height: auto;
  left: 0px;
  top: 0px;
  position: relative;
}

.s4-paragraph{
  top: 20px;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

/*Omnie*/

.o-mnie-image-wraper-1{
  width: 100%;
  height: auto;
  position: relative;
}
.o-mnie-image-wraper-1 > .image-inner{
  width: 150%;
  margin-left: -30%;
}
.section-description {
  top: 65px;
}
.description-paragraph{
  position: relative;
  top: 45px;
}
.description-image{
  position: relative;
  top: 50px;
  padding-bottom: 100px;
}
.section-address{
  position: relative;
  top: 40px;
}

.footer{
  font-size: 0.8rem;
  padding-top: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  line-height: 1.8rem;
}

@media (min-width: 576px) {
.o-mnie-image-wraper-1{
  width: 100%;
  height: auto;
  position: relative;
}

.o-mnie-image-wraper-1 > .image-inner{
  width: 100%;
  margin-left: 0;
}

.section-description {
  top: 130px;
}
.description-paragraph{
  position: relative;
  top: 100px;
}
.description-image{
  position: relative;
  top: 100px;
  padding-bottom: 150px;
}
.section-address{
  position: relative;
  top: 40px;
}
}