
:root{
--color-primary:#8b2744;
--color-secondary:#f4d7df;
--color-success:#ffc107;
--color-info:#000066;
--color-warning:#ffc107;
--color-danger:#d26080;
--color-light:#f8f9fa;
--color-dark:#111111;
--color-white:#ffffff;
--color-black:#000000;
--body-bg-color:#8b2744;
--body-text-color:#ffffff;
--body-link-color:#f4d7df;
--body-link-hover-color:#f5c6d3;
--mainnav-text-color:#212529;
--mainnav-link-color:#d26080;
--mainnav-link-hover-color:#d26080;
--mainnav-link-active-color:#d26080;
--footer-bg-color:#212529;
--footer-text-color:#ffffff;
--footer-link-color:#f4d7df;
--footer-link-hover-color:#d26080;
}
/* Pattern: Menu Top */
.t4-palette-dark {
	color: #ffffff;
	background-color: #27010c;
}
.t4-palette-dark a:not(.btn) {
	color: #ffffff;
}
.t4-palette-dark a:not(.btn):hover {
	color: #cc0044;
}
/* Heading */
.t4-palette-dark h1,
.t4-palette-dark h2,
.t4-palette-dark h3,
.t4-palette-dark h4,
.t4-palette-dark h5,
.t4-palette-dark h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-dark .nav > li > a {
	color: #ffffff;
}
.t4-palette-dark .nav > li > a:hover,
.t4-palette-dark .nav > li > a:focus,
.t4-palette-dark .nav > li > a:active {
	color: #cc0044;
}
.layout-home .t4-sticky.t4-palette-dark {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-dark {
	background-color: #27010c;
}

/* Pattern: Primary */
.t4-palette-primary {
	color: #ffffff;
	background-color: #8b2744;
}
.t4-palette-primary a:not(.btn) {
	color: #f4d7df;
}
.t4-palette-primary a:not(.btn):hover {
	color: #f4d7df;
}
/* Heading */
.t4-palette-primary h1,
.t4-palette-primary h2,
.t4-palette-primary h3,
.t4-palette-primary h4,
.t4-palette-primary h5,
.t4-palette-primary h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-primary .nav > li > a {
	color: #f4d7df;
}
.t4-palette-primary .nav > li > a:hover,
.t4-palette-primary .nav > li > a:focus,
.t4-palette-primary .nav > li > a:active {
	color: #f4d7df;
}
.layout-home .t4-sticky.t4-palette-primary {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary {
	background-color: #8b2744;
}

/* Pattern: Wstęp */
.t4-palette-gray {
	color: #000000;
	background-color: #f8f9fa;
}
.t4-palette-gray a:not(.btn) {
	color: #ffffff;
}
.t4-palette-gray a:not(.btn):hover {
	color: #ffffff;
}
/* Heading */
.t4-palette-gray h1,
.t4-palette-gray h2,
.t4-palette-gray h3,
.t4-palette-gray h4,
.t4-palette-gray h5,
.t4-palette-gray h6 {
	color: #000066;
}
/* Module */
.t4-palette-gray .nav > li > a {
	color: #ffffff;
}
.t4-palette-gray .nav > li > a:hover,
.t4-palette-gray .nav > li > a:focus,
.t4-palette-gray .nav > li > a:active {
	color: #ffffff;
}
.layout-home .t4-sticky.t4-palette-gray {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-gray {
	background-color: #f8f9fa;
}

/* Pattern: Transparent */
.t4-palette-transparent {
	color: #f8f9fa;
	background-color: rgba(255, 255, 255, 0);
}
.t4-palette-transparent a:not(.btn) {
	color: #22cc99;
}
.t4-palette-transparent a:not(.btn):hover {
	color: #22cc99;
}
/* Heading */
.t4-palette-transparent h1,
.t4-palette-transparent h2,
.t4-palette-transparent h3,
.t4-palette-transparent h4,
.t4-palette-transparent h5,
.t4-palette-transparent h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-transparent .nav > li > a {
	color: #22cc99;
}
.t4-palette-transparent .nav > li > a:hover,
.t4-palette-transparent .nav > li > a:focus,
.t4-palette-transparent .nav > li > a:active {
	color: #22cc99;
}
.layout-home .t4-sticky.t4-palette-transparent {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-transparent {
	background-color: rgba(255, 255, 255, 0);
}

/* Pattern: Menu Top copy 1 */
.t4-palette-menu_top_copy_1 {
	color: #000000;
	background-color: #f4d7df;
}
.t4-palette-menu_top_copy_1 a:not(.btn) {
	color: #d26080;
}
.t4-palette-menu_top_copy_1 a:not(.btn):hover {
	color: #8b2744;
}
/* Heading */
.t4-palette-menu_top_copy_1 h1,
.t4-palette-menu_top_copy_1 h2,
.t4-palette-menu_top_copy_1 h3,
.t4-palette-menu_top_copy_1 h4,
.t4-palette-menu_top_copy_1 h5,
.t4-palette-menu_top_copy_1 h6 {
	color: #000000;
}
/* Module */
.t4-palette-menu_top_copy_1 .nav > li > a {
	color: #d26080;
}
.t4-palette-menu_top_copy_1 .nav > li > a:hover,
.t4-palette-menu_top_copy_1 .nav > li > a:focus,
.t4-palette-menu_top_copy_1 .nav > li > a:active {
	color: #8b2744;
}
.layout-home .t4-sticky.t4-palette-menu_top_copy_1 {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-menu_top_copy_1 {
	background-color: #f4d7df;
}

/* Pattern: Menu Top copy */
.t4-palette-menu_top_copy {
	color: #000000;
	background-color: #f4d7df;
}
.t4-palette-menu_top_copy a:not(.btn) {
	color: #d26080;
}
.t4-palette-menu_top_copy a:not(.btn):hover {
	color: #8b2744;
}
/* Heading */
.t4-palette-menu_top_copy h1,
.t4-palette-menu_top_copy h2,
.t4-palette-menu_top_copy h3,
.t4-palette-menu_top_copy h4,
.t4-palette-menu_top_copy h5,
.t4-palette-menu_top_copy h6 {
	color: #000000;
}
/* Module */
.t4-palette-menu_top_copy .nav > li > a {
	color: #d26080;
}
.t4-palette-menu_top_copy .nav > li > a:hover,
.t4-palette-menu_top_copy .nav > li > a:focus,
.t4-palette-menu_top_copy .nav > li > a:active {
	color: #8b2744;
}
.layout-home .t4-sticky.t4-palette-menu_top_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-menu_top_copy {
	background-color: #f4d7df;
}

/* Pattern: Breadcrumb */
.t4-palette-breadcrumb {
	color: #000000;
	background-color: #f4d7df;
}
.t4-palette-breadcrumb a:not(.btn) {
	color: #000000;
}
.t4-palette-breadcrumb a:not(.btn):hover {
	color: #000000;
}
/* Heading */
.t4-palette-breadcrumb h1,
.t4-palette-breadcrumb h2,
.t4-palette-breadcrumb h3,
.t4-palette-breadcrumb h4,
.t4-palette-breadcrumb h5,
.t4-palette-breadcrumb h6 {
	color: #000000;
}
/* Module */
.t4-palette-breadcrumb .nav > li > a {
	color: #000000;
}
.t4-palette-breadcrumb .nav > li > a:hover,
.t4-palette-breadcrumb .nav > li > a:focus,
.t4-palette-breadcrumb .nav > li > a:active {
	color: #000000;
}
.layout-home .t4-sticky.t4-palette-breadcrumb {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-breadcrumb {
	background-color: #f4d7df;
}

/* Pattern: Oferta - strona główna */
.t4-palette-oferta_-_strona_główna {
	color: #ffffff;
	background-color: #8b2744;
}
.t4-palette-oferta_-_strona_główna a:not(.btn) {
	color: #ffffff;
}
.t4-palette-oferta_-_strona_główna a:not(.btn):hover {
	color: #edc4d0;
}
/* Heading */
.t4-palette-oferta_-_strona_główna h1,
.t4-palette-oferta_-_strona_główna h2,
.t4-palette-oferta_-_strona_główna h3,
.t4-palette-oferta_-_strona_główna h4,
.t4-palette-oferta_-_strona_główna h5,
.t4-palette-oferta_-_strona_główna h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-oferta_-_strona_główna .nav > li > a {
	color: #ffffff;
}
.t4-palette-oferta_-_strona_główna .nav > li > a:hover,
.t4-palette-oferta_-_strona_główna .nav > li > a:focus,
.t4-palette-oferta_-_strona_główna .nav > li > a:active {
	color: #edc4d0;
}
.layout-home .t4-sticky.t4-palette-oferta_-_strona_główna {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-oferta_-_strona_główna {
	background-color: #8b2744;
}

/* Pattern: STOPKA */
.t4-palette-stopka {
	color: #ffffff;
	background-color: #000000;
}
.t4-palette-stopka a:not(.btn) {
	color: #f4d7df;
}
.t4-palette-stopka a:not(.btn):hover {
	color: #ffffff;
}
/* Heading */
.t4-palette-stopka h1,
.t4-palette-stopka h2,
.t4-palette-stopka h3,
.t4-palette-stopka h4,
.t4-palette-stopka h5,
.t4-palette-stopka h6 {
	color: #d26080;
}
/* Module */
.t4-palette-stopka .nav > li > a {
	color: #f4d7df;
}
.t4-palette-stopka .nav > li > a:hover,
.t4-palette-stopka .nav > li > a:focus,
.t4-palette-stopka .nav > li > a:active {
	color: #ffffff;
}
.layout-home .t4-sticky.t4-palette-stopka {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-stopka {
	background-color: #000000;
}

/* Pattern: Kontakt */
.t4-palette-kontakt {
	color: #ffffff;
	background-color: #8b2744;
}
.t4-palette-kontakt a:not(.btn) {
	color: #ffffff;
}
.t4-palette-kontakt a:not(.btn):hover {
	color: #edc4d0;
}
/* Heading */
.t4-palette-kontakt h1,
.t4-palette-kontakt h2,
.t4-palette-kontakt h3,
.t4-palette-kontakt h4,
.t4-palette-kontakt h5,
.t4-palette-kontakt h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-kontakt .nav > li > a {
	color: #ffffff;
}
.t4-palette-kontakt .nav > li > a:hover,
.t4-palette-kontakt .nav > li > a:focus,
.t4-palette-kontakt .nav > li > a:active {
	color: #edc4d0;
}
.layout-home .t4-sticky.t4-palette-kontakt {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-kontakt {
	background-color: #8b2744;
}

/* Pattern: Oferta-MENU */
.t4-palette-oferta-lewa_copy {
	color: #ffffff;
	background-color: #8b2744;
}
.t4-palette-oferta-lewa_copy a:not(.btn) {
	color: #000000;
}
.t4-palette-oferta-lewa_copy a:not(.btn):hover {
	color: #ffffff;
}
/* Heading */
.t4-palette-oferta-lewa_copy h1,
.t4-palette-oferta-lewa_copy h2,
.t4-palette-oferta-lewa_copy h3,
.t4-palette-oferta-lewa_copy h4,
.t4-palette-oferta-lewa_copy h5,
.t4-palette-oferta-lewa_copy h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-oferta-lewa_copy .nav > li > a {
	color: #000000;
}
.t4-palette-oferta-lewa_copy .nav > li > a:hover,
.t4-palette-oferta-lewa_copy .nav > li > a:focus,
.t4-palette-oferta-lewa_copy .nav > li > a:active {
	color: #ffffff;
}
.layout-home .t4-sticky.t4-palette-oferta-lewa_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-oferta-lewa_copy {
	background-color: #8b2744;
}

/* Pattern: Oferta-MENU lewa */
.t4-palette-oferta-menu_copy {
	color: #ffffff;
	background-color: #8b2744;
}
.t4-palette-oferta-menu_copy a:not(.btn) {
	color: #000000;
}
.t4-palette-oferta-menu_copy a:not(.btn):hover {
	color: #000000;
}
/* Heading */
.t4-palette-oferta-menu_copy h1,
.t4-palette-oferta-menu_copy h2,
.t4-palette-oferta-menu_copy h3,
.t4-palette-oferta-menu_copy h4,
.t4-palette-oferta-menu_copy h5,
.t4-palette-oferta-menu_copy h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-oferta-menu_copy .nav > li > a {
	color: #000000;
}
.t4-palette-oferta-menu_copy .nav > li > a:hover,
.t4-palette-oferta-menu_copy .nav > li > a:focus,
.t4-palette-oferta-menu_copy .nav > li > a:active {
	color: #000000;
}
.layout-home .t4-sticky.t4-palette-oferta-menu_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-oferta-menu_copy {
	background-color: #8b2744;
}

/* Pattern: KSIAZKA - WSTEP */
.t4-palette-ksiazka_-_wstep {
	color: #000000;
	background-color: #8b2744;
}
.t4-palette-ksiazka_-_wstep a:not(.btn) {
	color: #000000;
}
.t4-palette-ksiazka_-_wstep a:not(.btn):hover {
	color: #000000;
}
/* Heading */
.t4-palette-ksiazka_-_wstep h1,
.t4-palette-ksiazka_-_wstep h2,
.t4-palette-ksiazka_-_wstep h3,
.t4-palette-ksiazka_-_wstep h4,
.t4-palette-ksiazka_-_wstep h5,
.t4-palette-ksiazka_-_wstep h6 {
	color: #000000;
}
/* Module */
.t4-palette-ksiazka_-_wstep .nav > li > a {
	color: #000000;
}
.t4-palette-ksiazka_-_wstep .nav > li > a:hover,
.t4-palette-ksiazka_-_wstep .nav > li > a:focus,
.t4-palette-ksiazka_-_wstep .nav > li > a:active {
	color: #000000;
}
.layout-home .t4-sticky.t4-palette-ksiazka_-_wstep {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-ksiazka_-_wstep {
	background-color: #8b2744;
}

/* Pattern: newsletter-kontakt */
.t4-palette-newsletter-kontakt {
	color: #ffffff;
	background-color: #b33257;
}
.t4-palette-newsletter-kontakt a:not(.btn) {
	color: #ffffff;
}
.t4-palette-newsletter-kontakt a:not(.btn):hover {
	color: #ffffff;
}
/* Heading */
.t4-palette-newsletter-kontakt h1,
.t4-palette-newsletter-kontakt h2,
.t4-palette-newsletter-kontakt h3,
.t4-palette-newsletter-kontakt h4,
.t4-palette-newsletter-kontakt h5,
.t4-palette-newsletter-kontakt h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-newsletter-kontakt .nav > li > a {
	color: #ffffff;
}
.t4-palette-newsletter-kontakt .nav > li > a:hover,
.t4-palette-newsletter-kontakt .nav > li > a:focus,
.t4-palette-newsletter-kontakt .nav > li > a:active {
	color: #ffffff;
}
.layout-home .t4-sticky.t4-palette-newsletter-kontakt {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-newsletter-kontakt {
	background-color: #b33257;
}

/* Section: topbar */

#t4-topbar .bg-overlay {
	opacity: 0.5;
}

/* Section: header */
#t4-header {
	position: -webkit-sticky !important;
	position: sticky;
	top: 0;
	z-index: 10;
}
#t4-header .bg-overlay {
	opacity: 0.5;
}
#t4-header .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

/* Section: breadcrumb */

#t4-breadcrumb .bg-overlay {
	opacity: 0.5;
}

/* Section: przyciskitop */

#t4-przyciskitop .bg-overlay {
	opacity: 0.5;
}

/* Section: przyciskibottom */

#t4-przyciskibottom .bg-overlay {
	opacity: 0.5;
}

/* Section: mainbody */

#t4-mainbody .bg-overlay {
	opacity: 0.5;
}

/* Section: formularz-kontaktowy */

#t4-formularz-kontaktowy .bg-overlay {
	opacity: 0.5;
}

/* Section: newsletter */

#t4-newsletter .bg-overlay {
	opacity: 0.5;
}

/* Section: kontakt */

#t4-kontakt .bg-overlay {
	opacity: 0.5;
}

/* Section: footer */

#t4-footer .bg-overlay {
	opacity: 0.5;
}
/**
 * ------------------------------------------------------------------------
 * JA Stark Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
:root {
  --primary: #8b2744;
  --secondary: #f4d7df;
  --success: #ffc107;
  --info: #000066;
  --warning: #ffc107;
  --danger: #d26080;
  --light: #f8f9fa;
  --dark: #111111;
}
/* for megamenu animation duration */
.t4-megamenu.animate .dropdown.animating > .dropdown-menu {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; 
}
html {
  font-size: 17px; 
}
body {
  background-color: #ffffff;
  color: #ffffff;
  font-family: Lato;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal; 
}
.t4-content {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #8b2744; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal; 
}
h1, .h1 {
  font-size: 30px; 
}
h2, .h2 {
  font-size: 27px; 
}
h3, .h3 {
  font-size: 25px; 
}
h4, .h4 {
  font-size: 23px; 
}
h5, .h5 {
  font-size: 20px; 
}
h6, .h6 {
  font-size: 16px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #8b2744 !important; 
}
.bg-secondary {
  background-color: #f4d7df !important; 
}
.bg-success {
  background-color: #ffc107 !important; 
}
.bg-info {
  background-color: #000066 !important; 
}
.bg-warning {
  background-color: #ffc107 !important; 
}
.bg-danger {
  background-color: #d26080 !important; 
}
.bg-light {
  background-color: #f8f9fa !important; 
}
.bg-dark {
  background-color: #111111 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #8b2744 !important;
  border-color: #8b2744 !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #f4d7df !important;
  border-color: #f4d7df !important; 
}
.btn.btn-secondary:hover {
  opacity: 0.85; 
}
.btn.btn-success {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important; 
}
.btn.btn-success:hover {
  opacity: 0.85; 
}
.btn.btn-info {
  background-color: #000066 !important;
  border-color: #000066 !important; 
}
.btn.btn-info:hover {
  opacity: 0.85; 
}
.btn.btn-warning {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important; 
}
.btn.btn-warning:hover {
  opacity: 0.85; 
}
.btn.btn-danger {
  background-color: #d26080 !important;
  border-color: #d26080 !important; 
}
.btn.btn-danger:hover {
  opacity: 0.85; 
}
.btn.btn-light {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important; 
}
.btn.btn-light:hover {
  opacity: 0.85; 
}
.btn.btn-dark {
  background-color: #111111 !important;
  border-color: #111111 !important; 
}
.btn.btn-dark:hover {
  opacity: 0.85; 
}
/* Text Colors */
.text-primary {
  color: #8b2744 !important; 
}
.text-secondary {
  color: #f4d7df !important; 
}
.text-success {
  color: #ffc107 !important; 
}
.text-info {
  color: #000066 !important; 
}
.text-warning {
  color: #ffc107 !important; 
}
.text-danger {
  color: #d26080 !important; 
}
.text-light {
  color: #f8f9fa !important; 
}
.text-dark {
  color: #111111 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #8b2744; 
}
.badge-secondary {
  background-color: #f4d7df; 
}
.badge-success {
  background-color: #ffc107; 
}
.badge-info {
  background-color: #000066; 
}
.badge-warning {
  background-color: #ffc107; 
}
.badge-danger {
  background-color: #d26080; 
}
.badge-light {
  background-color: #f8f9fa; 
}
.badge-dark {
  background-color: #111111; 
}
/* TPL
--------------------------------------- */
.contact .contact-links ul li a:hover > span, .contact .contact-links ul li a:focus > span, .contact .contact-links ul li a:active > span {
  background: #8b2744;
  border-color: #8b2744; 
}
.t4-section.t4-pattern-primary {
  background: #8b2744; 
}
  .t4-section.t4-pattern-primary .bg-overlay-image::after {
    background: #8b2744; 
}
.acm-hero .btn.html5lightbox.primary,
.acm-hero .btn.html5link.primary {
  background: #8b2744; 
}
.t4-megamenu .dropdown-menu ul > li a.nav-link:hover,
.t4-megamenu .dropdown-menu ul > li a.dropdown-item:hover {
  color: #f4d7df; 
}
.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #f4d7df; 
}
.t4-megamenu .dropdown-menu .mega-nav > li a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li a.dropdown-item:hover {
  color: #f4d7df; 
}
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #f4d7df; 
}
.module-title {
  color: #f4d7df; 
}
#t4-section-7 .t4-section-module .module-title {
  color: #f4d7df; 
}