/*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-color: #112433;
  padding: 20px 0;
}

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

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

.panel2 h3{
  margin: 0;
  font-family: "source_sans_proregular";
  color: #D3D3D3;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 18px;
}

/*panel2*/

/*panel3*/

/*
.panel3{
  background-color: #112433;
}

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

.panel3 .kafelka{
  width: 230px;
  border-bottom: 1px solid #2E414F;
  display: block;
  margin: 0 auto;
}

.panel3 p{
  display: inline-block;
  font-family: "bebas_neueregular";
  font-size: 20px;
  padding-top: 10px;
} 

.panel3 p:nth-of-type(1){
  color: white;
}

.panel3 p:nth-of-type(2){
  color: #C0251B;
  padding-left: 5px;
}

@media screen and (min-width: 768px) {
  
  .panel3 .kafelka{
    width: 30%;
    border-bottom: 1px solid #2E414F;
    display: inline-block;
  }
  
  .panel3 .kafelka:nth-of-type(2), .panel3 .kafelka:nth-of-type(3){
    margin-left: 4%;
  }
  
  .panel3 p{
    font-size: 18px;
  } 
}

@media screen and (min-width: 1024px) {
  
  .panel3 p{
    font-size: 24px;
  } 
}
*/

/*panel3*/

/*panel4*/

.panel4{
  background-color: #112433;
}

.panel4 .kafelka{
  width: 240px;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #2E414F;
}

.panel4 .kafelka p{
  display: inline-block;
  font-family: "bebas_neueregular";
  font-size: 20px;
  padding-top: 10px;
}

.panel4 .kafelka p:nth-of-type(1){
  color: white;
}

.panel4 p:nth-of-type(2){
  color: #C0251B;
  padding-left: 5px;
}

@media screen and (min-width: 768px) {
  
  .panel4 .kafelka{
    width: 200px;
  }
  
  .panel4 .kafelka p{
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  
  .panel4 .kafelka{
    width: 270px;
  }
  
  .panel4 .kafelka p{
    font-size: 24px;
  } 
}

/*panel4*/

/*formularz*/

.formularz{
  background-color: #112433;
  padding-top: 30px;
}

.form-control{
  border-radius: 0px;
  background-color: #2E414F;
  border: 1px solid #2E414F;
  color: white;
  font-family: "bebas_neueregular";
  font-size: 20px;
}

.form-control:focus{
  border: 1px solid #2E414F;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: white;
  opacity: .6;
}

.form-control:-moz-placeholder { /* Firefox 18- */
  color: white;
  opacity: .6;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
  color: white; 
  opacity: .6;
}

.form-control:-ms-input-placeholder {  
  color: white;
  opacity: .6;
}

.btn-default {
  color: white;
  font-family: "bebas_neueregular";
  background-color: #C0251B;
  font-size: 20px;
}

.btn{
  border: none;
  border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  background-color: #2E414F;
  color: white;
}
.btn:hover,
.btn:focus,
.btn.focus {
  background-color: #2E414F;
  color: white;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

/*formularz*/

/*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*/