/*
	CSS style created for PralniaFoczka.pl.
	Author style: pBartnik [pBartnik.pl].
	Gadu-Gadu: 45342474 / https://www.FaceBook.com/pBartnikpl/ / Kontakt@pBartnik.pl / Skype: X-Men2018.
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

/* Global variable */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #F8F8F6;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, if it's not present, don't show loader */
.no-js #se-pre-con-loader { display: none; }

.js #se-pre-con-loader { 
	position: absolute;
	display: block;
	left: 100px;
	top: 0;
}

.se-pre-con {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	text-align: center;
	background-color: #FFFFFF;
}

.se-pre-con-loader,
.se-pre-con-loader::after {
	border-radius: 50%;
	height: 10em;
	width: 10em;
}

.se-pre-con-logotyp {
	margin-bottom: 25px;
	text-align: center;
	margin-top: 10%;
}

.se-pre-con-logotyp > a > figure > img {
	max-width: 350px;
	max-height: auto;
}

.se-pre-con-loader { 
	margin-top: 40em !important;
}

.se-pre-con-loader {
	margin: 0 auto;
	font-size: 7px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid #FFFFFF;
	border-right: 0.5em solid #FFFFFF;
	border-bottom: 0.5em solid #FFFFFF;

	border-left: 0.5em solid #0C99CF;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Fixed */
.clear {
	clear: both;
}

/* Static width */
#page_middle {
	max-width: 1300px;
	padding: 0px 5px;
	margin: 0 auto;
	height: auto;
}

.page_center {
	height: auto;
	margin: 0 auto;
	padding: 0px 5px;
	max-width: 1300px;
}

.page_left {
	max-width: 50%;
	height: auto;
	float: left;
}

.page_right {
	max-width: 50%;
	height: auto;
	float: right;
}

header {
	background: url("../images/header2.png") no-repeat top center;
	height: 996px;
	width: 100%;
}

section.page_top {
	width: 100%;
	height: auto;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	justify-content: space-between;
}

section.page_top > .page_top-nav {
	width: auto;
	height: auto;

	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

section.page_top > .page_top-nav > ul {
	width: auto;
	height: auto;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

section.page_top > .page_top-nav > ul > li {
	width: auto;
	height: auto;
	padding: 35px 0px;
	margin-right: 150px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section.page_top > .page_top-nav > ul > li > .page_top-icon {
	width: auto;
	height: auto;
	margin-right: 20px;
}

section.page_top > .page_top-nav > ul > li > .page_top-icon > i {
	color: #12A3D3;
	font-size: 20px;
}

section.page_top > .page_top-nav > ul > li > .page_top-text {
	width: auto;
	height: auto;
}

section.page_top > .page_top-nav > ul > li > .page_top-text > p,
section.page_top > .page_top-nav > ul > li > .page_top-text > p > a {
	font: 14px 'Open Sans', Sans-Serif;
	color: #001828;
}

section.page_top > .page_top-nav > ul > li > .page_top-text > p > strong {
	font-weight: bold;
	color: #0287CA;
}

section.page_top > .page_top-buttons {
	width: auto;
	height: auto;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

section.page_top > .page_top-buttons > .page_top-button {
	margin-left: 10px;
}

section.page_top > .page_top-buttons > .page_top-button > a {
	-webkit-border-radius: 45px 45px 45px 45px;
	-moz-border-radius: 45px 45px 45px 45px;
	border-radius: 45px 45px 45px 45px;

	background-color: rgb(10,150,206);
	background: linear-gradient(90deg, rgba(10,150,206,1) 0%, rgba(2,135,202,1) 50%);
	
	padding: 25px 45px;

	font: bold 14px 'Open Sans', Sans-Serif;
	color: #FFFFFF;
}

section.header-text {
	width: 735px;
	height: auto;
	margin-top: 220px;

	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

section.header-text > h2 {
	font: bold 40px 'Open Sans', Sans-Serif;
	color: #002869;
}

section.header-text > p {
	font: 19px 'Open Sans', Sans-Serif;
	font-weight: 300;
	color: #001828;
}

section.header-text > p > strong {
	font-weight: bold;
}

section#page_section1 {
	background: url("../images/page_section1.png") repeat top center;
	min-height: 636px;
	width: 100%;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.page_section1 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	flex-wrap: wrap;
}

.section_left {
	justify-content: flex-start;
	width: 645px;
}

.section_left > .section_title {
	width: auto;
	height: auto
	margin-left: 90px;

	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

.section_left > .section_title > h2 {
	font: italic 26px 'Open Sans', Sans-Serif;
	text-transform: uppercase;
	color: #FFFFFF;
}

.section_left > .section_body {}

.section_left > .section_body > ul {
	width: 100%;
	height: auto;
}

.section_left > .section_body > ul > li {
	width: 90%;
	height: auto;
	padding: 25px 0px;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section_left > .section_body > ul > li > .section_body-icon {
	height: auto;
	min-width: 70px;
	margin-right: 20px;
}

.section_left > .section_body > ul > li > .section_body-text {
	width: auto;
	height: auto;
}

.section_left > .section_body > ul > li > .section_body-text > h2 {
	font: bold 20px 'Open Sans', Sans-Serif;
	text-transform: uppercase;
	color: #0287CA;
}

.section_left > .section_body > ul > li > .section_body-text > p {
	font: 14px 'Open Sans', Sans-Serif;
	color: #FFFFFF;
}

.section_right {
	justify-content: flex-end;
	height: 437px;
	width: 645px;
}

.swiper-container {
	width: 100%;
	height: auto;
}

.swiper-slide {
	width: 100%;
	height: auto;
}

.swiper-slide img {
	display: block;

	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
}

footer {
	background-color: #00040A;
	height: 93px;
	width: 100%;
}

.page_footer {
	height: 93px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page_footer-nav {
	width: auto;
	height: auto;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	justify-content: flex-start;

	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

.page_footer-nav > ul {
	width: auto;
	height: auto;
}

.page_footer-nav > ul > li {
	padding: 0px 20px;
	position: relative;

	display: inline-flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page_footer-nav > ul > li,
.page_footer-nav > ul > li > a {
	font: bold 11px 'Open Sans', Sans-Serif;
	text-transform: uppercase;
	color: #FFFFFF;
}

.page_footer-nav > ul > li:hover {
	color: #0287CA;
}

.page_footer-nav > ul > li::after {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}

.page_footer-nav > ul > li::after {
	content: "";

	left: 0;
	top: 20px;
	right: 100%;
	height: 2px;
	position: absolute;
	background-color: #0287CA;

	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.page_footer-nav > ul > li:hover::after {
	right: 0;
}

.page_footer-authors {
	width: auto;
	height: auto;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	justify-content: flex-end;

	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.page_footer-authors > .footer-authors-text {
	padding-right: 5px;
}

.page_footer-authors > .footer-authors-text > p {
	font: bold 11px 'Open Sans', Sans-Serif;
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
}

.page_footer-authors > .footer-authors-text > p > a {
	color: #0287CA;
}

.page_footer-authors > .footer-authors-logotyp {
	width: auto;
	height: auto;
	margin-top: 3px;
}

.page_footer-authors > .footer-authors-logotyp > a {}

.page_footer-authors > .footer-authors-logotyp > a > figure {
	width: auto;
	height: auto;
}

.page_footer-authors > .footer-authors-logotyp > a > figure > img {
	width: auto;
	height: auto;

	-webkit-transition: 1s;
	transition: 1s;

	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);

	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);

	filter: url(desaturate.svg#greyscale);
	filter: gray; filter: grayscale(100%);
}

.page_footer-authors > .footer-authors-logotyp > a > figure > img:hover {
	-webkit-transition: 1s;
	transition: 1s;

	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(0%);

	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	
	filter: url(desaturate.svg#greyscale);
	filter: gray; filter: grayscale(0%);
}

.MyModal {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 2; 
	left: 0;
	top: 0;

	cursor: pointer;
	overflow: hidden;
	justify-content: center;
	align-items: flex-start;
	background-color: rgba(0, 0, 0, 0.9); 
}

.MyModal-beam {
	width: 100%;
	height: 80px;
	padding: 0px 25px;
	box-sizing: border-box;

	background-color: rgb(10,150,206);
	background: linear-gradient(90deg, rgba(10,150,206,1) 0%, rgba(2,135,202,1) 50%);

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.MyModal-beam > .MyModal-title {
	width: auto;
	height: auto;
}

.MyModal-beam > .MyModal-title > h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font: bold italic 26px 'Open Sans', Sans-Serif;
}

.MyModal-beam > .MyModal-right {
	width: auto;
	height: auto;
}

/* The Close Button */
.MyModal-close {
	cursor: grab;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
}

/* Modal Content/Box */
.MyModal-content {
	background-color: #0287CA;
	overflow: auto;

	max-height: 90%;
	max-width: 1300px;

	margin: auto;

	height: auto;
	width: 80%;
}

.MyModal-text {
	width: auto;
	height: auto;
	padding: 30px 25px;
}

.MyModal-text > p {
	color: #FFFFFF;
	font: 14px 'Open Sans', Sans-Serif;
}

.alert {
	padding: 10px 0px;
	height: auto;
	width: 100%;
}

.alert,
.alert > .page_center > a {
	font: 14px 'Open Sans', Sans-Serif;
	color: #FFFFFF;
}

.alert > .page_center > strong {
	font: bold 14px 'Open Sans', Sans-Serif;
}

.alert-warning {
	background-color: #CC5353;
}

.alert-success {
	background-color: #DFF0D8;
}

.alert-info {
	background-color: #FCF8E3;
}

.alert-danger {
	background-color: #FCF8E3;
}

::-moz-selection {
	background-color: #0C99CF;
	color: #FFFFFF;
}

::selection {
	background-color: #0C99CF;
	color: #FFFFFF;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	border-left: 0px;
}

::-webkit-scrollbar-thumb {
	background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #0C99CF;
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: #FFFFFF;
}

@media (max-width: 1350px) {
	.page_center {
		padding: 0px 30px;

		overflow: hidden;
	}

	section.header-text {
		max-width: 100%;
		min-width: 100%;
	}

	.section_left,
	.section_right {
		height: auto;

		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	.section_left > .section_body > ul > li {
		width: 100%;
	}
}

@media (max-width: 1050px) {
	section.page_top > .page_top-nav {
		max-width: 100%;
		min-width: 100%;
	}

	section.page_top > .page_top-nav > ul {
		max-width: 100%;
		min-width: 100%;
	}

	section.page_top > .page_top-nav > ul > li {
		justify-content: center;
		margin-right: 0px;
		max-width: 100%;
		min-width: 100%;
	}

	section.page_top > .page_top-buttons {
		justify-content: center;
		margin-top: 35px;
		max-width: 100%;
		min-width: 100%;
	}
}

@media (max-width: 900px) {
	footer  {
		padding: 10px 0px;
	}

	footer,
	.page_footer {
		height: auto;
	}

	.page_footer-nav > ul > li {
		justify-content: center;
		padding: 10px 5px;
		width: 100%;
	}

	.page_footer-nav > ul > li::after {
		top: 30px;
	}

	.page_footer-authors {
		margin-top: 10px;
	}

}

@media (max-width: 685px) {
	.page_footer-nav {
		min-width: 100%;
		max-width: 100%;

		justify-content: center;
	}

	.page_footer-authors {
		min-width: 100%;
		max-width: 100%;

		justify-content: center;
	}
}

@media (max-width: 450px) {
	.section_left > .section_title {
		margin-left: 0px;

		text-align: center;
	}

	.section_left > .section_body > ul > li {
		flex-direction: column;
	}

	.section_left > .section_body > ul > li > .section_body-icon {
		margin-right: 0px;
	}

	.section_left > .section_body > ul > li > .section_body-text {
		text-align: center;
	}

/*
	CSS style created for PralniaFoczka.pl.
	Author style: pBartnik [pBartnik.pl].
	Gadu-Gadu: 45342474 / https://www.FaceBook.com/pBartnikpl/ / Kontakt@pBartnik.pl / Skype: X-Men2018.
*/