
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
   padding:0; margin:0; 
   overflow: -moz-scrollbars-vertical; overflow-y: scroll; overflow-x: auto; 
   height: 100%;
   box-sizing: border-box;
   font-family: helvetica, arial, sans-serif; 
   line-height:1.6;
   font-size:15px;
}

body {
   width:100%;
   height:100%;
   font-family:inherit; 
   line-height:inherit;
   font-size:inherit; 
   padding: 0 10px 0 10px;
   color:#383838;
   min-height: 100%;
   display: flex;
   flex-direction: column;
}

@media (min-width:950px) and (max-width:1100px) { html { font-size: 16px; }}
@media (min-width:1101px) { html { font-size: 17px;  }}

*, *:before, *:after {
   box-sizing: inherit;
   margin:0; padding:0; border:0; outline:none;

}

.container { width:100%; min-width:300px; max-width:1245px; margin:0 auto; z-Index: 10 }

.container-top {
   z-index:100;
   background:#fff;
   top:0;
   position:sticky;
   box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
   width: calc( 100% + 20px );
   margin-left:-10px;
   padding: 0 10px;

/*   border-bottom:1px solid #e4e4e4; */
/*  box-shadow: 0 2px 6px 2px rgba(0,0,0,.2);
                0 5px 6px -1px rgba(0,0,0,.2);
   box-shadow: 0 5px 20px 0 rgba(47, 47, 47, .1);
   box-shadow: 0 5px 6px -1px rgba(0,0,0,.2);
*/
/*   box-shadow: 0 5px 6px -1px rgba(0,0,0,.2);
*/
}

.sep     { margin-top: 12px !important; }
.sep-big { margin-top: 24px !important; }
.sep-huge { margin-top: 36px !important; }

.colAB { display:flex; width:100% }
.colA  { display:block; width:calc(  100% - 300px ); min-width:300px; padding-right:15px; vertical-align:top; padding-top:0px; padding-bottom:2px }
.colB  { display:block; width:300px; vertical-align:top;  }
@media only screen and ( max-width: 650px ){
   .colAB { display:block }
   .colA  { display:block; width:100%; padding-right:0; margin-bottom:20px; padding-bottom:0px }
   .colB  { display:block; width:100%; margin: 0 auto }
}

.footer {
   width:100%; padding:2em; background:#333; outline:10px solid #333; text-align:center; margin-top:2em
}
.footer a { 
   color:#fff;
   padding:1em;
   font-size:13px;
   font-family:verdana;
}
.footer a:hover { color: #ccc }

.center-vh { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

a { text-decoration: none; color: #E70836 }
a.bordo:hover, article a:hover { color: #383838; text-decoration:underline }

img[data-lazy] {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

h1, .h1 {
    font-size: 1.2em;
    line-height: 1.2;
    font-family: arial;
    border-bottom:2px solid #E70836;
    padding-bottom:2px;
    display: block;
}
h1:first-letter, .h1:first-letter {
  text-transform: uppercase
}

.righthead {
    margin: 0.3em 0 0.5em 0;
    border-bottom: 2px solid #E70836;
    text-align: left;
    letter-spacing: 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.3333;
    font-weight: bold;
    font-size:16px;
    font-family: arial;
}

a.more {
   display:inline-block; 
   cursor:pointer; 
   border-radius:3px;  
   height:2rem;
   font-size:14px; 
   line-height: calc( 2rem - 2px );
   border:1px solid #ccc;  
   color: #E70836; background:#fff; font-weight:bold; padding:0 1.5em; text-align:center; white-space:nowrap;
/*
   box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px;
*/
   font-family:arial;
   vertical-align:middle;
   z-Index:100;
}

a.more:hover {
   background:#f8f8f8;
}

a.more:after { 
   font-size:12px; 
   font-family:FontAwesome; 
   content: "\00a0\00a0\00a0\f054";
}

.align-right { text-align: right }

.clamp4 { 
   display:block;   
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}    
.hyphenate {
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

   ul.articles    { list-style-type: none; display:block }
   ul.articles li { position:relative; display:block; }
   ul.articles a { display: table; width: 100%; margin: 0.5em 0 1em 0;  }
   ul.articles .img { position:relative; width: 21.505376344086%; border-top: 0.3em solid #fff; display:table-cell; vertical-align:top; }
   ul.articles .txt { line-height: 1.2; display:table-cell; vertical-align:top; padding-left: 15px; }
   ul.articles .lead { font-family: arial; font-size: 0.8em; line-height: 1.5; padding: 0.4em 0 0 0 }
   ul.articles .category { font-family: verdana; font-size: 11px; color: #757575; display: inline-block; letter-spacing: -1px; }
   ul.articles figure { height:130px; min-width:110px; }
   ul.articles .h3 { font-weight:bold; font-family: arial; font-size: 1.125em; line-height: 1.2; padding: 0; margin: 0; }

   ul.aside    { list-style-type: none; display:block }
   ul.aside li { position:relative; display:block; }
   ul.aside a { display: table; width: 100%; margin:0.5em 0 1em 0; }
   ul.aside figure { width:120px; height:90px; display:table-cell; vertical-align:middle; }
   ul.aside .h3    { line-height: 1.2; display:table-cell; vertical-align:middle; padding-left: 1em; font-weight:bold; font-size:14px; font-family:verdana; }

   .ngrid { list-style: none; display: flex; flex-wrap: wrap; flex-direction: row; position: relative; padding: 0; margin: 0 0 0 -15px; }
   .ngrid li { display: flex; position: relative; margin: 0; padding: 0 0 0 15px; width: calc( 100% / 3 ); border-radius: 3px; margin-bottom: 1em; flex-direction: column; }
   .ngrid .toplabel { font-family: verdana; font-size: 11px; color: #757575; display: block; text-transform: uppercase; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
   .ngrid .h3 { font-family: arial; font-size: 1.125em;  line-height: 1.2; padding: 0.4em 0 0 0; margin: 0; font-weight:bold; }
   .ngrid a { color: inherit; display: flex; flex-direction: column; width: 100%; }
   .ngrid .txt { width: 100%; }

   @media only screen and ( max-width: 950px ){ .ngrid li { width: 50% }}
   @media only screen and ( max-width: 320px ){ .ngrid li { width: 100% }}

   a.box          { color:inherit; }
   .box figure    { display: block; width: 100%; position: relative; background: #f8f8f8; overflow: hidden }
   .box:hover .h3 { color:#666 }
   .box:hover img { filter: brightness(1.03) contrast(1.03) }

.ico {
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome !important;
    font-weight: normal !important;
    font-style: normal !important;
    position: relative;
    text-align: center;
    line-height: 0.1em;
}

hr {
    margin: 2px 0 0 0;
    border-top: 2px dotted #ccc;
}

.found {
    display: table;
    width: 100%;
    margin-top: 1em;
}

.found > div:first-child {
    padding: 0;
    width: 100%;
}

@media only screen and ( max-width: 970px ){
   a.hide, span.hide { display:none }
}

.found > div {
    vertical-align: middle;
    display: table-cell;
    width: 50%;
    padding: 0 0 0 1em;
    white-space: nowrap;
}

.f1-12 {
    font-size: 12px;
    line-height: 1;
    font-family: verdana;
}

.buttons { 
   width: auto;
   z-index: 15;
   display: inline-block;
   white-space:nowrap;

}
.buttons:hover .on { border-color: transparent  }
.buttons:hover [data-role='selectpage']{ border-color: transparent  }
.btn:hover, [data-role='selectpage']:hover { border-color:#ccc !important; }
.btn.on { border-color:#383838 }


button.btn, .btn, [data-role='selectpage'] {
    transition: color, background-color, border-color 0.25s ease;
    cursor: pointer;
    display: inline-block;
    height: 2rem;
    line-height: calc( 2rem - 2px );
    min-width: 2rem;
    font-size: 12px;
    font-family: verdana;
    padding: 0 0.6em;
    border: 1px solid transparent;
    font-weight: bold;
    text-align: center !important;
    letter-spacing: -1px;
    border-radius: 2px;
    white-space: nowrap;
    color: #383838;
    box-shadow: none;
    vertical-align: middle;
    background: transparent;
    margin: 0;
}

select + i {
    pointer-events: none;
}
input[type=text][data-role] + i, select + i, input[type=text][data-role] + div {
    z-index: 11;
    text-align: center;
    background: transparent;
    width: 2em;
    height: 2em;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 2em !important;
    margin-left: -2em;
}

.nocursor {
    cursor: default !important;
}
.bold {
    font-weight: bold !important;
}

.ico.left:before     { content:'\f053'; font-size:0.95em; margin-right:2px }
.ico.right:before    { content:'\f054'; font-size:0.95em }
.ico.select:before   { content: '\f0d7'; font-size:16px }
.ico.find:before     { content: '\f002'; font-size:18px; 

position:absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 .5rem;
}

select:focus, textarea:focus, input:focus, [data-role='fileinput']:focus {
   border-color: #777;
}

input, textarea, select, [data-role='fileinput'] {
   line-height:2em;
   vertical-align:top;
   display:inline-block;
   position: relative;
   border:1px solid #ccc;
   border-radius:2px;
	color:inherit;
   font:inherit;
   background:#fff;
   min-width:2em;
   height:2em;
   margin:0;
   padding:0 0 0 4px;
}

select {
   cursor:pointer;
	z-index:10;
   -moz-appearance: none;
   -webkit-appearance: none;
   min-width:3em;
}
select[multiple], select[size] {
   height: auto;
   padding:0;
}

[data-role='selectpage'] {
    padding-left: 0.6em;
    padding-right: 2.5em;
    border-color: #383838;
    text-align-last: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   select { padding-right:calc( 2em - 5px ); }
}

.opera-only:-o-prefocus, select + i {
   display:none !important;
}

@-moz-document url-prefix() {
   select { padding-right:2em; }
   select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
}

.fixed { position: fixed; }

.subtyt {
    text-transform: uppercase;
    margin: 0;
}
.bold {
    font-weight: bold !important;
}
.f1-12 {
    font-size: 12px;
    line-height: 1;
    font-family: verdana;
}

.sft {
    font-size: 11px;
    font-family: verdana;
    margin-top: 4em;
    line-height: 1.6;
    display: block;
}

.sft h2 { margin: 0.5em 0 0.3em 0; font-family: verdana; }

h2, h3, h4 {
    font-size: 1.1em;
    font-family: tahoma;
    line-height: 1.363636363636364;
    font-weight: bold;
    margin: 22px 0 11px 0;
}

img.responsive {
    width: 100% !important;
    height: 100% !important;
}

article h1 {
    font-size: 2.5em;
    font-family: tahoma;
    line-height: 1.1;
    border: none;
}

article .lead {
    font-size: 1.375em;
    font-family: tahoma;
    line-height: 1.363636363636364;
    font-weight: bold;
}

article figcaption {
    font-size: 13px;
    font-family: verdana;
    padding: 0.5em 0.5em 0 0.5em;
    text-align: center;
}

article h2, p.mid, p.mid0 {
    font-size: 1.375em;
    font-family: tahoma;
    line-height: 1.363636363636364;
    font-weight: bold;
    margin: 22px 0 11px 0;
}

article p.par {
    margin-top: 0;
    text-indent: 2em;
}

article .autor {
    margin: 0;
    padding: 1.5em 0.5em 0 5%;
    text-align: right;
    font-size: calc( 1em - 2px );
    clear: both;
}
article .autor b {
    font-size: calc( 1em + 3px );
}

article .ramka, article .blockquote, article blockquote, .midbox {
    text-indent: 0 !important;
    padding: 1em 1.5em 0 1.5em;
    position: relative;
    margin: 1em 0 1em 0;
    text-align: left !important;
    font-weight:bold;
    font-size: calc( 1rem + 1px );
    line-height:1.3;
    display:block;
}

article .ramka:before, article .blockquote:before, article blockquote:before  {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-top: 5px solid #ccc;
    border-left: 5px solid #ccc;
    top: 0;
    left: 0;
}

article ul { padding-left:1.1em }

.youtube {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.youtube iframe, .youtube object, .youtube embed { position:absolute; top:0; left:0; width:100%; height:100%; border:0; }

.foto, .foto.right, .foto.left, .foto.top {
    font-family: verdana;
    text-align: center !important;
    width: auto;
    float: none;
    margin: 20px 0 0 0;
    font-size: 11px !important;
    line-height: 12px !important;
}

.foto img {
    max-width: 100%;
    display: block;
    margin: 3px auto 10px auto;
}

.przypis {
   bottom: 0.33em;
   font-size: smaller;
   position: relative;
   vertical-align: baseline;
   cursor:pointer;
   font-family:courier new;
   font-weight:bold;
}
.przypisy {
   font-size: 85%;
   padding-left:1em;
   line-height:1.2em;
}

/* ===== */

.carousel {
    padding-bottom: 45%;
    position: relative;
    z-Index: 10;
    overflow: hidden;
    min-height: 300px;
    background:#f8f8f8;
}
.carousel .items {
    list-style-type: none;
}

.carousel .items li {
   position:absolute;
   top:0; left:0;
   width:100%;
   height:100%;
   opacity:0;
   transform: translateZ(0);
   transition: opacity 0.4s ease-in-out;
   z-Index: 9;
}
.carousel .items li:first-child { opacity:1; z-Index: 10; }

.carousel img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel .items p {
   color: #fff;
   line-height: 1.07;
   font-weight: bold;
   display:block;
   font-family: arial;
   font-size: calc( 15px + 1.3vw);
   width:60%;
}

.carousel .items div {
    position: absolute;
    width: 100%;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    text-shadow: 2px 2px 4px #000;
    color: #fff;
    padding: 2% 0 0 2%;
    background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.6)) ;
    z-Index:11;
}


.carousel .nav {
    width: auto;
    list-style-type: none;
    position: absolute;
    overflow: hidden;
    -webkit-user-select: none;
    z-index: 15;
    display: inline-block;
    right: 5px;
    bottom: 0px;
    font-size: 1px;
    line-height: 1px;

}

.carousel .nav li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 30px;
    height:6px;
    background-color: #aaa;
    opacity: 0.3;
    box-sizing: content-box;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    background-clip: padding-box;
    transition: all 0.3s ease-in-out;
}

.carousel .nav li:hover {
    opacity: 1;
}

.carousel .nav li.on {
    width: 60px;
    background-color: #fc0;
    opacity: 1;
    cursor: default;

}




