
/*GALERIA*/
/*pierwsza lista*/
#module-gallery-content .gallery-list{
    float: left;
    width: 100%;
}
#module-gallery-content .gallery-list .gallery-item{
    border-bottom: 5px solid #f4f4f4;
    float: left;
    height: 234px;
    margin: 10px 2.8% 10px 0;
    padding-bottom: 10px;
    width: 31.44%;
}

#module-gallery-content .gallery-list .gallery-item a{
    display: block;
    height: 147px;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}

#module-gallery-content .gallery-item a img:hover{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
    opacity: 1;
}

#module-gallery-content .gallery-list .gallery-item img{
    /*width: 100%;
    max-height: 147px;*/
}

#module-gallery-content .gallery-list .gallery-item h4{
    display: block;
    height: 56px;
    margin-top:6px;
    overflow: hidden;
    margin-bottom:0;
}

#module-galleryvideo-content h4.title,
#module-gallery-content .gallery-list .gallery-item h4 a{
    color: #00468c;
}

#module-galleryvideo-content .galleryvideo-row{
    border-bottom: 5px solid #f4f4f4;
    padding-bottom: 10px;
}

#module-gallery-content .gallery-list .gallery-item .date{
    padding-top:6px;
    font-size: 0.929em;
}

#module-gallery-content .gallery-item{
    overflow: hidden;
}

#module-gallery-content .gallery-list .clear-photo{
    margin-right:0;
    width: calc(33% - 11px);
    float:right;
}
#module-gallery-content .gallery .photos .photo a {
    display:block;overflow: hidden;border:none !important;
}
#module-gallery-content .gallery .photos .photo a.showLink{
    opacity:0.5;
}
#module-gallery-content .gallery .photos .photo {
    float: left;
    margin: 0 0.99% 1.98%;
    margin-left:0;
    margin-right:21px;
    margin-bottom:23px;
    width: 31.44%;
    margin-right:2.8%;
    /*width:31.110%;*/
}

#module-gallery-content .gallery .photos .clear-photo{
    margin-right: 0;
}

#module-gallery-content .gallery .photos .photo  img{
    /*width: 100%;
    max-height: 147px;*/
}
#module-gallery-content .gallery #other_galleries{
    background: url('/themes/card/images/gallery_bg.png') repeat-x left bottom;
    margin-top:0;
    font-size:1.143em;
    padding-bottom:17px;
    margin-bottom: 13px;
}

#module-gallery-content .gallery h2{
    font-size:2em;

}

#module-gallery-content .gallery  .date{
    margin:0;
    font-weight: 300;
    margin-bottom:10px;
}

#module-gallery-content .gallery ul.gallery-other {
    line-height: 18px;
    margin: 0;
    padding: 0;
}

#module-gallery-content .gallery ul.gallery-other li {
    background: url("/themes/bip/images/news-li_bg.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 11px;
}

#module-gallery-content .gallery ul.gallery-other li a {
    color:#003c82;
}

body div.navigation a.next {
    background:url("/themes/card/images/carusel-next.png") no-repeat scroll right center rgba(0, 0, 0, 0)
}

body div.navigation a.prev {
    background:url("/themes/card/images/carusel-prev.png") no-repeat scroll left center rgba(0, 0, 0, 0)
}

body #module-gallery-content ul.thumbs li{
    list-style-type: none;
    background: none;
}

#module-gallery-content .gallery span.image-wrapper a{
    width: 100%;
}

#module-gallery-content .gallery span.image-wrapper a img{
    max-width: 90%;
}

#module-gallery-content .gallery span.image-wrapper {
    display: table;
    margin: 0 auto;
    table-layout: fixed;
    width: 100%;
}

#module-gallery-content .gallery div.gal-content,
#module-gallery-content .gallery div.slideshow{
    border:none;
}

#module-gallery-content .gallery div.slideshow{
    height:auto;
}

#module-gallery-content #more {
    background: url("/themes/card/images/gallery_back.png") no-repeat scroll 11px 15px rgba(0, 0, 0, 0);
    border: 3px solid #ebebeb;
    border-radius: 3px;
    color: #0b589a;
    float: left;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    margin-left: 1px;
    margin-top: 19px;
    padding-left: 19px;
    padding-top: 1px;
    text-align: center;
    width: 180px;
}
#module-gallery-content #more a{
    font-weight: 900;
    color: #0b589a;
    font-size:1.143em;
}
#module-gallery-content .gallery .text{
    float:none;
}
/*MOBILE*/

@media screen and (max-width: 360px) {
    #module-gallery-content .gallery .photos .photo {
        float: left;
        margin: 0 0.99% 1.98%;
        margin-left:0;
        margin-right:21px;
        margin-bottom:24px;
        width: 45%;
        /*width:31.110%;*/
    }
    #module-gallery-content .gallery .photos .photo  img{
        width: 100%;
        height: auto;
    }

    #module-gallery-content .gallery .photos .photo:nth-child(even) {
        margin-right:0;
    }

        #module-gallery-content .gallery-list .gallery-item{
        width:100%;
    }

   body #module-gallery-content .gallery .photos .photo {
        float: left;
        margin: 0 21px 24px 0;
        width:100%;
    }
}

@media screen and (max-width: 980px) {
    #module-gallery-content .gallery .photos .photo  img{
        width: 100%;
    }

}

@media screen and (max-width: 320px) {
    body #module-gallery-content ul.thumbs li{
        list-style-type: none;
        background: none;
        width:95px;
    }
}


