/* utility */
.float-right{
	float: right;
}
.float-left{
	float: left;
}
/* menu dolazeni */
.main-nav > li > a{
	transition: all 0.5s ease;
	border-radius: 0;
}
.main-nav > li:not(.act) > a:not(:hover){
	border-radius: 0;
}
/* opraveny border na tlacitkach */
#the7-body .dt-btn{
	border-width: 1px;
	transition: all 0.5s ease;
}
#the7-body .dt-btn:hover{
	border-radius: 15px;
}
/* vsechny content images budou mit border radius */
#content .wpb_single_image img{
	border-radius: 15px;
}

/* footer margin kvuli presazenym blokum */
#footer{
	margin-top: 70px;
}
/* uprava page title  - sjednoceni velikost + shadow */
#the7-body .page-title .page-title-head h1,
#the7-body .fancy-header  .fancy-title-head h1{
	font-size: 3.5em;
	line-height: normal;
	text-transform: uppercase;
	text-shadow: 0 0 10px black;
	animation: mk_fade 1.2s 1 cubic-bezier(.445, .05, .55, .95);
	opacity: 1;
}
#the7-body .fancy-header  .fancy-title-head .fancy-subtitle {
	text-shadow: 0 0 10px black;
	font-size: 1.4em;
	line-height: normal;
	animation: mk_fade 1.2s 1 cubic-bezier(.445, .05, .55, .95);
	opacity: 1;
}
#the7-body .page-title  .page-title-head{
	overflow:visible;
}

@media screen and (max-width: 778px) {
	.page-title .page-title-head h1,
	.fancy-header  .fancy-title-head h1{
		font-size: 2.5em;
		line-height: normal;
	}
	.fancy-header  .fancy-title-head .fancy-subtitle {
		font-size: 1.2em;
		line-height: normal;
	}
}



/* sticky submenu TOC */
#the7-body .my-sticky-toc{

	border-bottom: 0;
	text-align: center;
	border-radius: 15px;
	border: 1px solid transparent;
	transition: box-shadow 0.3s ease;
}
#the7-body .my-sticky-toc.element-is-sticky {
	border-color: #ddd;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
	background-color: #fefefe;
	box-shadow: 0 5px 5px rgba(0,0,0,0.05);
}
#the7-body .my-sticky-toc {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
#the7-body .my-sticky-toc .lwptoc_i{
	padding: 5px 10px;
	text-align: center;
}
#the7-body .my-sticky-toc .lwptoc_item{
	display: inline-block;
	padding: 0.2em 0.8em;
}
#the7-body .my-sticky-toc .lwptoc_item:not(:last-child){
	border-right: 1px solid var(--the7-links-color);
}
#the7-body .my-sticky-toc .lwptoc_item a{
	text-decoration: none;
}
@media screen and (max-width: 1200px) {
	#the7-body .my-sticky-toc .lwptoc_item{
		padding: 0.1em 0.5em;
		font-size: 15px;
	}
}
@media screen and (max-width: 778px) {
	#the7-body .my-sticky-toc .lwptoc_item{
		padding: 0.05em 0.4em;
		font-size: 14px;
	}
}