@font-face {
    font-family: 'MFEKSansExtraCondensed-Regular';
    src: url('../webfonts/MFEKSansExtraCondensed-Regular.woff2') format('woff'),
         url('../webfonts/MFEKSansExtraCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MFEKSansExtraCondensed-Bold';
    src: url('../webfonts/MFEKSansExtraCondensed-Bold.woff2') format('woff'),
         url('../webfonts/MFEKSansExtraCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
      display: block;
    }
    body {
      line-height: 1;
    }
    
    blockquote, q {
      quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
      content: '';
      content: none;
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }
  
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

 
  a:link {COLOR: inherit; TEXT-DECORATION: none;}
  a:visited {COLOR: inherit; TEXT-DECORATION: none;}
  a:active {COLOR: inherit; TEXT-DECORATION: none;}
  a:hover {COLOR: inherit; TEXT-DECORATION: none;}
button { color: #1b1b1b; }



body {
  color:#000;
  font-size: 35px;
  line-height: 1.3; 
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  background: url('../img/back.jpg') center center repeat;
  overflow: visible;
}


html{margin-top: 0px !important;}
em { font-style: italic; }

ul{ margin: 15px 0 25px; }
ul li, ol li{ margin-left: 40px; }
h3{ font-size: 40px; font-weight: 900; font-style: italic; margin-bottom: 30px;  }
strong { font-weight: 900 }
.small { font-size: 14px;  }

#wpadminbar { display: none; }


.all{ width: 100%; position: relative; overflow: hidden; }

.clear { clear: both; }
strong { font-weight: 600 }


.container { width: 1350px; margin: auto; position: relative; }
.containerTop{ height:100%; position:relative; }
.top{ width:100%; height:340px; background: url('../img/header.jpg') center center no-repeat; background-size:cover; }

.top-logo{ font-size:20px; color:#fff; position: absolute; right: 0px; bottom: 20%;}
.top-logo-flex{ display:flex; flex-direction:row; }
.top-logo-flex img{ width:110px; display:inline; margin-left:30px; }
.top-logo-flex img.myvLogo{ width:80px; }

.top-txt{ align-self:center; padding-right: 25px;}
.top-logos{ display:flex; }
.top-logos a{ align-self:center; }


.lista-albumow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; 
    width: 100%;
    margin-top: 55px;
    margin-bottom: 100px;
}

.lista-albumow .album-item {
    width: 31%;
    margin-bottom: 70px; 
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.lista-albumow .album-item .foto{ width:100%; margin-bottom:20px; }
.lista-albumow .album-item .foto img{ width:100%; display:block; }
.lista-albumow .album-item .nazwa{ font-size:23px; font-weight:bold; margin-bottom:7px; }
.lista-albumow .album-item .dopisek{ font-size:21px; }
.lista-albumow .album-item .date{ font-size:15px; text-transform:uppercase; margin: 10px 0;}
.cta{ background:#000; color:#56e500; font-size:19px; text-transform:uppercase; padding:12px 15px; margin:auto; margin-top:20px; position: absolute; bottom: 0px; width: 100%;
-webkit-transition: all .25s linear;
   -moz-transition: all .25s linear;
   -ms-transition: all .25s linear;
   -o-transition: all .25s linear;
  transition: all .25s linear;}
.cta:hover{ background:#56e500; color:#000; }


.destruction-logo{ width:800px; margin:50px auto; }
.destruction-logo img { width:100%; display:block; }
.bottom-cta-container{ width:300px; margin: auto; margin-top:30px; margin-bottom:100px; }
.bottom-cta-container .cta{ position:relative; text-align:center; }
