/* Dvojstlpova stranka
========================================================================== */
.content-left {
	float: left;
	width: 360px;
}
.content-right {
	float: right;
	width: 220px;
}

/* Kategorie - list
========================================================================== */
.cat-list-item,
.prod-list-item,
.ref-list-item {
	background: rgb(172,171,171); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(172,171,171,1) 0%, rgba(222,222,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(172,171,171,1)), color-stop(100%,rgba(222,222,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(172,171,171,1) 0%,rgba(222,222,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(172,171,171,1) 0%,rgba(222,222,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(172,171,171,1) 0%,rgba(222,222,221,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(172,171,171,1) 0%,rgba(222,222,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acabab', endColorstr='#dededd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
	margin: 0 15px 15px 0;
	width: 136px;
	height: 100px;
	position: relative;
}
.cat-list-item0,
.prod-list-item0,
.ref-list-item0 {
	margin-right: 0;
}
.cat-list-title,
.prod-list-title,
.ref-list-title {
	font-size: 10px;
	font-weight: bold;
	margin: 5px 5px 0 5px;
	padding: 0 0 0 12px;
	line-height: 1;
	background: url('../images/bg-cat-title.png') no-repeat 0 0;
}
.cat-list-title a,
.prod-list-title a,
.ref-list-title a {
	color: #000;
	text-decoration: none;
}
.cat-list-title a:hover,
.prod-list-title a:hover,
.ref-list-title a:hover {
	color: #0D6591;
	text-decoration: none;
}
.cat-list-thumb,
.prod-list-thumb,
.ref-list-thumb {
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: block;
}
.cat-list-thumb img,
.prod-list-thumb img,
.ref-list-thumb img {
	display: block;
}

/* Novinky - sidebar
========================================================================== */
.news-sidebar-item {
	padding: 10px;
	font-size: 12px;
	color: #494643;
}
.news-sidebar-item0 { background: #DEDEDD; }
.news-sidebar-title {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.news-sidebar-date {
	color: #777;
	font-size: 11px;
	margin: 5px 0;
}
.news-sidebar-more {
	text-align: right;
	padding-top: 5px;
}
.news-show-all {
	text-align: right;
	border-top: 2px solid #DEDEDD;
	padding: 5px 10px 20px 10px;
	font-size: 12px;
}

/* Novinky - www
========================================================================== */
.novinky-www-thumb {
	float: left;
	margin: 0 10px 10px 0;
}
.novinky-www-date {
	color: #929293;
	font-size: 12px;
	margin-bottom: 5px;
}

/* Gallery
========================================================================== */
.gallery-www {
	clear: both;
	margin: 20px 0 12px 0;
}
.gallery-www a,
.gallery-www img {
	display: block;
}
.gallery-www a {
	float: left;
	margin: 0 8px 8px 0;
}

/* Widget
========================================================================== */
.widget {
	margin-bottom: 20px;
}
.widget-title {
	font-size: 20px;
	margin-bottom: 0;
	border: 0;
}
.widget-content {
	border: 2px solid #838281;
	padding: 8px;
}

/* Widget - login
========================================================================== */
.widget-login {
	position: relative;
	font-size: 12px;
}
.widget-login-fld {
	background: #c2c1c1;
	color: #666;
	padding: 3px 5px;
	width: 130px;
	border: 0;
	margin-bottom: 5px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 12px;
}
.widget-login-button {
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	left: 146px;
	top: 29px;
}
.widget-login ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-login .item1 {
	position: absolute;
	top: 10px;
	left: 146px;
}
.widget-login-reg {
	color: #0d6591;
}
.widget-login-reg a {
	color: #0d6591;
	text-decoration: none;
}
.widget-login-reg a:hover {
	color: #da251d;
	text-decoration: underline;
}

/* Kontakt - www
========================================================================== */
.www-kontakt-left {
	float: left;
	width: 170px;
	margin-bottom: 20px;
}
.www-kontakt-right {
	float: right;
	width: 400px;
	margin-bottom: 20px;
}

/* POPUP
========================================================================== */
#popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	font-size: 1rem;
	z-index: 1000;
}
#popup * {
	box-sizing: border-box;
}
#popup .popup__content {
	max-width: 30rem;
	max-height: 30rem;
	font-size: 2rem;
	font-weight: bold;
	color: #da251d;
	background: #fff;
	text-align: center;
	padding: 2rem;
	border: 5px solid #555;
	position: relative;
}
#popup .popup__close {
	padding: 0;
	margin: 0;
	border: 3px solid #fff;
	color: #fff;
	background: #da251d;
	display: flex;
	height: 2rem;
	width: 2rem;
	border-radius: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	align-items: center;
	justify-content: center;
}
#popup svg {
	height: 25px;
	width: 25px;
}