/* =================================================
    utilities/_variables.scss
================================================= */
.promo--static img {
  width: 100%;
  height: 100%; }

@media (max-width: 1310px) {
  .promo--static {
    display: none !important; } }

@media (min-width: 1311px) {
  .promo--static {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    background: #ffc529 !important;
    color: #9c1011 !important;
    border-radius: 0 !important;
    border: none !important; } }

.promo--static--1 {
  width: 575px;
  height: 120px;
  margin: 0 38px; }

.promo--static--2, .promo--static--24 {
  width: 970px;
  height: 270px;
  margin: 21px auto;
  background: #6891ec !important;
  color: #fff !important; }

.promo--static--14 {
  width: 930px;
  height: 300px;
  margin: 20px auto 0; }

.promo--static--17 {
  float: none;
  margin: 10px 0; }

.promo--static--4 {
  width: 300px;
  height: 120px;
  float: right;
  position: relative;
  overflow: hidden; }
  .promo--static--4 img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto; }
  .promo--static--4:hover {
    overflow: inherit; }
    .promo--static--4:hover img {
      z-index: 99; }

.promo--top {
  padding: 0 10px; }
  .promo--top:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1309px) {
    .promo--top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

hr {
  margin: 20px 0 0 0; }

#article-video {
  margin: 20px auto !important; }

#promo21 {
  margin: 20px auto;
  float: none; }

#promo18, #promo19 {
  width: 300px;
  height: 600px;
  margin-bottom: 10px; }

.tiles__item--promo img {
  width: 100%; }

.comment-form {
  color: #9c1011; }
  .comment-form__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px; }
  .comment-form__subtitle {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700; }
  .comment-form__error {
    margin-bottom: 10px;
    background: red;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
    .comment-form__error:last-of-type {
      margin-bottom: 20px; }
  .comment-form__input-wrapper {
    margin-bottom: 10px;
    font-size: 13px; }
  .comment-form__captcha-wrapper {
    max-width: 170px;
    text-align: left;
    margin: 0 0 10px auto; }
  .comment-form textarea, .comment-form input, .comment-form__textarea_wrapper {
    width: 100%; }
  .comment-form input, .comment-form__textarea__wrapper {
    box-sizing: border-box;
    border: 1px solid #9c1011;
    padding: 10px; }

.columns {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px; }
  .columns:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1309px) {
    .columns {
      padding: 0; } }

@media (max-width: 1300px) {
  #community .columns {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.column--left {
  width: 940px;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media (max-width: 1300px) {
    .column--left {
      width: 100%;
      padding-left: 0; } }

@media (min-width: 1311px) {
  .column--right {
    width: 300px;
    padding: 20px 0 0 0;
    margin-left: 20px; }
    .column--right:after {
      content: "";
      display: table;
      clear: both; } }

.sticky-add--sticky {
  position: fixed;
  top: 20px; }

.podtytul {
  color: #9c1011;
  font-weight: bold; }

.blok_przyciskow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .blok_przyciskow a {
    background-color: #9c1011;
    color: #fff;
    font-weight: bold;
    width: 25%;
    padding: 10px 0;
    text-align: center; }
    .blok_przyciskow a:nth-of-type(2) {
      width: 48%; }

.artykul_zdjecia {
  height: 140px;
  border: 1px solid #e2e2e2;
  margin: 20px 0 0 0;
  overflow: hidden;
  position: relative; }

.artykul_zdjecie, .artykul_zdjecie_wiecej {
  display: block;
  float: left;
  text-decoration: none;
  outline: none;
  height: 140px;
  min-width: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer; }

textarea {
  min-height: 120px;
  border: none; }

.quoted_comment {
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  padding: 20px;
  position: relative;
  margin-bottom: 20px; }

.quoted_comment--delete {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #9c1011; }
  .quoted_comment--delete:hover {
    font-weight: bold; }

.comment__content .quoted_comment {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #eaeaea;
  font-style: italic; }

input[name="captcha"] {
  display: block;
  margin: 0 0 0 auto;
  max-width: 170px;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
  color: #9c1011;
  font-weight: bold; }

.btn--comment {
  width: 170px; }

.btn {
  font-weight: bold;
  background: #9c1011;
  border: 0;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  box-sizing: border-box;
  padding: 10px 0;
  color: #fff; }
  .btn:hover {
    background: #ffc529;
    color: #9c1011; }

.jssocials-shares {
  text-align: right; }

#wrapper--comments {
  font-size: 14px;
  line-height: 20px; }

.article__title {
  color: #9c1011;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700; }

.article__subtitle {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700; }

.article__content {
  color: #292929;
  line-height: 20px;
  margin: 0 0 20px 0;
  font-size: 18px; }
  .article__content img {
    width: 100% !important;
    height: auto !important; }

.form--comments__title, .form--comments__subtitle {
  font-size: 18px;
  color: #9c1011;
  font-weight: bold; }

.comments {
  margin-top: 10px; }

.wrapper--comments__title {
  font-size: 18px;
  color: #9c1011;
  font-weight: bold; }

.wrapper--comment {
  border: 1px solid #9c1011;
  padding: 10px;
  margin-bottom: 10px; }

.comment__name {
  color: #9c1011;
  font-weight: bold;
  font-size: 14px;
  padding-right: 5px; }

.comment__content {
  padding: 20px 0 10px 0;
  font-size: 14px; }

.comment__quote, .comment__report {
  float: right;
  float: right;
  background: #9c1011;
  padding: 5px 10px;
  color: #fff;
  margin-top: -10px;
  margin-left: 5px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all ease-in-out; }
  .comment__quote:hover, .comment__report:hover {
    background: #ffc529;
    color: #9c1011; }

#carousel .slides li {
  cursor: pointer; }

#slider.flexslider {
  margin: 0 0 4px;
  border: 0px solid #fff; }

#carousel.flexslider {
  border: 0;
  margin-bottom: 0; }

#slider > .flex-viewport:hover {
  cursor: -moz-zoom-in; }

.report {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s all ease-in-out; }
  .report--sent {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px; }
  .report--visible {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .report__reason {
    border: 1px solid #9c1011; }
  .report__btn--send {
    width: 100%; }

.zgloszenie {
  width: 500px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #9c1011;
  background-color: #fff;
  position: relative; }

#article-video {
  margin: 0 auto; }

.similar-list__item {
  font-size: 16px; }

.article__similar__title {
  font-size: 18px;
  color: #9c1011;
  font-weight: bold; }

.background-ad {
  position: absolute;
  min-width: 200px;
  z-index: 10;
  width: 300px; }
  @media (max-width: 1309px) {
    .background-ad {
      display: none; } }

.background-ad--left {
  left: -300px; }

.background-ad--right {
  right: -300px; }

.ad {
  position: fixed;
  top: 314px;
  background: coral;
  width: 300px;
  height: auto; }

.page-content__wrapper {
  position: relative; }

.ad .promo--static img {
  height: auto; }

html, body, div, form, h1, h2, h3, p, img {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

a {
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

:focus {
  outline: 0; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }

.wyszukiwarka {
  position: relative; }

.page-header__social {
  color: #545454;
  font-size: 14px; }
  @media (max-width: 679px) {
    .page-header__social {
      display: none; } }

@media (max-width: 679px) {
  .site-logo {
    margin: 0 auto; } }

.wyszukiwarka_przycisk {
  display: block;
  float: right;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  width: 36px;
  height: 36px;
  background-color: transparent;
  background-image: url(../../images/wyszukiwarka_przycisk.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  font-family: lato, tahoma, verdana; }

.wyszukiwarka_przycisk--footer {
  background-color: #fff;
  top: 0px;
  right: 0px; }

.page-search {
  max-width: 100%;
  width: 100%;
  border: 1px solid #2c2c2c;
  color: #545454;
  padding: 10px;
  margin: 10px 0; }

@media (max-width: 679px) {
  .social-icons {
    display: none !important; } }

.wrapper {
  box-sizing: border-box; }
  @media (min-width: 360px) and (max-width: 1309px) {
    .wrapper {
      margin: 0 auto;
      max-width: 680px; } }
  @media (min-width: 1310px) {
    .wrapper {
      margin: 0 auto;
      max-width: 1310px; } }

@media (max-width: 1309px) {
  .promo-item {
    display: none !important; } }

.blok_ikona {
  width: 40px;
  height: 40px;
  background-color: #FEC12F;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20%;
  position: absolute;
  top: -24px;
  right: 20px;
  background-image: url(/images/blok_ikona_czytaj.png); }

.rotator .blok_ikona {
  bottom: 110px;
  top: initial; }

.page-slider-home .rotator .blok_ikona {
  bottom: 70px; }

.tiles__item--long .blok_ikona {
  bottom: 168px; }
  @media (max-width: 1300px) {
    .tiles__item--long .blok_ikona {
      bottom: 110px; } }

.tiles__item--long .tile__content {
  height: 165px;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1300px) {
    .tiles__item--long .tile__content {
      height: auto; } }

.load_more_articles {
  margin: 10px 0 20px 10px;
  max-width: 1260px;
  background: #9c1011;
  color: #fff;
  width: 100%;
  display: block;
  padding: 20px 0;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  transition: 0.3s all ease-in-out; }
  .load_more_articles:hover {
    background: #ffc529;
    color: #9c1011; }
  @media (max-width: 1309px) {
    .load_more_articles {
      max-width: 620px; } }
  @media (max-width: 679px) {
    .load_more_articles {
      margin: 10px 0; } }

.rotator .tile {
  border-radius: 0 !important;
  border: 0 !important; }

.page-search--footer {
  border-color: #fff;
  background: #9c1011;
  color: #fff;
  max-width: 230px;
  margin: 0 auto;
  position: relative; }

.page-footer__content--right form {
  text-align: center;
  position: relative; }

.todays-date--footer {
  font-size: 14px;
  max-width: 230px;
  margin: 10px auto;
  display: none; }

.facebook_fanpage {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #9c1011; }

.facebook_logo {
  color: #3F51B5;
  font-size: 50px;
  margin: 0 0 0 5px; }

.form_wide textarea {
  width: 395px;
  height: 150px;
  border: 1px solid #a9a9a9; }

.community-showcase {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px; }
  .community-showcase__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .community-showcase span {
    font-weight: bold; }
  @media (max-width: 1300px) {
    .community-showcase {
      margin-top: 0; } }

.community-showcase img {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 20px; }

.community-showcase__link {
  color: #9c1011;
  width: 100%;
  text-align: center;
  display: block;
  margin: 20px 0;
  font-weight: bold;
  font-size: 14px; }

.showcase-image {
  max-width: 300px;
  max-height: 200px; }
  .showcase-image img {
    width: 100%;
    height: 100%; }

.community_link {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-size: 13px; }

.img--captcha {
  width: 170px;
  margin-bottom: 10px; }

.site-nav--mobile {
  display: none; }

.showcase-image img {
  width: 300px !important;
  height: 200px !important; }

.mobile_menu_toggle {
  display: none; }

@media (max-width: 1300px) {
  .site-nav--mobile {
    display: none;
    background-color: #9c1011;
    position: fixed;
    left: 0;
    /*-webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      transition: transform 0.3s;*/
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 999; } }
  @media (max-width: 1300px) and (max-width: 679px) {
    .site-nav--mobile {
      width: 100%; } }
  @media (max-width: 1300px) and (min-width: 680px) {
    .site-nav--mobile {
      width: 320px; } }

@media (max-width: 1300px) {
  .mobile-menu-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 70px;
    display: block; }
    .mobile-menu-wrapper .page-header__logo {
      height: 56px; }
    .mobile-menu-wrapper span {
      display: block;
      color: #FFF;
      text-transform: uppercase;
      margin-top: 5px;
      font-size: 19px; }
  .mobile_menu_toggle {
    display: block;
    font-size: 34px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #9c1011;
    z-index: 102; }
  .site-nav--mobile .mobile_menu_toggle {
    color: #fff; }
  .site-nav--mobile ul {
    margin: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    transition: 0.5s all ease-in-out;
    -ms-flex-direction: column;
    flex-direction: column; }
  .site-nav--mobile ul a {
    color: #fff;
    display: block;
    width: 100%; }
  nav.mobile-menu--active {
    display: block;
    /*-webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;*/
    /*transform: translateX(0px);*/ }
  .page {
    /*-webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transform: translateX(0px);*/ }
  .page.mobile-menu--active {
    /*transform: translateX(300px);*/ } }

.site-nav--mobile__list .site-nav__item {
  display: list-item; }

.info {
  text-align: center;
  border-width: 1px 0 1px 0;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  padding: 10px 0;
  width: 70%;
  margin: 10px auto 30px auto; }

.page-content {
  color: #666; }
  .page-content__wrapper {
    padding: 0 15px; }
    @media (max-width: 1300px) {
      .page-content__wrapper {
        box-sizing: border-box; } }

.page-footer {
  margin: 0px auto 0 auto;
  margin-bottom: 20px;
  color: #222; }
  .page-footer:after {
    content: "";
    display: table;
    clear: both; }
  .page-footer .wrapper {
    padding: 0 25px; }
    .page-footer .wrapper:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 1309px) {
      .page-footer .wrapper {
        display: -ms-flexbox;
        display: flex;
        padding: 0 15px; } }
  .page-footer__title {
    font-size: 19px;
    text-align: center; }
    @media (max-width: 1300px) {
      .page-footer__title {
        font-size: 14px;
        margin-bottom: 10px; } }
  .page-footer__logo {
    width: auto;
    float: left;
    width: 18%; }
    @media (max-width: 1309px) {
      .page-footer__logo {
        display: none; } }
  .page-footer img.page-footer__img {
    height: 130px; }
  .page-footer__content {
    width: 82%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 18px; }
    @media (max-width: 1309px) {
      .page-footer__content {
        width: 100%;
        display: block;
        height: auto;
        padding: 0; } }
    .page-footer__content--left {
      background-color: #de9c10;
      padding: 10px;
      box-sizing: border-box;
      border-radius: 10px 0 0 10px;
      width: 50%; }
      @media (max-width: 1309px) {
        .page-footer__content--left {
          width: 100%;
          display: block;
          border-radius: 0; } }
    .page-footer__content--right {
      background-color: #9c1011;
      padding: 10px;
      box-sizing: border-box;
      border-radius: 0 10px 10px 0;
      width: 50%; }
      @media (min-width: 1310px) {
        .page-footer__content--right {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (max-width: 1309px) {
        .page-footer__content--right {
          width: 100%;
          display: block;
          border-radius: 0; } }
    @media (max-width: 1309px) {
      .page-footer__content {
        width: 100%;
        padding: 0 20px 0 10px; } }
    @media (max-width: 679px) {
      .page-footer__content {
        padding: 0; } }
    @media (max-width: 679px) {
      .page-footer__content {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .page-footer .social-icons__icon {
    filter: grayscale(0%); }

.copyright {
  font-size: 12px; }

.page-footer-list {
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
  margin: 0; }
  .page-footer-list a {
    color: #fff; }
  @media (max-width: 1309px) {
    .page-footer-list {
      height: auto; } }
  @media (max-width: 1300px) {
    .page-footer-list {
      margin-top: 0; } }

.page-footer .social-icons {
  margin: 0 20px;
  max-height: 36px; }
  @media (max-width: 1309px) {
    .page-footer .social-icons {
      display: none; } }

.page-search--footer {
  border-color: #fff;
  background: #9c1011;
  color: #fff;
  height: 36px; }

@media (max-width: 1309px) {
  .page-search--footer {
    width: 100%;
    max-width: 100%;
    margin: 0; } }

@media (max-width: 1309px) {
  .page-footer__title,
  .todays-date--footer {
    display: none; } }

@media (min-width: 1310px) {
  .page-footer__title {
    width: 100%;
    display: block; } }

@media (max-width: 1309px) {
  .wyszukiwarka_przycisk--footer {
    top: 0;
    right: 0; } }

@media (max-width: 1300px) {
  nav {
    display: none; } }

.page-head {
  background: #fff;
  padding: 20px 0 0 0;
  margin-bottom: 20px; }
  @media (max-width: 1300px) {
    .page-head {
      border-bottom: 25px solid #9c1011;
      margin-bottom: 20px; } }

.site-nav, .site-nav--white {
  background-color: #9c1011;
  height: 59px;
  text-align: center; }
  .site-nav--white {
    background: ghostwhite;
    border-bottom: 1px solid #d8d8d8; }
  .site-nav__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .site-nav__item {
    display: inline-block; }
  .site-nav__link, .site-nav__link--red {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 59px;
    padding: 0 10px;
    font-weight: 700; }
  .site-nav__link--red {
    color: #9c1011;
    font-weight: 400; }
  .site-nav--white a {
    font-size: 16px; }

.page-header {
  max-width: 1088px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px; }
  .page-header__logo {
    height: 120px;
    width: auto; }
  @media (max-width: 1300px) {
    .page-header {
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 35px;
      box-sizing: border-box; } }

.social-icons {
  width: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .social-icons__icon {
    cursor: pointer;
    filter: grayscale(100%); }
    .social-icons__icon:hover {
      filter: grayscale(0%); }
  @media (max-width: 1300px) {
    .social-icons {
      width: 100%; } }

.page-footer .social-icons {
  max-width: 180px; }

.date {
  color: #222; }

.popup_wrapper {
  display: none;
  position: relative;
  z-index: 10000000; }

.popup--desktop {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  position: fixed;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1309px) {
    .popup--desktop {
      display: none; } }

.popup--mobile {
  display: none; }
  @media (max-width: 1309px) {
    .popup--mobile {
      display: block;
      z-index: 999;
      top: 0;
      left: 0;
      width: 100vw;
      position: fixed;
      height: 100vh; } }

.popup--mobile img {
  width: 100%;
  height: 100%; }

.popup_close {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  position: fixed;
  bottom: 10px;
  z-index: 1000;
  width: 190px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 5px;
  border: 3px solid #fff;
  box-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000;
  background-color: rgba(255, 255, 255, 0.2); }

/* Tiles promo */
.promo-item {
  background: #ffc529;
  color: #9c1011;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

#promo900 {
  width: 970px !important;
  margin: 0 auto !important;
  float: none;
  display: block;
  height: 90px !important; }
#promo901 {
  width: 970px !important;
  margin: 0 auto !important;
  float: none;
  display: block;
  height: 250px !important; }
#promo902 {
  width: 750px !important;
  margin: 0 auto !important;
  float: none;
  display: block;
  height: 200px !important; }
#promo903 {
  width: 336px !important;
  margin: 0 auto !important;
  float: left;
  display: block;
  height: 280px !important;}
#promo904 {
  width: 750px !important;
  margin: 0 auto !important;
  float: none;
  display: block;
  height: 300px !important;}
#promo905 {
  width: 336px !important;
  margin: 0 auto !important;
  float: left;
  display: block;
  height: 280px !important;}
#promo906 {
  width: 336px !important;
  margin: 0 auto !important;
  float: left;
  display: block;
  height: 280px !important;}
#promo907 {
  width: 336px !important;
  margin: 0 auto !important;
  float: left;
  display: block;
  height: 280px !important;}
#promo908 {
  width: 300px !important;
  margin: 0 auto !important;
  float: left;
  display: block;
  height: 250px !important;}
#promo909 {
  width: 336px !important;
  margin: 0 auto !important;
  float: left;
  display: block;
  height: 280px !important;}

#promo11 {
  width: 970px;
  margin: 0 auto;
  float: none;
  display: block;
  height: 270px; }

#promo14 {
  width: 930px;
  height: 300px;
  display: block; }

#promo3, #promo17 {
  width: 940px;
  height: 120px;
  float: left; }

#promo4 {
  margin-left: 20px; }

.promo--mobile {
  display: none !important; }
  @media (max-width: 1309px) {
    .promo--mobile {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      margin: 0 0 0 10px !important;
      padding: 0 30px 0 0 !important;
      float: none !important; }
      .promo--mobile img {
        width: 100%; } }
  @media (max-width: 679px) {
    .promo--mobile {
      padding: 0 !important;
      margin: 0 !important; } }

@media (max-width: 1309px) {
  #promo25, #promo28 {
    margin-bottom: 20px !important; } }

@media (max-width: 679px) {
  #promo25, #promo28 {
    margin-bottom: 10px !important; } }

#promo26, #promo27 {
  float: left !important; }
  @media (max-width: 1309px) {
    #promo26, #promo27 {
      margin-top: 10px !important;
      margin-bottom: 10px !important; } }
  @media (max-width: 679px) {
    #promo26, #promo27 {
      margin-bottom: 10px !important;
      margin-top: 10px !important; } }

.sidebar {
  margin-top: 10px; }

.rotator {
  height: 490px;
  box-sizing: border-box;
  overflow: hidden;
  width: 940px;
  position: relative; }
  @media (max-width: 1300px) {
    .rotator {
      margin: 0 10px; } }
  @media (max-width: 1309px) {
    .rotator {
      width: 100%; } }

.rotator_linki {
  width: 300px;
  min-height: 435px;
  background-position: 13px top;
  background-repeat: repeat-y;
  border: 1px solid #d8d8d8; }
  @media (max-width: 1310px) {
    .rotator_linki {
      display: none; } }

.rotator .tile {
  border-radius: 0;
  border: 0; }

.rotator {
  border: 1px solid #d8d8d8; }
  @media (max-width: 1309px) {
    .rotator {
      margin: 0 10px;
      max-width: 620px; } }

a.rotator_link_tytul {
  margin-top: 10px !important; }

.rotator_tresc {
  font-size: 14px; }
  @media (max-width: 1309px) {
    .rotator_tresc {
      height: 57px;
      display: block;
      overflow: hidden; } }

.rotator_linki a {
  display: block;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  outline: none;
  margin: 5px 0;
  padding: 0 10px;
  font-size: 14px;
  min-height: 7px;
  background-position: 10px center;
  background-repeat: no-repeat; }

.rotator_linki a:hover, .rotator_linki a.wyb {
  color: #9c1011;
  text-decoration: underline; }

.rotator_link_tytul {
  font-weight: bold;
  font-size: 16px !important;
  color: #9c1011 !important; }

.rotator a {
  display: block;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  width: 940px;
  height: 490px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.rotator_pasek {
  width: 100%;
  height: 130px;
  padding: 16px 20px;
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  box-sizing: border-box; }

.page-slider-home .rotator_pasek{
  height: 90px;
}

.slidesjs-container {
  overflow: hidden;
  position: relative;
  height: 579px !important; }

.rotator_tytul {
  color: #9c1011;
  font-size: 24px;
  display: block;
  height: 35px;
  overflow: hidden;
  font-weight: 700; }
  @media (max-width: 1309px) {
    .rotator_tytul {
      height: 33px;
      overflow: hidden; } }

.rotator_tresc {
  color: #000; }

#slides .slidesjs-next, #slides2 .slidesjs-next {
  right: 0;
  background-image: url(../images/slidesjs-next.png); }

#slides .slidesjs-pagination {
  list-style: none;
  display: table;
  margin: -110px auto 0 auto;
  padding: 10px 6px;
  border: 0;
  text-align: center;
  z-index: 10;
  position: relative;
  vertical-align: middle; }

#slides .slidesjs-pagination li {
  display: table-cell;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle; }

#slides .slidesjs-pagination li a {
  display: block;
  float: left;
  text-decoration: none;
  outline: none;
  margin: 0 6px;
  padding: 0;
  border: 0;
  width: 58px;
  height: 4px;
  background-color: #606060;
  text-indent: -9999px; }

#slides .slidesjs-pagination li a.active {
  background-color: #9c1011; }

.tile__image--rotate {
  height: 100% !important; }

.page-slider-home {
  height: 464px;}

@media (max-width: 1309px) {
  .page-slider {
    display: none; } }

.slidesjs-next {
  right: 0 !important;
  background-image: url(../../images/slidesjs-next.png) !important; }

.slidesjs-previous {
  left: 0 !important;
  background-image: url(../../images/slidesjs-previous.png) !important; }

.slidesjs-navigation {
  top: 0 !important;
  font-size: 0;
  background-size: 40% !important;
  background-position: center center !important;
  box-sizing: border-box;
  position: absolute !important;
  padding: 0 25px !important;
  z-index: 222;
  height: 360px !important;
  width: 17px !important; }

.tiles__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tiles__list:after {
    content: "";
    display: table;
    clear: both; }

/* Basic tiles settings */
.tile {
  overflow: hidden;
  position: relative; }
  .tile:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 679px) {
    .tile {
      margin: 10px 0; } }
  @media (min-width: 680px) {
    .tile {
      margin: 10px; } }
  .tile a {
    height: 100%;
    display: block; }
  .tile--halfsize:nth-of-type(even) {
    margin-right: 0; }
  .tile--halfsize:nth-of-type(odd) {
    margin-left: 0; }
  .tile__image {
    background-position: center;
    background-size: cover; }
  .tile a.tile__readmore {
    display: inline;
    color: #000; }
  .tile__title {
    color: #9c1011;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 22px; }
  .tile__desc {
    color: #252525;
    font-size: 14px;
    overflow: hidden; }
    @media (max-width: 1309px) {
      .tile__desc {
        height: 40px;
        overflow: hidden;
        display: block; } }
  .tile__date {
    color: #252525;
    font-size: 11px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 15px;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    right: 15px; }
  .tile__content {
    position: relative;
    padding: 20px; }
  @media (max-width: 1309px) {
    .tile__image {
      height: 170px; } }
  @media (min-width: 1310px) {
    .tile__image {
      height: 170px; }
    .tile--big .tile__image {
      height: 430px; }
    .tile--halfsize .tile__image {
      height: 290px; } }

/* Tiles Description */
.tile__desc {
  overflow: hidden; }

.tile--standard .tile__desc,
.tile--wide .tile__desc {
  height: 40px; }

.tile--big .tile__desc {
  height: 96px; }
  @media (max-width: 1309px) {
    .tile--big .tile__desc {
      height: 40px; } }

/* Background-color, border and border radius only article tiles */
.tile:not(.promo-item) {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px; }

/* Tiles floating */
.tile:not(.tile--right) {
  float: left; }

.tile--right {
  float: right; }

/* Tiles size settings */
@media (max-width: 679px) {
  .tile--standard {
    width: 100%;
    height: 300px; } }

@media (min-width: 680px) {
  .tile--standard {
    width: 300px;
    height: 300px; } }

@media (max-width: 1309px) {
  .tile--halfsize {
    width: 100%;
    height: 300px;
    margin: 10px 0; } }

@media (max-width: 679px) {
  .tile--standard, .tile--big, .tile--wide, .tile--halfsize {
    width: 100%;
    height: 300px; } }

@media (min-width: 680px) {
  .tile--big, .tile--wide {
    width: 300px;
    height: 300px; } }

@media (min-width: 1310px) {
  .tile--big {
    width: 620px;
    height: 620px; }
  .tile--halfsize {
    width: 460px;
    height: 430px; }
  .tile--long {
    width: 300px;
    height: 620px; }
  .tile--wide {
    width: 620px;
    height: 300px; }
  .tile--ultrawide {
    width: 940px;
    height: 300px; } }

.rotator {
  display: none; }
  @media (min-width: 1310px) {
    .rotator {
      display: block; } }

.tiles__list {
  display: block; }
  @media (max-width: 1309px) {
    .tiles__list {
      display: none; } }

.tiles__list--mobile {
  display: none; }
  @media (max-width: 1309px) {
    .tiles__list--mobile {
      display: block; } }

/* =================================================
    utilities/_variables.scss
================================================= */
