/** BODY */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/** HEADER */
header {
	margin: 0;
	padding: 0;
	width: 380px;
	float: left;
	position: sticky;
	top: 0;
	left: 0;
	min-height: 100vh;
	min-height: 100dvh;
}

.logo a {
	display: block;
	margin: 60px auto;
	height: 260px;
	width: 260px;
	border-radius: 130px;
	position: relative;
	z-index: 10;
}

.logo a img {
	height: 260px;
	width: 260px;
	/*-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.05);
     -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.05);
     box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.05);
    */
	border-radius: 130px;
}

/** - homepage not homepage */
.PGhmpg header {
	background: rgb(255, 255, 255);
}

header {
	background: rgb(38, 85, 108);
}

.logo a {
	background-position: center center;
	background-image: none;
}

.PGhmpg .logo a img {
	opacity: 0
}

.PGhmpg .logo a {
	background-image: url(../../../images/admin/logo-neg.svg);
	background-position: center center;
}

.logo a,
.PGhmpg .logo a {
	background-size: 260px 260px;
}

@media(min-width:1024px) {
	

	.logo a:hover,
	.logo a:focus {
		background-image: url(../../../images/admin/logo-neg.svg);
		background-color: #fff;
	}

	.logo a:hover img {
		opacity: 0%;
	}

	.PGhmpg .logo a:hover,
	.PGhmpg .logo a:focus {
		background-image: url(../../../images/admin/logo.svg);
		background-color: #26556C;
	}
}

/** MAIN */
.component {
	position: relative;
}



.siteBody {
	margin-left: 380px;
}

.container {
	position: relative;
}

.component.hasSDBR {
	margin-right: 600px;
	background-color: #fafafa;
}

.component.hasSDBR {
	padding: 0 60px;
}

@media(min-width:1024px) {
	.component:before {
		content: '';
		display: block;
		height: 100%;
		width: 10px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: rgb(0, 0, 0);
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	}
	
	siteBody {
	margin-left: 380px;
}
	
}

/** MENU */
.nav-item a {
	padding: 10px;
	display: block;
	margin: 5px 30px;
	text-transform: uppercase;
	/*background-size:auto 26px;
     background-position:left +10px center;
     background-repeat:no-repeat;
    */
	transition: background-color 1s;
}

.hamburger {
	display: none;
}

/** - homepage not homepage */
.PGhmpg .nav-item a {
	color: #26546B
}

.nav-item a {
	color: #fff;
	font-size: 0.9em;
}

.PGhmpg .nav-item a:hover {
	background-color: #fafafa;
	transition: background-color 0.1s;
}

.nav-item a:hover {
	background-color: #fafafa;
	transition: background-color 0.1s;
	color: #26546B
}

.PGhmpg .nav-item.active a {
	background-color: #EEEEEE;
}

.nav-item.active a {
	background-color: #EEEEEE;
	color: #26546B
}

/** SIDEBAR */
.sidebar {
	float: right;
	width: 600px;
	background-color: #fafafa;
	height: 100vh;
	height: 100dvh;
	position: sticky;
	top: 0;
	right: 0;
}

.sidebar .custom {
	height: 100vh;
	height: 100dvh;
	background-size: cover;
	background-position: center center;
}

/** RESPONSIVE LAYOUT */
@media (max-width:1899px) {
	.sidebar {
		width: 350px;
	}

	.component.hasSDBR {
		margin-right: 350px;
	}
}

@media (max-width:1599px) {
	
		header {	width: 290px;	}
	.siteBody {  margin-left: 290px;}
	
	
	.sidebar {
		width: 290px;
	}

	.component.hasSDBR {
		margin-right: 290px;
	}
}


@media (max-width:1439px) {
	.component.hasSDBR {  padding:0 30px;}
}



@media (max-width:1365px) {
	.sidebar {
		width: 250px;
	}

	.component.hasSDBR {
		margin-right: 250px;
	}
}

@media (max-width:1279px) {
	header {
		width: 280px;
	}

	.siteBody {
		margin-left: 280px;
	}

	.logo a {
		margin: 20px auto;
		height: 220px;
		width: 220px;
	}

	.logo a,
	.PGhmpg .logo a {
		background-size: 220px 220px;
	}

	.logo a img {
		height: 220px;
		width: 220px;
		border-radius: 120px;
	}

	.sidebar {
		width: 0px;
		display: none;
	}

	.component.hasSDBR {
		margin-right: 0;
	}
}

@media (max-width:1023px) {

	/** - mobile page */
	.sidebar {
		display: none;
	}

	.siteBody {
		margin-left: 0;
		padding-top: 125px;
		background-color: #fafafa;
	}

	.siteBody .container {
		position: relative;
	}

	.component.hasSDBR {
		padding: 0 15px
	}

	.PGhmpg .siteBody {
		margin-left: 0;
		padding-top: 0;
		background-color: transparent;
	}

	/** - mobile header */
	header {
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		min-height: 125px;
		background: rgba(250, 250, 250, 0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}

	.PGhmpg header {
		background-color: transparent;
		backdrop-filter: none;
	}

	.PGhmpg header.hasmenu {
		background-color: #26556c;
	}

	.logo a {
		background-image: url(../../../images/admin/logo-neg.svg);
	}

	.PGhmpg .logo a {
		background-image: url(../../../images/admin/logo.svg);
	}

	.logo a img {
		opacity: 0;
	}

	.logo a {
		display: block;
		margin-top: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		margin-right: 15px;
		height: 125px;
		width: 180px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}

	.logo a img {
		height: 180px;
		width: 180px;
		border-radius: 90px;
	}

	.PGhmpg .logo a,
	.logo a,
	.scrolled .logo a {
		background-size: 180px 180px;
	}

	/** - mobile menu */
	.hamburger {
		display: block;
	}

	.navbar .menu {
		max-height: 0;
		height: 0;
		overflow: hidden;
		transition: max-height 0.3s;
	}

	.navbar .menu.opened {
		max-height: 1000px;
		height: calc(100dvh - 125px);
		position: relative;
	}

	html body.site header nav div.navbar .menu.opened #mainmenu {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-60%);
	}


	.nav-item {}

	.nav-item a {
		color: #26556c
	}


	.PGhmpg .nav-item a {
		color: #fff;
	}

	.nav-item a:hover,
	.nav-item a:focus,
	.PGhmpg .nav-item a:hover,
	.PGhmpg .nav-item a:focus {
		background-color: transparent;
	}

	.nav-item.active a {
		background-color: transparent;
	}

}

/** BREADCRUMBS */
div.breadcrumbs {
	/*position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  /*padding-left:60px;*/
	border-bottom: 1px solid #bebebe;
	margin-bottom: -25px;
}


.breadcrumb-item,
.mod-breadcrumbs__here {
	display: inline-block;
	text-transform: lowercase;
}

.breadcrumb-item:after {
	content: '»';
	display: inline-block;
	padding: 0 5px;
}

.breadcrumb-item.active:after {
	content: '';
}


/** TYPOGRAPHY */
/* Montserrat <uniquifier>: Use a unique and descriptive class name <weight>: Use a value from 100 to 900 .montserrat-<uniquifier> {
     font-family: "Montserrat", sans-serif;
     font-optical-sizing: auto;
     font-weight: <weight>;
     font-style: normal;
}
 */
/** h1 bigger */
h1 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	padding-top: 0.5em;
}

/** h1 page */
.com-content-article>.page-header h1 {
	text-align: center;
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0 0 60px 0;
	padding-top: 60px;
	font-style: italic;
	font-weight: 800;
	text-transform: lowercase;
	display: block;
}


.portf h2 {
	font-size: 2.2em;
	font-size: clamp(1.3rem, 0.9478rem + 1.5652vw, 2.2rem);
	line-height: 1.2em;
	font-style: italic;
	font-weight: 800;
	text-transform: lxxowercase;
	text-align: left;
}


/** h2 bigger */
h2 {
	font-size: 2.2em;
	font-size: clamp(1.3rem, 0.9478rem + 1.5652vw, 2.2rem);
	margin: 0.5em 0;
}

h3 {
	margin: 0.5em 0;
}

/** - normal text */
body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1.5em;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 1em;
}

/** - smaller text */
.ridmor {
	font-size: 0.9em;
	line-height: 1.35em;
}

/** - smallest text */

.breadcrumb-item,
.mod-breadcrumbs__here {
	font-size: 0.75em;
	line-height: 1.35em;
}


/** - default color */
body {
	color: #444
}

/** - blue */
a,
h1,
h2,
h3,
h4 {
	color: #26546B
}

/** - white */
a.btn,
#uk-slideshow-4>div>div>p:nth-child(1) {
	color: #fff
}

/** - upper */
.nic {
	text-transform: uppercase;
}

/** - lower */
a.btn {
	text-transform: lowercase;
}

/** - center */
.nav-item a {
	text-align: center;
}

/** - no decor */
.breadcrumbs a,
.nav-item a,
a.btn,
a.btn:hover,
a.btn:focus {
	text-decoration: none;
}

/** - logo like */
a.btn {
	font-weight: 700;
	font-style: italic;
}

/** CTA DARK */
#ctadark {
	background-color: rgba(0, 0, 0, 0.45);
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}

#ctadark.visible {
	opacity: 1;
}

/** SWIPE */
@media (min-width:1024px) {
	#swipe {
		display: none;
	}
}

#swipe.inactive {
	opacity: 0;
	animation: none;
}

#swipe {
	transition: opacity 1s;
	animation: swipme 1s;
	opacity: 1;
	position: fixed;
	bottom: 60px;
	z-index: 999;
	width: 50px;
	left: calc(50% - 25px);
	pointer-events: none;
}

@keyframes swipme {
	from {
		left: calc(50% - 25px)
	}

	33% {
		left: calc(50% - 45px)
	}

	66% {
		left: calc(50% - 5px)
	}

	to {
		left: calc(50% - 25px)
	}
}

/** BUTTON */
a.btn {
	display: inline-block;
	padding: 10px 20px;
	margin-right: 15px;
	background-color: #F5A623;
	color: #fff;
	border-radius: 4px;
	margin-top: 15px;
	text-shadow: none;
}

a.btn:hover,
a.btn:focus {
	background-color: #1D4152;
	/*#26556C;*/
}


/** WIDGETKIT */
@media (max-width:1023px) {
	.uk-scope {
		overflow: hidden
	}
}

.uk-scope .uk-text-large {
	font-size: 1.25em;
	line-height: 1.5;
}

/** - homepage */
.WGhome .uk-margin {
	color: #ffffff;
	font-weight: 400;
	width: 650px;
	max-width: calc(100vw - 30px);
}

.WGhome .uk-h2 {
	width: 650px;
}

.WGhome .uk-overlay.uk-position-bottom .uk-margin {
	margin-bottom: 60px;
}

.uk-scope .WGhome .uk-overlay-primary {
	background: rgb(36 80 102 / 56%);
}

/** - - loaded modules*/
.WGhome .uk-margin .mod-custom.custom {
	position: relative;
	z-index: 10;
}

.WGhome .uk-margin .mod-custom.custom p {
	text-shadow: 0px 0px 15px #000000;
}

.WGhome .uk-margin .mod-custom.custom h2 {
	display: none;
}

.WGhome .uk-margin .mod-custom.custom h3 {
	display: none;
	font-weight: 700;
	font-style: italic;
}

@media (max-width:1023px) {
	.WGhome .uk-margin .mod-custom.custom h3 {
		display: inline;
	}
}

/** - joomla */

.uk-scope .WGjoom .uk-margin,
.uk-scope .WGjoom .uk-button,
.uk-scope .WGjoom h3.uk-h3 {
	color: #26556C;
}

.uk-scope .WGjoom .uk-button {
	border: 1px solid rgb(36 80 102 / 99%);
}


.uk-scope .WGjoom .uk-overlay-primary {
	/*background: rgb(36 80 102 / 99%);*/
	background: rgb(255 255 255 / 9%);
	border: 1px solid rgb(36 80 102 / 99%);
	color: black;
}

/** - online reklamy */
.uk-scope .WGrekl .uk-card {
	background: #fff;

	padding: 15px;
	/*color:#fff;
    */
	box-shadow: none;
}

.uk-scope .WGrekl .uk-card h3.uk-h3 {
	font-weight: 700;
	color: #26556c;
	/*color:#fff;
    */
}

.WGrekl .uk-slidenav-previous {
	left: -50px;
}

.WGrekl .uk-slidenav-next {
	right: -50px
}

/** ARTICLES */

/** tables */
.com-content-article__body table tbody tr td {
	padding:4px 10px;
}

.com-content-article__body table tbody tr th {
	background:#26556c;
	color:#fff;
	padding:10px 10px;
}

.tldr {
	padding: 15px;
	background-color: #f0f0f0;
}

.com-content-article>.page-header {
	/*position:sticky;
     top:0;
     left:0;
    */
}

.com-content-article__body {
	overflow: hidden;
}


/** - loaded modules */
.com-content-article__body>.custom {
	padding: 10px 15px;
	border: 1px dotted #EFEFEF;
	/*font-size:1.6em;
     line-height:1.1em;
    */
	text-align: center;
	margin: 45px 0;
	background: #26556C;
	color: #fff;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
}

.com-content-article__body>.custom h2 {
	font-style: italic;
	font-weight: 800;
	color: #fff;
}

.com-content-article__body>.custom .ridmor,
.com-content-article__body>.custom h3 {
	display: none;
}

/** - responsive */
@media (max-width:1023px) {
	.com-content-article__body>.custom {
		position: relative;
	}
}

/** PORTFOLIO */
.PGportf {
	background: #fafafa
}

.portf {
	background: #fff;
	margin: 10px 10px 60px 10px;
	overflow: visible;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}

.portf img {
	display: block;
	box-sizing: border-box;
	padding: 90px 45px;
	transform: scale(0.5);
	opacity: 0;
	transition: all 0.6s;

}

.portf img.visible {
	transform: scale(1);
	opacity: 1;
}

.grid2 {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 30px;
	background-color: #26556C;
	padding: 15px 30px;
	background: rgb(38, 85, 108);
	background: linear-gradient(43deg, rgba(38, 85, 108, 1) 20%, rgba(29, 65, 82, 1) 100%);
	position: relative;
}

.webtext {
	text-align: left;
	color: #fff;
}

.webtext h2 {
	text-align: left;
	color: #fff;
}

.weblink {
	text-align: right;
	align-self: end;
}

.portf img.portflogo {
	display: block;
	position: absolute;
	top: 35px;
	right: 30px;
	padding: 0;
	height: 110px;
	transform: scale(1);
	max-width: 250px;
	max-height: 110px;
	height: auto;
	width: auto;
}

.portf img.portflogo.klima-drazice {
	max-width: 280px;
}

.portf img.portflogo.zentiva {
	max-width: 130px;
}

.portf img.portflogo.pivnicenaruzku {
	max-width: 160px;
}

.portf img.portflogo.bohman,
.portf img.portflogo.nordpark {
	max-width: 130px;
}

.portf img.portflogo.vlgre {
	max-width: 100px;
}

.portf img.portflogo.tempo-tenis {
	max-width: 140px;
}

.portf img.portflogo.oazakladno {
	max-width: 140px;
}

.portf img.portflogo.oazakladno {}


.portf .btn {
	background-image: url('../images/extlink.png');
	background-position: 12px center;
	background-size: 14px auto;
	background-repeat: no-repeat;
	padding-left: 36px;
	margin-right: 0;
}

@media (max-width:1439px) {
	.grid2 {	
	grid-template-columns: 4fr 2fr;
}
}

@media (max-width:1365px) {
	.grid2 {	grid-template-columns: 1fr;}
	
	.portf img.portflogo {max-width:180px!important;
		max-height:45px!important;	}
}


/** BOX MENU */

.nav.MDboxmn {
	clear: both;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin-bottom: 60px;
	
}

.nav.MDboxmn li.nav-item {
	border: 0px solid #26556C;
	display: block;
	float: left;	
	aspect-ratio: 1;
	align-content: center;
	transition: background-color 0.15s;
	border-radius: 50%;
	/*border-right:1px solid #bebebe;*/
	background:#fff;
}	

.nav.MDboxmn li.nav-item:last-child {
	border-right:0;
}

.nav.MDboxmn li.nav-item:hover {}

.nav.MDboxmn li.nav-item a {
	color: #26556C;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	background-color: transparent;
	text-transform: none;
	font-size: 1em;
	font-weight: normal;
}


.nav.MDboxmn li.nav-item a img {
	width: 45px;
	margin-bottom: 15px;
	transform: scale(0.75);
	transition: transform 0.15s;
}

.nav.MDboxmn li.nav-item a:hover img {
	transform: scale(1)
}

/** WIDGETKIT */
.WGjoom.uk-slider {
	padding-right:30px;
	padding-left:30px;	
}

.uk-scope .WGjoom.uk-slider .uk-position-center-right {right:-20px}
.uk-scope .WGjoom.uk-slider .uk-position-center-left {left:-20px}

/**HAMBURGER */
/*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */
@media (max-width:1023px) {
	.hamburger {
		padding: 15px 15px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.hamburger:hover {
		opacity: 0.7;
	}

	.hamburger.is-active:hover {
		opacity: 0.7;
	}

	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #26556C;
	}

	.hamburger-box {
		width: 40px;
		height: 24px;
		display: inline-block;
		position: relative;
	}

	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 40px;
		height: 4px;
		background-color: #26556C;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	.hamburger-inner::before,
	.hamburger-inner::after {
		content: "";
		display: block;
	}

	.hamburger-inner::before {
		top: -10px;
	}

	.hamburger-inner::after {
		bottom: -10px;
	}

	.PGhmpg .hamburger-inner,
	.PGhmpg .hamburger-inner::before,
	.PGhmpg .hamburger-inner::after,
	.PGhmpg .hamburger.is-active .hamburger-inner,
	.PGhmpg .hamburger.is-active .hamburger-inner::before,
	.PGhmpg .hamburger.is-active .hamburger-inner::after {
		background-color: #fff;
	}

	/* * Spring */
	.hamburger--spring .hamburger-inner {
		top: 2px;
		transition: background-color 0s 0.13s linear;
	}

	.hamburger--spring .hamburger-inner::before {
		top: 10px;
		transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.hamburger--spring .hamburger-inner::after {
		top: 20px;
		transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.hamburger--spring.is-active .hamburger-inner {
		transition-delay: 0.22s;
		background-color: transparent !important;
	}

	.hamburger--spring.is-active .hamburger-inner::before {
		top: 0;
		transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 10px, 0) rotate(45deg);
	}

	.hamburger--spring.is-active .hamburger-inner::after {
		top: 0;
		transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 10px, 0) rotate(-45deg);
	}
}