/* custom css - pak se musi prepsat do sassu */



.article-related.articles-list .article__image,
.article-related.articles-list .article__image__a { overflow: visible; }
.article-related.articles-list .article__content { position: relative; z-index: 25; }

.resources  { word-wrap: break-word; }
.fb_iframe_widget  { max-width: 100%; overflow: hidden; }

@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
       .article-related.articles-list .article { float: left; } 
}

@media screen and(-webkit-min-device-pixel-ratio:0) {

	.article-related.articles-list { column-count: 1 !important; }

    .article-related.articles-list .article { float: left; width: 32%; margin-right: 2%; }
    .article-related.articles-list .article:nth-child(3n+3) { margin-right: 0; }

    @media(max-width: 768px) {
    	.article-related.articles-list .article { float: left; width: 100%; margin-right: 0; }
    }

}

#zobrazFakturacni label {
    display: block;
}

.articles-list .article select { 
    width: 100%; 
}

.flash.error {
    background-color: rgba(164, 0, 24, 0.80);
    border: 1px solid #a00026;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 15px;
    padding: 15px 30px;
}


.cookie.top {
    bottom: auto;
    top: 0;
    left: 0;
}


/* fix souvisejicich clanku v detailu clanku */
.article-related.articles-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.article-related.articles-list .article {
    border-radius: 3px;
    overflow: hidden;
    float: left;
}
@media (min-width:768px) {
     .article-related.articles-list .article {
        float: left;
        width: 32.3333%;
        margin-right: 1.5%;
     }
     .article-related.articles-list .article:nth-child(3) {
        margin-right: 0;
     }
}
