/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */



/*=======================================
    GENERAL STYLES
==================================================*/
body {
  font-family: 'Archivo Narrow', sans-serif;
    font-size:14px;
    background-color: white;

}
a {
    color: #ffffff;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0066cc;
    text-decoration: none;
}

h1, h2, h3, h4, h5, p {
font-family: 'Archivo Narrow', sans-serif;
 text-align: center;
}

 /*=======================================
    NAVIGATION STYLES
==================================================*/

@media (max-width: 880px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;

    }
    .collapse.in{
        display:block !important;
    }
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse {
background-color:#ffcc00;
font-family: 'Archivo Narrow', sans-serif;
    border-color: transparent;
/*background: -webkit-linear-gradient(#0066cc 5%, #efefef 5%, #efefef 90%); 
  background: -o-linear-gradient(#0066cc 5%, #efefef 5%, #efefef 90%); 
  background: -moz-linear-gradient(#0066cc 5%, #efefef 5%, #efefef 90%); 
  background: linear-gradient(#0066cc 5%, #efefef 5%, #efefef 90%); */
height: 90px;
z-index: 999;
padding-left: 10px;
padding-right: 20px;
}
 

.nav a {
    color:#663333 !important;

    background-color:#ffcc00;
}
.nav a:hover {
    color:#fff !important;
    border-width: 1px;
    padding-top: 35px;
    background-color: #663333;

}
.nav a:active {
    color:#fff !important;
    padding-top: 35px;
    background-color: #666666;

}



.nav > li > a {
    position: relative;
    font-size: 1.4rem;
    display: block;
    padding-top: 5%;
    padding: auto 2px;
}

.nav > li  {

    padding-top: 0px;


}

.nav > li:hover  {
    padding-top: 0px;
   

}


.navbar-inverse .navbar-nav > li > a:hover {
  display: block;
  color: #000;
  background-color: rgba(96, 10, 0, 1);
  height: 90px;


  transition: all 0.2s ease;
}

.navbar-inverse .navbar-nav > .active > a:hover {
  color: #000;
background-color: rgba(96, 10, 0, 1);
height: 90px;

}


.navbar-nav > li > a {
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    padding-bottom: 17px;
    /* padding-bottom: 10px; */
    line-height: 20px;
    font-size: 2rem;
    font-family: 'Archivo Narrow', sans-serif;

}

.navbar-brand {
    float: left;
    padding: 10px 2px 25px 2px;

}

.navbar-text {
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}


.navbar-inverse .navbar-toggle {
    border-color: transparent; /* obramowanie menu*/
    background-color: transparent;
}
.navbar-toggle {
    position: relative;

    float: right;
    padding: 9px 10px;
    margin-top: 24px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: transparent; /* tło icon bar  hover*/
    border-color: transparent;


}

.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
    border-color: transparent;
    

}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #660000;
}


.text-center {
    text-align:center;
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}


h1 {
    line-height:120px;

     color: #00A9DF;
     font-size:50px ;
    font-weight:900!important;
}
h3 {
    line-height:30px;
    color:#ffffff;
    text-align: center;
    padding-bottom:20px;
}
h4 {
    line-height:40px;
    padding-bottom:0px;
}

p {
    font-weight:300;
    line-height:30px;
    padding-bottom:20px;
}

.space-pad {
    padding-bottom:10px;
}


.for-full-back {
     /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}

section {
    padding-top:30px;
    padding-bottom:40px;
}


/*=======================================
    COLOR CODES
==================================================*/
.color-white {
   background-color:#fff!important;
}

.color-light {
   background-color:#F8F8F8!important;
}
.color-blue {
    color: #00A9DF;
}


/*=======================================
    HEADER STYLES
==================================================*/
#home {
    padding:20px 40px 130px 40px;
}
.head-main {
    font-size:120px !important;
    font-weight:900!important;
    color:#585858!important;
    padding:200px 20px 20px 20px;
}


/*#####################################################################################################################*/
/* Efekt Carousel pełna szerokośc okna */
/*#####################################################################################################################*/
#pokaz-slajdow {
  padding-top: 60px;
}

@media (max-width: 680px) {

.carousel-caption {
  display:none;}

.carousel-indicators {
  display:none;}

}








.carousel .item {
  width: 100%;
  max-height: 500px;

}
.carousel .item img {
  width: 100%;
}
.carousel .carousel-control {
  background: none;
  border: none;
  top: 30%;
}

.carousel-indicators {
    position: absolute;
    
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    margin-bottom: 1%;
    text-align: center;
    list-style: none;
}

.carousel-caption {
  width:70%;
  left:15%;
  right:15%;
  position: absolute;
    bottom: 20px;
    z-index: 10;
    top:15%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .8);
}

.carousel-caption h1 {
  text-transform: uppercase;
  font-size: 3rem;
  background-color: rgba(203, 72, 0, .8);
  padding:10px;
  font-weight: 300;
  line-height: 4rem;
  color: #ffffff;
}
.carousel-caption p {
  font-size: 2.5rem;
  background-color: rgba(193, 0, 6, 0.7);
  font-weight: 300;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 2rem;
  color: #ffffff;
}

.carousel-caption h2 {
  font-size: 2.5rem;
  background-color: rgba(255, 255, 0, 0.7);
  font-weight: 300;
  padding-top: 13px;  padding-bottom: 13px;
  line-height: 2rem;
  color: #ffffff;
}

/*=======================================
    ABOUT STYLES
==================================================*/

#about .triangle {
  width: 100;
  height: 0;
  border-top: 100px solid red;
  border-left: 100px solid transparent;
  display: inline-block;
}


.thumbnail h3
{
	color: #cc9900;

  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  float:center;
  border: 0px solid #ffffff;
  padding-bottom: 0px; 
}

.thumbnail
{
	background-color : transparent;
  text-align: center;
  float:center;
  border: 0px solid #ffffff;
  padding:1%;
}
.thumbnail:hover
{
	background-color : transparent;
  border: 0px solid #000000;
  padding:1%;
}


#about {
/*background: url('../images/about.jpg')  0 2000px fixed;*/
background-color: #ffffff;
/*background: -webkit-linear-gradient(white 30%, #cccccc 60%); 
  background: -o-linear-gradient(white 30%, #cccccc 60%); 
  background: -moz-linear-gradient(white 30%, #cccccc 60%); 
  background: linear-gradient(white 30%, #cccccc 60%); */
}

#about hr{
  width:100%;
  margin-left: 0px;
  border-top: 2px solid #ffcc00;}

#about p{


  line-height: 2.5rem;
  color: #600a00;
  text-align: justify;
  font-size: 1.8rem;
  padding:1%;
text-indent: 5rem;
margin:0%; 

}

#about h1 {
  background: #fff; /* For browsers that do not support gradients */
 
    line-height:5rem;
    padding-top: 2px;
    padding-left: 0%;
     color: #600a00;
     font-size:2.5rem;
     text-align: left;
     margin-bottom: 2px;
}

#about h2 {
    line-height:5rem;
    padding-top: 2px;
     color: #cc0000;

     font-size:2.5rem;
     text-align: center;
     margin-bottom: 2px;
}


#about h4{
  line-height: 2.5rem;
  color: #333333;
  text-align: center;
  font-size: 1.5rem;
  padding:2px;

margin:1%; 

}

#about .fa
{ color: #600a00;}


#about blockquote {
background: #fff;
color: #666666;
position:relative;
font-size:90%;
padding:20px;
border-left:0px;
}

#about blockquote::before {
   
    content: '„';
    font-size: 120px;
    color: #ccc;
    position: absolute;
    left: 0;
    bottom: 1px;
}

#about blockquote::after {
   
    content: '”';
    font-size: 120px;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 1px;
}

#about blockquote h4 {
  
    font-size: 22px;
    line-height: 30px;
    color: #999;
    position: relative;
    right: 0;
    top: 0px;
}




/*=======================================
    PRODUKTY
==================================================*/



#produkty {
/*background: url('../images/about.jpg')  0 2000px fixed;*/
background-color: #ffffff;
/*background: -webkit-linear-gradient(white 30%, #cccccc 60%); 
  background: -o-linear-gradient(white 30%, #cccccc 60%); 
  background: -moz-linear-gradient(white 30%, #cccccc 60%); 
  background: linear-gradient(white 30%, #cccccc 60%); */
}

#produkty hr{
  width:100%;
  margin-left: 0px;
  border-top: 2px solid #ffcc00;}

#produkty p{


  line-height: 2rem;
  color: #000;
  text-align: justify;
  font-size: 1.6rem;
  padding:1%;
text-indent: 5rem;
margin:0%; 


}

#produkty h1 {
  background: #fff; /* For browsers that do not support gradients */
 
    line-height:5rem;
    padding-top: 2px;
    padding-left: 0%;
     color: #600a00;
     font-size:2.5rem;
     text-align: left;
     margin-bottom: 2px;
}

#produkty h2 {
     line-height: 2.5rem;
  color: #600a00;
  text-align: left;
  font-size: 2rem;
  padding:2px;
font-weight: 900!important;
margin:1%; 
}


#produkty h4{
  line-height: 2.2rem;
  color: #000;
  text-align: left;
  font-size: 1.6rem;
  padding:2px;
margin:1%; 

}

#produkty h3{
  line-height: 2.2rem;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  padding:2px;
margin:1%; 

}

#produkty .fa
{ color: #600a00;}












.btn-info {
    color: #663333;
    background-color: #ffcc00;
    border-color: #663333;
}

.btn-info:hover {
    color: #fff;
    background-color: #663333;
    border-color: #663333;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
}


/*=======================================
    OFERTA
==================================================*/
.panel-default {
    border-color: #ffcc00;
}
.panel-title > a {
    color: #600a00;
    text-decoration: none;
}

.panel-title > a:hover {
    color: #ffcc00;
    text-decoration: none;
}

.panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
    color: #666;
    background-color: #fff;
    border-color: #ffcc00;
}


/*=======================================
    CONTACT STYLES
==================================================*/
#kontakt {
background: url('../images/bcg.png')  repeat;
/*background-color: #ffffcc;*/
}

#kontakt hr{
  width:100%;
  margin-left: 0px;
  border-top: 2px solid #ffcc00;}


#kontakt .fa
{ color: #600a00;}


#kontakt p{


  line-height: 2.5rem;
  color: #600a00;
  text-align: justify;
  font-size: 1.5rem;
  padding:1%;
text-indent: 5rem;
margin:0%; 

}

#kontakt h1 {
  /*background: #fff;  For browsers that do not support gradients */
 
    line-height:5rem;
    padding-top: 2px;
    padding-left: 0%;
     color: #600a00;
     font-size:2.5rem;
     text-align: left;
     margin-bottom: 2px;
}

#kontakt h2 {
    line-height:2.8rem;
    padding-top: 2px;
     color: #600a00;

     font-size:2.2rem;
     text-align: center;
     margin-bottom: 2px;
}


#kontakt h4{
  line-height: 2.5rem;
  color: #333333;
  text-align: center;
  font-size: 2rem;
  padding:2px;

margin:1%; 

}

#weza img {
  width: 100%;
  position: relative;
  margin-right: 0px;
}

@media (min-width: 992px)
.col-md-7 {
    width: 100%;
}


#galeria .thumbnail > img, .thumbnail a > img:hover {
   /* -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 
    filter: blur(3px); */
   

}


/*=======================================
    FOOTER STYLES
==================================================*/

#footer {
  background-color: #600a00;

    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:center;
}



