/* Zyro layout + menu + galerie – ořezáno (beta, vizuál beze změny) */
html, body	{ /* height: 100%; */ height: auto; padding: 0; }
.root		{ margin: 0; width: 100%; min-height: 200px; }
.vbox		{ width: 100%; float: none; position: relative; }

a img		{ border: none; }

.clear	{
	display: block; float: none; clear: both; border: none; padding: 0px; margin: 0px;
	visibility: hidden; font-size: 1px; line-height: 1px;
}

.wb_container	{ position: relative; z-index: 3; }
.wb_cont_inner { position: relative; margin: 0 auto; width: 1200px; }
.wb_cont_outer { position: absolute; left: 0; top: 0; width: 100%; }
.wb_cont_inner_rel { position: relative; margin: 0 auto; width: 100%; }
.wb_cont_outer_rel { position: relative; width: 100%; }

.wb_cont_bg { position: absolute; width: 1200px; height: 100%; left: 50%; top: 0; margin-left: -600px; }

#wb_header	{ position: relative; z-index: 4; }
#wb_header_placeholder { z-index: 4; }
#wb_sbg_placeholder { position: fixed; width: 100%; top: 0; left: 0; z-index: 4; }
#wb_header_bg { position: fixed; width: 100%; top: 0; left: 0; z-index: 4; }
.wb_header_fixed { position: fixed!important; top: 0; width: inherit; z-index: 4; }

#wb_bgs_cont { position: absolute; width: 100%; left: 0; z-index: 1; }

.wb_sbg		{
	position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
	z-index: 2;
}

.wb_container:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wb_element	{
	position: absolute !important;
	min-height: 64px;
	min-width: 64px;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	display: block;
	overflow: visible;
	box-sizing: content-box;
}
.wb_text_element p {
	margin: 0;
	padding: 0;
}
.wb_anchor	{
	position: absolute;
}

.wb_element_picture > .wb_picture_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wb_table	{ border: none; border-collapse: collapse; margin: 0 auto; }
.wb_table td	{ border: 1px solid #000; position: relative; }
.wb_table td > div { position: relative; top: 0; left: 0; width: 100%; }

.vmenu,
.hmenu		{
	display: block; list-style-type: none; padding: 0px; margin: 0px; float: left; width: 100%; overflow: visible;
}
.hmenu { white-space: normal; }
.vmenu li,
.hmenu li		{ position: relative; display: block; display: inline-block; padding: 0px; margin: 0px; }
.vmenu li		{ clear: both; display: block; }
.vmenu li a,
.hmenu li a	{ display: block; }
.vmenu ul,
.hmenu ul	{ display: none; position: absolute; margin-left: 0; padding-left: 0; left: 100%; top: 0; z-index: 2; }
.vmenu ul li,
.hmenu ul li	{ display: block; }
.hmenu ul li:first-child,
.vmenu ul li:first-child { margin-top: 0 ! important; }
.hmenu > li > ul { left: 0; top: 100%; }
.hmenu li.over > ul, .vmenu li.over > ul { display: block; }
.vmenu ul a, .hmenu ul a { white-space: nowrap; max-width: 320px; overflow: hidden; text-overflow: ellipsis; }

.wb-menu-hidden ul, .wb-menu-hidden .btn-collapser {
	display: none!important;
}

/* Default gallery styles */
.wb_gallery			{ background: #000; width: 100%; height: 100%; overflow: hidden; }
#wb_gedit_name		{ width: 315px; }
#wb_gedit_images	{
	width: 466px; height: 300px; overflow: auto; overflow-y: scroll; background: #ffffff;
}
#wb_gedit_uploader	{ width: 120px; height: 64px; float: left; }
#wb_gedit_uploader_state {
	width: 336px; height: 64px; float: left; margin-left: 10px; overflow: auto;
}

/* .gallery-image		{ background: white; padding: 5px; } */

.wb_thumb			{ float: left; padding: 3px; }
.wb_thumb img		{ max-width: none !important; }
.wb_thumb div			{ border: 1px solid #888; }
.wb-thumbs-only > .wb_thumb { float: none; display: inline-block; vertical-align: top; }
.wb_gallery .wb-thumbs-only { overflow: visible !important; height: auto !important; max-height: none; }

.gallery-slideshow  	{ width: 100%; height: 100%; }
.gallery-slide-image{ position: relative; width: 100%; height: 100%; }
.gallery-slide-left, .gallery-slide-right {
	position: absolute; top: 50%;
	width: 32px; height: 32px; line-height: 32px; margin-top: -16px;
	font-size: 16px;
	color: #FFF; text-shadow: #000 0 0 1px;
	transition: color 0.2s linear 0s, text-shadow 0.2s linear 0s;
	display: block; cursor: pointer; outline: none !important; text-align: center;
}
.gallery-slide-left	{
	left: 0;
}
.gallery-slide-right {
	right: 0;
}
.gallery-slide-left:hover	{ color: #DDD; text-shadow: #222 0 0 1px; }
.gallery-slide-right:hover	{ color: #DDD; text-shadow: #222 0 0 1px; }

.gallery-list		{ }
.gallery-list-image	{ }
.gallery-list-thumbs{ }
.gallery-list-left .fa,
.gallery-list-right .fa {
	position: absolute; top: 50%;
	font-size: 14px; line-height: 14px; margin-top: -7px;
	color: #FFF; text-shadow: #000 0 0 1px;
	transition: color 0.2s linear 0s, text-shadow 0.2s linear 0s;
}
.gallery-list-left:hover .fa, .gallery-list-right:hover .fa { color: #DDD; text-shadow: #222 0 0 1px; }
.gallery-list-left .fa	{ left: 3px; }
.gallery-list-right .fa	{ right: 3px; }
.gallery-list .tmb-selected	{ background: #888; }

.wb_footer { padding-bottom: 20px; }

.btn-collapser {
	display: none;
	text-align: center;
	padding: 6px;
}

.btn-collapser > .icon-bar {
	display: block;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	font-size: 1px;
	line-height: 1px;
	background: #000000;
	height: 3px;
	width: 18px;
}

.btn-collapser > .icon-bar:first-child {
	margin-top: 0px;
}

.wb_element .collapsed > .btn-collapser {
	display: inline-block;
}

.wb_element .collapsed > ul {
	display: none !important;
}

.wb_fixed_bg_hack {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@supports (background-attachment: fixed) {
	.wb_fixed_bg_hack {
		display: none;
		width: 0;
		height: 0;
	}
	.wb_fixed_bg_hack_ignore_supports {
		display: block;
		width: 100%;
		height: 100%;
	}
}