@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/* Table of contents
1. Normalize
2. Wordpress Core
3. caelum Style
4. caelum Home
*/

/* 1. Normalize
-------------------------------------------------------------- */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* 2. WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #151516;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

iframe {
	max-width: 100%;
}


/* 3. caelum Style
-------------------------------------------------------------- */
html {
	scroll-padding-top: 100px;
	/*scroll-behavior: smooth;*/
}

body {
	background-color: #fff;
	color: #151516;
	font-family: "Mulish", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5em;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #DF9D1D;
	font-weight: 400;
	transition: all 0.25s;
	text-decoration: none;
}

a:hover {
	color: #eba826;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Cinzel", serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
    line-height: 1.1em;
	font-weight: 400;
}

.page-content__content h1, .page-content__content h2, .page-content__content h3, .page-content__content h4, .page-content__content h5, .page-content__content h6 {
	margin-top: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

@media (min-width:1024px) {

	h1 {
		font-size: 3.2em;
	}

	h2 {    
		font-size: 2.7em;
	}

	h3 {
		font-size: 1.7em;
	}

	h4 {
		font-size: 1.4em;
	}

	h5 {
		font-size: 1.25em;
	}

	h6 {
		font-size: 1.15em;
	}

	body {
		font-size: 19px;
	}
}


:focus {
	outline: none !important;
}

::selection {
	color: #fff;
	background-color: #000;
}

.wp-element-caption {
	font-size: 0.9em;
    font-style: italic;
}

.button,
input[type='submit'] {
    background: #612a85;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 20px 30px;
    font-size: 15px;
	border-radius: 100px;
}

.button:focus,
.button:hover,input[type='submit']:focus,
input[type='submit']:hover {
	background: #8e5998;
	color: #fff;
}

.button--slider {
	color: #fff!important;
	background: #000;
	margin-top: 30px;
	transition: all 0.25s !important;
}

.button--slider:hover {
	background: #fff;
}

@media (max-width: 767px) {
	.slider__haslo {
		font-size: 50% !important;
	}

	.button--slider {
		font-size: 0.8em !important;
		padding: 12px 25px;
	}
}


.heading {
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
	margin: 0;
}

.heading--white {
	color: #fff;
}

header {
	position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}

.header a {
	text-decoration: none;
}

.navbar {
	height: 80px;
	background-color: #fff;
	font-family: "Mulish", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	position: relative;
	max-width: 100vw;
}

.navbar__container {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

@media (min-width:1024px) {
	.navbar {
		transition: 0.5s;
	}

	.navbar__container {
		padding-right: 50px;
	}
}

.navbar__links ul {
	list-style-type: none;
	margin: 0;
	/*overflow: hidden;*/
	padding: 0;
}

/*
.navbar__links li a {
	font-family: "Mulish", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}*/

.navbar__button {
	display: block;
	float: right;
	font-size: 30px;
	padding: 20px 25px;
	z-index: 10;
    position: relative;
}

.navbar__icon {
	height: 24px !important;
}

.navbar__phone {
	display: block;
	float: left;
	font-size: 30px;
	padding: 24px 25px;
	z-index: 10;
    position: relative;
	color: #151516;
}

.navbar__phone__icon {
	color: #151516;
	font-size: 32px;
}

.navbar__menu__icon {
	color: #151516;
	font-size: 40px;
}


.navbar__links {
	display: none;
}

.navbar__links.toggled-on ul.menu {
	margin-top: 50px;
}

.navbar__links.toggled-on li {
	display: block;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}


@media (max-width: 1023px) {
	.navbar__links.toggled-on {
		background-color: #f2f2f2;
		display: block;
		position: fixed;
		overflow-y: scroll;
		top: 79px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -2;
	}

	.sub-menu {
		margin-top: 15px !important;
    	padding-top: 10px !important;
    	padding-bottom: 10px !important;
	}
}

@media (min-width: 1024px) {
    .sub-menu {
        overflow: auto;
        max-height: calc(100dvh - 85px);
    }
}


/*.sub-menu {
	display: none;
}

.sub-menu.toggled-on {
	background-color: rgba(255, 255, 255, .9);
	display: block;
	position: fixed;
	top: 79px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.sub-menu li {
	display: block;
	padding: 25px 0;
	text-align: center;
}*/

/*.navbar__links ul ul {
    display: none;
    z-index: 99999;
    width: 220px;
    background: #fff;
}

.navbar__links ul ul li {
    display: block;
	margin-top: 30px;
}

.navbar__links ul li:hover > ul {
    display: block;
}*/

.navbar__links ul ul {
    display: none;

}

/*
.menu-item-has-children > a:after {
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #000;
    margin-left: 5px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: bottom;
}*/


.toggle-arrow {
    display: inline-block;
	margin-left: 5px;
    font-size: 0.85em;
	transition: all 0.25s;
	transform: rotate(-90deg);
}

.rotated {
	transform: none;
}

@media (min-width: 1024px) {
	.menu-item-has-children:hover > .toggle-arrow {
		transform: none;
	}
}

@media (max-width: 1023px) {

	.pokaz {
		display: block !important;
		background-color: #fff;
	}	

	.sub-menu {
		background-color: #fff;
	}	

	.menu-item-has-children {display:block !important;}

	.menu-item-has-children > a:after {
		vertical-align: middle;
		margin-top: 4px;
	}

	.menu-item-has-children {
		position: relative;
	}

	.menu-item-has-children > .toggle-arrow {
		position: absolute;
        right: 1.5rem;
        font-size: 1.2em;
        cursor: pointer;
		padding: 2px;
	}
	
}

.navbar__links li {
    position: relative;
	margin: 5px 0;
}

.navbar li {
	list-style: none;
	text-transform: uppercase;
}

.navbar__links a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
}

.navbar__links a:hover {
	color: #DF9D1D;
}

li.current-menu-item > a, li.current_page_item > a {
    color: #DF9D1D;
}

@media (max-width: 1023px) {
	.no-scroll {
		overflow: hidden;
	}
}

.navbar__brand {
	padding: 15px;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
}

.navbar__brand__name {
	font-size: 20px;
	line-height: 50px;
}

.navbar__brand__logo {
	max-height: 50px;
	transition: 0.5s; 
}

@media (max-width: 399px) {
	.navbar__brand__logo {
		max-height: 35px !important;
        padding-top: 5px;
	}

	.navbar__brand {
    	padding: 20px 15px;
	}
}

.header__top {
	display: none;
}

.header__top__icon {
	background: linear-gradient(90deg, #30357c, #8e5998);
	color: #fff;
	font-size: 20px;
    padding: 14px;
    border-radius: 100px;
	margin-right: 5px;
}

.header__top__img {
	width: 20px;
    display: inline-block;
    background: linear-gradient(90deg, #30357c, #8e5998);
    color: #fff;
    padding: 14px;
    border-radius: 100px;
    margin-right: 5px;
}

.szybki-dostep {
	display: none;
}

.pogotowie-pogrzebowe {
	display: block;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	z-index: 99;
	transition: all 0.25s;
}

.pogotowie-pogrzebowe__link {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.pogotowie-pogrzebowe__icon {
	width: 15px;
}

@media (max-width:399px) {
	.pogotowie-pogrzebowe__link {
	font-size: 12px;
	}
}

.pogotowie-pogrzebowe__link:hover {
	color: #fff;
}

.pogotowie-pogrzebowe {
	background-color: #DF9D1D;
}

.pogotowie-pogrzebowe:hover {
	background-color: #eba826;
	cursor: pointer;
}

@media(min-width: 1024px) {
	.navbar__brand__logo {
		max-height: 0;
	}

	.navbar__brand__name {
		line-height: 0;
	}
	
	.header-scroll .navbar__brand__name {
		line-height: 50px;
	}

	.header__top {
		display: block;
		position: relative;
		height: 100px;
        background-color: #fff;
        border-bottom: 1px solid rgb(68 66 66 / 21%);
		transition: 0.5s;
	}

	.header__top a {
		color: #000;
	}

	.header__top__logo {
		height: 70px;
		transition: 0.5s;
	}

	.header__top__left {
		float: left;
		text-align: left;
		padding-left: 25px;
		padding-top: 36px;
        list-style: none;
		position: relative;
        z-index: 2;
	}

	.header__top__right {
		float: right;
		text-align: right;
		padding-right: 25px;
		padding-top: 36px;
        list-style: none;
		position: relative;
        z-index: 2;
	}

	.header__top__logo__container {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		padding-top: 15px;
	}

	.header-scroll .header__top {
		height: 0;
	}

	.header-scroll .header__top__logo {
		height: 0;
	}

	.header-scroll .header__top__left, .header-scroll .header__top__right {
		display: none;
	}

}

@media (min-width: 1400px) {
.szybki-dostep {
		display: block;
		position: fixed;
		right: 0;
        border-top-left-radius: 10rem;
        border-bottom-left-radius: 10rem;
		width: 238px;
        padding: 10px 30px;
		z-index: 99;
		transition: all 0.25s;
	}

	.szybki-dostep__link {
		color: #fff;
		text-transform: uppercase;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.szybki-dostep__link:hover {
		color: #fff;
	}

	.szybki-dostep--1 {
		background-color: #30357c;
		top: 220px;
	}

	.szybki-dostep--1:hover {
		background-color: #7379b2;
	}

	.szybki-dostep--2 {
		background-color: #612a85;
		top: 280px;
	}

	.szybki-dostep--2:hover {
		background-color: #8e5998;
	}

	.pogotowie-pogrzebowe {
		bottom: auto;
		right: auto;
		top: 220px;
		border-top-right-radius: 10rem;
		border-bottom-right-radius: 10rem;
		width: 250px;
		padding: 21px 30px;
		text-align: left;
	}

	.pogotowie-pogrzebowe__link {
		font-size: 16px;
	}

	.pogotowie-pogrzebowe__icon {
		width: 25px;
	}

	.pogotowie-pogrzebowe__tel {
		font-size: 30px;
	}
}

.header-scroll .navbar {
	height: 80px;
	background-color: #fff;
	box-shadow: 0 3px 13px rgb(0 0 0 / 44%);
}

.header-scroll .navbar__brand__logo {
	max-height: 50px;
}

.header-scroll .menu {
	padding-right: 20px;
}

.header-scroll .navbar__desktop ul ul {
	top: 80px;
}

.admin-bar .header-scroll .navbar__desktop ul ul {
	top: 113px;
}

.header-scroll .navbar__desktop > ul > li, .header-scroll .navbar__desktop > .menu > ul > li {
	padding: 31px 10px 31px 10px;
}

@media (min-width: 1024px) and (max-width: 1099px) {
	.header-scroll .navbar__brand__logo {
		display:none;
	}
}

@media (min-width: 1100px) and (max-width: 1279px) {
	.header-scroll .navbar__brand__logo {
    	max-height: 25px;
		padding-top: 13px;
	}
}


/* Dla nieprzezroczystego headera */

.page-container {
	padding-top: 80px;
}

@media (min-width: 1024px) {
	.page-container {
		padding-top: 180px;
	}
}

/* Ukrywanie elementów w RWD */
	
@media (min-width: 1024px) {
	.mobilny {
		display: none;
	}
}

@media (max-width: 1023px) {
	.desktopowy {
		display: none;
	}
}

@media (max-width: 1399px) {
	.desktopowy2 {
		display: none;
	}
}

.hero {
	background-size: cover;
	background-position-y: 25%;
    background-position-x: 50%;
	border-bottom: 1px solid #000;
}

.hero__container {
	text-align: center;
    padding: 25px;
}

.hero__title {
	color: #fff;
}

.video-slider #mep_0, .wp-video {
	width: 100% !important;
	}

.video-slider .mejs-controls {
	opacity: 0 !important;
}

.page-content {
    padding: 50px 0;
}

.page-content__padding {
	padding: 0 25px;
}

.page-content__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

@media (min-width: 1024px) {
	.hero {
		background-attachment: fixed;
		background-position-y: 75%;
		background-position-x: 50%;
	}

	.page-content__row {
		flex-direction: row;
	}

	.page-content__padding {
		padding: 0 50px;
	}
}

.page-content__row--archive {
	padding: 48px 0 40px;
}

.page-content__row--archive:first-child {
	padding-top: 0;
}

.page-content__column {
	display: block;
	flex: 1;
	padding: 0 25px;
}

.page-content__image {
	margin-bottom: 25px;
}

.post-meta {
	font-weight: 600;
	margin-top: 40px;
}

#sidebar {
	margin: 0;
	padding: 0;
}

@media (max-width: 1023px) {
	#sidebar {
		margin-top: 25px;
	}
}

#sidebar li {
	list-style: none;
}

#sidebar ul {
	padding: 0;
}

#sidebar .cat-item {
	display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

#sidebar .widget {
	background-color: #f2f2f2;
    padding: 25px;
	margin-bottom: 25px;
}

#sidebar .widget_nav_menu li, #sidebar .widget_recent_entries li {
	padding: 10px;
    border-bottom: 1px solid rgb(40 39 39 / 50%);
}

#sidebar .widget_nav_menu li:last-child, #sidebar .widget_recent_entries li:last-child {
    border-bottom: none;
}

.tagcloud a {
	font-size: 0.9em !important;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid #000;
}

.sidebar__telefony {
	padding: 25px;
    margin-top: 25px;
	text-align: center;
	color: #fff;
	background: #fff;
}

.sidebar__telefony a {
	color: #fff;
}

.sidebar__linki {
	background-color: #f2f2f2;
    padding: 25px;
	margin-bottom: 25px;
}

@media (max-width: 1023px) {
	.sidebar__linki {
		margin-top: 25px;
	}
}

.sidebar__link {
	display: block;
	padding: 10px;
	border-bottom: 1px solid rgb(40 39 39 / 50%);
}

.sidebar__link:last-child {
	border-bottom: none;
}

.widgettitle {
	font-family: "Cinzel", serif;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.1em;
    font-weight: 400;
	font-size: 1.4em;
}

.nav-links {
	text-align: center;
    margin-top: 40px;
}

.page-numbers, .page-navigation a {
	margin: 0 5px 5px 0;
	color: #151516;
	border: 1px solid #000;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    display: inline-block;
	text-decoration: none;
}

.page-numbers.current {
    color: #fff;
	background-color: #000;
}

.title__link {
	color: #151516;
}


@media (min-width: 1024px) {

	.navbar__container {
		text-align: right;
	}

	.navbar__brand {
		left: 15px;
		right: auto;
	}

	.navbar__desktop {
		text-align: center;
	}

	.header-scroll .navbar__desktop--right {
		text-align: right;
	}

	.navbar__desktop ul {
		margin: 0;
		padding: 0;
	}

	.navbar__desktop ul li:hover > ul {
		display: block;
	}
	
	.navbar__desktop ul ul {
		display: none;
		position: fixed;
		top: 181px;
		z-index: 99999999999999999999999;
		max-width: 400px;
		background: #fff;
		border: 1px solid rgb(68 66 66 / 21%);
	}

	.header-scroll .navbar__desktop ul ul {
		top: 81px;
	}

	.navbar__desktop ul ul li {
		text-align: left;
		margin: 15px;
	}

	.navbar__desktop > ul > li, .navbar__desktop > .menu > ul > li {
		display: inline-block;
		font-size: 15px;
		line-height: 18px;
		margin: 0;	
		padding: 31px 10px 31px 10px;
		transition: 0.5s;
	}

	.navbar__desktop a {
		color: #000;
        font-weight: 500;
        letter-spacing: 1px;
		text-decoration: none;
	}
	
	.navbar__desktop a:hover {
		color: #DF9D1D;
	}

	.navbar__button, .navbar__phone {
		display: none;
	}

	/*.menu-item-has-children:hover > .sub-menu {
		display: block;
	}*/

	.hero__container {
		max-width: 1450px;
		margin: auto;
		padding: 80px 25px 80px;
	}

	.page-content {
		padding: 135px 0;
		max-width: 1500px;
    	margin: auto;
	}

	.page-content__column--1 {
		flex: 2;
		max-width: 850px;
	}

	.page-content__column--2 {
		flex: 1;
	}

	.page-content__column__archive--2 {
		flex: 2.5;
	}

	.page-content__column__archive--2 h2 {
		margin-top: 0;
	}

	.page-content__column--1 figure {
		margin: 2em 0;
	}

	.title__link {
		text-decoration: none;
	}

	.post__date, .post__author {
		font-size: 0.85em;
		font-weight: 700;
	}

	.sidebar__telefony {
		padding: 50px;
		margin-top: 0;
	}

	.sidebar__telefon {
		font-size: 1.3em;
		line-height: 1.5em;
	}

	.widgettitle {
		font-size: 1.7em;
	}

	/*

	.footer__brand {
		float: left;
	}

	.footer__icon__container {
		float: left;
		padding-left: 25%;
	}

	.footer__text {
		float: none;
	}

	*/


}

@media (min-width: 1500px) {
	.navbar__desktop > ul > li, .navbar__desktop > .menu > ul > li, .header-scroll .navbar__desktop > ul > li, .header-scroll .navbar__desktop > .menu > ul > li {
		padding: 31px 17px 31px 17px;
	}
}

@media (max-width: 1023px) {
	.navbar__desktop {
		display: none;
	}

	.page-content__column__archive--2 h2 {
		margin-top: 40px;
	}

}

/* Podstrona z obrazkiem */

.page-img-content__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

@media (min-width: 1024px) {
	.page-img-content__row {
		flex-direction: row;
	}
}

.page-img-content__column {
	display: block;
	flex: 1;
	padding: 0 25px;
}



/* 3. caelum Home
-------------------------------------------------------------- */
/*
.napis-slider, #n2-ss-2item2, #n2-ss-2item3, #n2-ss-2item1, #n2-ss-2item5, #n2-ss-2item6, #n2-ss-2item7, #n2-ss-2item11, #n2-ss-2item9, #n2-ss-2item10, #n2-ss-2item13, #n2-ss-2item14, #n2-ss-2item15  {
	font-family: 'Jost', sans-serif !important;
}*/

/*
.intro {
	padding-bottom: 20px;
}

.intro__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.intro__image {
	padding-top: 25px;
	text-align: center;
}

@media (min-width: 1024px) {
	.intro {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.intro__image {
		padding-left: 20%;
		padding-right: 10%;
		position: relative;
	}

	.intro__image:after {
		content: '';
		background-color: #000;
		background-image: linear-gradient(90deg, rgba(229,186,94,1) 0%, rgba(234,212,166,1) 50%, rgba(229,186,94,1) 100%);
		width: 70%;
		height: 95%;
		top: 8%;
		left: 24%;
		position: absolute;
		z-index: -1;
	}
}
*/

/*
.bbslider__slide {
	width: 100%;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.bbslider__slide img {
	width: 100%;
	animation: move 10s ease infinite; 
  -ms-animation: move 10s ease infinite;
  -webkit-animation: move 10s ease infinite;
  -moz-animation: move 10s ease infinite;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);  
    -moz-transform: scale(1.2);
  }
}
*/

/*
@media (max-width: 600px) {
	.napis-slider {
		font-size: 0.55em !important;
	}

	.napis-slider-gorny {
		margin-bottom: 15px !important;
		font-size: 0.65em !important;
	}
}
	*/

.introglowna {
	padding-top: 50px;
	padding-bottom: 5px;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.introglowna__container {	
	padding: 0 25px;
	text-align: center;
}


@media (min-width: 1024px) {
	
	.introglowna {
		padding-top: 80px;
		/*padding-bottom: 100px;*/
	}

	.introglowna__text {
		font-size: 1.12em;
	}

	.introglowna__container {
		max-width: 950px;
		margin: auto;
	}
}

.tekst--glowna {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tekst__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.tekst__container--galeria {
	max-width: 900px;
	text-align: center;
	margin-bottom: 25px;
}

.tekst__container--kolumny {
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
}

.page-title {
	text-align: center;
}

.kolumna {
	display: block;
    margin-left: 0;
    padding: 15px;
}

.kolumna--zdjecie {
	flex: 1;
}

.kolumna--tekst {
	flex: 2;
}

.podstrona {
	padding-top: 120px;
	padding-bottom: 40px;
}

.podstrona__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.full-width__main {
	position: relative;
}

.subpage {
	position: relative;
}

.subpage__container {
	padding-top: 25px;
    padding-bottom: 50px;
}

.subpage__background {
	background: #f2f2f2;
	height: 100%;
	width: 65vw;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.subpage__row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
	text-align: left;	
}

.subpage__naglowek {
	text-align: center;
	margin-bottom: 40px;
}

.subpage__column {
	display: block;
    flex: 1;
    margin-left: 0;
    padding: 25px 25px 0 25px;
}

.subpage__column__content {
	vertical-align: middle;
}

@media (min-width: 1024px) {

	.subpage__row {
		flex-direction: row;
		max-width: 1500px;
    	margin: 0 auto;
		margin-top: 30px;
		padding-bottom: 25px;
		align-items : center;
	}

	.subpage__container {
		margin: 0 auto;
		max-width: 1500px;
		padding-top: 80px;
		padding-bottom: 120px;
	}

	.subpage__column {
		padding: 25px 50px 0 50px;
	}

	.subpage__img img {
		position: absolute;
		top: 150px;
		right: 0;
		max-width: 46%;
	}

}

@media (max-width: 1023px) {
	.subpage__row:nth-child(even) {
		flex-direction: column-reverse;
	}
}


/*
.misja__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.misja__mobile-image {
	padding-bottom: 15px;
}

.misja__button {
	background-image: none;
	background-color: #000;
	color: #fff;
	transition: all 0.5s ease-out;
}

.misja__button:hover {
	background-image: none;
	background-color: #fff;
	color: #fff;
}

.misja__button__icon {
	height: 30px;
    vertical-align: middle;
    margin-right: 8px;
}

@media (min-width: 1024px) {
	.misja {
		background-position: top left;
		background-repeat: no-repeat;
	}

	.misja__container {
		padding-top: 180px;
		padding-bottom: 110px;
	}

	.misja__content {
		margin-left: auto;
		width: 70%;
	}

	.misja__mobile-image {
		display: none;
	}

	.misja__text {
		background-color: #151516;
		margin-left: auto;
		padding: 50px 60px 80px 60px;
		-webkit-box-shadow: 0px 15px 6px 0px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0px 15px 6px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 15px 6px 0px rgba(0, 0, 0, 0.12);
	}

	.misja__content {		
		border-left: 140px solid rgb(0 58 106 / 53%);
	}

	.misja__button {
		float: right;
		margin-left: auto;
		margin-top: -38px;
		font-size: 1em;
		padding: 30px 60px;
		-webkit-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.16);
	}
}

@media (min-width: 1400px) {
	.misja__content {
		width: 51%;
	}
}


@media (max-width: 1023px) {
	.misja {
		background-image: none !important;
		margin-bottom: 50px;
		padding-top: 80px;
	}
}

*/
/*
.icons--tlo {
	background-color: #fff;
}

.icons__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-top: 25px;
	padding-bottom: 50px;
}

.icons__title {
	text-align: center;
	margin-bottom: 1.5em;
	padding: 0 25px;
}

.icons__heading {
	margin-bottom: 55px;
}

.icons__row, .tekst__row, .intro__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.icon {
	display: block;
	flex: 1;
	margin-left: 0;
	padding: 0 25px;
	text-align: center;
	max-width: 500px;
    margin: auto;
}

.icon__image__container {
	position: relative;
    text-align: center;
    margin: auto;
    width: 200px;
}

.icon__image {
	height: 70px;
	width: auto;
}

.icon__image__container:after {
    position: absolute;
    content: '';
	right: 45px;
    top: -15px;
    width: 80px;
    height: 80px;
    z-index: -1;
    border-radius: 100px;
    background-color: #000;
    background: radial-gradient(circle, rgba(234,212,166,1) 0%, rgba(229,186,94,1) 100%);
}

.icon__container {
	position: relative;
}

.icon__container--padding {
	padding: 30px 0 15px;
}

.icon__caption {
	margin-top: 15px;
	color: #fff;
    margin-bottom: 22px;
	font-family: "Mulish", sans-serif;
	font-weight: 400;
}

.icon__button {
	display: block;
	margin-top: 1.5em;
}

.icon__arrow {
	font-size: 15px;
	text-align: center;
	margin-left: -25px;
	opacity: 0;
	padding: 25px;
	position: absolute;
	bottom: 0;
	left: 20%;
	transition: all 0.5s ease-out;
	z-index: 9;
}

.icon:hover .icon__arrow {
	opacity: 1;
	left: 50%;
}

.intro__column {
	display: block;
	flex: 1;
}


@media (min-width: 1024px) {
	.icons__row, .tekst__row, .intro__row, .page-content__row {
		flex-direction: row;
	}

	.icons__container {
		padding-bottom: 80px;
	}

}

@media (min-width: 1400px) {
	.icons__dots {
		background-image: radial-gradient(#151516 28%, green 20%);
		background-position: 0 0;
		background-size: 16px 16px;
		height: 447px;
		width: 403px;
		margin-top: -238px;
		position: absolute;
		right: 0;
		z-index: -1;
	}
}

.slider__container {
	margin: 0 auto;
	max-width: 1450px;
}

.slider__heading {
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 1450px;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.slide__image {
	position: relative;
}

.slider__arrow {
	color: #fff;
	background-color: #fff;
	font-size: 15px;
}

.slider__arrow--left {
	padding: 27px 40px 27px 18px;
	border-right: 1px solid #fff;
}

.slider__arrow--right {
	padding: 27px 18px 27px 45px;
}

@media (max-width: 1023px) {
	.caption__number {
		font-size: 85px;
		line-height: 90px;
		letter-spacing: -5px;
		padding-left: 15px;
	}

	.caption__title {
		padding-left: 120px;
		padding-right: 25px;
		padding-top: 29px;
	}

	.caption__subtitle {
		padding-left: 120px;
		padding-right: 25px;
	}

	.owl-one .owl-nav {
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.slide__image {
		display: inline-block;
		max-width: 52%;
	}

	.slide__caption {
		display: inline-block;
		max-width: 46%;
		vertical-align: top;
	}

	.caption__container {
		padding-left: 175px;
		padding-top: 136px;
	}

	.caption__number {
		font-size: 211px;
		letter-spacing: -10px;
		margin-left: -238px;
		margin-top: 25px;
	}

	.owl-one .owl-nav {
		left: 40%;
		margin-top: 10px;
		position: absolute;
		margin-top: -107px;
		padding: 18px;
		background: #fff;
	}
}


@media (min-width: 1450px) {
	.owl-one .owl-nav {
		left: 478px;
	}
}

@media (min-width: 1400px) {
	.slider__dots {
		background-image: radial-gradient(#151516 28%, #fff 20%);
		background-position: 0 0;
		background-size: 16px 16px;
		height: 447px;
		width: 509px;
		margin-top: -383px;
		position: absolute;
		left: 3px;
		z-index: -1;
	}
}*/
/*
.boxes__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.boxes__heading {
	margin-bottom: 60px;
}

.boxes__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.box {
	display: block;
	flex: 1 1 auto;
	flex-basis: 33%;
	flex-grow: 0;
	text-align: center;
}

.box__overlay {
	background: rgba(112, 174, 215, 0.7);
	height: 100%;
}

.box__container {
	background-size: cover;
	height: 144px;
	position: relative;
}

.box__title {
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.box__description {
	color: #8d6e63;
	padding: 15px 15px 30px 15px;
}
*/

.faq__pytanie {
	padding: 10px 20px;
    background-color: #ebe9e9;
	border: 1px solid #00000026;
	margin-top: 20px;
}

.faq__pytanie i {
 margin-left: 10px;
}

.faq__odpowiedz {
	padding: 10px 0;
}

/* Kafelki usług */

.tiles__services {
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.tiles__services__container {
	margin: 0 auto;
	max-width: 1450px;
	/*padding-top: 70px;*/
	padding-bottom: 70px;
	padding-left: 15px;
	padding-right: 15px;
}

.tile__service a {
	text-decoration: none;
}

.tiles__services__title {
	text-align: center;
	margin-bottom: 1.5em;
	margin-top: 0;
}

.tiles__services__heading {
	margin-bottom: 55px;
}

.tiles__services__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.tile__service {
	display: block;
	flex: 1;
	margin-left: 0;
	text-align: left;
	width: 100%;
	max-width: 500px;	
    margin: auto;
}

.tile__service__padding {
	padding: 10px;
}

.tile__service__container {
	position: relative;
	background-size: cover;
}

.tile__service__overlay {
	background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(0,0,0,1) 100%);
	padding: 25px;
}

.tile__service__content {
	vertical-align: bottom;
	padding-top: 160px;
	max-height: 150px;
}

.tile__service__title h3 {
	color: #fff;
}

.tile__service__caption {
	margin-top: 15px;
	color: #fff;
	/*font-size: 24px;
    line-height: 30px;*/
    margin-bottom: 22px;
	font-family: "Mulish", sans-serif;
	font-weight: 400;
}

/* Animacja kafelków + RWD */

.tile__service__caption {
	opacity: 0;
	transition: 800ms;
}

.tile__service__content {
    transform: translateY(10%);
    transition: 500ms;
}

@media (min-width: 1024px) {
	.tiles__services__container {
		/*padding-top: 120px;*/
    	padding-bottom: 120px;
	}
}

@media (min-width: 610px) {
	.tiles__services__row {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.tile__service {
		flex: 50%;
	}

	.tile__service__container:hover .tile__service__caption {
		opacity: 1;
	}

	.tile__service__container:hover .tile__service__content {
		transform: translateY(0%);
	}	
}

@media (min-width: 1200px) {
	.tile__service {
		flex: 33.33%;
	}
}

/* Ikonki usług */
.icons__services {
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.icons__services__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-top: 70px;
	/*padding-bottom: 50px;*/
}

.icons__services__title {
	text-align: center;
	margin-bottom: 1.5em;
	padding: 0 25px;
	margin-top: 0;
}

.icons__services__heading {
	margin-bottom: 55px;
}

.icons__services__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.icon__service {
	display: block;
	flex: 1;
	margin-left: 0;
	padding: 0 25px;
	text-align: center;
	max-width: 500px;
    margin: auto;
}

.icon__service__image__container {
	position: relative;
    text-align: center;
    margin: auto;
    width: 200px;
}

.icon__service__image__container:after {
	position: absolute;
    content: '';
    right: 45px;
    top: 5px;
    width: 75px;
    height: 75px;
    z-index: -1;
    border-radius: 100px;
    background-color: #fff;
}

/*
.icon__service__image__container:after {
    position
The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements.
Learn more

Don't show
: absolute;
    content: '';
    right: 27%;
    left: auto;
    top: -5px;
    width: 90px;
    height: 90px;
    z-index: -1;
    border-radius: 100px;
    background-color: #fff;
}
	*/

.icon__service__image {
	height: 100px;
	width: auto;
	transition: all 0.5s ease-out;
}

.icon__service__image:hover {
	transform: scale(1.1);
}

.icon__service__container {
	position: relative;
}

.icon__service__container--padding {
	padding: 15px 0 15px;
}

.icon__service__caption {
	margin-top: 15px;
	color: #151516;
	/*font-size: 24px;
    line-height: 30px;*/
    margin-bottom: 22px;
	font-family: "Mulish", sans-serif;
	font-weight: 400;
}

.icon__service__link {
	text-decoration: none;
}

.icon__service__caption h3 {
	color: #151516;
}

@media (min-width: 601px) {
	.icons__services__row {
		flex-direction: row;
		flex-wrap: wrap;
	}

    .icon__service {
        flex: 40%;
    }
}

@media (min-width: 1024px) {
	.boxes__row {
		flex-direction: row;
	}

	.box {
		margin: 0 1.7%;
	}

	.box:first-child {
		margin-left: 0;
	}

	.box:last-child {
		margin-right: 0;
	}

	.box__description {
		padding-top: 45px;
	}

	.icons__services__container {
		padding-top: 120px;
		/*padding-bottom: 120px;*/
	}

	.icons__services__row {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.icon__service {
		flex: 20%;
	}
}

@media (min-width: 1400px) {
	.boxes__container {
		padding-top: 120px;
	}
}

/*E-Nekrologi na głównej stronie */

.e-nekrologi__widget {
	background-color: #fff;
}

.e-nekrologi__container {
	margin: 0 auto;
	max-width: 1450px;
	text-align: center;
	padding-top: 60px;
	/*padding-bottom: 80px;*/
	padding-left: 25px;
	padding-right: 25px;
}

/*Paralaksa - tekst */
.parallax__img {
	height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.parallax__img--left {
	background-position: left;
}

.parallax__text__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-top: 70px;
	padding-bottom: 80px;
	padding-left: 25px;
	padding-right: 25px;
}

/* Opinie */

.testimonials {
	margin: 0 auto;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
	background-color: #000;
	background: fixed;
	background-size: cover;
}

.testimonials h4, .testimonials h3 {
	color: #fff;
	font-size: 2em;
	text-shadow: #000 3px 3px 5px;
}

.testimonials__heading {
	margin-bottom: 40px;
}

.testimonials__container {
	max-width: 1140px;
	margin: 0 auto;
}

@media (max-width: 1279px) {
	.testimonials__container {
		max-width: 900px;
	}
}

.testimonial__container {
	text-align: center;
	margin: 0 20px;
	padding: 50px;
    background-color: #ffffffc7;
    color: #000;
    border-radius: 20px;
}

.testimonial__content {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.3em;
    line-height: 1.3em;
}

.testimonial__logo {
	margin: 0 auto;
	max-width: 85px;
}

.testimonial__name {
	margin-top: 1em;
    font-size: 1.2em;
    font-family: 'Cinzel';
}

.testimonials__arrow {
	display: none;
}

.testimonials__button {
	margin-top: 30px;
}

.testimonial__stars .lnr-star {
	color: #DF9D1D;
}

@media (min-width: 1024px) {

	.video-bg {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	}

	.video-parallax {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: -1;
	}
}

@media (min-width: 1500px) {

	.video-bg {
		min-height: 600px;
	}
}

@media (max-width: 1024px) {
	.video-parallax {
		width: 100%;
	}
}


@media (min-width: 1024px) {

	.e-nekrologi__container {
		padding-top: 100px;
		/*padding-bottom: 120px;*/
	}

	.parallax__img {
		height: 500px;
		background: fixed;
	}

	.parallax__text__container {
		padding-top: 100px;
		padding-bottom: 120px;
	}

	.testimonials {
		padding-top: 125px;
		padding-bottom: 150px;
	}

	.owl-dots {
		display: none;
	}

	.testimonials__arrow {
		color: #fff;
		background-color: #612a85;
		padding: 13px;
		border-radius: 100px;
		display: block;
		font-size: 20px;
		position: absolute;
		bottom: 148px;
	}

	.testimonials__arrow--left {
		left: -40px;
	}

	.testimonials__arrow--right {
		right: -40px;
	}

}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: none;
	width: 12px;
	height: 12px;
}

.owl-theme .owl-nav {
	height: 0;
	margin: 0;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #DF9D1D;
}

.blog__intro {
	padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
}

.tekstkolumny {
	position: relative;
	background-color: #fff;
}

.tekstkolumny__container {
	padding-top: 50px;
    padding-bottom: 70px;
}

.tekstkolumny__background {
	background: #d0d0d3;
	height: 100%;
	width: 70vw;
	opacity: 0.33;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.tekstkolumny__row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
	text-align: left;	
}

.tekstkolumny__naglowek {
	text-align: center;
	margin-bottom: 40px;
}

.tekstkolumny__column {
	display: block;
    flex: 1;
    margin-left: 0;
    padding: 25px 25px 0 25px;
}

.tekstkolumny__column--img {
	padding-right: 40px;
}

.tekstkolumny__column__content {
	vertical-align: middle;
}

.tekstkolumny__column__content h2 {
	margin-top: 0;
}

.tekstkolumny__column__content img, .tekstkolumny__column__content iframe {
	border-radius: 20px;
}

.tekstkolumny__column--film {
	text-align: center;
}

.filia__kontakt__naglowek {
	padding-top: 60px;
	margin-bottom: 30px;
    text-align: center;
}

.kontakt__naglowek {
	padding-top: 60px;
	margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

@media (max-width: 1023px) {
	.page-template-template-kontakt .tekstkolumny__container {
		padding-top: 0;
	}
}

.embed-container {
    position: relative;
    padding-bottom: 56.3%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
	margin: 0 0 1.625rem;
}

.embed-container iframe, .embed-container object, .embed-container embed, .embed-container .wp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.button__rozwin__container {
	text-align: center;
}

.button__rozwin {
	font-size: 1em;
    padding: 25px 60px;
	margin-bottom: 25px;
}

.rozwijane {
	display: none;
	transition: all;
}

.rozwin {
	display: block;
}

.filie-slider .filia-item {
	text-align: center;
	text-decoration: none;
	color: inherit;
	display: block;
}

.filie-slider .filia-inner {
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}

.filie-slider .filia-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

.filie-slider .filia-nazwa {
	font-size: 1.3rem;
	font-family: 'Cinzel';
}

.filie__heading {
	font-family: "Cinzel", serif;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.1em;
    font-weight: 400;
	/*font-size: 1.1em;*/
}

.filie__arrow {
	color: #fff;
	background-color: #612a85;
	padding: 13px;
	border-radius: 100px;
	display: block;
	font-size: 20px;
	position: absolute;
	bottom: 100px;
}

.filie__arrow--left {
	left: -55px;
}

.filie__arrow--right {
	right: -55px;
}

@media (min-width: 1024px) {
	.filie__heading {
		padding-left: 20px;
	}
}

@media (min-width: 1200px) {
	.filie__arrow {
		bottom: 140px;
	}
}

@media (max-width: 1279px) {
	.filie-slider .owl-dots {
		display: flex !important;
		justify-content: center;
		margin-top: 15px;
	}

	.filie-slider .owl-dot {
		width: 10px;
		height: 10px;
		background: #dfdddd !important;
		border-radius: 50%;
		margin: 0 5px;
		cursor: pointer;
	}

	.filie-slider .owl-dot.active {
		background: #eba826 !important;
	}

}

@media (max-width: 1023px ) {
	.footer-widgets, .footer-widgets ul, .footer-widgets li {
		text-align: center;
	}

	.footer-widgets__column--logo {
		margin-bottom: 50px;
	}
}


/*
.filia__image {
	text-align: center;
}

.filia__image img {
	max-width: 150px;
	margin:auto;
}

.filia__name {
	text-align: center;
	font-size: 1.2em;
	font-family: "Cinzel", serif; 
	color: #151516;
	margin-top: 20px;
}




.filie__container {
	padding-top: 50px;
    padding-bottom: 70px;
}

.filie__row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
	text-align: left;	
}

.filie__column {
	display: block;
    flex: 1;
    margin-left: 0;
    padding: 25px 25px 0 25px;
}

.filie__title {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}

.filie__img {
	max-width: 300px;
    margin-bottom: 40px;
}

.filie__logo {
	max-width: 300px;
	margin-bottom: 40px;
}

.filia__ikona {
	color: #DF9D1D;
}
	*/

.tekstkolumny__column__content--kontakt {
	font-size: 1.25em;
    line-height: 1.5em;
    text-align: center;
	font-family: 'Cinzel';
}

@media (min-width: 1024px) {

	.kontakt__naglowek {
		padding-top: 0;
	}

	.tekstkolumny__row {
		flex-direction: row;
		max-width: 1500px;
    	margin: 0 auto;
		padding-bottom: 50px;
		align-items : center;
	}

	.tekstkolumny__row--zdjecie:nth-child(even) {
		flex-direction: row-reverse;
	}

	.tekstkolumny__row--zdjecie:nth-child(even) .lozad.lozad-right[data-loaded=true], .lozad[data-loaded=true] .lozad-child.lozad-right {
		animation: lozad-left var(--lozad-animation) ease-out forwards !important;
	}

	.tekstkolumny__container {
		margin: 0 auto;
		max-width: 1500px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.tekstkolumny__column {
		padding: 25px 50px 0 50px;
	}
/*
	.filie__container {
		margin: 0 auto;
		max-width: 1500px;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.filie__row {
		flex-direction: row;
		max-width: 1500px;
    	margin: 0 auto;
		padding-bottom: 50px;
		align-items : center;
	}

	.filie__column {
		padding: 25px 50px 0 50px;
	}
*/
}

.tekstkolumny__container--no-margin {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 80px;
}

@media (max-width: 1023px) {
	.tekstkolumny__container--no-margin {
		padding-top: 25px;
	}
}


.kolumny-ciemne__row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
	text-align: left;	
}

.kolumny-ciemne__column {
	display: block;
    flex: 1;
    margin-left: 0;
	padding: 70px 25px;
	color: #fff;
}

.kolumny-ciemne__column--1 {
	background-color: #2b2b2c;
}

.kolumny-ciemne__column--2 {
	background-color: #151516;
}

.kolumny-ciemne a {
	color: #fff;
}

.kolumny-ciemne a:hover {
	color: #fafafa;
}


@media (min-width: 1024px) {
	.kolumny-ciemne__row {
		flex-direction: row;
    	margin: 0 auto;
	}

	.kolumny-ciemne__container {
		margin: 0 auto;
	}

	.kolumny-ciemne__column {
		padding: 90px 90px 100px 90px;
	}
}

.skontaktuj-sie {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1.2em;
	text-align: center;
	font-family: Cinzel;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.skontaktuj-sie__border {
	border: 1px solid #DF9D1D;
	padding: 15px;
	padding-bottom: 35px;
	border-radius: 100px;
}

.skontaktuj-sie__icon {
	font-size: 30px;
    vertical-align: bottom;
}

.skontaktuj-sie a {
	color: #151516;
}

.skontaktuj-sie a:hover {
    color: #eba826;
}

@media (min-width: 1024px) {
	.skontaktuj-sie {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.skontaktuj-sie__container {
		max-width: 1450px;
		margin: auto;
	}
}


/*
.contact {
	background-color: #fff;
	color: #fff;
	margin-top: 65px;
}

.contact__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-top: 45px;
	padding-left: 25px;
	padding-right: 25px;
}

.contact__subheading {
	color: #ACACAC;
	letter-spacing: 5px;
	line-height: 19px;
	text-transform: uppercase;
}

.contact__heading {
	color: #fff;
	margin-bottom: 34px;
}

.contact-icon__container {
	display: inline-block;
}

.contact-icon__link {
	color: #fff;
	font-weight: 700;
}

.contact-icon__icon {
	width: 39px;
}

.contact-icon__text {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 18px;
}

.contact__form {
	padding-bottom: 30px;
}
*/

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
	background-color: transparent;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #000;
	font-size: 16px;
	color: #151516;
}

input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	padding: 10px;
}

span.wpcf7-list-item {
	margin-left: 7px !important;
}

span.wpcf7-list-item-label {
	font-size: 14px;
}

span.wpcf7-list-item-label::before {
	margin-left: 16px;
}

.contact input[type='submit'] {
	font-size: 21px;
	font-weight: 700;
	line-height: 25px;
	padding: 20px 79px;
	text-align: center;
}
/*
.contact__button {
	padding-top: 20px;
}

@media (min-width: 1024px) {
	textarea {
		padding-bottom: 40px;
		width: 98%;
	}

	.contact__column {
		display: inline-block;
		width: 49%;
	}

	.contact-icons {
		background: #000;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 50px;
		position: absolute;
		margin-top: -51px;
		right: 0;
		width: 48%;
	}

	.contact-icons__container {
		max-width: 610px;
	}

	.contact-icon__container--left {
		padding-right: 55px;
		border-right: 1px solid #fff;
	}

	.contact-icon__container--right {
		padding-left: 55px;
	}

	.contact__column--form {
		vertical-align: top;
	}

	.contact__button {
		text-align: center;
	}
}

@media (min-width: 1024px) and (max-width:1279px) {
	.contact-icons {
		padding-left: 40px;
		width: 55%;
	}

	.contact-icon__container--left {
		padding-right: 25px;
	}

	.contact-icon__container--right {
		padding-left: 25px;
	}

}

@media (max-width: 1023px) {
	.contact-icon__container {
		margin-bottom: 25px;
		width: 100%;
	}
}
*/

.footer {
	background-color: #fff;
}

.footer__text {
	float: none;
	text-align: center;
	margin-top: 1em;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.footer a {
	font-weight: 300;
	/*color:#fff;*/
	text-decoration: none;
}

.footer a:hover {
	color:#DF9D1D;
}

.footer__copyright {
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 0.8em;
	/*background-color: #151516;*/
	border-top: 1px solid #f2f2f2;
}

.footer__heading {
	font-family: "Cinzel", serif;
    margin-top: 0.5em;
    line-height: 1.1em;
    font-weight: 400;
	margin-bottom: 30px;
	font-size: 1.25em;
}

@media (max-width: 1023px) {
	.footer__heading {
		margin-top: 1em;
		font-size: 1.2em;
	}
}

@media (max-width: 1399px) {
	.footer__copyright {
		padding-bottom: 72px;
	}
}


.footer__logo {
	max-height: 25px;
	vertical-align: middle;
}

.kontakt__row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.footer-widgets__container {
    display: block;
    padding: 0;
    width: 100%;
}

.footer-widgets__container {
	margin: 0 auto;
	max-width: 1450px;
}

.footer-widgets ul, .footer-widgets li {
	list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.footer-widgets ul.footer-widgets__column {
	display: inline-block;
    vertical-align: top;
	padding: 15px 25px;
    text-align: center;
	font-size: 16px; /* przywrócenie tekstu */
	width: 100%; /* domyślnie na mobile cały blok */
	box-sizing: border-box;
}

.footer-widgets .widget_nav_menu li {
	padding: 3px 0;
}

.footer-widgets {
	/*
	background-color: #151516;
    color: #fff;
	*/
	padding: 50px 25px;
	border-top: 1px solid #f2f2f2;
}

.footer__info {
	margin-top: 15px;
}

/* Na desktopie */
@media (min-width: 1024px) {
	.footer-widgets .footer-widgets__column {
		width: 25%; /* domyślnie 4 kolumny */
		display: inline-block;
		vertical-align: top;
	}

	.footer-widgets .footer-widgets__column--logo {
		width: 19%;
	}

	.footer-widgets .footer-widgets__column--herby {
		width: 77%;
	}
}


.zadzwon {
	font-size: 25px;
	color: #fff;
	vertical-align: middle;
}

.form-call-wrapper {
    position: fixed;
    top: auto;
    left: 2.5rem;
    bottom: 2.5rem;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    display: fixed;
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: static;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    font-style: normal;
    text-transform: none;
    height: auto;
    width: auto;
    max-width: none;
    max-height: none;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    outline: 0;
    overflow: visible;
    text-decoration: none;
    vertical-align: bottom;
    word-spacing: normal;
    letter-spacing: normal;
}

.form-call-wrapper * {
    transition: 0.5s;
}

.form-call-wrapper {
    position: fixed;
    top: auto;
    bottom: 25px;
    left: 25px;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    line-height: 50px;
    z-index: 1000;
    cursor: pointer;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
    transition: opacity .3s ease-in-out;
}

.form-call-wrapper:after,
.form-call-wrapper:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    /*top: 0;
    left: 0;*/
    width: 60px;
    height: 60px;
    transform-origin: center center;
    box-sizing: border-box;
    z-index: 9;
    transition: 0.5s;
}

.form-call-wrapper:after {
    background: #ddd;
    animation: lexprofitBackAnim 3s linear infinite;
}

.form-call-wrapper:before {
    border: 1px solid #ddd;
    animation: lexprofitBorderAnim 3s -0.5s linear infinite;
}

.form-call-wrapper .form-call-btn {
    z-index: 10;
    position: absolute;
	padding-top: 4px;
	padding-left: 2px;
    padding-right: 2px;
    background: linear-gradient(90deg, #30357c, #8e5998);
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.form-call-wrapper .form-call-btn .form-call-phone-icon {
    font-family: Flaticon-call-button;
    font-size: 30px;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #27303f;
}

.form-call-wrapper .form-call-btn .form-call-phone-icon:before {
    content: "\e907";
    color: #f8f8f8;
}

.form-call-wrapper:hover .form-call-btn {
    background: linear-gradient(90deg, #30357c, #8e5998);
}

.form-call-wrapper .form-call-btn .form-call-phone-icon:hover:before {
    color: #fff;
}

.form-call-wrapper:hover:after {
    background: linear-gradient(90deg, #30357c, #8e5998);
}

.form-call-wrapper:hover:before {
    border-color: #aaa;
}

.form-call-wrapper:hover .form-call-btn {
    animation: lexprofitBoundingAnim 1s linear infinite;
}


/*
   * Animations
   */
@keyframes lexprofitBackAnim {
    0% {
        transform: scaleX(0.7) scaleY(0.7);
    }

    25% {
        transform: scaleX(1.2) scaleY(1.2);
    }

    50% {
        transform: scaleX(1.5) scaleY(1.5);
    }

    65% {
        transform: scaleX(1.2) scaleY(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scaleX(0.7) scaleY(0.7);
        opacity: 0;
    }
}

@keyframes lexprofitBorderAnim {
    0% {
        transform: scaleX(1) scaleY(1);
    }

    50% {
        transform: scaleX(1.5) scaleY(1.5);
    }

    100% {
        transform: scaleX(2) scaleY(2);
        opacity: 0;
    }
}

@keyframes lexprofitBoundingAnim {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(0deg);
    }

    45% {
        transform: rotate(-15deg);
    }

    60% {
        transform: rotate(0deg);
    }
}



/*
.kontakt__container {
	margin: 0 auto;
	max-width: 1450px;
}

.kontakt__column {
	display: block;
    flex: 1;
    margin-left: 0;
    padding: 15px;
}*/

/*
.page-content__dodatkowe {
	background-color: #ebe9e9;
}

.kafelki__container {
	padding: 50px 25px;
}


.kafelek {
	width: 500px;
    height: 250px;
    max-width: 100%;
	margin-bottom: 25px;
	background-position: center;
    background-size: cover;
}

.kafelek__nazwa {
	vertical-align: middle;
    position: relative;
    top: 46%;
    text-align: center;
    width: 100%;
}

.kafelek__nazwa a {
	color: #fff;
    background-color: #002d52db;
    padding: 25px;
	transition: all 0.25s;
}

.kafelek__nazwa a:hover {
	color: #fff;
    padding: 40px;
}

.pgcsimplygalleryblock-grid-item-title {
    background-color: #002d52db !important;
    box-shadow: 10px 0 0 #002d52db, -10px 0 0 #002d52db !important;
}

@media (min-width: 601px) {
	.kafelki__column {
		display: inline-flex;
		width: 49.5%;
	}

	.kafelek {
		height: 300px;
		margin-right: 25px;
	}
}
*/

@media (min-width: 1024px) {
	/*.kafelki {		
		max-width: 1450px;
		margin: auto;
	}

	.kafelki__container {
		padding: 100px 25px;
	}

	.kafelki__column {
		display: inline-flex;
		width: 32.9%;
	}

	.kafelek {
		height: 400px;
	}*/

	.footer-widgets__container, .kontakt__row {
		flex-direction: row;
	}
}

/*
@media (max-width:768px){
	.obrazek {display:none;}
	.nav li:hover .sub-menu, .nav li:hover .children {background-color: #fff;}
	p, .akapit, li {text-align: left;}
	.sidebar__telefony p {text-align: center;}
}
*/

@media (max-width:720px) {
	.ourpromise-area .last {
        display: none!important;
    }
	.header-site, .header-site.header-sticky {position: static!important}
}

.story.hbtitle .gwolle-gb h3 {
	font-size: 23px;
}

.gwolle-gb div.input input[type="text"], .gwolle-gb div.input input[type="email"], .gwolle-gb div.input input[type="url"], .gwolle-gb div.input textarea, .gwolle-gb div.input select {
	width: 90% !important;
}

.gwolle-gb .label {
    padding: 0;
    background-color: transparent;
    color:  #151516;
}

.gwolle-gb .label label {
	font-size: 16px;
    font-weight: 400;
}

.gwolle-gb .gwolle-gb-float div.label {
    width: 20%;
}

.gwolle-gb .btn, .wpcf7-submit {
	padding: 15px 30px;
}

input.gwolle_gb_submit, .gwolle-gb-write-button input {
	margin-left: 0px !important;
}

.gwolle-gb textarea {
	margin-bottom: 0;
	text-transform: none;
	font-style: normal;
}

.gwolle-gb article {
	padding-top: 15px;
    padding-bottom: 15px;
}

.gwolle-gb .gb-entry {
    border-top: 1px #000 solid !important;
	padding: 25px 0 !important;
}

.gwolle-gb .gwolle-gb-first {
    border-width: 0px !important;
}

.gwolle-gb .gb-entry .gb-author-info .gb-author-name {
	padding-left: 0 !important;
}

.gwolle-gb .gb-entry .gb-entry-content {
    padding-top: 10px;
	font-size: 0.9em;
    font-style: italic;
}

.gwolle-gb-total {
	margin-top: 40px;
}

.gwolle-gb .gb-entry .gb-author-info {
	font-size: 16px;
    padding-bottom: 10px;
}

.gwolle-gb .page-navigation a {
    background-color: #ebe9e9 !important;
	border: 0 !important;
}

.gwolle-gb .page-numbers.current {
    background-color: #fff !important;
}

input.gwolle_gb_submit {
	margin-top: 20px;
}

i.gb-moderator {
	font-style: normal;
}

.totop {
	display: none;
}

.totop {
	position: fixed;
	text-decoration: none;
	cursor: pointer;
	z-index: 99;
	font-size: 24px;
	padding: 20px 24px;
	bottom: 60px;		
	color: #fff;
	transition: all linear 0.25s;
	right: 25px;
	background-color: #612a85;
	background: linear-gradient(90deg, #30357c, #8e5998);
	border-radius: 100px;
}

.totop:hover {
	background: linear-gradient(90deg, #30357c, #8e5998);
}

.grecaptcha-badge { 
    visibility: hidden;
}

.content__404 {
	vertical-align: middle;	
	text-align: center;
	margin: 80px 0;
}

.text__404 {
    font-size: 1.6em;
    line-height: 1.5em;
	text-align: center !important;
	margin-bottom: 30px;
}

.cmplz-soft-cookiewall {
	z-index: 999999999999 !important;
}

@media (min-width: 1024px) {
	.totop {
		bottom: 25px;
	}
}

/*poprawki w widoku dla zalogowanych */

@media (min-width: 1024px) {
	.customize-support .navbar__desktop ul ul {
		top: 213px;
	}
}

@media (max-width: 1023px) {
	.customize-support .header-scroll .navbar {
		top: 0;		
	}

	.customize-support .navbar__links.toggled-on {
        top: 112px;
	}

	
}

@media (max-width: 782px) {
	.customize-support .navbar__links.toggled-on {
        top: 125px;
	}

	
}

@media (max-width: 600px) {
	.customize-support header {
		top: 0;
	}

	.customize-support .navbar {
		top: 46px;
	}

	.customize-support .navbar__links.toggled-on {
        top: 125px;
	}

	.customize-support .header-scroll .navbar__links.toggled-on {
        top: 80px;
	}
}


/* Animacje */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
	   opacity: 0;
	   -webkit-transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateY(0);
	}
 }
 
 @keyframes fadeInDown {
	0% {
	   opacity: 0;
	   transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }
 
 .fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
 }

 @keyframes pulse {
	from {
	  transform: scale3d(1, 1, 1);
	}
  
	50% {
	  transform: scale3d(1.1, 1.1, 1.1);
	}
  
	to {
	  transform: scale3d(1, 1, 1);
	}
  }
  
  .pulse {
	animation-name: pulse;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
  }

  @keyframes fadeIn {
	from {
	  opacity: 0;
	}
  
	to {
	  opacity: 1;
	}
  }
  
  .fadeIn {
	animation-name: fadeIn;
  }

  @keyframes fadeOut {
	from {
	  opacity: 1;
	}
  
	to {
	  opacity: 0;
	}
  }
  
  .fadeOut {
	animation-name: fadeOut;
  }

  @keyframes slideZoomIn {
	from {
	  transform: scale(1.0);
	}
  
	100% {
		transform: scale(1.3)
	}
  }
  
  .slideZoomIn {
	animation-duration: 10s !important;
    animation-fill-mode: both;
    -webkit-animation-duration: 10s !important;
    -webkit-animation-fill-mode: both;
	animation-name: slideZoomIn;
  }
