/*=================================
//                                 
//    ###     ####   ###    ###  
//   ## ##   #   ##  ## #  # ##  
//  ##   ##    ###   ##  ##  ##  
//  #######  #   ##  ##      ##  
//  ##   ##   ####   ##      ##  
//                                 
//=================================*/

:root {
	--text1: #0A0A0A;
	--text2: #484751;
	--text3: #6f6e75;
	--text4: #2896b4;
	--text5: #FFFFFF;
	--text6: #0D4D3A;
	--text7: #1A5F4B;
	--text8: #00A64B;
	--text9: #02BF8A;
	--text10: #F5F5F5;

	--link1: #24324A;
	--link2: #2896b4;
	--link3: #FFFFFF;
	--link4: #707070;
	--link5: #B8A680;
	--link6: #24324A;

	--hover1: #FFFFFF;
	--hover2: #FFDF0F;
	--hover3: #001F6F;
	
	/* --hover4: #061019; */
	/* --hover5: #d80e0e; */
	/* --hover6: #E8DABD; */

	--color1: #101010;
	--color2: #B8A680;
	--color3: #B8A680;
	--color4: #FFFFFF;
	--color5: #FFFFFF;
	--color6: #787878;
	--color7: #111111;
	--color8: #707070;

	--black: black;
	--white: white;
	--error: red;

	--bkgCrumbs: transparent;
	--colCrumbs: #2C2C2C;
	--colCrumbsLink: #2C2C2C;
	--colCrumbsText: #00A64B; /*#2C2C2C;*/
	--colCrumbsHover: #00A64B;

	--colorPagin: #0F0F0F;
	--colorPaginActive: #ffffff;
	--bkgPagin: #F5F5F5;
	--bkgPaginActive: #1A5F4B;
	--bkgPaginHover: #1A5F4B;

	--border1: #dfe3e6;
	--border2: #B8A680;
	--border3: #cfc4bd;
	--border4: #2896b4;
	--border5: #FFFFFF;
	--border6: #B8A680;
	--border7: #dae0e4;
	--border8: #FFFFFF;
	/* --borderGallery: #FFFFFF; */
	/* --borderFiles: #ddd; */

	--opacity1: rgba(170, 170, 170, 0.1);
	--opacity2: rgba(142, 228, 72, .15);
	--opacity3: rgba(115, 180, 54, .85);
	--opacity4: rgba(202, 209, 212, .5);
	--opacity5: rgba(255, 255, 255, .1);
	--opacity6: rgba(0, 166, 75, .25);
	--opacity7: rgba(0, 0, 0, .25);

	--bkg1: #FFFFFF;
	--bkg2: #111111;
	--bkg3: #F0F7FE;
	--bkg4: #2896b4;
	--bkg5: #000000;
	--bkg6: #40aac8;
	--bkg7: #FFFFFF;
	--bkg8: #004052;
	--bkg9: #E7F1F7;
	--bkg10:#73613C;

	--body: #FFFFFF;
	--main: #FFFFFF;
	--wcag: #EEEEEE;
	--wcagBord: #B30026;
	--header: #161820;
	--footer: #2896b4;

	--header1: #161616;
	--header2: #323232;
	--header3: #00A64B;
	--header4: #00A64B;
	--header5: #00A64B;
	--header6: #00A64B;

	--blue: #063256;
	--grey: #c3c8cd;
	--lightgrey: #d3d6db;
	--orange: #ff9600;
	--yellow: #ffba00;

	/* MENU */
	--ddownTriangle: #D9EAFA;
	--ddownTriangleHov: #FFFFFF;
	--menuBkg1: #transparent;
	--menuBkg2: #F0F7FE;
	--menuBkg3: #b4b0a9;
	--menuBkgRespo: rgba(8, 52, 40, .98);
	--menuBtn: white;
	--menu1: #FFF;
	--menu2: #353535;
	--menu3: #FFFFFF;
	--menu4: #212120;
	--menu5: #C9C9C9;
	--menu1hov: #FFDF0F;
	--menu2hov: transparent;
	--menu3hov: #111111;
	--menuBkgHov1: #B8A680;
	--menuBkgHov2: #B8A680;
	--menuBkgHov3: #B8A680;

	--table: transparent;
	--tableTH: #d4d7dd;
	--tableTDodd: #e3e5e9;
	--tableTDeven: #e3e5e9;


	--blockquoteBorder: #ddd;
	--blockquoteBkg: #efefef;
	--blockquoteColor: #3a3a3a;

	--formsBkg: #eaeeee;
	--formsButton: #AD001A;
	
	--font-family-sans-serif: 'Poppins';  /*'Open Sans', sans-serif;*/
	--font-family-serif: 'Tahoma', 'Georgia', serif;  /*'Open Sans', sans-serif;*/
	--font-family-monospace: 'Open Sans', sans-serif;
	--font-header: 'Poppins';  /*'Roboto Condensed', sans-serif;*/

	--font-roboto: 'Roboto Condensed';
	
	--content: 1460px;
	--container: 1440px;
	
	font-size: 16px;
	font-weight: 400;
}

@import "header.css";

/* *:not(form *) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} */

.dis-link {
	pointer-events: none;
}

/* ------------------ common ------------------*/

body {
	line-height: 1.6;
	font-weight: 300;
	font-synthesis: none;
	font-family: var(--font-family-sans-serif);
	/* font-size: 16px; */
	font-size: clamp(16px, 1vw, 18px);
	background-color: var(--body);
	color: var(--text1);
	position: relative;
}

body .glyphicon {
	padding-right: 10px;
}

:active {
	outline: none !important;
}

:focus {
	outline: none !important;
}

:focus-visible {
	outline: none !important;
}

b,
strong,
.strong,
.bold {
	font-weight: 500;
}

.a3m_debug {
	background: #eee;
	bottom: 10px;
	left: 0;
	margin: 0 auto;
	position: fixed;
	min-width: 200px;
	z-index: 2;
}

.space {
	margin-bottom: 1rem;
	font-size: 0;
}

.table-responsive {
	border: none;
}

.hide,
.hidden,
.sr-only {
	display: none;
}

a {
	transition: all .2s ease-in-out;
	color: var(--link2);
	text-decoration: none;
}

main a:hover {
	color: var(--hover2);
	text-decoration: none;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.wrap-center {
	flex-wrap: wrap;
	align-items: center;
}

.text-svg {
	width: 1.525rem;
	height: 1.525rem;
	line-height: 1.225rem;
}


.master-slider * {
	line-height: 1.2 !important;
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--color5) !important;
}

.fulltainer {
	margin: 0;
}

.display-1 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.9375rem, 1vw, 2.125rem);
	line-height: 1.5;
}

.display-2 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.75rem, 1vw, 1.9375rem);
	line-height: 1.5;
}

.display-3 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.5625rem, 1vw, 1.75rem);
	line-height: 1.5;
}

.display-4 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.3125rem, 1vw, 1.5625rem);
	line-height: 1.5;
}

.display-5 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.25rem, 1vw, 1.3125rem);
	line-height: 1.5;
}

.display-6 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(.875rem, 1vw, 1rem);
	line-height: 1.5;
}

.display-1 strong,
.display-2 strong,
.display-3 strong,
.display-4 strong,
.display-5 strong,
.display-6 strong {
	font-weight: 600;
}





/* ------------------ main ------------------ */

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
	font-family: var(--font-header);
	font-weight: 500;
}

h1 {
	font-size: calc(2.5rem + 1.25vw);
  margin: calc(1rem + .5vw) 0;
}
h2 {
	font-size: calc(1.5rem + 1vw);
  margin: calc(.75rem + .25vw) 0;
}
h3 {
	font-size: calc(1.5rem + 1vw);
  margin: calc(.5rem + .125vw) 0;
}

h1 small {
	display: block;
	font-size: calc(1rem + .5vw);
	margin: .5rem 0;
	font-weight: 500;
	color: var(--text5);
}

h1 span {
	width: 100%;
	display: inline-block;
}


@media (min-width: 360px) {

	.container,
	.container-sm {
		max-width: 30rem;
	}
}

@media (min-width: 480px) {

	.container,
	.container-sm {
		max-width: 36rem;
	}
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 44rem;
	}
}

@media (min-width: 768px) {

	.container,
	.container-sm {
		max-width: 54rem;
	}
}

@media (min-width: 992px) {

	.container,
	.container-sm {
		max-width: 64rem;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-sm {
		max-width: 74rem;
	}
}

@media (min-width: 1600px) {

	.container,
	.container-sm {
		max-width: 88rem;
	}
}


/* ------------------ mapy ------------------ */
.a3m-map {
	border: 1px solid #ddd;
	text-align: center;
	width: 100%;
	margin: 0;
}

.map,
#map {
	height: 500px;
	width: 100%;
	margin: 0;
}

.map-container h4 {
	color: var(--mapTitleColor);
	background-color: var(--mapTitleBkg);
	margin: 0;
	padding: .5rem 0;
}


.empty {
	text-align: center;
	padding: 30px 10px;
	margin-top: 30px;
	border: 2px solid var(--info);
}

#menu-central {
	display: block;
	margin-top: -4.5rem;
	margin-bottom: 5rem;
	background-color: var(--menuBkg2);
	box-shadow: 0 2rem 5rem 2rem rgb(240, 247, 254, 1);
}

.align.center {
	width: 100%; display:inline-block; text-align:center;
}
.align.right {
	width: 100%; display:inline-block; text-align:right;
}


/* ------------------ modyfikacje ------------------ */
.no-slider {height: 135px;
background: var(--bkg8);
}

@media (max-width: 992px) {
	.no-slider {height: 73px;}
}

@media (max-width: 768px) {
	#menu-central {margin-top: -.5rem;}
}

@media (max-width: 480px) {
	.header-navbar #toggle {left:250px;}
	.header-navbar #top {margin-top: .25rem;}
	.h-breath #aside {margin-top: .75rem;}
	.h-breath .segment-r {float:none;}
	.h-breath .aside {margin:0;}
}