.social-list {
    padding-right: 5%;
}

.social-list li a {
    background: transparent;
}

.social-list img {
    background: transparent;
    max-width: 42px;
    max-height: 42px;
}

.top-btn-facebook {
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  background-image: url(/images/social/facebook.png);
  background-size: 42px auto;
  width: 42px;
  height: 42px;
  max-height: 42px;
  opacity: 1.0;
}

.top-btn-twitter {
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  background-image: url(/images/social/twitter.png);
  background-size: 42px auto;
  width: 42px;
  height: 42px;
  max-height: 42px;
  opacity: 1.0;
}

.top-btn-youtube {
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  background-image: url(/images/social/youtube.png);
  background-size: 42px auto;
  width: 42px;
  height: 42px;
  max-height: 42px;
  opacity: 1.0;
}

.top-btn-poczta {
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  background-image: url(/images/social/poczta.png);
  background-size: 42px auto;
  width: 42px;
  height: 42px;
  max-height: 42px;
  opacity: 1.0;
}

#t4-buttons {
    margin: -40px auto -15px 40px;
}

#t4-buttons img {
  opacity: 0.8;
  object-fit: none;
  filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 0.1s ease;
}

#t4-buttons img:hover {
   opacity: 1.0;
   filter: grayscale(0%);
   filter: gray;
   -webkit-filter: grayscale(0%);
   filter: none;
   transition: 0.1s ease;
}

#djslider-loader140 .dj-image {
    padding: 1px 1px 1px 1px;
    background: rgba(255,255,255,0.3);
}

.slide-desc-bg-default {
    padding: 0px 1px 1px 1px;
    background: rgba(0,0,0,0.05);
}

.slide-desc-text-default .slide-title {
    font-size: 1.3em;
    font-weight: 600;
}

.slide-desc-text-default .slide-title a:hover {
    text-decoration: none;
}

/* Default */
#t4-main-body .bg-overlay-image {
    margin-top: -29px;
}

/* Front Page */
#t4-section-1 .bg-overlay-image {
    margin-top: -80px;
}

#t4-content-mass-bottom .section-ct {
    margin-top: 0px;
}

#t4-header {
    border-bottom: 0px solid rgba(68,74,94,0.12);
    padding: 0;
}

#t4-hero-section {
    min-height: 410px;
    padding: 40px 0 35px 0;
    border-bottom: 0px solid rgba(68,74,94,0.12);
}

#t4-hero-section .bg-overlay {
    opacity: 100;
    background-image: url(/images/hero-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: inherit;
}

#t4-section-3 {
    padding: 5px 0 10px 0;
}

.t4-main-body {
    min-height: 700px;
}

.bg-gray-100 {
    background-color: transparent;
}

.t4-wrapper {
    background: url(/images/wrapper-bg.jpg) top center, url(/images/wrapper-bg-bottom.jpg) bottom center;
    background-repeat: no-repeat;
    background-size: inherit;
}

.t4-content {
   background-color: transparent;
}

#slider140 {
    border: 5px solid rgba(68,74,94,0.12);
}

.djslider-default {
    margin: 70px 0px 0px auto;
}

.djslider-default .slide-desc {
    position: relative;
    margin-top: -68px;
}

#navigation140 .navigation-container {
    position: relative;
    top: 70px;   
}

.com-content-article__body .article-extra-ct {
    background-color: #fcfcfb;
    border: 1px solid #fcfcfb;
    -webkit-box-shadow: 5px 5px 0 rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 0 rgb(0 0 0 / 5%);
    margin-bottom: 3rem;
    padding: 1.5rem;
}

.offer-list .item-media {
    object-fit: fill;
    margin-top: 5px;
    margin-right: 2erm;
    max-width: 350px;
    max-height: 220px;
    border: 5px solid rgba(68,74,94,0.12);
}

.offer-list .item-media img {
    object-fit: fill;
    padding: 0px 5px 10px 0px;
    border-radius: 0 0 0 0;
    max-width: 350px;
    max-height: 220px;
    min-width: 350px;
    min-height: 220px;
    width: auto;
    height: auto;
    opacity: 1.0;
}

.offer-list .item-media img:hover {
   object-fit: fill;
   opacity: 0.95;
}

.offer-inner {
    color: #212529;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    height: auto;
}

.article-extra-ct {
  visibility: hidden;
  display: none;
}

.item-image.pull-left {
    margin-top: 15px;
    margin-right: 2erm;
    max-width: 350px;
    max-height: 220px;
    min-width: 350px;
    min-height: 220px;
    width: auto;
    height: auto;
    border: 5px solid rgba(68,74,94,0.12);
    overflow: hidden;
}

.item-image.pull-left img {
    object-fit: cover;
    padding: 0px 10px 10px 0px;
    border-radius: 0 0 0 0;
    max-width: 350px;
    max-height: 220px;
    min-width: 350px;
    min-height: 220px;
    width: auto;
    height: auto;
    opacity: 1.0;
    -webkit-transition: 1s linear;
    transition: 1s linear;
}

.item-image.pull-left img:hover {
   opacity: 0.8;
   object-fit: cover;
   -webkit-transform: scale(1.15);
   transform: scale(1.15);
   -webkit-filter: grayscale(10%);
}

.item-image.pull-right {
    margin-top: 15px;
    margin-left: 2erm;
    max-width: 350px;
    max-height: 220px;
    min-width: 350px;
    min-height: 220px;
    width: auto;
    height: auto;
    border: 5px solid rgba(68,74,94,0.12);
    overflow: hidden;
}

.item-image.pull-right img {
    object-fit: cover;
    padding: 0px 0px 0px 0px;
    border-radius: 0 0 0 0;
    max-width: 350px;
    max-height: 220px;
    min-width: 350px;
    min-height: 220px;
    width: auto;
    height: auto;
    opacity: 1.0;
    -webkit-transition: 1s linear;
    transition: 1s linear;
}

.item-image.pull-right img:hover {
   opacity: 0.8;
   object-fit: cover;
   -webkit-transform: scale(1.15);
   transform: scale(1.15);
   -webkit-filter: grayscale(10%);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #67758d;
}

.t4-palette-dark {
    background-color:  transparent;
}

.bg-gray-800 {
    background-color:  transparent;
}

#t4-footnav {
    padding-bottom: 60px;
}

.t4-footnav .navbar .nav>li a {
    color: #e4e4e4;
}

.t4-footer {
    opacity: 0.8;
}

.t4-footer a:link {
    text-decoration: none;
    font-weight: bold;
    opacity: 0.8;
}

.t4-footer a:hover {
    text-decoration: none;
    font-weight: bold;
}

.flipster__nav {
    margin: 1em 0 2em 0;
    padding: 1em 0 0 0;
    color: #a6a6a6;
    text-decoration: none;
}

.flipster__nav__link::after {
    background: #b7bec7;
}

.flipster__nav__item--current > .flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
    color: #b7bec7;
    text-decoration: none;
}

.flipster__nav__item--current > .flipster__nav__link::after, .flipster__nav__link:hover::after, .flipster__nav__link:focus::after {
    transform: translateY(2em);
}

.jmm-img-carousel .flipster__item--current .jmm-title {
    visibility: hidden;
    display: none;
}

.flipster__button svg {
    color: #a6a6a6;
    stroke-width: 1;
}

.t4-palette-dark .t4-module .module-title {
    color: #748193;
    opacity: 0.8;
}

.btn.btn-secondary {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #74868c;
}

.offer-list .offer-inner {
    background-color: transparent;
    padding: 0 0 0.3rem 0;
}

.registration fieldset:before {
    background-color: transparent;
}

.registration fieldset legend {
    background-color: transparent;
    border-bottom: none;
}

.login-wrap .login {
    background-color: transparent;
}

.t4-header-right .navbar .nav .nav-link.nav-link-signin {
    background-color: #2586a7;
}

.tag-filter button.is-checked {
    background-color: #2586a7;
}

.item-intro {
   margin-bottom: 0rem;
   margin-top: -1.2rem;
}

.tag-filter {
    margin-bottom: 0.5rem;
    display: none;
}