@import '../fonts/open-sans/stylesheet.css';

.cc-trigger.cc-trigger-icon.cc-trigger-bottom {
	bottom: 94px !important;
}

html {
	scroll-behavior: smooth;
}
a:focus {
	outline: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid red;
	outline-offset: 3px;
}
.droppicspictures {
	clear: both;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	row-gap: 7px;
}
.droppicsgallerydefault .wimg {
	margin: 0 !important;
	padding: 0;
	width: 100% !important;
	height: auto !important;
}
.droppicsgallerydefault .wimg a {
	display: block;
	width: 100%;
	height: 98px !important;
	position: relative;
	background-color: #b7dafc !important;
	border: 6px solid #b7dafc;
	-webkit-transition: 200ms all ease-in;
	-moz-transition: 200ms all ease-in;
	transition: 200ms all ease-in;
}
.droppicsgallerydefault .wimg img {
	width: 100% !important;
	object-fit: cover;
	height: 100%;
	border-width: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
}
.droppicsgallerydefault .wimg a:hover {
	color: #2ea8e5;
	text-decoration: none;
	background-color: #2ea8e5;
	border: 6px solid #2ea8e5;
}
#cboxTitle,
#cboxClose {
	display: none !important;
}
#cboxContent {
	background: transparent !important;
}
#cboxLoadedContent {
	border: 0 !important;
	background: transparent !important;
	padding-left: 8px !important;
	padding-top: 8px !important;
}
body:has(.cboxPhoto) {
	overflow: hidden;
}
.itemImageGallery {
	margin-top: 25px;
}
@media (max-width: 991px) {
	.droppicspictures {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 580px) {
	.droppicspictures {
		grid-template-columns: 1fr 1fr;
	}
	#cboxClose {
		display: initial !important;
	}
}
.no-background {
	background: transparent;
}
.grid-wysuwane .item {
	padding: 0;
	border-radius: 0;
	overflow: hidden;
}
.grid-wysuwane .item:hover {
	color: #fff !important;
}
.grid-wysuwane .item:hover .item-content {
	translate: 0 -100%;
}
.grid-wysuwane .item-img-wrapper {
	width: 100%;
	height: auto;
	border-radius: 0;
}
.grid-wysuwane .item-content {
	padding: 0 20px;
	position: absolute;
	translate: 0 -38px;
	transition: 0.35s;
	background: #fdb913;
}
.grid-wysuwane .item-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0;
	line-height: 26px;
	text-align: left;
	text-transform: uppercase;
	color: #fff !important;
}
.grid-wysuwane .item-desc {
	font-size: 12px;
	color: #fff !important;
	text-align: left;
}
.kategorie-wysuwane .item-img-wrapper img {
	height: 190px;
}
.kategorie-wysuwane .item:hover .item-content {
	translate: 0 -190px;
}
.kategorie-wysuwane .item-content {
	height: 190px;
}
.kategorie-wysuwane .item:nth-child(2) .item-content {
	background: #204891;
}
.kategorie-wysuwane .item:nth-child(3) .item-content,
.kategorie-wysuwane .item:nth-child(4) .item-content {
	background: #5b5b5b;
}
.qmed-bloczki .item {
	position: relative;
	padding: 0;
	border-radius: 0;
}
.qmed-bloczki .item:hover * {
	color: #3a3a3a !important;
}
.qmed-bloczki .item:hover .item-btn {
	background-position: left bottom;
}
.qmed-bloczki .item-img-wrapper {
	border-radius: 0;
	width: 100%;
	height: auto;
}
.qmed-bloczki .item-img-wrapper img {
	height: auto;
}
.qmed-bloczki .item-content {
	background: #ececec;
}
.qmed-bloczki .item-title {
	color: #3a3a3a;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	padding: 30px 20px 20px;
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}
.qmed-bloczki .item:hover .item-title {
    color: #204891 !important;
}
.qmed-bloczki .item-desc {
	color: #3a3a3a;
	text-align: left;
	padding: 0 20px 70px;
}
.qmed-bloczki .item-btn {
	background: url(../images/readmore-bg-ltr.png) no-repeat left top;
	display: inline-block;
	height: 20px;
	position: absolute;
	left: 20px;
	bottom: 30px;
	width: 20px;
	text-indent: -999em;
}
.toolbar {
	background: #fff;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-right: 15px;
}
.zoom {
    width: 26px;
    height: 26px;
    border: 0;
}
.zoom-in {
    background: url(../../../images/ikony/zoom-in.svg) no-repeat;
	margin-right: 3px;
}
.zoom-out {
    background: url(../../../images/ikony/zoom-out.svg) no-repeat;
}
.printer {
	background: url(../../../images/ikony/printer.svg) no-repeat;
}
.gallery {
	background: url(../../../images/ikony/images.svg) no-repeat;
}
.largerFontSize {
    font-size: 150% !important;
    line-height: 150% !important;
}
.largerFontSize span:not(.hashcash__text) {
    font-size: revert !important;
    line-height: revert !important;
}
.largerFontSize.groupPrimary .catItemHeader {
	font-size: 75% !important;
	line-height: 75% !important;
}
.formResponsive label.largerFontSize {
	font-size: 100% !important;
	line-height: 100% !important;
}
.largerFontSize.groupPrimary {
	height: 500px
}
input.largerFontSize:not([type="checkbox"]),
textarea.largerFontSize {
	width: 100% !important;
	height: 150% !important;
}
div.itemHeader h1.itemTitle {
    font-size: 16px;
    font-weight: bold;
    background: #204891;
    color: #fff;
    margin: 0;
    padding: 4px 12px;
    text-transform: uppercase;
}
div.itemView {
    margin: 0;
    padding: 0 40px 40px;
}
#k2Container {
    background: #fff;
    padding-top: 20px;
}
div.itemImageBlock {
    margin-bottom: 16px;
    padding: 0;
    border: 1px solid #fdb813;
	box-sizing: border-box;
}
div.itemBackToTop {
    text-align: right;
}
div.itemBackToTop a {
    text-decoration: underline;
}
.ja-button-list {
	gap: 15px;
}
.button-twitter,
.button-twitter .service-text {
	background: #000;
}
.ja-share-button {
	margin-top: 30px;
}
a.itemPrintThisPage {
    background: #F7FAFE;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-size: 13px;
    margin: 4px auto 16px;
    padding: 4px;
    text-align: center;
    width: 160px;
}
html.component .eb-custom {
	display: none;
}
@media print {
	.toolbar,
	a.itemPrintThisPage,
	a[href]:after {
		display: none;
	}
}
.formularz-page #k2Container {
	background: initial;
}
.com-finder__search label {
	display: none;
}
.com-finder__search .input-group {
	display: flex;
	gap: 10px;
	max-width: 700px;
}
.com-finder__search-legend {
	border: 0;
}
.com-finder__search input {
	height: 30px;
	font-size: 16px;
	width: 350px;
	margin-left: 25px;
	padding-left: 15px;
}
.com-finder__search .btn-primary {
	height: 40px;
	background: #204891;
	font-size: 16px;
	border: 0;
	border-radius: 0;
	width: 120px;
}
.com-finder__search .btn-primary span {
	margin-right: 5px;
}
.com-finder__results-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.com-finder__counter {
	display: none;
}
.result__item {
	padding: 10px !important;
	border: 1px solid #fdb813 !important;
	text-align: center;
}
.result__item+.result__item {
	border: 0;
	margin: 0;
	padding: 0;
}
.result__title-text {
	font-size: 14px;
	color: #444;
	line-height: normal;
}
.result__category {
	display: block;
	margin-top: 4px;
	color: #3c3c3c;
}
.result__image img {
	height: 200px;
	object-fit: contain;
    transition: .35s;
}
.result__title:hover span {
    text-decoration: none !important;
}
.com-finder__empty p {
	display: none;
}
.visually-hidden {
    font-size: 0 !important;
	height: 0;
	margin: 0;
}
.__size {
	display: none !important;
}
.itemImageBlock .itemAttachmentsBlock span {
	background: none;
}
.jattachment {
	border: 0;
	max-width: 500px;
}
.jattachment .jfile {
	padding: 0;
}
.jattachment .jfile+.jfile {
	border: 0;
}
.jfile a.__name {
	padding: 0;
}
.jfile a.__title {
	margin-left: 0;
	font-weight: 400;
	padding-left: 20px;
	background: url(../images/d_arrow.jpg) no-repeat;
}
.itemAttachmentsBlock {
	margin-bottom: 16px;
}
@media(max-width: 1199px) {
	.result__image img {
		height: 250px;
	}
}
@media(max-width: 767px) {
	.com-finder__results-list {
		grid-template-columns: 1fr;
	}
	.result__image img {
		height: 200px;
	}
}
.gallery-wrapper {
	display: none;
}
div.mod-languages ul li.lang-active {
    background-color: #fff
}
#ja-header div.mod-languages ul.lang-inline li {
	margin-right: 0;
}
div.itemListCategory {
    margin: -20px 0 16px;
    box-sizing: border-box;
    padding: 0 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div.itemListCategory h2 {
    font-size: 16px;
    font-weight: bold;
    background: #204891;
    color: #fff;
    margin: 0;
    padding: 4px 12px;
	margin-top: 20px;
}
div.itemList {
    padding: 0 40px 40px;
}
#itemListPrimary {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
#itemListSecondary {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.groupPrimary {
    border: 1px solid #fdb813;
    background: #f5f5f5;
    padding: 16px;
    height: 380px;
}
div.catItemView {
    padding: 0;
}
div.catItemImageBlock {
    margin: 0;
    padding: 0;
}
span.catItemImage {
    display: block;
    margin: 0 0 8px 0;
    text-align: center;
}
div.catItemHeader {
    margin-bottom: 20px;
    padding: 0 20px;
}
div.catItemHeader h3.catItemTitle {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
div.catItemHeader h3.catItemTitle a {
    color: #444;
    line-height: normal;
}
div.catItemBody {
    margin: 0;
    padding: 0 20px;
}
 article.semcoreContent h1.semcoreHeader {
  font-weight: bold;
  padding: 0px 0px 0px 12px;
}
div.itemListCategory p.semcoreParagraph {
  padding: 10px 0px 10px 12px;
  font-size: 1rem;
}
article.semcoreContent p{
  text-align: justify;
  padding: 10px 0px 10px 12px;
  font-size: 1rem;
}
article.semcoreContent h1, h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #204891;
  padding: 0px 0px 0px 12px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
article.semcoreContent strong {
  color: #555555;
}
.clr {
    border: none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.box_left {
    width: 30%;
    float: left;
}
.box_right {
    float: left;
    margin-left: 20px;
    width: 64%;
    background: #f5f5f5;
    padding: 0 10px 10px;
}
.itemAttachmentsBlock > span {
    background: #fdb813 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 6px;
    width: 97%;
}
div.itemHeader h2.itemTitle {
    font-size: 16px;
    font-weight: bold;
    background: #204891;
    color: #fff;
    margin: 0;
    padding: 4px 12px;
    text-transform: uppercase;
}
.news-page .groupPrimary {
	height: auto;
}
.catItemDateCreated {
    color: #a6a6a6;
}
div.catItemReadMore {
    margin: 0 20px;
    overflow: hidden;
}
div.catItemReadMore a {
    background: url(../images/readmore-bg.png) no-repeat left top;
    color: #444;
    display: block;
    float: right;
    height: 20px;
    overflow: hidden;
    text-indent: -999em;
    width: 20px;
}
.poradnikItemListView .itemListCategory > h2 {
	margin-top: 20px;
}
div.itemListCategory img {
    display: block;
    margin: 20px 10px 0 0;
    border: 1px solid #fdb813;
}
.poradnikItemListView div.catItemHeader {
	margin-bottom: 9px;
	padding: 0;
}
.poradnikItemListView div.catItemBody {
	padding: 0;
}
.poradnikItemListView #itemListSecondary {
	margin-top: 32px;
}
div.catItemReadMore a:hover {
    background-position: left bottom;
    color: #1ba1e2;
}
div.k2Pagination {
	text-align: center;
	padding: 0 0 10px;
}
div.k2Pagination ul {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
}
div.k2Pagination ul li {
    display: inline-block;
}
div.k2Pagination ul li.disabled a {
    color: #655;
}
div.k2Pagination ul li a {
    color: #999;
    display: block;
    padding: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
div.k2Pagination ul li a:hover, div.k2Pagination ul li a:focus, div.k2Pagination ul li a:active {
    background: #1ba1e2;
    color: #fff;
    text-decoration: none;
}
div.k2Pagination ul li.active a {
    background: #fff;
    color: #1ba1e2;
}
iframe {
	border: 0;
}
iframe[src*='youtube'] {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#off-canvas-nav .t3-megamenu {
	overflow: scroll;
	height: 100vh;
}
.off-canvas body {
	height: 100vh;
	overflow: hidden;
}
.mod-finder__search .btn {
	font-size: 0;
	background: none;
	box-shadow: none;
	border: 0;
	translate: 0 3px;
}
.mod-finder__search .btn span {
	font-size: 20px;
	text-shadow: none;
}
.btn-navbar {
	height: 37px !important;
	background: #fdb913 !important;
	position: relative;
	z-index: 1000;
}
.ja-mainnav .navbar .btn-navbar .icon-bar {
	box-shadow: none !important;
}
@media(max-width: 1199px) {
	.mod-finder__search .btn {
		background: #fdb813;
		padding: 8px;
		line-height: 1;
		border-radius: 50%;
		margin-top: 0;
	}
	.mod-finder__search {
		translate: 0 -12px;
	}
	.box_right {
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
		padding-left: 10px;
		float: unset;
	}
	.box_right .itemFullText {
		margin-right: 10px;
	}
	.box_left {
		width: 100%;
		margin: 0 auto;
		max-width: 300px;
		float: unset;
	}
	.jfile a.__title {
		font-size: 16px;
	}
}
@media(max-width: 991px) {
	#itemListPrimary {
		grid-template-columns: 1fr 1fr;
	}
	#itemListSecondary {
		grid-template-columns: 1fr;
	}
	.groupSecondary {
		height: auto;
		max-width: 300px;
		margin: 0 auto;
	}
	.com-finder__search input {
		width: 200px;
	}
	.com-finder__results-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media(min-width: 600px) and (max-width: 767px) {
	.mod-finder__search {
		translate: -100px;
		display: flex;
	}
	.mod-finder__search .btn {
		min-width: 40px;
	}
}
@media(max-width: 650px) {
	.formResponsive .formHorizontal p.formDescription {
		margin-top: 0;
	}
	.formResponsive .formHorizontal .rsform-block {
		margin-bottom: 0;
	}
}
@media(max-width: 767px) {
	.head-search input {
		margin-left: 20px;
	}
	.t3respon {
		min-height: initial !important;
	}
	.ja-copyright .mod-custom {
		margin-bottom: 42px;
		text-align: center;
	}
	.ja-fn {
		padding-bottom: 0;
	}
	.ja-copyright + .ja-copyright {
		margin-bottom: 70px;
	}
	.qmed-bloczki .item {
		max-width: 350px;
		margin: 0 auto;
	}
	.toolbar {
		display: none;
	}
	.itemTitle {
		margin-bottom: 20px !important;
	}
	div.itemView, div.itemListCategory {
		padding: 0 10px 40px;
	}
	div.itemBackToTop {
		margin-top: 20px;
	}
}
@media(max-width: 600px) {
	.mod-finder__search {
		translate: 0;
	}
}
@media(max-width: 480px) {
	#itemListPrimary {
		grid-template-columns: 1fr;
	}
	.groupPrimary {
		height: auto;
		max-width: 300px;
		margin: 0 auto;
	}
	.com-finder__results-list {
		grid-template-columns: 1fr;
		margin-left: 0;
	}
	.com-finder__search input {
		margin-left: 0;
		width: 160px;
	}
}
