/**
 * Grid container
 */
#tiles {
    list-style-type: none;
    position: relative;
    /** Needed to ensure items are laid out relative to this container **/
    margin: 0;
}

/**
 * Grid items
 */
#tiles li {
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /**display: none; YSW Hide items initially to avoid a flicker effect **/
    display: none;
    /*cursor: pointer;*/
    padding: 10px;
    margin-right: 7px;
    margin-bottom: 7px;
    float: left;
    /* YSW */
}

#tiles li img {
    display: block;
}

/** Loader **/

#loader {
    height: 16px;
    text-align: center;
    padding: 25px 0 25px 0;
}

#loaderCircle {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background-image: url('../images/loader.gif');
}

.google-maps {
    position: relative;
    padding-bottom: 450px; // Tutaj regulujemy wysokość
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.migawka {
    color: #FFFF33;
}

blockquote1 {
     padding: 5px 20px;
    margin: 0 0 50px;
    text-align: left;
    font-size: 16px;
      border-left: 0 solid #eee
}
