﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 
 /* CSS layout */
body{
	font-family: "Poppins", sans-serif;
	display:flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	background-color: #fbfbfb;
	zoom:1.2;
}
canvas{
	display:block;
	border:1px solid #eee;
	border-radius:3px;
	box-sizing: border-box;
	width: 500px;
	height:300px;
}

.link_nav a{
	color:#dfe5e5;
}
div#ovl{
	display:flex;
	flex-direction: column;
	align-items: center;
	width:950px;
	min-width:950px;
}

a {
	text-decoration:none;
}
div {
	position:static;
	border: none;
	float:none;
}
#top_nav_box a,.footer_box a{
	color:white!important;
	font-size: 0.75em;
}
.widget{
	width: 100%;
    box-sizing: border-box;
    padding: 5px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.w_tile
{
	padding:5px 7px;
	background-color:#65b4ff;
	border-radius:3px;
	margin:0 10px;
	max-width:110px;
	
}
.w_tile_value{
	text-align:center;
	font-weight:bold;
	font-size:1.7em;
	color:#fff;
}
.w_tile_name{
	text-align:center;
	color:#f6fbff;
	font-size:0.6em;
}
#min{
	display:flex;
	flex-wrap:wrap;
	flex-direction: row;
	width:100%;
	height:100px;
	padding:5px 0;
	overflow-y:hidden;
	overflow-x:auto;
}
.min{
  background-position: center;
  background-size: cover;
  transition: flex .5s ease;
  display: flex;
  flex: 1;
  margin: auto 1px;
  height: 100%;
  overflow: hidden;
}
.min:hover{
flex: 3;
cursor:pointer;
}
.min img{
	width:130%;
	height:auto;
}
.display{
display: flex;
flex-direction: row;
}
#controls_l,#controls_r{
	font-size:2em;
	display: flex;
    align-items: center;
    flex: unset;
}
.display_content{
	display:flex;
	flex:auto;
	align-items:center;
	justify-content: center;
	overflow:hidden;
	height:50px;
	border-radius:3px;
}
#display_content img{
height:auto;
	width:100%;

}

#masthead {
	position:relative;
	width: 100%;
    height: 160px;
    background-color: silver;
    background-image: url(../img/tlo.png);
    background-size: cover;
    background-position: 0px -30px;
    float: inherit;
}

#top_nav {
	display:flex;
	flex-direction: row;
    position: relative;
    padding: 4px;
    box-sizing: border-box;
    float: none;
    width: 100%;
    background: #122224;
    color: #ffffff !important;
}
#nav_links{
	display:flex;
	flex:auto;
}
#nav_options{
	display: flex;
    flex: unset;
    flex-direction: row;
    justify-content: center;
    padding: 0 5px;
	color:#dfe5e5;
	font-size:0.95em;
}

#top_nav_box {
    float: none;
    width: 100%;
}


#container {
	display:block;
	flex-direction: row;
	width: 100%;
	background-color:#fff;
}

#left_col {
	display:block;
	float:left;
	margin:0px;
	padding-bottom: 5px;
	width: 200px;
	background-color:#e4f2ff;
}

#right_col {
	display:block;
	float: left;
	margin: 0px;
	padding-bottom: 5px;
	width: 200px;
	background-color:#e4f2ff;
}

#page_content {
	display:block;
	float:left;
    margin: 5px auto;
    width: calc(100% - 400px);
    min-height: 500px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
}

#footer {
	float:none;
	padding: 2px;
	box-sizing:border-box;
	width:100%;	
	padding:5px 0px;
	background-color: #122224;
	color:white;
}

.footer_box {
	box-sizing: border-box;
    padding: 2px;
    float: none;
    width: 100%;
}


.link_nav {
float:left;
padding: 2px 4px;
margin-left: 10px;
font-size: .8em;
}

.link_nav a:hover{
	color: white;
}


.link:hover,.sub_link:hover{
	cursor:pointer;
	margin-left: 5px;
	font-weight: 600;
	transition:0.5s;
}
.link {
padding-left:10px;
margin: 4px 0;
font-size:0.95em;
}

.link_selected {
padding-left:8px;
margin: 3px 0;
font-weight:600;
}


.sub_link {
padding-left:20px;
height:20px;
font-size:0.8em;
margin-bottom:2px;
}

.sub_sub_link {
padding-left:30px;
height:20px;
font-size:0.8em;
margin-bottom:2px;

}

.module a{
	color: #173459;
}
.module_title {
	color: black;
    font-weight: bold;
    font-size: 1.3em;
    padding-top: 5px;
    margin: 10px 5px;
}
.module_content{
	color:#173459;
}


.link_foot {
float:left;
padding:0 5 0 5;
height: 20px;
margin-left:5px;
}
.path {
	color:white;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex:unset;
	text-indent: 5px;
	font-style:italic;
	width:200px;
	float:left;
	font-size:.9em;
}
i{
	display:flex;
	align-items:center;
	justify-content:center;
}
.nav_opt{
	margin: auto 5px;
}
.nav_opt:hover{
	cursor:pointer;
}

div.article_title {
	font-style: italic;
    margin: 5px auto;
    font-size: 1.5em;
    letter-spacing: 1px;
    padding-left: 5px;
}

div.article_summary {
	padding: 8px;
}
div.article_content {
    text-indent: 25px;
    margin: 20px auto;
    color: #173459;
    font-size: 1em;
}
.cnt1{
	padding:15px;
	width:30%;
	background-color:#edf0f9;
}
.cnt0{
	width:70%;
}
.c0{
	margin:20px 0;
	width:100%;
	display:flex;
	flex-direction:row;
}

p.p1 {
font: italic normal 1.1em georgia, sans-serif;
color:#303032;	
padding:  5px 10px 6px 15px;
}
p.p2 {
font: normal 0.9em georgia, sans-serif;
color:#303032;	
padding:  5px 10px 6px 15px;	
}

.czysc{
	clear:both;
}					

#gallery{
	display: flex;
	gap:20px;	
}
.photo:hover{
	cursor:pointer;
	transform-origin: center;
	transform: scale(0.95) rotate(-2deg);
	transition: .5s ease;
}
.photo:nth-child(6):hover{
	-webkit-animation: flip-scale-down-diag-2 0.5s linear both;
	        animation: flip-scale-down-diag-2 0.5s linear both;
}
.photo:nth-child(7):hover{
    -webkit-transform: translateY(-100%) rotateX(-180deg);
            transform: translateY(-100%) rotateX(-180deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
.photo:nth-child(8):hover{
	-webkit-animation: flip-scale-up-hor 0.5s linear both;
	        animation: flip-scale-up-hor 0.5s linear both;
}
.photo:nth-child(9):hover{
	-webkit-animation: flip-scale-2-ver-right 0.5s linear both;
	animation: flip-scale-2-ver-right 0.5s linear both;
}
.photo:nth-child(10):hover{
	-webkit-animation: rotate-scale-up 0.65s linear both;
	        animation: rotate-scale-up 0.65s linear both;
}


.photo img{
	max-width: 100%;
	height:auto;
	vertical-align: middle;
	display: inline-block;
}
.gallery_wrapper > div.photo{
	display: flex;
	justify-content: center;
	align-items:center;
}
.gallery_wrapper > div.photo>img{
width:100%;
height:100%;
object-fit: cover;
border-radius: 3px;
}
.gallery_wrapper{
	display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 120px;
    grid-auto-flow: dense;
}
.gallery_wrapper .wide{
	grid-column: span 2;
}
.gallery_wrapper .tall{
	grid-row: span 2;
}
.gallery_wrapper .big{
	grid-column: span 2;
	grid-row: span 2;
}
#full_ov{
	display:flex;
	align-items: center;
	justify-content: center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing: border-box;
	background-color: #000000bd;
	z-index: 1000;
}
#live_img{
	display:flex;
	position:relative;
	padding:1px;
	border-radius:3px;
	background-color:#f9f9f9a3;
	animation-name: rotate-scale-up-diag-2;
	animation-duration: 2s;
	transition: .1s ease;
}
#live_img.active {
	transform: translate(0, 0) scale(1);
}
.close_ov{
	display:flex;
	position:absolute;
	right:0;
	top:0;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align:center;
	margin:15px;
	border-radius:3px;
	background-color:#f9f9f991;
	color:rgb(45, 45, 45);
	font-weight:bold;
	cursor:pointer;
	user-select:none;
}
#live_img img{
	display:flex;
	width:700px;
	height:500px;
	background-color: white;
}



@media(max-width:100px){
	#gallery{
		flex-direction: column;
	}
}




/* ----------------------------------------------
 * Generated by Animista on 2024-4-30 2:11:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-scale-up-diag-2
 * ----------------------------------------
 */

/* ----------------------------------------------
 * Generated by Animista on 2024-5-1 0:1:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-scale-up-hor
 * ----------------------------------------
 */

 /* ----------------------------------------------
 * Generated by Animista on 2024-5-1 0:4:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-scale-2-ver-right
 * ----------------------------------------
 */
 /* ----------------------------------------------
 * Generated by Animista on 2024-5-1 0:6:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tilt-in-fwd-tr
 * ----------------------------------------
 */
@-webkit-keyframes tilt-in-fwd-tr {
	0% {
	  -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
			  transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
			  transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
	  opacity: 1;
	}
  }
  @keyframes tilt-in-fwd-tr {
	0% {
	  -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
			  transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
			  transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
	  opacity: 1;
	}
  }
  /* ----------------------------------------------
 * Generated by Animista on 2024-5-1 0:9:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-scale-up
 * ----------------------------------------
 */
 /* ----------------------------------------------
 * Generated by Animista on 2024-5-1 0:13:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-scale-down-diag-2
 * ----------------------------------------
 */
@-webkit-keyframes flip-scale-down-diag-2 {
	0% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 0deg);
	}
	50% {
	  -webkit-transform: scale(0.4) rotate3d(-1, 1, 0, -90deg);
			  transform: scale(0.4) rotate3d(-1, 1, 0, -90deg);
	}
	100% {
		-webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
		transform: scale(1) rotate3d(-1, 1, 0, 0deg);
	}
  }
  @keyframes flip-scale-down-diag-2 {
	0% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 0deg);
	}
	50% {
	  -webkit-transform: scale(0.4) rotate3d(-1, 1, 0, -90deg);
			  transform: scale(0.4) rotate3d(-1, 1, 0, -90deg);
	}
	100% {
		-webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
		transform: scale(1) rotate3d(-1, 1, 0, 0deg);
	}
  }
  
@-webkit-keyframes rotate-scale-up {
	0% {
	  -webkit-transform: scale(1) rotateZ(0);
			  transform: scale(1) rotateZ(0);
	}
	50% {
	  -webkit-transform: scale(2) rotateZ(180deg);
			  transform: scale(2) rotateZ(180deg);
	}
	100% {
	  -webkit-transform: scale(1) rotateZ(360deg);
			  transform: scale(1) rotateZ(360deg);
	}
  }
  @keyframes rotate-scale-up {
	0% {
	  -webkit-transform: scale(1) rotateZ(0);
			  transform: scale(1) rotateZ(0);
	}
	50% {
	  -webkit-transform: scale(2) rotateZ(180deg);
			  transform: scale(2) rotateZ(180deg);
	}
	100% {
	  -webkit-transform: scale(1) rotateZ(360deg);
			  transform: scale(1) rotateZ(360deg);
	}
  }
  /* ----------------------------------------------
 * Generated by Animista on 2024-5-1 0:10:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bck-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-bck-right {
  0% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
  100% {
    -webkit-transform: translateZ(-400px) translateX(200px);
            transform: translateZ(-400px) translateX(200px);
  }
}
@keyframes slide-bck-right {
  0% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
  100% {
    -webkit-transform: translateZ(-400px) translateX(200px);
            transform: translateZ(-400px) translateX(200px);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-5-1 0:12:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-diagonal-1
 * ----------------------------------------
 */
 @-webkit-keyframes rotate-diagonal-1 {
	0% {
	  -webkit-transform: rotate3d(1, 1, 0, 0deg);
			  transform: rotate3d(1, 1, 0, 0deg);
	}
	50% {
	  -webkit-transform: rotate3d(1, 1, 0, -180deg);
			  transform: rotate3d(1, 1, 0, -180deg);
	}
	100% {
	  -webkit-transform: rotate3d(1, 1, 0, -360deg);
			  transform: rotate3d(1, 1, 0, -360deg);
	}
  }
  @keyframes rotate-diagonal-1 {
	0% {
	  -webkit-transform: rotate3d(1, 1, 0, 0deg);
			  transform: rotate3d(1, 1, 0, 0deg);
	}
	50% {
	  -webkit-transform: rotate3d(1, 1, 0, -180deg);
			  transform: rotate3d(1, 1, 0, -180deg);
	}
	100% {
	  -webkit-transform: rotate3d(1, 1, 0, -360deg);
			  transform: rotate3d(1, 1, 0, -360deg);
	}
  }
  
@-webkit-keyframes flip-scale-2-ver-right {
	0% {
	  -webkit-transform: translateX(0) rotateY(0) scale(1);
			  transform: translateX(0) rotateY(0) scale(1);
	  -webkit-transform-origin: 100% 50%;
			  transform-origin: 100% 50%;
	}
	50% {
	  -webkit-transform: translateX(50%) rotateY(-90deg) scale(2);
			  transform: translateX(50%) rotateY(-90deg) scale(2);
	  -webkit-transform-origin: 50% 50%;
			  transform-origin: 50% 50%;
	}
	100% {
	  -webkit-transform: translateX(100%) rotateY(-180deg) scale(1);
			  transform: translateX(100%) rotateY(-180deg) scale(1);
	  -webkit-transform-origin: 0% 50%;
			  transform-origin: 0% 50%;
	}
  }
  @keyframes flip-scale-2-ver-right {
	0% {
	  -webkit-transform: translateX(0) rotateY(0) scale(1);
			  transform: translateX(0) rotateY(0) scale(1);
	  -webkit-transform-origin: 100% 50%;
			  transform-origin: 100% 50%;
	}
	50% {
	  -webkit-transform: translateX(50%) rotateY(-90deg) scale(2);
			  transform: translateX(50%) rotateY(-90deg) scale(2);
	  -webkit-transform-origin: 50% 50%;
			  transform-origin: 50% 50%;
	}
	100% {
	  -webkit-transform: translateX(100%) rotateY(-180deg) scale(1);
			  transform: translateX(100%) rotateY(-180deg) scale(1);
	  -webkit-transform-origin: 0% 50%;
			  transform-origin: 0% 50%;
	}
  }
  
/* ----------------------------------------------
 * Generated by Animista on 2024-5-1 0:16:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-vert-left
 * ----------------------------------------
 */
 @-webkit-keyframes rotate-vert-left {
	0% {
	  -webkit-transform: rotateY(0);
			  transform: rotateY(0);
	  -webkit-transform-origin: left;
			  transform-origin: left;
	}
	100% {
	  -webkit-transform: rotateY(360deg);
			  transform: rotateY(360deg);
	  -webkit-transform-origin: left;
			  transform-origin: left;
	}
  }
  @keyframes rotate-vert-left {
	0% {
	  -webkit-transform: rotateY(0);
			  transform: rotateY(0);
	  -webkit-transform-origin: left;
			  transform-origin: left;
	}
	100% {
	  -webkit-transform: rotateY(360deg);
			  transform: rotateY(360deg);
	  -webkit-transform-origin: left;
			  transform-origin: left;
	}
  }
  
 @-webkit-keyframes slide-in-elliptic-bottom-bck {
	0% {
	  -webkit-transform: translateY(600px) rotateX(-30deg) scale(6.5);
			  transform: translateY(600px) rotateX(-30deg) scale(6.5);
	  -webkit-transform-origin: 50% -100%;
			  transform-origin: 50% -100%;
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0) rotateX(0) scale(1);
			  transform: translateY(0) rotateX(0) scale(1);
	  -webkit-transform-origin: 50% 500px;
			  transform-origin: 50% 500px;
	  opacity: 1;
	}
  }
  @keyframes slide-in-elliptic-bottom-bck {
	0% {
	  -webkit-transform: translateY(600px) rotateX(-30deg) scale(6.5);
			  transform: translateY(600px) rotateX(-30deg) scale(6.5);
	  -webkit-transform-origin: 50% -100%;
			  transform-origin: 50% -100%;
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0) rotateX(0) scale(1);
			  transform: translateY(0) rotateX(0) scale(1);
	  -webkit-transform-origin: 50% 500px;
			  transform-origin: 50% 500px;
	  opacity: 1;
	}
  }
  

 @-webkit-keyframes flip-scale-up-hor {
	0% {
	  -webkit-transform: scale(1) rotateX(0);
			  transform: scale(1) rotateX(0);
	}
	50% {
	  -webkit-transform: scale(2.5) rotateX(-90deg);
			  transform: scale(2.5) rotateX(-90deg);
	}
	100% {
	  -webkit-transform: scale(1) rotateX(-180deg);
			  transform: scale(1) rotateX(-180deg);
	}
  }
  @keyframes flip-scale-up-hor {
	0% {
	  -webkit-transform: scale(1) rotateX(0);
			  transform: scale(1) rotateX(0);
	}
	50% {
	  -webkit-transform: scale(2.5) rotateX(-90deg);
			  transform: scale(2.5) rotateX(-90deg);
	}
	100% {
	  -webkit-transform: scale(1) rotateX(-180deg);
			  transform: scale(1) rotateX(-180deg);
	}
  }
  


 @-webkit-keyframes rotate-scale-up-diag-2 {
	0% {
		transform: scale(0) rotate(0deg);
	  }
	  50% {
		transform: scale(1.15) rotate(360deg);
	  }
	  100% {
		transform: scale(1) rotate(360deg);
	  }
  }
  @keyframes rotate-scale-up-diag-2 {
	0% {
		transform: scale(0) rotate(0deg);
	  }
	  50% {
		transform: scale(1.15) rotate(360deg);
	  }
	  100% {
		transform: scale(1) rotate(360deg);
	  }
  }
  
