* {
  font-size: 16px;
  font-family: 'PT Serif', Georgia, "Times New Roman", serif; }

h1, h2, h3, h4, h5, h6,
.button {
  font-family: 'Oswald', Arial, sans-serif; }
  h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
  .button * {
    font-family: inherit; }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  font-size: 2em;
  margin: 15px 0; }

a, strong {
  font-size: inherit;
  font-family: inherit; }

p {
  margin-bottom: 20px;
  text-align: justify; }

.button {
  padding: 15px;
  color: #ffffff;
  display: inline-block;
  background-color: #005a8c;
  text-transform: uppercase;
  transition: background-color linear .3s; }
  .button:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #003959; }
  @media (max-width: 767px) {
    .button {
      padding: 10px; } }

@media (max-width: 991px) {
  * {
    font-size: 14px; } }
@media (max-width: 767px) {
  * {
    font-size: 12px; } }
body {
  margin: 0;
  padding: 0 0 100px 0; }
  @media (max-width: 767px) {
    body {
      padding-top: 80px; } }

.banner {
  margin: 0 auto;
  border-width: 12px;
  border-style: solid;
  border-color: #cdcdcd; }
  .banner.banner-336 {
    width: 360px;
    height: 304px; }
  .banner.banner-728 {
    width: 752px;
    height: 114px; }
  .banner > span {
    display: block;
    font-size: 24px;
    text-align: center; }

.banner-header {
  margin: 20px auto; }

@media (max-width: 767px) {
  .banner-header, .banner-sidebar {
    display: none; } }
.no-margin-top {
  margin-top: 0 !important; }

h1.box-title, h2.box-title {
  font-size: 1em;
  margin: 30px 0 !important;
  background: #ccdee8; }
  h1.box-title > span, h1.box-title > a, h2.box-title > span, h2.box-title > a {
    padding: 15px;
    color: #ffffff;
    display: inline-block;
    background-color: #005a8c;
    text-transform: uppercase;
    transition: background-color linear .2s; }
  h1.box-title > a:hover, h2.box-title > a:hover {
    text-decoration: none;
    background-color: #003959; }
  @media (max-width: 767px) {
    h1.box-title > span, h1.box-title > a, h2.box-title > span, h2.box-title > a {
      padding: 10px; } }

.box {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cdcdcd; }
  .box.no-border {
    border-bottom: 0;
    padding-bottom: 0; }
  .box header {
    margin-bottom: 20px; }
    .box header img {
      width: 100%;
      height: auto;
      display: block; }
  .box footer {
    margin: 40px 0; clear: both; }

.box .plain ul li, .box .plain .media {
  padding-left: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cdcdcd; }
  .box .plain ul li:last-child, .box .plain .media:last-child {
    border-bottom: 0; }
.box .plain ul li a, .box .plain .media-body a, .box .plain .media-body span {
  color: #000000;
  display: block;
  position: relative;
  padding: 0 10px 0 0;
  font-family: 'Oswald', Arial, sans-serif;
  transition: padding ease-out .2s, color linear .2s; }
  .box .plain ul li a:hover, .box .plain .media-body a:hover, .box .plain .media-body span:hover {
    padding: 0 5px 0 5px;
    text-decoration: none;
    color: #003959; }
  .box .plain ul li a strong, .box .plain .media-body a strong, .box .plain .media-body span strong {
    color: #005a8c;
    font-weight: normal; }
.box .plain ul.news-list li {
  padding-left: 50px; }
  .box .plain ul.news-list li a strong {
    top: 2px;
    left: -50px;
    font-size: 10px;
    position: absolute; }
.box .plain .media {
  position: relative; }
  .box .plain .media > a {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute; }
  .box .plain .media:hover .media-body > span {
    padding: 0 5px 0 5px;
    text-decoration: none;
    color: #003959; }

.box .plain ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.box .media .media-left span {
  width: 95px;
  height: 80px;
  display: block;
  background-size: cover;
  background-position: center; }

.box .media .media-left a {
  display: block;
  position: relative; }
  .box .media .media-left a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    transition: opacity linear .2s;
    background-color: rgba(0, 90, 140, 0.7); }
.box .media .media-left span {
  width: 95px;
  height: 80px;
  display: block;
  background-size: cover;
  background-position: center; }
.center .box .media .media-left span {
  width: 160px;
  height: 105px; }
@media (max-width: 767px) {
  .box .media .media-left {
    display: none; } }
.box .media .media-body {
  position: relative; }
  .box .media .media-body a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute; }
  .box .media .media-body h4, .box .media .media-body p {
    transition: color linear .2s; }
  .box .media .media-body h4 {
    margin-top: 0;
    line-height: 1.5em; }
    .box .media .media-body h4 strong {
      color: #ffffff;
      font-size: 1em;
      font-weight: normal;
      margin-right: 5px;
      background: #005a8c;
      padding: 1px 5px; }
.box .media:hover .media-left a:after {
  opacity: 1; }
.box .media:hover h4, .box .media:hover p {
  color: #005a8c; }

.box-news-preview {
  position: relative; height: 330px; overflow: hidden; }
  .box-news-preview:hover header:before {
    opacity: 1; }
  .box-news-preview:hover .plain p {
    color: #005a8c; }
  .box-news-preview a {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute; }
  .box-news-preview header {
    position: relative;
    margin-bottom: 20px;
	height: 180px;
	overflow: hidden;
	}
    .box-news-preview header:before {
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      content: "";
      height: 100%;
      display: block;
      position: absolute;
      transition: opacity linear .2s;
      background: rgba(0, 90, 140, 0.5); }
    .box-news-preview header img {
      width: 100%; }
  .box-news-preview .plain {
    text-align: justify;
	position: relative;
	}
    .box-news-preview .plain h4 {
      color: #005a8c;
      text-align: left;
	  position: absolute;
	  left: 0;
	  margin: 0;
	  top: 0;
	  height: 60px;
	  overflow: hidden;
	  width: 100%;
	  text-overflow: ellipsis;
	 }
    .box-news-preview .plain p {
      transition: color linear .2s;
	text-overflow: ellipsis;
	padding-top: 60px;
	  }

.box-news h1 {
  margin: 40px 0; }
  .box-news h1 strong {
    color: #005a8c;
    display: block;
    font-size: 0.6em;
    margin-bottom: 15px;
    font-weight: normal; }

.box.td0 ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 20px; }
  .box.td0 ul li {
    border: 0;
    padding: 0;
    margin: 0 0 5px 0; }

.box.box-paperedition a {
  display: block;
  position: relative;
  overflow: hidden; }
  .box.box-paperedition a img {
    width: 70%;
    display: block;
    margin: 0 auto; }
  .box.box-paperedition a:after {
    left: 15%;
    height: 50px;
    width: 70%;
    bottom: -50px;
    color: #ffffff;
    font-size: 16px;
    display: block;
    position: absolute;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    content: "Zobacz e-wydanie";
    transition: bottom ease-out .2s;
    background: rgba(0, 90, 140, 0.8); }
  .box.box-paperedition a:hover:after {
    bottom: 0; }

.box-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .box-slider .container-slider {
    left: 0;
    width: 300%;
    position: relative;
    transition: left ease-out .3s; }
  .box-slider .slider-item {
    float: left;
    height: 200px;
    display: block;
    background: #eee;
    width: 33.333333%;
    position: relative; }
    .box-slider .slider-item > a {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 3;
      position: absolute; }
    .box-slider .slider-item .slider-item-photo {
      float: left;
      height: 100%;
      padding: 0;
      overflow: hidden;
      position: relative; }
      .box-slider .slider-item .slider-item-photo span {
        display: block;
        height: 100%;
        background-size: cover;
        background-position: center; }
      .box-slider .slider-item .slider-item-photo img {
        top: 0;
        left: 0;
        height: 100%;
        position: absolute; }
    .box-slider .slider-item .slider-item-body {
      float: left;
      padding: 15px; }
      .box-slider .slider-item .slider-item-body h3 {
        margin-top: 0; }
    @media (max-width: 767px) {
      .box-slider .slider-item .slider-item-body h3 {
        font-size: 1.4em; } }
  .box-slider .indicators {
    left: 0px;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 4;
    list-style: none;
    position: absolute; }
    .box-slider .indicators li {
      width: 30px;
      float: left;
      color: #ffffff;
      cursor: pointer;
      line-height: 30px;
      text-align: center;
      background: #005a8c;
      transition: background-color linear .2s;
      font-family: 'Oswald', Arial, sans-serif; }
      .box-slider .indicators li.active, .box-slider .indicators li:hover {
        background-color: #003959; }
    @media (max-width: 767px) {
      .box-slider .indicators {
        position: relative; }
        .box-slider .indicators li {
          width: 24px;
          font-size: 1em;
          line-height: 24px; } }

.brick-layout { }
  .brick-layout article { margin-bottom: 20px; height: 350px; }

.navbar .navbar-collapse {
  background: #000000; }
.navbar .navbar-header a.navbar-brand {
  margin-left: 0;
  padding: 10px 15px; }
  .navbar .navbar-header a.navbar-brand img {
    height: 30px; }
.navbar .nav.navbar-nav li {
  border-right: 1px solid #4d4d4d; }
.navbar .nav.navbar-nav li a {
  padding: 15px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  transition: background-color linear .2s;
  font-family: 'Oswald', Arial, sans-serif; }
.navbar .nav.navbar-nav li.active a, .navbar .nav.navbar-nav li a:hover {
  background-color: #005a8c; }
@media (max-width: 767px) {
  .navbar {
    top: 0;
    left: 0;
    border: 0;
    z-index: 9;
    width: 100%;
    position: fixed;
    border-radius: 0;
    background-color: #000000; }
    .navbar .container, .navbar .navbar-collapse, .navbar .navbar-collapse > ul {
      margin: 0;
      padding: 0; }
    .navbar .navbar-header {
      padding: 0 15px; }
    .navbar .navbar-toggle {
      padding: 0;
      height: 30px;
      color: #ffffff;
      font-size: 20px;
      margin: 10px 15px; }
    .navbar .navbar-collapse .nav.navbar-nav li a {
      background-color: #333333; }
    .navbar .navbar-collapse .nav.navbar-nav li.active a, .navbar .navbar-collapse .nav.navbar-nav li a:hover {
      background-color: #005a8c; } }



.box-slider .slider-item {
	height: 300px;
}

.box-slider .slider-item .slider-item-body {
position: absolute;
left: 0;
bottom: 0;
background: rgba(0,0,0,0.6);
width: 100%;
transition: bottom ease-out .2s;
}

.box-slider .slider-item:hover .slider-item-body {
	bottom: -100%;
}

.box-slider .slider-item:hover .slider-item-photo span {
top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
}


.box-slider .slider-item .slider-item-photo span {
	background-position: center top;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	transition: width ease-out .2s, height ease-out .2s, top ease-out .2s, left ease-out .2s;
}


.box-slider .slider-item .slider-item-body h3, .box-slider .slider-item .slider-item-body p {
	color: #fff;
}


.box-slider.slider-mini { background: #f5f5f5; }
.box-slider.slider-mini .slider-item { border: 20px solid #f5f5f5; }
.box-slider.slider-mini .slider-item .slider-item-photo { width: 50%; }
.box-slider.slider-mini .slider-item .slider-item-body { width: 50%; position: relative; bottom: 0; height: 100%; background: none; padding: 20px; color: #000; }
.box-slider.slider-mini .slider-item .slider-item-body h3, .box-slider.slider-mini .slider-item .slider-item-body p {
color: #000;
}


.gallery-bottom {
	clear: both;
	float: left;
	margin: 20px -5px;
}


/*# sourceMappingURL=style.min.css.map */
