/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */




.tm-logo img {
	height: auto;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    vertical-align: middle;
}
.tm-logo p {
	margin: 0px;
	padding: 0px;
}
.index-grid > div > .uk-panel {
	position: relative;
	padding: 20px 6%;
	box-sizing: border-box;
	z-index: 98;
}
.index-grid > div > .uk-panel:after {
    content: "";
    width: 100%;
    height: 94%;
    display: block;
    position: absolute;
    top: 3%;
    left: 0%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    transition: all .4s cubic-bezier(.16, .79, .58, 1);
    transform-origin: 0% 0%;
	z-index: -1;
}
.index-grid > div > .uk-panel:before {
    content: "";
    width: 94%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0%;
    left: 3%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1,0);
    transition: all .4s cubic-bezier(.16, .79, .58, 1);
	transition-delay: .1s;
    transform-origin: 0% 0%;
	z-index: -1;
}
.index-grid > div > .uk-panel:hover:after {
	transform: scale(1,1);
}
.index-grid > div > .uk-panel:hover:before {
	transform: scale(1,1);
}
.index-grid > div > .uk-panel .uk-margin, 
.index-grid > div > .uk-panel .uk-panel-title {
	z-index: 99;
	text-align: center;
	color: #fff;
}
.index-grid > div > .uk-panel .uk-margin img {
	filter: brightness(99);
	-webkit-filter: brightness(99);
	-o-filter: brightness(99);
	-moz-filter: brightness(9);
	
}
.index-grid > div > .uk-panel:hover .uk-margin img {
	filter: none !important;
}
.tm-top-a .uk-panel {
	padding: 0px;
}
.tm-block-top-b {
	padding-top: 0px;
}
.tm-block-top-b .uk-panel-box > .uk-panel-title {
	text-align: center;
    margin-bottom: 30px;
    line-height: normal;
    font-size: 38px;
    font-weight: 400;
	color: #fff;
}
#unia p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: normal;
}
.tm-navbar .uk-flex {
	display: flex;
    overflow: hidden;
    padding: 0px;
    background: #fff;
}
#to-pdf {
	margin-right: 10px;
}
.tm-nav {	
	background: #07B0F8;
    flex: 8;
    justify-content: center;
    height: inherit;
    width: 88%;
    float: left;
    padding: 0px;
}
.uk-navbar-nav  {
	margin-top: 0px;
	display: table;
	height: 100%;
	width: 100%;
}
.uk-article {
	padding: 2%;
	position: relative;
	box-sizing: border-box;
}
.uk-article:before {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    border-top: 1px solid #07b0f8;
    transform: scale(0,1);
    transition: all .4s cubic-bezier(.16, .79, .58, 1);
	transition-delay: .4s;
    transform-origin: 0% 0%;
}
.uk-article:after {
	content: "";
    height: 100%;
    display: block;
    position: absolute;
	top: -10px;
    left: 1%;
    border-left: 1px solid #07b0f8;
    transform: scale(1,0);
    transition: all 1.5s cubic-bezier(.16, .79, .58, 1);
	transition-delay: .5s;
    transform-origin: 0% 0%;
}
.uk-article.showline:after,
.uk-article.showline:before {
	transform: scale(1,1);
}
.tm-navbar {
	margin-top: 10px;
	border-top: 1px solid #fff;
}
.uk-slideshow .uk-margin img {
	width: 80%;
}
.uk-position-cover {
	background-attachment: fixed;
	background-size: cover;
	background-position: top left;
}
.tm-top-a  * {
	overflow: visible !important;
}
.tm-block-top-b {
	background: #07b0f8;
}
.tm-block-top-b  .uk-panel-box {
	background: none;
}
.tm-block-top-a {
	max-height: 68vh;
	min-height: 68vh;
    overflow: hidden;
}
.tm-block-top-a * {
	max-height: 68vh;
}
.k-info p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
	line-height: normal;
}
.k-info a {
	color: #fff;
}
.k-info {
    max-width: 1200px;
    margin: 0 auto;
}
.uk-navbar-nav > li {
	position: relative;
	padding: 0px 1% 0px 0px;
}
.uk-navbar-nav > li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: -10%;
    width: 30px;
    height: 120%;
    border-radius: 50%;
}
.uk-navbar-nav > li:nth-of-type(1){background: #f76a6a;}
.uk-navbar-nav > li:nth-of-type(2){background: #FF9543;}
.uk-navbar-nav > li:nth-of-type(3){background: #fbbd00;}
.uk-navbar-nav > li:nth-of-type(4){background: #76E353;}
.uk-navbar-nav > li:nth-of-type(5){background: #0acef3;}
.uk-navbar-nav > li:nth-of-type(6){background: #905CC0;}
.uk-navbar-nav > li:nth-of-type(7){background: #E0368D;}

.uk-navbar-nav > li:nth-of-type(1):after {background: #FF9543;}
.uk-navbar-nav > li:nth-of-type(2):after {background: #fbbd00;}
.uk-navbar-nav > li:nth-of-type(3):after {background: #76E353;}
.uk-navbar-nav > li:nth-of-type(4):after {background: #0acef3;}
.uk-navbar-nav > li:nth-of-type(5):after {background: #905CC0;}
.uk-navbar-nav > li:nth-of-type(6):after {background: #E0368D;}

.uk-navbar-nav > li:nth-of-type(1):before {
    content: "";
    position: absolute;
    left: -15px;
    top: -10%;
    width: 30px;
    height: 120%;
    border-radius: 50%;
	background: #f76a6a;
}

.tm-sidebar-a .uk-nav {
	position: static;
    top: 0px;
    margin: 0px;
	background: #07B0F8;
}
.tm-sidebar-a .uk-nav li a {
	padding: 10px;
	color: #fff;
}
.tm-sidebar-a .uk-nav li img {
	margin-right: 15px;
}
.tm-sidebar-a .uk-nav li.uk-active {
	background: #905cc0;
}
.tm-content .uk-grid .uk-panel .uk-h3 {
	letter-spacing: 0px;
    font-size: 38px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #000;
    line-height: normal;
    padding-bottom: 8px;
}
.list-title {
	font-weight: 600;
}
#face {
	position: fixed;
	top: 15%;
	right: 0px;
	width: 40px;
}
.uk-navbar-content {
	padding: 0px;
}
#kalendarz {
	width: 100%;
	height: 600px;
}
#kontrast {
	overflow: hidden;
	width: 100%;
	padding: 3px;
    box-sizing: border-box;
}
#kontrast h3 {
	float: left;
	margin: 0px;
	font-size: 20px;
}
#kontrast ul {
	float: left;
	list-style: none;
	margin: 0px 20px 0px 5px;
	padding: 0px;
	overflow: hidden;
}
#kontrast ul li {
	float: left;
	margin: 0px 1px;
}
#kontrast ul li a {
	display: inline-block;
    padding: 1px 7px;
    line-height: normal;
}
#blackWhite {
    background: #000;
    color: #fff;
}
#yellowBlack {
	background: #ffff00;
    color: #000;
}
#blackYellow {
	background: #000;
    color: #ffff00;
}
#regularContrast {
	background: #fff;
    color: #000;
}
body.blackWhite {
    background-color: #000;
}
body.blackWhite .tm-block-top-b {
    background: #000;
}
body.blackWhite .tm-footer {
    box-shadow: inset 0px 3px 7px #000;
    padding: 60px;
    background: #000;
}
body.blackWhite #unia {
    color: #fff;
}
body.blackWhite #kontrast h3 {
    color: #fff;
}
body.blackWhite h1, body.blackWhite h2, body.blackWhite h3, body.blackWhite h4, body.blackWhite h5, body.blackWhite h6 {
    color: #fff;
}
body.blackWhite a:hover, body.blackWhite .uk-link:hover {
    color: #fff;
}
body.blackWhite a, body.blackWhite .uk-link {
    color: #fff;
}
body.blackWhite .table-striped tbody > tr:nth-child(odd) > td, body.blackWhite .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #000;
}
body.blackWhite .table-hover tbody tr:hover > td, body.blackWhite .table-hover tbody tr:hover > th {
    background: #000;
}
body.blackWhite .tm-sidebar-a .uk-nav {
    background: #000;
}
body.blackWhite .tm-sidebar-a .uk-nav li.uk-active {
    background: #000;
} 
body.blackWhite .uk-article p, body.blackWhite  .uk-article a{
    color: #fff !important;
}
body.blackWhite .uk-article:after {
    border-left: 1px solid #fff;
}
body.blackWhite .uk-article:before {
    border-top: 1px solid #fff;
}
body.yellowBlack {
    background-color: #ffff00;
}
body.yellowBlack .tm-block-top-b {
    background: #ffff00;
}
body.yellowBlack .tm-footer {
    box-shadow: inset 0px 3px 7px #ffff00;
    padding: 60px;
    background: #ffff00;
}
body.yellowBlack #unia {
    color: #000;
}
body.yellowBlack #kontrast h3 {
    color: #000;
}
body.yellowBlack h1, body.yellowBlack h2, body.yellowBlack h3, body.yellowBlack h4, body.yellowBlack h5, body.yellowBlack h6 {
    color: #000;
}
body.yellowBlack a:hover, body.yellowBlack .uk-link:hover {
    color: #000;
}
body.yellowBlack a, body.yellowBlack .uk-link {
    color: #000;
}
body.yellowBlack .table-striped tbody > tr:nth-child(odd) > td, body.yellowBlack .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #ffff00;
}
body.yellowBlack .table-hover tbody tr:hover > td, body.yellowBlack .table-hover tbody tr:hover > th {
    background: #ffff00;
}
body.yellowBlack .tm-sidebar-a .uk-nav {
    background: #ffff00;
}
body.yellowBlack .tm-sidebar-a .uk-nav li.uk-active {
    background: #ffff00;
} 
body.yellowBlack .uk-article p, body.yellowBlack  .uk-article a{
    color: #000 !important;
}
body.yellowBlack .uk-article:after {
    border-left: 1px solid #000;
}
body.yellowBlack .uk-article:before {
    border-top: 1px solid #000;
}
body.yellowBlack .tm-sidebar-a .uk-nav li a {
    padding: 10px;
    color: #000;
}
body.yellowBlack .index-grid > div > .uk-panel .uk-margin img, body.yellowBlack .tm-sidebar-a .uk-nav li img {
    filter: brightness(-99);
    -webkit-filter: brightness(-99);
    -o-filter: brightness(-99);
    -moz-filter: brightness(-9);
}
body.yellowBlack .uk-overlay-scale {
    filter: brightness(-99);
    -webkit-filter: brightness(-99);
    -o-filter: brightness(-99);
    -moz-filter: brightness(-9);
}
body.yellowBlack .k-info p {
    color: #000;
}

body.blackYellow {
    background-color: #000;
}
body.blackYellow .k-info p {
    color: #ffff00;
}
body.blackYellow .tm-sidebar-a .uk-nav li a {
    color: #ffff00
}
body.blackYellow .tm-block-top-b {
    background: #000;
}
body.blackYellow .tm-footer {
    box-shadow: inset 0px 3px 7px #000;
    padding: 60px;
    background: #000;
}
body.blackYellow #unia {
    color: #ffff00;
}
body.blackYellow #kontrast h3 {
    color: #ffff00;
}
body.blackYellow h1, body.blackYellow h2, body.blackYellow h3, body.blackYellow h4, body.blackYellow h5, body.blackYellow h6 {
    color: #ffff00;
}
body.blackYellow a:hover, body.blackYellow .uk-link:hover {
    color: #ffff00;
}
body.blackYellow a, body.blackYellow .uk-link {
    color: #ffff00;
}
body.blackYellow .table-striped tbody > tr:nth-child(odd) > td, body.blackYellow .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #000;
}
body.blackYellow .table-hover tbody tr:hover > td, body.blackYellow .table-hover tbody tr:hover > th {
    background: #000;
}
body.blackYellow .tm-sidebar-a .uk-nav {
    background: #000;
}
body.blackYellow .tm-sidebar-a .uk-nav li.uk-active {
    background: #000;
} 
body.blackYellow .uk-article p, body.blackYellow  .uk-article a{
    color: #ffff00 !important;
}
body.blackYellow .uk-article:after {
    border-left: 1px solid #ffff00;
}
body.blackYellow .uk-article:before {
    border-top: 1px solid #ffff00;
}


body.biggerFont {
    font: 300 20px / 28px 'Roboto';
}
body.biggerFont .uk-article-title {
    font-size: 28px;
}
body.biggerFont .uk-navbar-nav > li > a {
    font-size: 19px;
}
body.biggerFont #unia p {
    font-size: 18px;
}
body.biggerFont .k-info a {
    font-size: 18px;
}
body.biggerFont .index-grid > div > .uk-panel .uk-margin, body.biggerFont .index-grid > div > .uk-panel .uk-panel-title {
    font-size: 24px;
}



















