a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
button,
input,
select,
textarea {
	outline: 0;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1194px;
	margin: 0 auto;
}
.container-fluid {
	width: 100%;
	max-width: calc(100% -);
	margin: 0 auto;
}
:root {
	font-size: 15px;
}
body {
	font-size: 1rem;
	font-family: Roboto, sans-serif;
	line-height: 1.9em;
	font-weight: 400;
	color: #3c3c3c;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
	font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #062e61;
}
.h1,
h1 {
	font-size: 4.209rem;
}
.sub h1 {
	font-size: 3.157rem;
}
.h2,
h2 {
	font-size: 3.157rem;
}
.h3,
h3 {
	font-size: 2.369rem;
}
.h4,
h4 {
	font-size: 1.777rem;
}
.h5,
h5 {
	font-size: 1.333rem;
}
.h6,
h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.333rem;
	line-height: 1.9em;
}
ol,
p,
ul {
	margin-bottom: 16px;
}
ol,
ul {
	margin-left: 30px;
}
ol > li,
section table ul li,
ul > li {
	margin-bottom: 2px;
}
section table ul {
	margin-bottom: 0;
}
ul > li {
	list-style: disc outside;
}
ol > li {
	list-style: decimal outside;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem;
}
blockquote em,
blockquote small {
	display: block;
}
blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem;
}
blockquote small {
	text-align: right;
	font-size: 1rem;
}
blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px;
}
.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}
.text-left,
.tl {
	text-align: left;
}
.tc,
.text-center {
	text-align: center;
}
.text-right,
.tr {
	text-align: right;
}
.bold,
.strong,
b,
strong {
	font-weight: 700;
}
.fw-100 {
	font-weight: 100;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	background-color: #ccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.btn {
	background: #267ff5;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	padding: 0.8rem 0.825rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.625rem;
	color: #fff !important;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Roboto, sans-serif;
}
.btn:hover {
	background: #4d96f7;
	text-decoration: none !important;
}
.btn:focus {
	background: #0b6ae8;
}
.btn.block {
	display: block;
}
.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem;
}
.btn.small {
	font-size: 0.9rem;
	padding: 0.4rem 0.8rem;
}
button {
	cursor: pointer;
}
.btn.alt {
	background: 0 0;
	color: #267ff5;
	border: 1px solid #267ff5;
}
.btn.alt:hover {
	color: #fff;
	background: #267ff5;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn.alt:focus {
	color: #fff;
	background: #0b6ae8;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.bg-info {
	background: #4babe2;
	border-color: #4babe2;
}
.bg-danger {
	background: #e42417;
	border-color: #e42417;
}
.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}
.bg-success {
	background: #008020;
	border-color: #008020;
}
.bg-primary {
	background: #267ff5;
	border-color: #267ff5;
}
.bg-secondary {
	background: #3c3c3c;
	border-color: #3c3c3c;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #e42417;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #267ff5;
}
.color-secondary {
	color: #3c3c3c;
}
.bg-none {
	background: 0 0 !important;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a,
#pliki a {
	color: #267ff5;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:hover,
#pliki a:hover {
	color: #0b6ae8;
	text-decoration: underline;
}
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}
.logo img {
	display: block;
	height: 80px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.logo img:first-of-type {
	height: 54px;
	padding: 15px 20px 15px 0;
	margin-right: 20px;
	border-right: 1px solid #e2e2e2;
}
#navbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-bottom: 30px;
	z-index: 666;
}
.navbar-nav {
	margin: 0;
}
.navbar-nav li {
	list-style: none;
	margin: 0 0 3px;
}
.navbar-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5rem 0rem;
	color: #062e61;
	font-weight: 700;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	border-radius: 8px;
	line-height: 1em;
    font-size: 1.25rem;
    margin-bottom: .5em;
}
.navbar-nav a img {
	height: 42px;
	margin-right: 25px;
}
.navbar-nav .active > a,
.navbar-nav a.active {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.05);
}
.navbar-nav a:hover {
	opacity: 1;
}
.navbar-nav .dropdown {
	max-height: 0;
	transform: scaleY(0);
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-nav .active > .dropdown,
.navbar-nav .dropdown.show {
	max-height: 100%;
	transform: scaleY(1);
	opacity: 1;
	margin-top: 5px;
	margin-bottom: 10px;
}
.navbar-nav .dropdown a {
	font-weight: 400;
	font-size: 0.825em;
	padding: 0.3rem 0 0.3rem 2rem;
	margin-bottom: 3px;
}
header {
	position: relative;
}
header .slogan {
	position: absolute;
	z-index: 20;
	top: 0;
	left: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 200%;
	height: 100%;
	padding-left: 60px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
header .slogan h1 {
	color: #fff;
	margin: 0;
	line-height: 1em;
}
header .slogan h1 small,
header .slogan h1 span {
	display: block;
	line-height: 1.2em;
}
header .slogan h1 small {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 0.8125rem;
}
header .slogan h1 span {
	font-size: 4.1875rem;
	font-weight: 300;
}
header .swiper-container {
	overflow: visible;
	margin-left: -15px;
}
header .swiper-container img {
	display: block;
}
article {
	position: relative;
}
article::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: -1;
	width: 65vw;
	height: 100%;
	background: #f2f2f2;
}
article::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: -457px;
	top: 65vh;
	width: 457px;
	height: 292px;
	background: url(../../img/bg.png) center no-repeat;
}
article section {
	margin-left: 8.33333%;
}
#o-nas {
	padding: 100px 0;
}
#o-nas h2 {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 300;
}
#o-nas .lead {
	margin-bottom: 30px;
}
#o-nas .col-5 img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
#o-nas ul {
	margin-left: 0;
}
#o-nas ul li,
section ul li {
	list-style: none;
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 1rem;
}
section ul li {
	list-style: none;
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 2px;
}
#o-nas ul li::before,
section ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 12px;
	height: 12px;
	background: url(../../img/bullet.svg) center no-repeat;
	top: 7px;
}
#o-nas ul ul {
	margin-top: 1rem;
}
.lead {
	color: #267ff5;
	font-weight: 300;
}
#news {
	padding-bottom: 100px;
}
#news h2 {
	margin: 0px;
}
#news .row:first-of-type {
    margin-top: 80px;
	margin-bottom: 30px;
}
.more {
	background: url(../../img/more.svg) right no-repeat;
	background-size: 30.3px auto;
	padding-right: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #062e61;
	font-size: 0.625rem;
	font-weight: 700;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.more:hover {
	color: #267ff5;
}
.card_body small {
	color: #062e61;
	opacity: 0.48;
	letter-spacing: 2px;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
}
.card_body h3 {
	margin: 0 0 10px;
}
.card_body h3 a {
	color: #062e61;
	font-size: 1.3125rem;
	font-weight: 700;
}
.sub h1 {
	margin-top: 60px;
	margin-bottom: 30px;
}
.sub article {
	padding-bottom: 100px;
}
#pliki {
	margin-bottom: 30px;
}
footer {
	background: #062e61;
}
footer a.ic {
	margin-left: 30px;
	color: #fff;
	font-weight: 300;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
footer a.ic:hover footer a.ic:first-child {
	margin-left: 0;
}
footer a.ic img {
	display: block;
	margin-right: 10px;
}
footer span {
	color: #fff;
}
footer .row {
	padding: 30px 0;
}
footer hr {
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #fff;
	font-size: 0.625rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial;
}
.lg-backdrop.in {
	opacity: 0.8 !important;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	background-color: #ccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}
.fb_slider_right:hover {
	right: 0;
	height: 100%;
}
.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: #fff;
}
.sub #main li li {
	margin-top: 5px;
}
.publikacje h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
}
.publikacje table {
	background-color: #fff;
	font-size: 0.875em;
	box-shadow: 0 10px 30px #0000000a;
	border-radius: 0.5rem;
}
.publikacje table td:first-of-type {
	width: 20%;
}
.publikacje table td {
	border: none;
}
.publikacje table tr {
	border-bottom: 1px solid #e2e2e2;
}
.publikacje table tr:last-of-type {
	border-bottom: none;
}
.sub header .swiper-slide img {
	height: 350px;
	width: 65vw;
	object-fit: cover;
	object-position: center;
}
.sub article {
	padding-top: 30px;
}
.tabs {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0;
}
.tabs li {
	margin: 0;
	padding: 0;
}
.tabs li a {
	padding: 15px 30px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #e2e2e2;
	display: block;
	margin: 0 -1px -1px 0;
	color: #3c3c3c;
	text-transform: uppercase;
}
.tabs li a.active {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #e2e2e2;
	border-bottom-color: #fff;
	color: #062e61;
	font-weight: 700;
}
.tabs li::before {
	display: none;
}
.tab {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 30px;
}
.filtr {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.filter {
	margin-left: 15px;
	padding: 0.8rem 1rem;
	min-width: 300px;
	flex-grow: 1;
	border: 1px solid #e2e2e2;
}
.pub.hidden {
	display: none;
}
aside.news h2 {
	margin-top: 74px;
	margin-bottom: 20px;
	font-size: 2rem;
}
aside.news .card_body h3 a {
	display: block;
	line-height: 1.1em;
}
aside.news .card {
	margin-bottom: 30px;
}
