/*fonts*/

@font-face {
  font-family: 'bebas_neueregular';
  src: url('../fonts/bebasneue-webfont.eot');
  src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/bebasneue-webfont.woff2') format('woff2'),
       url('../fonts/bebasneue-webfont.woff') format('woff'),
       url('../fonts/bebasneue-webfont.ttf') format('truetype'),
       url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.carousel-caption{
  display: none;
}

html{
  background-color: #2E414F;
}

body{
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.6);
}

/*panel1*/

.panel1{
  background-color: #112433; 
  height: 50px;
  position: relative;
}

.logoKon{
  position: absolute;
  top: 20px;
  left: 10%;
  max-width: 30%;
  z-index: 1000;
}

.logoMale{
  display: block;
  max-width: 100%;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}

.logo{
  display: none;
  max-width: 100%;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}

.telefonKon{
  position: absolute;
  top: 6px;
  left: 50%;
  width: 100px;
  height: 20px;
}

.telefonKon img{
  position: absolute;
  top: 1px;
  left: 0px;
  width: 14px;
}

.telefonKon p{
  font-family: 'bebas_neueregular';
  margin: 0px;
  padding: 0px;
  color: white;
  position: absolute;
  top: 0px;
  left: 25px;
  width: 80px;
  font-size: 12px;
  letter-spacing: 1px;
}

.emailKon{
  position: absolute;
  top: 25px;
  left: 50%;
  width: 160px;
  height: 20px;
}

.emailKon img{
  position: absolute;
  top: 2px;
  left: 0px;
  width: 14px;
}

.emailKon p{
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  color: white;
  position: absolute;
  top: 0px;
  left: 25px;
  width: 140px;
  font-size: 12px;
  letter-spacing: 1px;
}



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

  .logoMale{
    display: none;
  }

  .logo{
    display: block;
  }

  .telefonKon{
    left: 65%;
  }

  .emailKon{
    left: 65%;
  }

}

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

  .telefonKon{
    top: 15px;
    left: 60%;
  }

  .telefonKon img{
    width: 20px;
  }

  .telefonKon p{
    width: 110px;
    font-size: 17px;
  }

  .emailKon{
    top: 15px;
    left: 75%;
  }

  .emailKon img{
    width: 20px;
  }

  .emailKon p{
    font-size: 17px;
  }

}

@media screen and (min-width: 1024px) {

  .telefonKon{
    left: 65%;
  }

  .emailKon{
    left: 78%;
  }
  
  .telefonKon p{
    width: 110px;
    font-size: 19px;
  }
  
  .emailKon p{
    font-size: 19px;
  }
}

/*panel1*/

/*carousel*/

#carouselPionowa{
  display: block;
  }

#carouselPozioma{
  display: none;
}

.carousel-caption {
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  right: 15%;
  bottom: 60px;
  left: 15%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
  text-shadow: none;
  font-family: "bebas_neueregular";
  text-transform: uppercase;
}

.carousel-caption h3{
  color: #C0251B;
  padding-left: 10px; 
  font-size: 36px;
}

.carousel-caption p{
  color: white;
  padding-left: 10px;
  font-size: 20px; 
}

@media screen and (min-width: 480px) {
  
  #carouselPionowa{
    display: none;
  }
  
  #carouselPozioma{
    display: block;
  }
  
  .carousel-caption{

  }

  .carousel-caption h3{

  }

  .carousel-caption p{
  
  }
}

@media screen and (min-width: 768px) {
  
  .carousel-caption{
    right: 25%;
    left: 25%;
  }

  .carousel-caption h3{

  }

  .carousel-caption p{
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  
  .carousel-caption{

  }

  .carousel-caption h3{

  }

  .carousel-caption p{

  }
}

/*carousel*/

/*menu*/

.menu1{
}

.menu1 button{
  position: fixed;
  z-index: 2000;
  height: 40px;
  left: 1%;
  bottom: 1%;
  font-family: 'bebas_neueregular';
  font-size: 20px;
  background-color: #C0251B;
  color: white;
  border: none;
  box-shadow: 3px 3px 7px rgba(0,0,0,0.6);
  transition: all .5s;
}

.menu1 button:hover{
  transform: scale(0.95,0.95);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.menu1 .linki{
  position: fixed;
  z-index: 2000;
  bottom: 10%;
  left: 1%;
  display: block;
  width: 40%;
  background-color: #C0251B;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}

.menu1 .ukryj{
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20%;
  display: none;
  width: 40%;
  background-color: #C0251B;
}

.menu1 a{
  text-align: center;
  display: block;
  width: 100%;
  color: white;
  font-family: 'bebas_neueregular';
  font-size: 20px;
  padding: 10px 0px;
}

.menu1 a:hover{
  text-decoration: none;
  background-color: #2E414F;
}

.menu1 .aktywny{
  background-color: #2E414F;
}

.menu2{
  display: none;
}

@media screen and (min-width: 480px) {
  
  .menu1{
    display: none;
  }
  
  .menu2{
    display: block;
    background-color: #112433;
    width: 100%;
  }
  
  .menu2 .linki{
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #C0251B;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  }
  
  .menu2 .linki a{
    display: inline-block;
    text-align: center;
    color: white;
    font-family: 'bebas_neueregular';
    font-size: 20px;
    padding: 10px 0;
    width: 20%;
  }
  
  .menu2 .linki a:hover{
    text-decoration: none;
    background-color: #2E414F;
  }
  
  .menu2 .aktywny{
    background-color: #2E414F;
  }
  
  nav a:nth-of-type(2), nav a:nth-of-type(3), nav a:nth-of-type(4), nav a:nth-of-type(5){
    margin-left: -4px;
  }
}

@media screen and (min-width: 768px) {
  
  .menu2 .linki a{
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  
  .menu2 .linki a{
    font-size: 24px;
  }
}


/*menu*/

/*panel2*/

.panel2{
  width: 100%;
  background-image: url(../grafika/tlo_wycena.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.panel2 .sekcja{
  width: 80%;
  display: block;
  margin: 0 auto;
}

.panel2 .sekcja h1{
  margin: 0;
  font-family: "bebas_neueregular";
  color: #C0251B;
  font-size: 28px;
  padding: 70px 0 20px 0;
}

.panel2 .sekcja .wiersz{
  text-align: center;
  position: relative;
  padding: 10px 0 20px 0;
}

.panel2 .sekcja .wiersz:after{
  display: block;
  content: "";
  clear: both;
}

.panel2 .sekcja img{
  width: 80px;
  height: 80px;
}

.panel2 .sekcja p{
  margin: 0;
  color: white;
  font-family: "source_sans_proregular";
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 16px;
}

@media screen and (min-width: 480px) {
  
  .panel2 .sekcja .wiersz{
    text-align: left;
    padding: 10px 0 40px 0;
  }
  
  .panel2 .sekcja img{
    float: left;
  }
  
  .panel2 .sekcja p{
    padding-top: 0px;
    padding-left: 120px;
  }
  
}




/*panel2*/

/*stopka*/

.stopka{
  background-color: #112433; 
  height: 70px;
  width: 100%;
  position: relative;
}

.stopka .lewa{
  position: absolute;
  left: 1%;
  top: 20px;
}

.stopka .prawa{
  position: absolute;
  right: 1%;
  top: 20px;
}

.stopka p{
  display: inline-block;
}

.stopka .lewa p:nth-of-type(1){
  font-family: "bebas_neueregular";
  color: white;
  font-size: 20px;
}

.stopka .lewa p:nth-of-type(2), .stopka .lewa p:nth-of-type(3){
  font-family: "source_sans_proregular";
  color: #C0251B;
  font-size: 15px;
}

.stopka .prawa p:nth-of-type(1){
  font-family: "source_sans_proregular";
  color: #C0251B;
  font-size: 15px;
  text-transform: uppercase;
}

.stopka .prawa p:nth-of-type(2){
  font-family: "bebas_neueregular";
  color: white;
  font-size: 20px;
}

@media screen and (min-width: 480px) {
  
  .stopka .lewa p:nth-of-type(1){
    font-size: 28px;
  }
  
  .stopka .lewa p:nth-of-type(2), .stopka .lewa p:nth-of-type(3){
    font-size: 21px;
  }
  
  .stopka .prawa p:nth-of-type(1){
    font-size: 20px;
  }
  
  .stopka .prawa p:nth-of-type(2){
    font-size: 28px;
  }
  
}

@media screen and (min-width: 768px) {
  
  .stopka .lewa{
  left: 2.5%;
  }

  .stopka .prawa{
    right: 2.5%;
  }
  
}

/*stopka*/