.heading{
    width: 100%;
}
.link{
    
    color: #b15507;
}
.link:hover{
    color: #984804;
    text-decoration: underline;
    cursor: pointer;
}
ul.lista {
  list-style: none;
  padding: 0;
}
ul.lista li {
  padding-left: 1.3em;
}
ul.lista li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.modal.fade {
  z-index: 10000000 !important;
}
.p {
  background-image: url("../img/serwis2.jpg");
  min-height: 650px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p1 {
  background-image: url("../img/kawa-p.jpg") !important;
  min-height: 950px;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.w{
    background-color: #FFF;
    border: 1px solid black;
    padding-top: 10px;

}
.white{
    color: #FFF;
}
.left{
    text-align: left;
}
.form-holder{
    background-color: rgba(247, 120, 12, 0.89) !important;
}
.shadow{
    background-color: rgba(0,0, 0, 0.8);
    width: 100%;
    
}