.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

h3.nazwa-obrazka {font-size: 0.9rem;}

/* dropdown menu */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  top:50px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

a {text-decoration: none;}


/* Cechy firmy */

.cechy-section{
    padding: 50px;
    background-color: #020202;
    }

.cechy-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
    justify-content: center;
}


.cechy-column.col {
    width: 20%;
}

.nazwa-obrazka {
    color: #B49B57;
    font-family: "Raleway", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.opis-obrazka {
    color: #747474;
    font-family: "Raleway", Sans-serif;
}

.img-container-wrapper .img-container {
}

.cechy-row>.cechy-column>.cechy-wrap {
    padding: 30px;
}

.cechy-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    flex: 1;
}

.img-box .img-container-wrapper {
    text-align: center;
}

.img-container .container-opis-obrazka {
    width: 100%;
}





/* REALIZACJE*/

.realizacje-banner{
  background-image:url("img/realizacje-banner.jpg");
  height: 300px;
  font-size:30px;
  font-weight: 400;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.realizacje-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.dotychczasowe{
    background-color: #f8f8f8;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    margin-bottom: 0px;
    margin-top: 0px;

}

.divTable
{
width:100%;
display:block;
height:100%!important;
padding:0px;
background-color:transparent;
margin:0px;


}

.divCaption
{
width:100%;
background-color:transparent;
position:relative;
padding: 20px 0 20px 0;
font-size:18px;
vertical-align:;
text-align:center;
line-height:20px;
font-weight:bold;
}


.divRow
{
width:100%;
display:table;
position:relative;
color:#000000;
}

.divCell
{
width:32.833333333333336%;
display:block;
position:relative;
color:#000000;
font-size:12px;
float:left;
text-align:left;
vertical-align:middle;
letter-spacing:0px;
word-spacing:0px;
line-height:20px;
}

.clear {
  clear: left;
}

/* REALIZACJE GALERIA*/

.galerie{
padding: 50px 20px 0 20px;
}

.realizacje-galeria .row{
}

.realizacje-galeria h2{
padding: 20px 0 20px 0;
font-size: 25px;
font-weight: 700;
line-height: 1.2;

}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 15%; /* IE10 */
  flex: 15%;
  max-width: 20%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}



