.titlepage .mainColumn {
  background-color: transparent;
  border:none;
  padding: 0;
}

.rozcesnik_style {
  text-align:center;
}

.rozcesnik_style .directoryList .grid-block {
    background: transparent none repeat scroll 0 0;
    display:inline-block;
    padding: 0;
    margin:0;
    transition: all 0.2s ease 0s;
    width: 220px;
    z-index: 1;
}

.rozcesnik_style .directoryList .grid-block:hover {
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    transition-delay: 0s, 0s, 0s, 0s, 0s;
    position: relative;
    z-index: 999 !important;
    padding: 15px;
    margin: -15px;
}

.rozcesnik_style .directoryList .grid-block a {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    display: block;
    height: 150px;
    margin-top: 0;
    width: 215px;
}

.rozcesnik_style .directoryList .grid-block a:hover {
  text-decoration:none;
}

                                                                       

                                                                                                                                       