@import url(./slidesubmit.css);

img { max-width:100% }

.clear-row-col12 > div:nth-child(0n+1), 
.clear-row-col6 > div:nth-child(2n+1), 
.clear-row-col4 > div:nth-child(3n+1),
.clear-row-col3 > div:nth-child(4n+1),
.clear-row-col2 > div:nth-child(6n+1) {  clear:left;margin-bottom:20px }

/* kontrolka do wgrywania plijkow w formularzyu np input_image.blade */
.btn-file {position: relative;overflow: hidden;}
.btn-file input[type=file] {position: absolute;top: 0;right: 0;min-width: 100%;min-height: 100%;font-size: 100px;text-align: right;filter: alpha(opacity=0);opacity: 0;outline: none;background: white;cursor: inherit;display: block;}



.cookie_warning {
  background: #1b1c1e;
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #fff;
}
.cookie_warning .zamknij {
  color: #fff;
  text-align: right;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cookie_warning .container {
    margin: 6px;
  }
}

.newslist .col-md-4 { margin-bottom:20px }
.kontakt_form  .btn_send { background-color: #ffe033;border-color: #ffe033;width:200px }