/* CSS Document */
.cursor-pointer:hover{
		cursor:pointer;
}
.slideshow__filter--brightness-6 > div{
	filter: brightness(0.6);
}
/* position */
.position-relative{
	position:relative;
}
.grid__item--position-relative .el-item{
	position:relative;
}
/*.grid__link--position-1 .el-link{
    position: absolute;
    right: 10%;
    bottom: 10%;
}
*/
@media screen and (min-width: 960px){

.position__absolute-right-center{
	position:absolute;
	left:40%;
	top:30%;
	z-index:9;
	}}
/* text */
.text-up{
	text-transform:uppercase;
}
.grid__title--text-up .el-title{
	text-transform:uppercase;
}
.text-normal{
	font-weight:normal;
}
.text-bold{
	font-weight:bold;
}
.text-white{
	color:#FFF!important;
}
.text__align-center{
	text-align:center;
}
.text__transform-90{
	transform-origin: top left;
    left: 0;
    top: 0;
    transform: rotate(90deg) translateY(-150%);
}
@media screen and (max-width: 1230px){
	.text__transform-90{
		width:120%;
}
}
@media screen and (max-width: 960px){
	.text__transform-90{
    transform: rotate(0deg);
		width:100%;

}
}
.card-primary__text--hover-blue .el-item:hover .el-title, .card-primary__text--hover-blue .el-item:hover .el-content{
	color:#0c2340!important;
}
.content-size-17 .el-content{
	font-size:17px;
}
.content-bold .el-content{
	font-weight:bold;
}
.content__color-blue .el-content{
	color:#0c2340!important;
}
.title__color-blue .el-title{
	color:#0c2340!important;
}
.title__color-white .el-title{
	color:#FFF!important;
}
.text__color--change-blue-red{
	animation:colorchange-blue-red 0.2s infinite alternate;
	 -webkit-animation:colorchange-blue-red 0.4s infinite alternate;  
}
@-webkit-keyframes colorchange-blue-red{
      0% {        
        color: #0c2340;
      }       
      100% {        
        color: #C90000;
      }
    }
.uk-light i{
	color:#FFF!important;
}
.uk-light .is-menu path.search-icon-path{
	fill:#FFF!important;
}
/* margin */
.margin--right-20{
	margin-right:20px;
}
.margin--left-20{
	margin-left:20px;
}
.margin--right-10{
	margin-right:10px;
}
/* padding */
.column__padding--left-0 > div{
	padding-left:0px!important;
}
.column__padding--top-0 > div{
	padding-top:0px!important;
}
.column__padding--right-0 > div{
	padding-right:0px!important;
}
.section__padding--top-5{
	padding-top:5px;
}
.section__padding--bottom-5{
	padding-bottom:5px;
}
.padding-20{
	padding:20px;
}
.nav__padding--link-0 .uk-nav>li>a {
    padding: 0px;
}
/* WIDTH */
@media screen and (min-width: 960px){
.desktop-width-10{
	width:10%;
}
.desktop-width-90{
	width:90%;
	}
	.desktop__width--1000{
		width:1000px;
	}}
.width__max-content > div{
	width:max-content;
}
/* BACKGROUND */
/* bílé pozadí průhledné */
.bg__white-transparent{
	    background: rgb(255 255 255 / 60%);
}
.bg__grey{
	background: #DADDE2 ;
	color:#0c2340!important;
}
.bg__grey a{
	color:#0c2340!important;
	font-weight:bold!important;
}
.bg__grey a:hover{
	color:#FFF!important;
	font-weight:bold!important;
}
/* bílé kruhové pozadí */
.background__half-circle--white div > .uk-tile > .uk-panel{
	display: flex;
    position: absolute;
    height: 100%;
    background-color: rgb(255 255 255 / 70%);
    top: 0;
    width: 30%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    align-content: center;
    align-items: center;
}
.background__half-circle--white h1{
	margin-left:30px;
}
@media screen and (max-width: 960px){
    .background__half-circle--white div > .uk-tile > .uk-panel{
    	width: 100%!important;
		justify-content: center;
   		background-color:transparent!important;
    }
	.background__half-circle--white h1{
		padding:30px;
		background-color: rgb(255 255 255 / 80%);
		margin-left:0px;
}
}
.bg-section-full-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 3000px;
    height: 100%;
    background: #0c2340;
	    box-shadow: 0 6px 50px #0c2340;

}
/* TABLE */
/* odstranění padding td */
.table__td--padding-0 .uk-table td{
	padding:0px;
}
/* MENU */
/* Footer */
/* důležité odkazy */
.menu__link--padding-0 .uk-nav>li>a {
   padding: 0px;
}
.column-flex__justify-content--center{
    justify-content: center;
}
.flex__justify-content--center .uk-subnav{
    justify-content: center;
}
/* TOOLBAR */

.tm-toolbar .uk-container > div{
	width:100%
}
.tm-toolbar .uk-container > div > div > div:first-child{
	text-align: left;
}
.tm-toolbar .uk-container > div > div > div:last-child{
	text-align: right;
}
.tm-toolbar .uk-container > div > div > div{
	width:33.3333%;
	text-align: center;
}
.lang-item {
  display: inline;
	    padding: 5px 10px;
    background: #FFF;
	border: 1px solid #0c2340;
	color:#0c2340;
}

.lang-item:hover{
  	background: #0c2340;
	font-weight:bold;
}
.lang-item:hover a{
  	color: #FFF;
}
.lang-item a{
  	color: #0c2340;
	text-decoration:none;
}
.current-lang{
	font-weight:bold;
	background: #0c2340;
	color: #FFF;
}
.current-lang a{
	color: #FFF;
}
.widget-polylang ul{
	margin:0px;
	padding:0px;
}
.uk-navbar-right li{
	list-style-type:none;
}
/* SEARCH */
.is-popup-search-form form {
	width:600px;
	margin: 10% auto 0;
}
.is-form-style input.is-search-input{
	border-top:hidden!important;
	border-left:hidden!important;
	height:50px;
	background:transparent;
	font-size:25px!important;
}
.is-search-icon{
	border-radius:10px;	
	color:#FFF;
	background-color:#0c2340;
	border: 1px solid #fafafa;
	height:50px;
	width:50px;
}
.is-search-icon svg{
	width:38px;
}
.is-form-style button.is-search-submit{
	height:50px;
	width:50px;
	margin-left:10px;
	margin-right:10px;
}
.is-form-style.is-form-style-3 label {
    width: calc(100% - 80px)!important;
}
.is-search-icon{
	cursor:pointer;
}
/* LOGIN */
.login i{
	color:#0C2340;
}
.login {
	padding: 1px;
}
/* SOCIAL */
.social-icon{
        font-size:40px;
	color:#FFF;
    padding: 5px;
}
@media screen and (max-width: 960px){
    .social-icon{
        font-size:30px;
    }
}
.social-right-fixed{
	font-weight:bold;
	font-size:18px;
	position: fixed;	
	bottom: 300px;
	right: 50px;
	z-index: 1;
	width:10px;
	visibility: hidden;
}
 #social-right-fixed.social-right-fixed {
      visibility: visible;
  }
.social-right-fixed li:last-child .el-content{
	    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(-100%, 0%);
    -ms-transform: rotate(-90deg) translate(-100%, 0%);
    transform: rotate(-90deg) translate(-100%, 0%);
	width:max-content;
}	
/* HP rozdělovník */
/* hover effect sekce */
.section__img-hover:hover .uk-position-cover{
	background-color: rgb(255 255 255 / 50%)!important;
}
.section__img-hover:hover h1{
	color:#0C2340;
}
.section__img-hover-2:hover .uk-position-cover{
	background-color: rgba(0, 0, 0, 0.3)!important;
}
.section__img-hover-2 h1{
	background:rgba(0, 0, 0, 0.3);
	padding:35px 20px;
}
.section__img-hover-2:hover h1{
	border-bottom:3px solid #FFF;
}
/* hover effect title */
.title__hover-effect::before,
.title__hover-effect::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.title__hover-effect::before {
	top: -30px;
	right: 30px;
	bottom: -30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.title__hover-effect::after {
	top: -60px;
	right: 60px;
	bottom: -60px;
	left: 60px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.title__hover-effect::before,
.title__hover-effect::after{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.section__title__hover-effect:hover .title__hover-effect::before,
.section__title__hover-effect:hover .title__hover-effect::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.section__title__hover-effect:hover .title__hover-effect{
	color:#FFF;
}
.section__title__hover-effect:hover .title__hover-effect::after{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.title__hover-effect-arrow{
	display:none;
}
.section__title__hover-effect:hover .title__hover-effect-arrow{
	display:block;
}
@media screen and (max-width: 960px){
.title__hover-effect::before,
.title__hover-effect::after, .title__hover-effect-arrow {
	display:none;
}
.title__hover-effect-arrow{
	display:block;
}
.title__hover-effect-mobile a::before {
	opacity: 1;
	position: absolute;
	content: '';
	top: -10px;
	right: 10px;
	bottom: -10px;
	left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.title__hover-effect-mobile a::after {
	opacity: 1;
	position: absolute;
	content: '';
	top: -20px;
	right: 20px;
	bottom: -20px;
	left: 20px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
}
/* GRIDY */
/* grid */
.grid-3{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	 grid-gap: 15px;
}
.grid-3 a:last-child{
	grid-column-start: 2;
  	grid-column-end: 4;
}
.grid-3 a:last-child .block-square{
	padding-top:49%;
}
.grid-4{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	 grid-gap: 20px;
}
.block-square{
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 0;
	padding-top:100%;
}
.block-rectangle-130{
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 0;
	padding-top:130%;
}

.custom-grid-title{
	position:absolute;
	padding:10px 0px;
	bottom:0;
	color:#0c2340;
	text-decoration:none;
	font-size:35px;
	font-weight:bold;
	width:100%;
	text-align:center;
	background-color: rgb(255 255 255 / 50%);
	text-transform:uppercase;
}
.custom-grid-description{
	position:absolute;
	bottom:0;
	color:#0c2340;
	text-decoration:none;
	font-weight:bold;
	font-size:23px;
	width:100%;
	visibility:hidden;
	line-height:1.1;
}
.custom-grid-price{
	position:absolute;
	bottom:0;
	color:#0c2340;
	text-decoration:none;
	font-weight:bold;
	font-size:30px;
	width:100%;
	visibility:hidden;
	line-height:1.1;
}
/*
.custom-grid-title::after{
	font-family: "Font Awesome 5 Free"; 
    content: "\f101";
	margin-left:10px;
}*/
.custom-grid-block:hover .custom-grid-container{
	height:100%;
	width:100%;
	position:absolute;
		bottom:0;
	background-color: rgb(255 255 255 / 50%);
}
.custom-grid-block:hover .custom-grid-title{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap;
  	height: 100%;
	left: 10px;
    top: 10px;
	background-color: transparent;
}

.custom-grid-block:hover .custom-grid-description{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
	visibility:visible;
	height: 100%;
	left: 10px;
}
.custom-grid-block:hover .custom-grid-price{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-wrap:wrap;
	visibility:visible;
	height: 100%;
	right: 10px;
	bottom: 10px;
}
/*
.custom-grid-block:hover .custom-grid-title::after{
	display:none;
}*/
@media screen and (max-width: 800px){
.grid-3, .grid-4 {
	 grid-template-columns: 50% 50%;
	 grid-gap: 15px;
}
.grid-3 a:last-child{
	grid-column-start: 1;
  	grid-column-end: 3;
}}

@media screen and (max-width: 640px){
.grid-3{
	 grid-template-columns: 100%;
	 grid-gap: 10px;
}
.grid-4 {
	 grid-template-columns: 50% 50%;
	 grid-gap: 10px;
}.custom-grid-title{
	font-size:25px;
}
.grid-3 a:last-child{
	grid-column-start: 1;
  	grid-column-end: 2;
}
.grid-3 a:last-child .block-square{
	padding-top:100%;
}}
/**
.grid-hover-white-bg .uk-card-hover:hover{
	background-color:#f0f0f1!important;
}
.grid-hover-white-bg .el-item:hover .el-title {
	color: #0c2340!important;
    font-weight: bold!important;
}
.grid-hover-white-bg .el-item:hover .el-content, .grid-hover-white-bg .el-item:hover .el-content .uk-link-text{
	color: #0c2340!important;
}
*/
@media screen and (min-width: 640px){
	.grid-3-2-reverse > div > div:nth-child(2) > .el-item{
		display:flex!important;
		flex-wrap: wrap;
    flex-direction: column-reverse;
	} 
	.grid-3-2-reverse > div > div:nth-child(2) > .el-item .uk-card-media-top{
		background: #FFF!important;}
}
.grid__item--card-body--triangle .uk-grid div:first-child .uk-inline-clip, 
.grid__item--card-body--triangle .uk-grid div:last-child .uk-inline-clip{
	    margin-bottom: 1px;
}
.grid__item--card-body--triangle .uk-grid div:nth-child(2) .uk-inline-clip{
	    margin-top: 0px;
}
.grid__item--card-body--triangle .uk-grid div:first-child .uk-card-media-top:after, 
.grid__item--card-body--triangle .uk-grid div:last-child .uk-card-media-top:after{
	display: block;
     content: "";
    width: 0px;
    height:0px;
   border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0c2340;
    border-style: solid;
    border-width: 0 40px 30px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
}
.grid__item--card-body--triangle .uk-grid div:nth-child(2) .uk-card-media-top:before{
	display: block;
    content: "";
	 transform: rotate(180deg)!important;
    width: 0px;
    height:0px;
   border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0c2340;
    border-style: solid;
    border-width: 0 40px 30px;
    position: absolute;
    left: calc(50% - 33px);
	z-index:99;
}
.grid__item--card-body--border-hover-top .uk-grid div .el-item:hover > .uk-card-media-top:before{
   border-color: rgba(0,0,0,0) rgba(0,0,0,0) #FFF;
}
.grid__item--card-body--border-hover-top  .uk-grid div:first-child .el-item:hover > .uk-card-media-top:after,
.grid__item--card-body--border-hover-top  .uk-grid div:last-child .el-item:hover > .uk-card-media-top:after{
   border-color: rgba(0,0,0,0) rgba(0,0,0,0) #FFF;
}
.grid__item--card-body--border-hover-top  .uk-grid div:first-child .el-item:hover .uk-inline-clip,
.grid__item--card-body--border-hover-top  .uk-grid div:last-child .el-item:hover .uk-inline-clip{
		 margin-bottom: 0px!important;
}
/*
.grid__item--card-body--border-hover-top .el-item:hover > .uk-card-body{
	border-top:1px solid #0c2340;	
}
.grid__item--card-body--border-hover-top .uk-grid div:nth-child(2) .el-item:hover > .uk-card-body{
		border-bottom:1px solid #0c2340;
	border-top:none;

}*/
/* SLIDER */
.custom-slider-block-bottom .el-item:hover .uk-position-bottom-center{
	display: flex;
	align-items: center;
	justify-content: center;
    height: 100%;
	background: rgba(255,255,255,0.5);
}
.custom-slider-block-bottom .uk-position-bottom-center{
	width: 100%;
    text-align: center;
		background: rgba(255,255,255,0.5);

}
/*
.custom-slider-block-bottom .el-item .el-title::after{
	font-family: "Font Awesome 5 Free"; 
    content: "\f101";
	margin-left:10px;
	font-weight:bold;
}
.custom-slider-block-bottom .el-item:hover .el-title::after{
	display:none;
}*/
.slider__slidenav--z-index-999 .el-slidenav{
	z-index:999;
	color:#FFF;
}
/* contact form */
@media screen and (min-width: 960px){
.contact-form-section{
	  box-shadow: 0 6px 50px rgb(0 0 0 / 5%);
	padding:30px 20px;
	border-top:5px solid #0c2340;
	border-bottom-left-radius:25px;
		border-bottom-right-radius:25px;
	margin-bottom: -160px!important;
    position: relative;
    z-index: 999;
	background:#FFF;
}}
.contact-form{
	font-size:20px;
	font-family:inherit;
	font-weight:400;
}
.contact-form br{
	display:none;
}
.contact-form p:last-child{
	text-align:center;
}
.contact-form input[type=text], input[type=email], input[type=tel],textarea{
	width: 100%;
  	padding: 12px 20px;
	margin:10px 0px;
	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
	color:#000;
	font-size:16px;
	font-family:inherit;
}
.contact-form textarea:focus, input:focus{
    outline: none;
}
.contact-form ::-webkit-input-placeholder { /* Edge */
  font-family:inherit;
	font-weight:300;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer */
  font-family:inherit;
	font-weight:300;
}
.contact-form ::placeholder {
  font-family:inherit;
	font-weight:300;
}
.contact-form__telmail{
	display:flex;
	grid-gap:10px;
}
@media screen and (max-width: 640px){
.contact-form__telmail{
	 flex-wrap:wrap;
}}
/* OVERLAY IMAGE */
.overlay-gradient-primary .uk-overlay-primary{
background: rgb(12,35,64);
background: -moz-linear-gradient(0deg, rgba(12,35,64,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(12,35,64,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(12,35,64,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c2340",endColorstr="#ffffff",GradientType=1);
}
/* název vpravo dole s pozadím 100% */
.overlay__title--position-right .uk-position-bottom-right{
	width: 100%;
    text-align: right;
}
.overlay__title--position-center .uk-position-bottom-center{
	width: 100%;
    text-align: center;
}
.overlay__title--position-right .el-title::after, .overlay__title--position-center .el-title::after{
	font-family: "Font Awesome 5 Free"; 
    content: "\f101";
}
/** 
  Reference slider
*/
.projekty-slider .uk-cover-container {
	display: grid;
    grid-template-columns: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

@media screen and (max-width: 600px) {
  .projekty-slider .uk-cover-container {
    display: block;
  }
}

.projekty-slider .el-image {
  min-width: 200px;
  width: 200px;
}

.projekty-slider .uk-position-center {
  position: static !important;
  transform: translate(0%,0%);
  width: 100%!important;
}
.chevrons-right-after::after{
	font-family: "Font Awesome 5 Free"; 
    content: "\f101";
}
/* Animace */
.animation__zoom--out{
	transition: 0.5s;
}
.animation__zoom--out:hover{
		transform: scale(1.1);
		z-index: 2;
	border:1px solid #0c2340;
	padding:0px;
}
.animation__zoom--out-border-none{
	transition: 0.5s;
}
.animation__zoom--out-border-none:hover{
		transform: scale(1.3);
		z-index: 2;
}
.rotate-360 {
		-webkit-animation: rotation 10s infinite linear;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.typewriter{
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
	padding-right:10px;
	border-right: .15em solid #FFF;
  animation: typing 1.5s steps(30, end), blink-caret .7s infinite;
	}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100%; }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  10% { border-color: #FFF }
}
.section__box-shadow-blue{
    box-shadow: 0 6px 50px #0c2340;
}
/* Aktuality HP */
.akt-hp-second {
	margin-top: 5px;
}
.akt-hp a{
	text-decoration:none;
}
.akt-hp .title{
	background: rgba(255,255,255,0.5);
	padding:5px;
	position:absolute;
	bottom:0;
	margin-bottom:0px!important;
	width:98%;
}
.akt-hp .description{
	background: rgba(255,255,255,0.5);
	padding:5px;
}

.akt-hp .row .item-wrapper:hover .description, .akt-hp .row .item-wrapper:hover .title{
	background-color:transparent;
}
.akt-bg-img{
	background-position:center center;
	background-size: cover;
}
.akt-hp .row {
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	overflow: hidden;
	gap:5px;
}
.akt-hp .row > div {
    transition-property:all;
    transition-duration: 1.3s;
     transition-timing-function: ease-in-out;
	height:250px;
}

.akt-hp .row:hover > div {
	flex-basis: calc(100% * 1/6);
	flex-basis: 16.66%;
	max-width: calc(100% * 1/6);
	max-width: 16.66%;
}

.akt-hp .row .item-wrapper {
	flex-basis: calc(100% * 1/3);
	flex-basis: 33.33%;
	max-width: calc(100% * 1/3);
	max-width: 33.33%;
}

.akt-hp .row .item-wrapper > div {
	height: 100%;
	position: relative;
}

.akt-hp .row .item-wrapper .description{
	width: calc(100% * 2/3);
	margin-top: 0;
	margin-bottom: 0;
	opacity: 0;
}
.akt-hp .row .item-wrapper:hover {
	flex-basis: calc(100% * 2/3);
	flex-basis: 66.66%;
	max-width: calc(100% * 2/3);
	max-width: 66.66%;
}
.akt-hp .row .item-wrapper:hover > div{
	    background: rgba(255,255,255,0.5);
}
.akt-hp .title::after{
	font-family: "Font Awesome 5 Free"; 
    content: "\f101";
	margin-left:10px;
}

.akt-hp .row .item-wrapper:hover .title {
	font-size: 1.953rem;
	color: #212529;
	text-shadow: none;
	top:0
}
.akt-hp .row .item-wrapper:hover .title::after {
	display:none;
}
.akt-hp .row .item-wrapper:hover .description {
	opacity: 1;
	color: #212529;
	transition-duration: 1s;
}
.akt-hp .row .item-wrapper:hover .akt-hp-display-center{
    display: flex;
    align-items: center;
	align-content: center;
}
.akt-hp .row .item-wrapper:hover .title{
	position:static;
}
.akt-hp-border:after{
	content: "";
	border-right: 4px solid #0c2340;
	height:100%;
	position:absolute;
	top:0;
	right:-20px;
}
.akt-hp-title:after{
	display:block;
	position:absolute;
	content: "Aktuálně";
	transform-origin: top left;
    transform: rotate(90deg) translateY(-150%);
	top:0;
	right:-180px;
	font-size:45px;
	font-weight:bold;
}
@media screen and (max-width: 960px) {
  .akt-hp-border:after {
    display: none;
  }
	.akt-hp-title:after{
		display: none;
  }
}
/* krematoria a síňě */
.switcher-custom .uk-switcher{
	position:relative;
}
@media screen and (min-width: 1150px) {
.switcher-custom .el-image{
	position: absolute; 
	z-index: 2;
	right: 0;
	transition: 0.5s;
	width:60%;
}
/*.switcher-custom .el-image:hover{
		transform: scale(1.3);
		z-index: 2;
}*/
	.switcher-custom + .el-content p:first-child, .switcher-custom + .el-content p:nth-child(2), .switcher-custom .el-content .uk-table{
		max-width:40%;
	}
	.switcher-custom .el-content p:nth-child(2){
		margin-bottom:0px!important;
}
}
.switcher-custom .el-content{
	text-align: justify;
}
.switcher-custom .uk-table .el-title{
	margin-right:30px;
}
/* SECTION rozdělovník síně a krema */
.ob-krem-design > div > .uk-panel{
	position: absolute;
    z-index: 1;
    left: -20%;
}
.fadeInLeft .el-item{
  transition: 0.4s;
}
.fadeInLeft .el-item:hover{
	transform: translate(-50px, 0);
}
/* SECTION DIVIDER */
.section-divider-up-1{
    display: block;
    width: 100%;
    height: 20vh;
	margin-top:-1px!important;
    background: url(/wp-content/uploads/section-divider-white-top.svg) top center;
	margin-left:0px!important;
	background-size: contain;
	 background-repeat: no-repeat;
}
.section-divider-down-1{
    display: block;
    width: 100%;
    height: 20vh;
    background: url(/wp-content/uploads/section-divider-white-bottom.svg) bottom center;
	margin-left:0px!important;
	margin-bottom:-1px!important;
	background-size: contain;
	 background-repeat: no-repeat;
}
.section-divider-up{
    display: block;
    width: 100%;
    height: 200px;
    background: url(/wp-content/uploads/section-divider-blue-up.svg) bottom center;
    margin-bottom: -1px;
	background-size: contain;
	 background-repeat: no-repeat;
}
.section-divider-up-grey{
    display: block;
    width: 100%;
    height: 200px;
    background: url(/wp-content/uploads/section-divider-grey-top.svg) bottom center;
    margin-bottom: -1px;
	background-size: contain;
	 background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .section-divider-up, .section-divider-up-grey{
	margin-top:-50px;
  }
}
@media screen and (max-width: 960px) {
  .section-divider-up, .section-divider-up-grey{
	margin-top:-100px;
  }
}
.section-divider-down{
    display: block;
    width: 100%;
    height: 200px;
    background: url(/wp-content/uploads/section-divider-blue-down.svg) top center;
    margin-top: -1px;
	background-size: contain;
	 background-repeat: no-repeat;
}
.section-divider-down-grey{
    display: block;
    width: 100%;
    height: 200px;
    background: url(/wp-content/uploads/section-divider-grey-bottom.svg) top center;
    margin-top: -1px;
	background-size: contain;
	 background-repeat: no-repeat;
}
@media screen and (min-width: 1920px) {
  .section-divider-down, .section-divider-down-grey, .section-divider-up, .section-divider-up-grey{
	 background-repeat: repeat-x;
  }
}
@media screen and (max-width: 1200px) {
  .section-divider-down, .section-divider-down-grey{
	margin-bottom:-50px;
  }
}
@media screen and (max-width: 960px) {
  .section-divider-down, .section-divider-down-grey{
	margin-bottom:-100px;
  }
}
.section-divider-main-top::after{
	display: block;
	content:" ";
    width: 100%;
	height:20vh;
    background: url(/wp-content/uploads/section-divider-white-bottom.svg) bottom center;
	background-size: contain;
	 background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
	position:absolute;
	z-index:999;
	margin-bottom:-1px;
}
/* to top button */
#sticky-to-top {
	position: fixed;	
	bottom: 50px;
	right: 50px;
	z-index: 1;
      visibility: hidden;
	background: rgb(255 255 255 / 50%);
	border-radius: 100%;
  }
#sticky-to-top:hover{
	background: #0000004d;
  }
  #sticky-to-top.sticky-to-top {
      visibility: visible;
  }
#sticky-to-top svg{
	width:30px;
	height:30px;
}