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;
}
body a {
	color: #7cb042;
}
.container {
	width: 100%;
	max-width: 1362px;
	margin: 0 auto;
}
.container-fluid {
	width: 100%;
	max-width: calc(100% -);
	margin: 0 auto;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: Poppins, sans-serif;
	line-height: 2em;
	font-weight: 400;
	color: #000;
	-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: Poppins, sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #000;
}
.h1,
h1 {
	font-size: 3.125rem;
}
.h2,
h2 {
	font-size: 3.125rem;
}
.h3,
h3 {
	font-size: 2.375rem;
}
.h4,
h4 {
	font-size: 1.75rem;
}
.h5,
h5 {
	font-size: 1.3125rem;
}
.h6,
h6 {
	font-size: 1rem;
}
.sub .h1,
.sub h1 {
	font-size: 4.1875rem;
}
.sub .h2,
.sub h2 {
	font-size: 3.125rem;
}
.sub .h3,
.sub h3 {
	font-size: 2.375rem;
}
.sub .h4,
.sub h4 {
	font-size: 1.75rem;
}
.sub .h5,
.sub h5 {
	font-size: 1.3125rem;
}
.sub .h6,
.sub h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.3125rem;
	line-height: 2rem;
}
ol,
p,
ul {
	margin-bottom: 16px;
}
ol,
ul {
	margin-left: 30px;
}
ol > li,
ul > li {
	margin-bottom: 8px;
}
ul > li {
	list-style: square outside;
}
ol > li {
	list-style: decimal outside;
}
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: relative;
	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: #7cb042;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #7cb042;
	border-radius: 0;
	padding: 1rem 2.5rem;
	line-height: 1em;
	font-size: 1rem;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Poppins, sans-serif;
}
.btn:hover {
	background: #90c15a;
	-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:focus {
	background: #679237;
	-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);
}
.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: #7cb042;
	border: 1px solid #7cb042;
}
.btn.alt:hover {
	color: #fff;
	background: #7cb042;
	-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: #679237;
	-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: #7cb042;
	border-color: #7cb042;
}
.bg-secondary {
	background: #000;
	border-color: #000;
}
.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: #7cb042;
}
.color-secondary {
	color: #000;
}
.bg-none {
	background: 0 0 !important;
}
.navbar__toggler {
	display: none;
}
#navbar {
	background: #fff;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar .container,
#navbar .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.logo img {
	height: 79.9px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar.affix {
	opacity: 0;
	top: -140px;
	position: fixed;
	z-index: 9999999999;
	background: #fff;
	height: 70px;
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	-webkit-animation: affix 1s 0.5s 1 forwards;
	animation: affix 1s 0.5s 1 forwards;
}
#navbar.affix .logo img {
	height: 50px;
}
@-webkit-keyframes affix {
	0% {
		top: -140px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
@keyframes affix {
	0% {
		top: -140px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar-nav li {
	display: inline;
	list-style: none;
	margin-left: 30px;
	margin-bottom: 0;
	position: relative;
}
.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar-nav a {
	text-decoration: none;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: #000;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:focus,
.navbar-nav a:hover {
	color: #7cb042;
}
.navbar-nav .active > a::after,
.navbar-nav a.active::after,
.navbar-nav a:focus::after,
.navbar-nav a:hover::after {
	opacity: 1;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
li:hover > .dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.dropdown .dropdown {
	top: 0;
	left: 100%;
}
.toLeft > .dropdown {
	top: 0;
	right: 100%;
	left: auto;
}
.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
}
.dropdown a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 14px;
	font-family: Poppins, sans-serif;
	border-radius: 0;
}
.dropdown a::after {
	display: none;
}
.dropdown > li:hover > a {
	background: #7cb042;
	color: #fff;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a:not(.btn) {
	color: #7cb042;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #679237;
	text-decoration: underline;
}
.oh {
	overflow: hidden;
	position: relative;
	width: 100%;
}
header {
	position: relative;
	z-index: 99999;
	margin-top: 140px;
}
header::after {
	content: "";
	display: block;
	width: 453.9px;
	height: 212.6px;
	background: url(../../img/navbar-wave.svg) -11px -13.5px no-repeat;
	background-size: 25vw auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#header_top {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 63, 107, 0.9)), to(rgba(0, 63, 107, 0)));
	background: linear-gradient(90deg, rgba(0, 63, 107, 0.9), rgba(0, 63, 107, 0));
}
#header_top .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.slogan {
	width: 30%;
}
.slogan h1 {
	color: #fff;
	font-size: 3.125rem;
	line-height: 1.3em;
	margin: 0 0 30px;
}
.slogan p {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
}
#scroll {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 800;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#scroll img {
	display: block;
	margin-right: 15px;
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 12px 15px;
	-webkit-animation: animateImg 2s infinite forwards;
	animation: animateImg 2s infinite forwards;
}
#scroll:hover {
	opacity: 0.8;
}
@-webkit-keyframes animateImg {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes animateImg {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
#scene {
	width: 100%;
	height: calc(100vh - 125px);
	overflow: visible;
}
#scene img {
	display: block;
}
.blue-wave {
	z-index: 1000;
	bottom: -30px;
	right: -30px;
	position: absolute;
	max-width: 30vw;
	height: auto;
}
.green-wave {
	z-index: 900;
	bottom: -60px;
	right: -60px;
	position: absolute;
	max-width: 50vw;
	height: auto;
}
.mr {
	z-index: 800;
	position: absolute;
	bottom: -30px;
	right: 3vw;
	max-height: 100vh;
}
.headbg {
	z-index: 10;
	width: 100%;
	height: calc(100vh - 140px);
	top: 0;
	left: 0;
	position: absolute;
}
main {
	position: relative;
	z-index: 99999999;
	background: #fff;
	margin-top: -15px;
	width: 100%;
}
.home section h2 {
	margin-top: 0;
}
.home section p:last-of-type {
	margin-bottom: 0;
}
#o-firmie {
	padding: 150px 0;
}
#o-firmie h2 {
	margin-bottom: 30px;
}
#o-firmie .col-7 {
	height: 600px;
	position: relative;
	background: url(../../img/dots.svg) 90% center no-repeat;
	background-size: auto 508px;
}
#o-firmie .col-7 img {
	position: absolute;
	display: block;
	-webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
}
#o-firmie .col-7 img.img1 {
	bottom: 120px;
	left: 170px;
	z-index: 20;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
#zakres-uslug {
	padding: 150px 0 420px;
	background: #eff2f6;
}
#zakres-uslug h2 {
	margin-bottom: 60px;
}

#zakres-uslug a {transition: all .3s;}
.card {
	margin-bottom: 60px;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}

#zakres-uslug a:hover,
.card:hover {
	filter: brightness(1.1);
	transform: scale(1.03);
}

.card p a {color: white;}

.card_img {
	display: block;
	width: calc(100% - 30px);
	position: relative;
	z-index: 10;
}
.card_body {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: -30px;
	background: #003f6b;
	color: #fff;
	padding: 15px;
	height: 110px;
	width: calc(100% - 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.card_body p {
	margin-bottom: 0;
	font-weight: 700;
	line-height: 1.25rem;
}
#kontakt .row {
	margin-bottom: 110px;
}
#kontakt .tel {
	color: #000;
	font-size: 2.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#kontakt .tel img {
	display: block;
	margin-right: 15px;
}
#kontakt_box {
	background: #003f6b;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -300px;
	width: 100%;
}
#kontakt_box__text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 90px;
	padding-right: 30%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: -webkit-gradient(linear, left top, right top, color-stop(61%, #003f6b), to(rgba(0, 63, 107, 0)));
	background: linear-gradient(90deg, #003f6b 61%, rgba(0, 63, 107, 0));
}
#kontakt_box__text h2,
#kontakt_box__text p {
	color: #fff;
}
#kontakt_box__text .btn {
	background: #fff;
	border: 0;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	color: #003f6b;
	font-size: 0.9375rem;
}
#kontakt_box__text .btn img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-left: 15px;
}
#kontakt_box__text .btn:hover {
	opacity: 0.9;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.4);
}
#kontakt_box__text .btn:focus {
	opacity: 0.8;
	-webkit-transform: scale(0.98) translateY(0);
	transform: scale(0.98) translateY(0);
	-webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3);
}
#kontakt_box__img {
	display: block;
	max-width: 100%;
}
#kontakt .col-6 small {
	font-size: 0.875rem;
	line-height: 1.65em;
	display: block;
}
#kontakt .col-6 p {
	font-size: 1.475rem;
	line-height: 1.65em;
}
footer {
	background: #fff;
	border-top: 1px solid #f2f2f2;
	padding: 60px 0;
	color: #b2b2b2;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #b2b2b2;
	font-size: 0.625rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial;
}
#query {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999999999;
	display: none;
}
#query.show {
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: animateQuery 0.3s 1 forwards;
	animation: animateQuery 0.3s 1 forwards;
}
@-webkit-keyframes animateQuery {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes animateQuery {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#query_content {
	padding: 30px;
	background: #fff;
	position: relative;
	z-index: 9999999999999;
	max-width: 40vw;
	max-height: 80vh;
	width: 100%;
	-webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 0;
}
#query_content h4 {
	margin-top: 0;
	margin-bottom: 30px;
}
.show #query_content {
	-webkit-animation: animateContent 0.3s 0.2s 1 forwards;
	animation: animateContent 0.3s 0.2s 1 forwards;
}
@-webkit-keyframes animateContent {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes animateContent {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
#query_close {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	color: red;
	font-size: 25px;
	line-height: 1em;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: -16px;
	right: -16px;
	background: #fff;
}
#query_backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
.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: relative;
	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;
}

.panele {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
}

.panele img {
    max-width: 100%;
    z-index: 1;
}

.panele h3 {
    position: absolute;
    right: 60px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    color: white;
    margin: 0;
    text-align: right;
    max-width: 60%;
}



@media screen and (max-width: 800px) {
    .panele h3 {
        font-size: 1.2em;
    }
}


.sub header img {
	height: 600px;
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
}

.sub .content {
	padding: 60px 0;
}

aside ul {
	margin: 0;
	padding: 0 30px 0 0;
	width: 100%;
}

aside li {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside a {
	line-height: 1.3;
	display: block;
	padding: 10px 20px;
	border-left: 3px solid hsl(0 0% 90%);
	color: hsl(0 0% 40%);
	transition: all .3s;
}

aside a:hover,
aside .active {
	border-left-color: hsl(205, 100%, 21%);
	color: black;
}