/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cuy or ?? to; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* STANDARD ================================================================= */

div.clear, span.clear { display:block; clear: both; width: 100%; overflow: hidden; height: 0px; background: transparent;}
* { outline: none !important; }

/* BASE ===================================================================== */

body
{
	padding-top: 111px;
}

h1,h2,h3, h4, h5 {
	margin-top: 0px;
	font-family: "Lora", serif;
}

h1 {

}

.centered {
	float: none;
	margin: 0 auto;
}

.nowrap {
	white-space: nowrap;
}

input, select, textarea {

}

.form-control.error {
	border: 1px solid #e30613 !important;
}

label.error {
	color: #e30613 !important;
}

.tooltip-inner {
	background: #E30613 !important;
}

.tooltip-arrow {
	color: #E30613 !important;
	border-bottom-color: #E30613 !important;
}

/* HEADER =================================================================== */

header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2000;
	background: #000;
	padding: 20px 0px;
	border-bottom: none;
  transition: all 0.3s ease;
}

header .logo {
	float: left;
	display: block;
	max-width: 50%;
}

header .logo img {
	height: 70px;
}

header .hamburger {
	float: left;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 40px;
}

header .hamburger img {
	margin-left: 10px;
	vertical-align: bottom;
}

header .hamburger .h-open { display:inline; }
header .hamburger .h-close { display:none; }
header .hamburger.toggled .h-open { display:none; }
header .hamburger.toggled .h-close { display:inline; }

.slogan {
	font-family: 'Lobster';
	color:#aaa;
	font-weight: normal;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -238px;
	text-align: center;
}

.slogan a {
	color: #ccc;
	line-height: 24px;
	transition: color 0.2s ease;
	text-decoration: none;
}

.slogan a:hover {
	color: #fff;
}

.slogan .fa-facebook {
	font-size: 20px;
	margin-right: 10px;
}

.slogan .fa-twitter {
	font-size: 24px;
	margin-right: 10px;
}
.slogan .fa-instagram {
	font-size: 24px;
}

.header-search-form {
	float: right;
	margin: 20px 10px 0px 0px;
}

.search-form {
	display: block;
	margin: 0;
	padding: 0;
}

.search-form .search-field {
	display: block;
	float: left;
	background: transparent;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #b5b5b5;
	color: black;
	height: 27px;
	width: 100px;
	transition: border-bottom 0.3s ease, width 0.3s ease;
}

.search-form .search-field:focus {
	width: 150px;
	border-bottom: 1px solid black;
}

.search-form .search-button {
	display: block;
	float: right;
	width: 27px;
	height: 27px;
	background: transparent url('/img/szukaj.svg') no-repeat center center;
	background-size: contain;
	border: none;
	margin-left: 10px;
}

.autocomplete {
	position: absolute;
	right: 0px;
	bottom:0px;
}

/* SIDEBAR ================================================================== */

.sidebar {
	position: fixed;
	left: -400px;
	top: 111px;
	width: 400px;
	max-width: 100%;
	height: 100%;
	overflow: auto;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
	z-index: 6000;
	background: #000;
}

.sidebar.toggled {
	left: 0px;
}

.sidebar-menu ul {
	margin: 0px 0px 0px 25px;
	padding: 0;
}

.sidebar-menu ul li {
	padding: 4px 0px;
}

.sidebar-menu ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none !important;
}

.sidebar-menu ul li a:hover {
	color: #333 !important;
	text-decoration: underline !important;
}

.social-icons a {
	margin-right: 20px;
}

.close-pane {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.sidebar-search-form {
	margin: 10px 0px 10px 25px !important;
	max-width: 188px;
}

.sidebar-search-form span {
   font-family: Lora, serif;
    font-size: 18px;
    font-weight:700;
    padding-right: 10px;
}


.sidebar-n-link {
    margin: 10px 25px;
    display: flex;
}

.sidebar-search-form .search-form .search-field {
	width: 150px;
   font-family: Lora, serif;
    font-size: 18px;
    font-weight:400;
}

.sidebar .copyrights {
	margin: 60px 0px 0px 25px;
	color: #333;
}

/* MAIN SLIDER ============================================================== */

.slider-container {
	position: relative;
}

.baner-title {
  display: block;
  text-decoration: none !important;
  position: absolute;
  left: -15px;
  top: -36px;
  color: #333 !important;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 15px;
  min-width: 145px;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Lora", serif;
}

.baner-title.static {
	position: static;
	display: inline-block;
	margin-bottom: 10px;
	min-width: 222px;
  margin-left: -16px;
}

.slider {
	width: 100%;
}

.slide {
	display: block;
}

.slide img {
	max-width: 80%;
}

.slide .txt {
	position: absolute;
	width: 80%;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.6);
	padding: 20px 30px;
	text-align: left;
}

.slide .txt div {
	border-left: 15px solid #007dc4;
	padding-left: 20px;
	font-size:30px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	font-family: "Lora", serif;
}

.slide .txt .fb-tw {
	position: absolute;
	right: 20px;
	bottom: 26px;
	width: 100px;
	text-align: right;
}

.slide .txt .fb-tw img {
	display: inline;
}

.slider-container .slick-arrow {
	display: block;
	position: absolute;
	top: 10px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	padding: 10px;
	background-color: #007DC4;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color 0.3s ease;
	z-index: 500;
}

.slider-container .slick-arrow:hover {
	background-color: #313131;
}

.slider-container .slider-prev {
	right: 50px;
	background-image: url('/img/slider-prev.png');
}

.slider-container .slider-next {
	right: 10px;
	background-image: url('/img/slider-next.png');
}

@media (min-width:768px) { /* lg, md, sm - boczne przyciski slidera */

	.slider-container .slick-arrow {
		display:none !important;
	}

	.slider .slick-dots {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		background: #000;
		width: 20%;
		height: 100%;
		margin: 0;
		padding: 10px 0px;
	}

	.slider .slick-dots li {
		display: block;
		list-style: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		height: 20%;
	}

	.slider .slick-dots li button {
		display: block;
		width: 100%;
		overflow: hidden;
		border:none;
		border-left: 15px solid #007dc4;
		text-indent: 9999px;
		height: 100%;
		background-color: #fff;
		background-position: center center;
		background-repeat: no-repeat;
		transition: all 0.2s ease;
	}

	.slider .slick-dots li.slick-active button {
		border-left-width: 26px;
	}

}

/* SUBFOOTER ================================================================ */

.subfooter {
	background: #f0f0ed;
	padding: 25px 0px;
	text-align: center;
}

.subfooter-menu ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.subfooter-menu ul li {
	display: inline;
	margin: 0px 10px;
}

@media (max-width: 500px) {
    .subfooter-menu ul li {
        display: block;
        margin: 10px;
    }
}

.subfooter-menu ul li a {
	display:inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
  transition: all 0.3s ease;
}

.subfooter-menu ul li a:hover {
	color: #57574c !important
	/*text-decoration: underline !important;*/
}

/* FOOTER =================================================================== */

footer {
	background: #000;
	padding: 10px 0 25px 0;
	color: #333;
}

.footer-block  {
    margin: 0 auto;
    text-align:center;
}

.copyrights {
    margin: 20px auto 0 auto;
    text-align:center;
}

.footer-menu {
    margin: 0 auto;
}

.footer-menu ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}


.footer-menu ul li a {
	font-size: 15px;
	color: #333;
	text-decoration: none;
}

.footer-menu ul li:after {
	content: ' | ';
	color: #333;
}

.footer-menu ul li:last-child:after {
	content: '';
}

.footer-menu ul li a:hover {
	text-decoration: underline !important;
}

/* MOBILE DIFFERENCES ======================================================= */

@media (min-width: 1200px) { /*tylko lg*/
	.slide .txt div { max-width: 94%; }
}

@media (min-width: 992px) and (max-width: 1199px) { /*tylko md*/
	.slogan { left: 65%; top: 30px; margin-left: -248px; }
	.slide img { max-width: 75%; }
	.slide .txt { width: 75%; padding: 20px 30px; }
	.slide .txt div { border-left-width: 15px; padding-left: 18px; font-size:25px; }
	.slider .slick-dots { width: 25%; padding: 5px 0px;	}
	.slider .slick-dots li { padding: 5px 10px 5px 10px; }
}

@media (max-width: 991px) { /*sm+xs*/
	.slide img { max-width: 70%; }
	.slide .txt { width: 70%; padding: 15px 20px; }
	.slide .txt div { border-left-width: 10px; padding-left: 10px; font-size:20px; }
	.slider .slick-dots { width: 30%; padding: 5px 0px;	}
	.slider .slick-dots li { padding: 5px 10px 5px 10px; }
	.baner-title { font-size: 16px; min-width: 100px; top:10px; left:10px; }
	footer .copyrights { float:none; text-align: center; }
	.footer-menu { float:none; text-align: center; margin-top: 10px; }
}

@media (min-width: 768px) and (max-width: 991px) { /*tylko sm*/

}

@media (max-width: 767px) { /*tylko xs*/
	.slide img { max-width: 100%; }
	.slide .txt { width: 100%; }
	.slide .txt div { font-size:16px; }
	.slider .slick-dots { display:block; margin: 15px 0 0 0; padding: 0; text-align: center; width: 100%; }
	.slider .slick-dots li { display:inline; margin: 0; padding: 0; list-style-type: none; }
	.slider .slick-dots li button {
		display:inline-block;
		width: 15px;
		height: 15px;
		overflow: hidden;
		padding: 0;
		background: transparent;
		border: 2px solid #333;
		margin: 0px 6px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		text-indent: 1000px;
	}
	.slider .slick-dots li.slick-active button { background: #007DC4; }
}

@media (max-width: 500px) { /*bardzo małe wyświetlacze*/
	.slide .txt { padding: 7px 7px; }
	.slide .txt div { border-left-width: 8px; padding-left: 8px; font-size:14px; }
}

/* MAIN PAGE ================================================================ */

.single-slide {
	position: relative;
}

.single-slide .slide img {
	max-width: 100% !important;
}

.single-slide .slide .txt {
	width: 100% !important;
}

.black-baner {
	position: relative;
}

.black-baner img {
	width: 60%
}

.black-baner .right-content {
	position: absolute;
	top: 0px;
	right: 0px;
	width:40%;
	height: 100%;
	background: #000;
	color: #fff;
	padding: 20px 20px 20px 0;
}

.black-baner a {
	text-decoration: none !important;
}

.black-baner h1 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border-left: 12px solid #007dc4;
	padding-left: 15px;
	font-size:24px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: "Lora", serif;
}

.black-baner a.txt {
	display: block;
	padding-left: 25px;
	padding-top: 15px;
	color: #333 !important;
}

.black-baner.cite h1, .black-baner.cite a.txt {
	font-family: "Lora", serif;
	font-weight: normal;
	text-transform: none;
}

.news-teaser {
	display: block;
	text-decoration: none !important;
	margin-bottom: 30px;
}

.news-teaser span {
	display: block;
	text-decoration: none !important;
}

.news-teaser .img-container{
	position: relative;
	margin-bottom: 15px;
}

.news-teaser .img-container span {
	position: absolute;
	bottom: -10px;
	left: 10px;
	width: 30px;
	height: 30px;
}

.news-teaser .news-texts {

}


.news-teaser .title {
	color: #333;
	font-size:16px;
	font-weight: normal;
	line-height: 1.2;
	font-family: "Lora", serif;
}

.news-teaser .info {
	/*margin-top: 15px;*/
	font-size: 14px;
	color: #7d7d7d;
    margin-top: 0.2em;
}

.news-teaser .txt {
	margin-top: 5px;
	color: #000;
	font-size: 15px;
}

.news-teaser.horizontal .img-container {
	width: 40%;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}

.news-teaser.horizontal .img-container span {
	position: absolute;
	bottom: auto;
	left: auto;
	top: 10px !important;
	right: -10px !important;
	width: 30px;
	height: 30px;
}

.news-teaser.horizontal .img-container {
	width: 40%;
	float: left;
}

.additionals {
	background: #ccc;
}

.additionals-box {
	/*margin: 0 auto 30px auto;*/
	/*min-height: 400px;*/
}

.additionals-box.grey {
	background: #ededed;
	/*padding: 18px 18px 18px 18px;*/
  margin: 0 auto 30px auto;
}

.additionals-box.grey .head {
	color: #333;
	font-size: 20px;
    font-weight:bold;
    text-align:center;
	margin-bottom: 0;
	font-family: "Lora", serif;
    padding-top: 10px;
}

.additionals-box.grey .subhead {
	font-family: "Lora", serif;
	font-size: 16px;
	color: #333;
    text-align:center;
    padding-bottom: 10px;
}

.additionals-box.grey .txt {
	font-size: 14px;
	color: #7d7d7d;
	margin-top: 20px;
}

.additionals-box.grey label {
	font-size:12px;
	font-weight: normal;
	color: #000;
	margin-bottom: 11px;
}

.additionals-box.grey .email, .additionals-box.grey .btn-primary {
	width: 100%;
}

.additionals-box.grey .email {
	padding: 8px 15px;
	margin-bottom: 12px;
	margin-top: 12px;
}

.job-box {
    padding-bottom: 10px;
}

.oferta-pracy {
	display: block;
	width: 90%;
    margin: 0 auto 10px auto;
	background: #fff;
	padding: 8px 12px;
	font-size: 13px;
	margin-bottom: 10px;
	color: #000 !important;
	text-decoration: none !important;
}

.oferta-pracy:hover {
	color: #fff !important;
	text-decoration: none !important;
	background: #007dc4;
}

.clear.below-news-separator {
	height: 10px;
}

.clear.normal-separator {
	height: 40px;
}

img[src='/img/fb-szary.svg'], img[src='/img/twitter-szary.svg'] {
	margin-top: -4px;
}

/* ARTICLE PAGE ============================================================= */

.content-column {
	font-size: 16px;
	line-height: 1.5;
	font-family: "Lora", serif;
}

.content-column h2:not(:first-child),
.content-column h3:not(:first-child) {
    margin-top: 1.5em;
}

.content-column h2,
.content-column h3,
.content-column h2 b,
.content-column h2 strong,
.content-column h3 b,
.content-column h3 strong {
    font-weight: 400;
    font-size: 24px;
}

.baner-column {
	text-align: center;
}

.baner-column img {
	max-width: 100%;
}

.article-info {
	margin-bottom: 10px;
}

.article-info a.social {
	display: inline-block;
	padding: 6px 12px;
	background: #2E4983;
	color: #fff;
	text-align: center;
	min-width: 46px;
	margin-right: 2px;
	margin-bottom: 10px;
}

.article-info a.social:nth-child(2) { background: #55ACEF; }
.article-info a.social:nth-child(3) { background: #F08718; }
.article-info a.social:nth-child(4) { background: #E60A80; margin-right: 30px; }

.article-info .time-author {
	color: #333;
}

.article-info .time-author .fa {
	color: #888;
}

.img-titled {
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin: 10px 0px 4px 0px;
	background: #f8f8f8;
}

.img-titled span {
	display:block;
	float: none;
	clear:both;
	width: 100%;
	padding: 4px 10px 5px 10px;
	text-align: center;
	color: #666;
}

/* GALLERY ================================================================== */

.gallery ul.gallery-content {
	list-style-type: none;
	margin: 0 0 0 -20px;
	padding: 0;
	overflow:auto;
}

.gallery ul.gallery-content li {
	float:left;
	padding: 10px 0px 10px 20px;
}

.gallery-content-cover {
	list-style-type: none;
	overflow:auto;
	margin:0;
	padding:0;
}

.gallery-content-cover li {
	float:left;
	text-align:center;
	width:130px;
}

.gallery-content-cover li img {
	margin-bottom:10px;
}

/* SEARCH =================================================================== */

.search_container {
	list-style-type:none;
	margin: 0;
	padding:0;
}

.search_container li {
	margin-bottom: 10px;
	padding: 10px 15px;
	background: #f8f8f8;
}

.search_container li .path a {
	color: #777 !important;
	font-size:12px;
	font-style:italic;
}

.search_container h2 a {
	color: #000 !important;
	text-decoration: none;
}

.search_container h2 a:hover {
	color: #4d4d4d !important;
	text-decoration: none;
}

span.highlight {
	color: #5f5f43 !important;
}

.articleHeaderImg {
    position: relative;
}

.articleHeaderImg .txt {
    width: auto;
     
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    padding: 1em 1.4em;
    text-align: left;
}
.articleHeaderImg .txt h1 {
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .articleHeaderImg .txt h1 {       
        font-size: 1.5em; 
    }
    
}

/* MOBILE DIFFERENCES ======================================================= */

@media (min-width: 992px) and (max-width: 1199px) { /*tylko md*/
	.black-baner img { width: 70%; }
	.black-baner .right-content { width: 55%; }
	.additionals-box.grey h2 { font-size: 24px; }
	.additionals-box.grey .txt { margin-top: 10px; }
	.additionals-box.grey .email { margin-bottom: 10px; margin-top: 20px; }
}

@media (max-width: 991px) { /*sm+xs*/
	.black-baner img { display: none; }
	.black-baner .right-content { position: static; width: 100%; }
}

@media (min-width: 768px) and (max-width: 991px) { /*tylko sm*/
	.additionals-box { width: 262px; }
	.additionals .col-md-3:first-child .additionals-box { margin: 0 0 30px 0; float: right; }
	.additionals .col-md-3:nth-child(2) .additionals-box { margin: 0 0 30px 0;  }
	.additionals .col-md-3:nth-child(3) .additionals-box { margin: 0 0 30px 0; float: right; }
	.additionals .col-md-3:last-child .additionals-box { margin: 0 0 30px 0;  }
	.baner-column img {	max-width: 40%; margin: 20px 10px 0px 10px	}
	.baner-column br { display:none; }
}

@media (max-width: 767px) { /*tylko xs*/

}

/* OVERWRITE MK */

.additionals {
	background-color: transparent;
}

body > .container, .additionals > .container, .normal-separator > .container, .slick-slider {
	background-color: #ffffff;
}

.normal-separator > .container {
	height: 40px;
}

body {
	position: relative;
    background-repeat: repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: 0 0;
	z-index:0;
}

body:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255, 0.65);
	z-index: -1;
}

.banerNaglowek {
	font-family: 'Lobster';
	color: #aaa;
	float: right;
	width: calc(50% - 238px - 210px);
	margin-right: 10px;
	margin-top: 10px;
}

.banerNaglowek .baner:hover, .banerNaglowek .baner:focus{
	color: #ffffff;
	transition: color .3s ease;
	text-decoration:none;
}

.banerNaglowek .baner {
	color: #aaa;
	display: block;
	margin: auto;
	max-width: 240px;
	height: 50px;
	transition: color .3s ease;
}

.banerNaglowek img {
	float: left;
	max-width: 100%;
	max-height: 50px;
}

.banerNaglowek .text {
	position: relative;
	text-align: center;
}

.banerNaglowek p {
	margin-bottom: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.slogan {
		left: 59%;
	}
	.banerNaglowek {
		width: 145px;
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.bay rN ?? wek {
		width: 145px;
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.banerNaglowek {
		display: none;
	}
}

.grecaptcha-badge {
    visibility: hidden;
}

DIV.recaptcha-form-info {
    font-size: 10px;
    margin-top: 10px;
}

/* Pagination - black theme */
.pagination > li > a,
.pagination > li > span {
    color: #000000;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #000000;
    background-color: #f0f0f0;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}


@charset "UTF-8";
/* Bootstrap */
/* Slick Carousel - używamy lokalnego pliku */
/* Cookie Info - WYŁĄCZONE (będzie wdrożona nowa platforma) */
/* @import "../js/cookie-info/cookie_info.css"; */
/* Magnific Popup */
/* Custom Styles */
/* Main SCSS */
body, p, div, span, a, li, td, th {
  font-family: "Lora", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
}

body {
  overflow-x: hidden;
  padding-top: 96px;
}
@media (max-width: 767px) {
  body {
    padding-top: 96px;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 96px;
  }
}

.header {
  align-items: center;
  background-color: #f0f0ed;
  display: flex;
  min-height: 60px;
  padding: 15px;
  width: 100%;
}
.header-logo {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: auto;
  max-width: 50%;
} 

@media (max-width: 767px) {
  .header-logo {
    max-width: 80%;
    }
} 

.header-logo-link {
  color: #333;
  display: inline-flex;
  text-decoration: none;
}
.header-logo-link:hover, .header-logo-link:focus {
  color: #333;
  text-decoration: none;
}
.header-logo-text {
  font-family: "Californian FB", Georgia, serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}
.header-logo-text strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .header-logo-text {
    font-size: 28px;
  }
}
.header-slogan {
  color: #333;
  display: block;
  font-family: "Lora", serif;
  font-size: 11px;
  font-weight: 300;
  left: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 5px;
  position: relative;
  text-align: center;
  top: auto;
}
@media (max-width: 767px) {
  .header-slogan {
    display: none;
  }
}
.header-section {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex: 1 1 0;
}
.header-banner {
  display: inline-block;
  font-family: "Lora", serif;
  float: none;
  margin-left: 20px;
  margin-right: 0;
  width: auto;
}
.header-banner .baner {
  height: auto;
}
.header-banner img {
  float: none;
}
.header-banner p {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .header-banner {
    display: none;
  }
}
.header-forms-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 2px;
}
@media (max-width: 1200px) {
  .header-forms-wrapper {
    display: none;
  }
}
.header-wyszukiwarka, .header-search-form {
  display: inline-block;
  float: none;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
}
.header-wyszukiwarka .search-form, .header-search-form .search-form {
  align-items: center;
  display: flex;
}
.header-wyszukiwarka .search-button, .header-search-form .search-button {
  background: transparent;
  color: #666;
  display: inline-block;
  font-size: 18px;
  height: auto;
  transition: all 0.3s ease;
  width: auto;
}
.header-wyszukiwarka .search-button:hover, .header-search-form .search-button:hover {
  color: #333;
}
.header-newsletter-button-wrapper {
  display: inline-block;
  float: none;
}
@media (max-width: 1199px) {
  .header-newsletter-button-wrapper {
    display: none;
  }
}
.header-newsletter-link {
  align-items: center;
  background: #666666;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  gap: 6px;
  transition: all 0.3s ease;
  border-radius: 4px;
  padding: 4px 6px;
}
.header-newsletter-link:hover, .header-newsletter-link:focus {
  color: #f0f0ed;
  outline: none;
}
.header-newsletter-link .fa-envelope {
  font-size: 16px;
}
.header-newsletter-link .newsletter-link-text {
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: normal;
}
.header-newsletter-button {
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 8px;
  padding: 8px 16px;
  transition: all 0.3s ease;
}
.header-newsletter-button:hover, .header-newsletter-button:focus {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.3);
  color: #333;
  outline: none;
}
.header-newsletter-button .fa-envelope {
  font-size: 16px;
}
.header-newsletter-button .newsletter-button-text {
  white-space: nowrap;
}
.header-social {
  display: inline-block;
  margin: 0 20px;
}
.header-social a {
  color: #666; 
  transition: color 0.2s ease;
  text-decoration: none;
}
.header-social a:hover {
  color: #333;
}
.header-social .fa-facebook {
  font-size: 18px;
  margin: 0 10px;
  width: 16px;
  display: inline-block;
  text-align: center;
}
.header-social .fa-instagram {
  margin: 0 10px;
}
.header-social .fa-linkedin {
  margin: 0 2px;
}
.header-social .fa-facebook-square {
  margin: 0 2px;
}
.header-social .fa-instagram-square {
  margin: 0 2px;
}
.header-hamburger {
  color: #333;
  display: inline-block;
  float: none;
  margin-left: 0;
  padding: 10px 10px;
  position: relative;
  right: -10px;
  text-decoration: none;
  vertical-align: bottom;
}
.header-hamburger:hover, .header-hamburger:focus {
  color: #333;
  text-decoration: none;
}
.header-hamburger .h-open {
  display: inline;
}
.header-hamburger .h-close {
  display: none;
}
.header-hamburger.toggled .h-open {
  display: none;
}
.header-hamburger.toggled .h-close {
  display: inline;
}
@media (max-width: 767px) {
  .header-hamburger {
    margin-left: auto;
  }
}
@media (min-width: 1601px) {
  .header-hamburger {
    display:none;
  }
}

.paseksekcji {
  background: #f0f0ed;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 0;
  position: static;
}
.paseksekcji .nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.paseksekcji .nav li {
  display: flex;
  justify-content: center;
}
.paseksekcji .nav li a {
  display: block;
  text-decoration: none;
  background: transparent;
  color: #333 !important;
  font-size: clamp(8px, 0.7vw, 12px);
  font-weight: bold;
  overflow: hidden;
  padding: 8px 4px !important;
  position: relative;
  margin: 0 1px 10px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: -0.3px;
  max-width: 100%;
}
.paseksekcji .nav li a .background {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 0;
}
.paseksekcji .nav li a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.paseksekcji .nav li a:hover .background, .paseksekcji .nav li a.active .background {
  opacity: 1;
}
.paseksekcji .nav li a:focus {
  background: transparent;
}
.paseksekcji .nav li a:focus .background {
  opacity: 0;
}
.paseksekcji .nav li.active a .background, .paseksekcji .nav li.click-active a .background {
  opacity: 1;
}
@media (min-width: 1400px) {
  .paseksekcji .nav li a {
    font-size: 14px;
    padding: 8px 3px !important;
    letter-spacing: -0.2px;
  }
}
@media (min-width: 1600px) {
  .paseksekcji .nav li a {
    font-size: 14px;
    padding: 8px 6px !important;
    letter-spacing: -0.2px;
  }
}
@media (min-width: 1920px) {
  .paseksekcji .nav li a {
    font-size: 15px;
    padding: 8px 8px !important;
    letter-spacing: -0.1px;
  }
}
.paseksekcji.fixed {
  position: fixed;
  top: 96px;
  width: 100%;
  z-index: 600;
  left: 0;
}
@media (max-width: 1600px) {
  .paseksekcji {
    display: none;
  }
}

.news-teaser .bar {
  display: none;
}
.news-teaser .title {
  padding-left: 0;
  position: relative;
  font-family: "Lora", serif;
  font-weight: 600;
  text-transform: uppercase;
}
.news-teaser .title__with-image {
  padding-left: calc(40% + 20px);
  text-transform: uppercase;
}
.news-teaser .title__with-image .bar {
  display: none;
}
@media (max-width: 480px) {
  .news-teaser .title {
    word-break: break-word;
  }
}

.banner-html5 {
  margin: 20px auto;
}

.sidebar {
  background-color: #d8d8d5;
  height: 100vh;
  left: auto;
  padding-top: 115px;
  top: 0;
  right: -400px;
  transition: right 0.5s ease;
  z-index: 1000;
}
.sidebar.toggled {
  left: auto;
  right: 0;
}
.sidebar-menu ul {
  list-style-type: none;
  padding-top: 20px;
}
.sidebar-newsletter-button {
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 8px;
  margin: 20px 25px 10px 25px;
  padding: 12px 16px;
  transition: all 0.3s ease;
  width: calc(100% - 50px);
}
.sidebar-newsletter-button:hover, .sidebar-newsletter-button:focus {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.3);
  color: #333;
  outline: none;
  text-decoration: none;
}
.sidebar-newsletter-button .fa-envelope {
  font-size: 18px;
}
.sidebar-newsletter-button .newsletter-button-text {
  flex: 1;
  text-align: center;
}
.sidebar-social-icons {
  padding-left: 25px;
  padding-top: 20px;
}
.sidebar-social-icons a {
  color: #666;
  line-height: 24px;
  transition: color 0.2s ease;
  text-decoration: none;
  margin-right:10px;
  font-size: 1.2em;  
}
.sidebar-social-icons a:hover {
  color: #333;
}
 
.slider-container .slide {
  height: calc(100vh - 111px);
}
@media (max-width: 767px) {
  .slider-container .slide {
    height: calc(100vh - 95px);
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .slider-container .slide {
    max-height: 60vh;
  }
}
.slider-container .slide img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.slider-container .slide .txt {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: 5vh;
  width: auto;
}
.slider-container .slide .txt .bar {
  border-radius: 5px;
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 10px;
}
@media (max-width: 991px) {
  .slider-container .slide .txt .bar {
    left: -5px;
    width: 5px;
  }
}
.slider-container .slide .txt div {
  border-left-color: transparent;
  font-size: calc(22px + 8 * (100vw - 1200px) / 720);
  padding-left: 15px;
  position: relative;
  font-family: "Lora", serif;
}
@media (min-width: 1200px) {
  .slider-container .slide .txt div {
    max-width: unset;
  }
}
@media (max-width: 1199px) {
  .slider-container .slide .txt div {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .slider-container .slide .txt div {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .slider-container .slide .txt div {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .slider-container .slide .txt {
    bottom: 5vh;
    width: calc(100% - 15px);
  }
}
.slider-container .slide.hot .baner-hot {
  border-radius: 10px;
  display: block;
  text-decoration: none !important;
  position: absolute;
  /*                    left: 185px;
                      top: 20px;*/
  left: 20px;
  top: 70px;
  background: #e30613;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 15px;
  min-width: 145px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .slider-container .slide.hot .baner-hot {
    font-size: 16px;
    min-width: 100px;
    left: 10px;
    top: 50px;
  }
}
.slider-container .slide.hot .txt {
  background: rgba(227, 6, 19, 0.6);
}
.slider-container .slide.hot .txt div {
  color: white;
}
.slider-container .slick-arrow {
  background-color: #62605e;
  border-radius: 10px;
  display: block !important;
  top: 50%;
  transform: translateY(-50%);
}
.slider-container .slider-prev {
  right: auto;
  left: 15px;
}
.slider-container .slider-next {
  right: 15px;
}

.single-slide .slide {
  height: 36vw;
  min-height: 500px;
  max-height: calc(100% - 120px);
  position: relative;
}
.single-slide .slide.static-height {
  height: 300px;
  min-height: unset;
}
.single-slide .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.single-slide .slide.hot .txt {
  background: rgba(227, 6, 19, 0.6);
}
.single-slide .slide.hot .txt div {
  color: white;
}
@media (max-width: 767px) {
  .single-slide .slide {
    min-height: 250px;
  }
}
.single-slide .txt .bar {
  border-radius: 5px;
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 10px;
}
@media (max-width: 991px) {
  .single-slide .txt .bar {
    left: -5px;
    width: 5px;
  }
}
.single-slide .txt div {
  border-left-color: transparent;
  padding-left: 15px;
  position: relative;
  font-family: "Lora", serif;
}
@media (max-width: 991px) {
  .single-slide .txt div {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .single-slide .txt div {
    font-size: 20px;
  }
}
.single-slide .baner-container {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-slide .baner-container .baner-title {
  display: inline-block;
  left: auto;
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  top: auto;
}
.single-slide .baner-container .baner-hot {
  border-radius: 10px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  top: auto;
  background: #e30613;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 8px 15px;
  min-width: 145px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .single-slide .baner-container .baner-hot {
    font-size: 16px;
    min-width: 100px;
  }
}

.newsletter-box {
  position: relative;
}
.newsletter-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newsletter-text {
  color: white;
  font-size: 14px;
  margin-top: 0;
}
.newsletter-icon {
  height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.95;
}
.newsletter-button {
  border-radius: 5px;
  height: 50px;
  margin-top: auto;
}
.newsletter-modal {
  z-index: 3000;
}
.newsletter-content {
  background: #e5e5e1;
  /* color: #ffffff; */
  color: #333;
}
.newsletter-content ul {
  padding-left: 20px;
}
.newsletter-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.newsletter-title {
  font-weight: 800;
  /* font-family: "Lora", serif; */
  font-size: 24px;
}
.newsletter-close {
  color: white;
  opacity: 1;
}
.newsletter-input {
  border: 0;
  color: black;
  width: 47%;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 1%;
  margin-top: 1%;
  outline: none;
}
.newsletter-checkbox {
  float: left;
  margin-right: 10px !important;
}
.newsletter-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.newsletter-content .btn-primary {
  background-color: #e67d82;
  border: none;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}
.newsletter-content .btn-primary:hover {
  background-color: #ca3d8b;
}
.newsletter-content .modal-header {
  padding: 20px;
}
.newsletter-content .modal-body {
  padding: 20px;
}

.recaptcha-form-info {
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.8;
}
.recaptcha-form-info a {
  color: white;
  text-decoration: underline;
}

.alert-box {
  position: fixed;
  z-index: 2000000;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 170px;
  border-radius: 10px;
  overflow: hidden;
}
.alert-box ul {
  padding-left: 0;
}

.black-baner {
  display: flex;
}
.black-baner > a {
  flex: 60%;
}
@media (max-width: 991px) {
  .black-baner > a {
    flex: auto;
  }
}
.black-baner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.black-baner .right-content {
  background-color: #f0f0ed;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: auto;
  position: relative;
}
@media (max-width: 991px) {
  .black-baner .right-content {
    border-radius: 10px;
  }
}
.black-baner h1 {
  border-left-color: transparent;
  position: relative;
  font-family: "Lora", serif;
}
.black-baner h1 .bar {
  border-radius: 5px;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
}
@media (max-width: 991px) {
  .black-baner h1 .bar {
    left: -10px;
    width: 5px;
  }
}
@media (max-width: 991px) {
  .black-baner h1 {
    padding-left: 10px;
  }
}
.black-baner.cite h1, .black-baner.cite a.txt {
  font-family: "Lora", serif;
}
@media (max-width: 991px) {
  .black-baner a.txt {
    padding-left: 22px;
  }
}

.baner-title, .news-teaser.horizontal .img-container span, .news-teaser .img-container span {
  border-radius: 10px;
}

.article-info a.social, .oferta-pracy {
  border-radius: 5px;
}

.article-info {
  font-size: 0;
}
.article-info a.social {
  background: #6a4392;
  font-size: 16px;
}
.article-info a.social:nth-child(2) {
  background: #ca3d8b;
}
.article-info a.social:nth-child(3) {
  background: #e67d82;
}
.article-info .time-author, .article-info .baner, .article-info .baner-hot {
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  padding: 6px 12px;
  text-align: center;
  min-width: 46px;
  margin-right: 2px;
  margin-bottom: 10px;
}
.article-info .time-author {
  background-color: #f0f0ed;
  color: #333;
}
.article-info .baner { 
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f0f0ed;
    margin-right: 10px;
}
.article-info .baner:hover {
  text-decoration: underline;
}
.article-info .baner-hot {
  background: #e30613;
  font-weight: 700;
  color: white;
}

.search-form .search-button {
  background: transparent;
}

.additionals-box.grey {
  background: #f0f0ed;
  margin: 0 auto 30px auto;
}

.additionals-box.grey h2 {
  color: #333;
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
}

.additionals-box.grey h3 {
  color: #333;
  font-family: "Ubuntu", sans-serif;
}

.additionals-box.grey .btn-primary {
  background-color: #6a6a6a;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.additionals-box.grey .btn-primary:hover {
  background-color: #535353;
}

.newsletter-modal .btn-primary {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  width: 100%;
}

.newsletter-modal .btn-primary:hover {
  background-color: #535353;
  width: 100%;
}

.additionals-box.grey .txt, .additionals-box.grey label {
  color: #333;
}

.additionals-box.newsletter-box {
  overflow: hidden;
  padding: 0;
}
.additionals-box.newsletter-box .newsletter-flex {
  display: flex;
  flex-direction: column;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon-link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 280px;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon-newsletter {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 104%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon-overlay {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  width: 100%;
  z-index: 2;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon-overlay h2 {
  margin: -7px 0 1px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
  text-transform: uppercase;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon-overlay h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon-bottom {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  padding: 20px;
  width: 100%;
  z-index: 2;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon-bottom h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon-btn-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.additionals-box.newsletter-box .newsletter-flex .newsletter-icon-btn {
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
}

.additionals-box {
  border-radius: 10px;
  margin: 0 auto 30px auto;
}
.additionals-box input {
  border-radius: 5px;
}
.additionals-box.border {
  border: 1px solid rgba(96, 61, 141, 0.45);
  overflow: hidden;
}
.additionals-box.instagram {
  font: normal normal 14px/1.4 Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
  max-width: 262px;
  margin: 0 auto 30px auto;
}
.additionals-box.instagram a:hover {
  text-decoration: none;
}
.additionals-box .instaheader {
  color: #292F33;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px;
}
.additionals-box .instaheader span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #657786;
}
.additionals-box .instafeed {
  position: relative;
  border-top: 1px solid rgba(15, 70, 100, 0.12);
  border-bottom: 1px solid rgba(15, 70, 100, 0.12);
  height: 298px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.additionals-box .instafooter {
  padding: 15px;
  font-size: 12px;
  text-align: right;
}
.additionals-box .instaitem {
  border-top: 1px solid rgba(15, 70, 100, 0.12);
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 10px;
  width: 100%;
}
.additionals-box .instaitem img {
  border-radius: 5px;
  margin-bottom: 10px;
  max-height: 200px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.additionals-box .instaitem:first-of-type {
  border-top: 0;
}
.additionals-box .instaitem:hover {
  text-decoration: none;
}
.additionals-box .instacaption {
  color: black;
  margin-bottom: 10px;
}
.additionals-box .instacaption span {
  color: #007dc4;
}
.additionals-box .instadate {
  color: #999;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
}
.additionals-box.grey {
  background: #f0f0ed;
  margin: 0 auto 30px auto;
}
.additionals-box.grey h2 {
  color: black;
  font-size: 24px;
  font-family: "Lora", serif;
}
.additionals-box.grey h3 {
  color: black;
  font-family: "Lora", serif;
}
.additionals-box.grey .btn-primary {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.additionals-box.grey .btn-primary:hover {
  background-color: #535353;
}
.additionals-box.grey .txt, .additionals-box.grey label {
  color: white;
}

.oferta-pracy {
  transition: all 0.3s ease;
}
.oferta-pracy:hover {
  background-color: black;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row:before, .flex-row:after {
  display: none;
}


.btgrid img {
  height: auto !important;
  display: block;
  max-width: 100%;
  width: auto !important;
}

.footer {
  background-color: #f0f0ed;
  color: #333;
}
.footer-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-row {
    flex-direction: column;
  }
}
.footer-copyrights { 
  color: #333;
}
@media (max-width: 991px) {
  .footer-copyrights {
    order: 1;
  }
}
.footer-banner {
  display: inline-block;
  font-family: "Lora", serif;
  flex: 1;
  float: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: auto;
  color: #333;
}
.footer-banner .baner {
  height: auto;
}
.footer-banner img {
  float: none;
}
.footer-banner p {
  margin-top: 5px;
  color: #333;
}
@media (max-width: 991px) {
  .footer-banner {
    margin-bottom: 15px;
    order: 0;
  }
}
.footer-menu {
  flex: 1;
  text-align: right;
}
.footer-menu li {
  letter-spacing: -0.2px;
}
.footer-menu li a {
  display: inline-block;
  color: #333;
}
.footer-menu li a:hover {
  color: #333;
}
@media (max-width: 991px) {
  .footer-menu {
    order: 2;
    text-align: center;
  }
  .footer-menu li {
    letter-spacing: 0;
  }
}

.img-container {
  position: relative;
}
.img-container a.fancybox {
  display: block;
  position: relative;
}
.img-container a.fancybox img {
  display: block;
  width: 100%;
}
.img-container .title-overlay {
  background: rgba(0, 0, 0, 0.6);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: 10px;
  color: white;
  left: 0;
  padding: 12px 18px;
  position: absolute;
  width: auto;
  max-width: 85%;
  z-index: 10;
}
.img-container .title-overlay .title-overlay-text {
  border-left: 5px solid white;
  display: block;
  font-family: "Lora", serif;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: normal;
  line-height: 1.3;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .img-container .title-overlay {
    bottom: 8px;
    max-width: 90%;
    padding: 10px 15px;
  }
  .img-container .title-overlay .title-overlay-text {
    font-size: 14px;
    padding-left: 10px;
  }
}

.news-teaser-with-overlay .news-texts .title {
  display: none;
}

.mfp-figure {
  position: relative;
}
.mfp-figure .mfp-title-overlay {
  background: rgba(0, 0, 0, 0.6);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: 40px;
  color: white;
  left: 0;
  padding: 15px 20px;
  position: absolute;
  width: auto;
  max-width: 80%;
  z-index: 1000;
}
.mfp-figure .mfp-title-overlay .mfp-title-text {
  border-left: 5px solid white;
  font-family: "Lora", serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: normal;
  line-height: 1.3;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .mfp-figure .mfp-title-overlay {
    bottom: 30px;
    max-width: 90%;
    padding: 10px 15px;
  }
  .mfp-figure .mfp-title-overlay .mfp-title-text {
    font-size: 18px;
    padding-left: 10px;
  }
}
.mfp-figure .mfp-bottom-bar {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.header-logo-img {
    width: 100%;
}
.header-hamburger .h-open, 
.header-hamburger .h-close {
     font-size: 30px;
}
/*# sourceMappingURL=app.css.map*/