/* =============================================================================
   Pragolab:

   01. Základní html tagy
   02. Obecné třídy
   03. Kostra (hlavička, patička, obsah)
      03.01. Obecné prvky
      03.02. Prvky hlavičky
      03.03. Prvky obsahové části
      03.04. Prvky patičky
   04. Titulní strana
   05. Katalog produktů
   06. Detail produktu
   07. Články
   08. Události
   09. Servis
   10. Kontakty

   ========================================================================== */

/* =============================================================================
   01. Základní html tagy
   ========================================================================== */

/* Fonty */
/* Fonty
@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/dosis-medium-webfont.eot');
	src: url('design/fonts/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'), url('design/fonts/dosis-medium-webfont.woff') format('woff'), url('design/fonts/dosis-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/dosis-bold-webfont.eot');
	src: url('design/fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'), url('design/fonts/dosis-bold-webfont.woff') format('woff'), url('design/fonts/dosis-bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
*/

@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/Dosis-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
/*
@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/Dosis-Book.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/Dosis-ExtraBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/Dosis-ExtraLight.ttf') format('truetype');
	font-weight: light;
	font-style: normal;
}
@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/Dosis-Light.ttf') format('truetype');
	font-weight: light;
	font-style: normal;
}*/
/*
@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/Dosis-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/Dosis-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'Dosis';
	src: url('design/fonts/Dosis-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*/
/* Tělo */
body {
	color: #666;
	font: 14px/1.5 'Dosis', Tahoma, Arial, sans-serif !important;
	margin: 0;
	padding: 0;
	cursor: default;
	background: #fff;
}

/* Odstavce & Seznamy */
p {
	margin: 0 0 1.5em;
}
ul,
ol,
dl {
	list-style-image: url(design/more.png);
	margin-left: 14px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
li {
	line-height: 1.5;
}
dt {
	font-weight: bold;
}

/* Nadpisy */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0 0 0.2em;
	padding: 0;
}
h1 {
	color: #008ec1;
	font-size: 1.5em;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}

/* Odkazy */
a,
a:focus {
	color: #008ec1;
	text-decoration: none;
	outline: none;
	outline-offset: 0;
}
a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
	outline-offset: 0;
}

/* Formulářové prvky */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	overflow: hidden;
	margin: 0.25em 0 1.5em;
	padding: 1em 1em 0.5em;
	border: none;
	border-collapse: separate;
	box-shadow: inset 1px 1px 3px #ccc;
	border-radius: 6px;
	background: #f5f5f5;
}
fieldset p {
	margin-bottom: 0.5em;
}
legend {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 6px 10px;
	border: none;
	border-radius: 6px;
	background: #909bb0;
}
label {
	font-size: 1em;
	line-height: 1.5;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
label[for] {
	cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
	color: #666;
	font-family: 'Dosis', Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	width: auto;
	height: 18px;
	margin: 0;
	padding: 9px 9px;
	border: solid 1px #d6dee2 !important;
	border-radius: 9px;
	box-shadow: none !important;
	outline: none 0px;
	background: #fff;
}
textarea {
	line-height: 18px;
	height: auto;
	padding: 3px 6px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	color: #333;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.btn,
.btn:focus,
.btn:active {
	color: #fff;
	font-size: 16px;
	font-family: 'Dosis', Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	height: 36px;
	overflow: visible;
	margin: 0;
	padding: 0 18px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	-o-transition: color 0 ease-in;
	cursor: pointer;
	background: #008ec1;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
button.btn:hover {
	box-shadow: none;
	background: #57b2d7;
}
input[type=radio],
input[type=checkbox] {
	vertical-align: middle;
	margin: 0 3px 0 3px;
	box-shadow: none;
}
input,
select {
	vertical-align: middle;
	outline: none;
}
select,
select:focus {
	color: #666 !important;
	font-size: 14px;
	width: auto;
	margin: 0;
	border: solid 1px #d6dee2 !important;
	border-radius: 0;
	box-shadow: none !important;
	outline: none;
        font-family:'Dosis', Tahoma, Arial, sans-serif !important;
}

/* Tabulky */
table {
	font-size: 100%;
	border-color: #ccc;
	margin: 0 0 1.5em;
}
table td,
table th {
	padding: 6px 12px;
	border-color: #ccc;
}
table th {
	color: #000;
}

/* Média */
img,
a img	{
	border: 0;
}
object,
embed,
iframe {
	display: block;
	max-width: 100%;
	margin: 0 0 18px;
}

/* Linka */
hr {
	color: #ccc;
	height: 1px;
	margin: 3px 1px 18px;
	border: 0;
	border-bottom: solid 1px #ccc;
	background: transparent;
}

/* Citace */
blockquote,
q {
	quotes: none;
}

/* Označený text */
::selection {
	color: #fff;
	text-shadow: none;
	background-color: #222;
}
::-moz-selection {
	color: #fff;
	text-shadow: none;
	background-color: #222;
}

/* =============================================================================
   02. Obecné třídy
   ========================================================================== */

/* Obrázky - zaoblené rohy */
img.rounded-corners,
.rounded-corners img {
	border-radius: 10px;
}

/* Grafický nadpis */
.main-header {
	color: #008ec1;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 0.6em;
	padding: 0;
}

/* Formuláře */
input:invalid,
textarea:invalid {
	background-color: #fff;
}
form input.valid,
form textarea.valid {
	border: solid 1px #d6dee2 !important;
}
.form-row,
.submit-row {
	float: left;
	width: 100%;
	margin: 0 0 9px;
}
.form-row label {
	float: left;
	width: 129px;
}
/*.form-row label.required:after {
	content: '*';
	color: #008ec1;
	font-weight: bold;
}*/
form .errors {
	color: #dc002f;
	margin-bottom: 9px;
}
form .errors:empty {
	display: none;
}

/* Zprávy (textové) */
.mess-success,
.mess-error {
	float: left;
	width: 100%;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mess-success {
	color: #999900;
}
.mess-error {
	color: #994a4a;
}

/* Zprávy (blokové) */
.flash {
	color: #666;
	clear: both;
	margin: 0 0 1em;
	padding: 12px;
	border: solid 1px;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.flash.error {
	color: #dc002f;
	border-color: #dc002f;
	background-color: #fee9e9;
}
.flash.success {
	color: #2d7e1e;
	border-color: #2d7e1e;
	background-color: #e6fce2;
}
.flash.info {
	color: #b88a1b;
	border-color: #b88a1b;
	background-color: #fff8e7;
}

/* =============================================================================
   03. Kostra
   ========================================================================== */

/* Prolínací pozadí */
#bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

/* Obal webu */
#wrap {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* Hlavička */
#header {
	position: relative;
	width: 980px;
	height: 106px;
	margin: 0 auto 15px;
}

	.ie7 #header {
		height: 1px;
		overflow: visible;
		margin-bottom: 120px;
	}
	.ie7 #header:hover {
		z-index: 500;
	}

/* Obsah */
#main {
	position: relative;
	clear: both;
	width: auto;
	margin: 0 auto;
}
#main:after {
	content: '';
	line-height: 0;
	display: block;
	clear: both;
}

/* Středový sloupec */
#content {
	float: left;
	width: 100%;
	margin: 0;
}

	/* Obsahové bloky */
	.page-block {
		position: relative;
		width: 980px;
		margin: 0 auto 18px;
	}
	.page-block:after {
		content: '';
		line-height: 0;
		display: block;
		clear: both;
	}
	.page-block-wrapper {
		float: left;
		width: 100%;
	}

/* Patička */
#footer {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #000;
}

/* =============================================================================
   03.01. Obecné prvky
   ========================================================================== */

/* Příznaky */
.products > .product .tags {
	position: absolute;
	line-height: 1;
}
.products > .product .tags.topleft {
	top: 9px;
	left: 9px;
}
.products > .product .tags.topright {
	top: 9px;
	right: 9px;
}
.products > .product .tags.bottomleft {
	bottom: 9px;
	left: 9px;
}
.products > .product .tags.bottomright {
	bottom: 9px;
	right: 9px;
}
.products > .product .tags img.tag {
	float: left;
	clear: left;
}

/* Bannery */
.banners {
	float: left;
	overflow: hidden;
}
.banners .banner,
.banners a {
	float: left;
	width: 100%;
	overflow: hidden;
}
.banners .banner img {
	float: left;
	max-width: 100%;
	width: auto;
	height: auto;
}

/* Sociální sítě */
.social-icons {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.social-icons li {
	float: left;
}
.social-icons li a {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	opacity: 1;
	transition: opacity 0.1s;
	cursor: pointer;
	background: url(design/socials.png) no-repeat;
}
.social-icons li a:hover {
	opacity: 0.8;
}

	.social-icons li.tw a {
		background-position: 0 0;
	}
	.social-icons li.fb a {
		background-position: -29px 0;
	}
	.social-icons li.yt a {
		background-position: -58px 0;
	}
	.social-icons li.pr a {
		background-position: -87px 0;
	}
	.social-icons li.at a {
		background-position: -116px 0;
	}
	.social-icons li.li a {
		background-position: -145px 0;
	}
	.social-icons li.em a {
		background-position: -174px 0;
	}

.social-icons li a > span {
	text-indent: -10000px;
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
}

/* Blok stránky s širokým pozadím */
.wide-block {
	float: left;
	min-width: 980px;
	width: 100%;
	margin: 0 0 18px;
	padding: 21px 0 0;
	background: url(design/wide-block.png) no-repeat 50% 0;
}
.wide-block > .content {
	min-height: 322px;
	width: 980px;
	margin: 0 auto 36px;
	padding: 0;
}
.wide-block > .content:after {
	content: '';
	line-height: 0;
	display: block;
	clear: both;
}

/* Rastr */
.grid-template {
	position: relative;
}
.grid-template > .grid-block {
	position: absolute;
}
.grid-template > .grid-block.styled {
	position: absolute;
	z-index: 1 !important;
	margin: 0;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	transition: margin 0.175s, padding 0.175s, box-shadow 0.175s, background-color 0.175s, z-index 0s;
	-o-transition: margin 0.175s, padding 0.175s, box-shadow 0.175s, background-color 0.175s, z-index 0s;
	-moz-transition: margin 0.175s, padding 0.175s, box-shadow 0.175s, background-color 0.175s, z-index 0s;
	-webkit-transition: margin 0.175s, padding 0.175s, box-shadow 0.175s, background-color 0.175s, z-index 0s;
	transition-delay: 0s, 0s, 0s, 0s, 0.175s;
	-o-transition-delay: 0s, 0s, 0s, 0s, 0.175s;
	-moz-transition-delay: 0s, 0s, 0s, 0s, 0.175s;
	-webkit-transition-delay: 0s, 0s, 0s, 0s, 0.175s;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.75);
}

	.oldie .grid-template > .grid-block.styled {
		outline: solid 1px #cdcdcd;
	}

.grid-template > .grid-block.styled:hover {
	z-index: 2 !important;
	margin: -12px;
	padding: 12px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	transition-delay: 0s, 0s, 0s, 0s, 0s;
	-o-transition-delay: 0s, 0s, 0s, 0s, 0s;
	-moz-transition-delay: 0s, 0s, 0s, 0s, 0s;
	-webkit-transition-delay: 0s, 0s, 0s, 0s, 0s;
	background-color: rgba(255, 255, 255, 1);
}
.grid-template > .grid-block > .grid-header {
	display: none;
}
.grid-template > .grid-block > .block-content {
	height: 100%;
}
.grid-template > .grid-block > .block-content > .custom-link {
	height: 100%;
}

	/* Prolínací pozadí gridů */
	.grid-wrapper {
		background-position: top center;
		background-repeat: no-repeat;
	}

/* Našeptávač */
.ui-autocomplete {
	color: #666;
	border: solid 2px #b1d9e9;
	border-radius: 11px;
	box-shadow: 0 0 9px #c5c5c5;
	cursor: default;
	background: #fff;
}
.ui-autocomplete .ui-autocomplete-category {
	color: #000;
}
.ui-autocomplete .ui-menu-item a {
	border-radius: 0;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover {
	color: #000 !important;
}
.ui-autocomplete .ui-menu-item a#ui-active-menuitem {
	background: #fafafa;
}

/* Slider */
.bx-wrapper {
	z-index: 0;
	float: left;
	width: 100%;
}
.bx-wrapper .bx-viewport {
	left: auto;
	border: none;
	box-shadow: none;
	-o-box-shadow: none;
	background: none;
}

	/* Titulek */
	.bx-wrapper .bx-caption {
		color: #fff;
		font-size: 27px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		left: 1px;
		bottom: 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 500px;
		width: auto;
		padding: 30px;
		border-radius: 0 0 0 8px;
		background: #008ec1;
		background: rgba(0, 133, 186, 0.8);
	}
	.bx-wrapper .bx-caption span {
		font-family: 'Dosis', Tahoma, Arial, sans-serif;
	}

	/* Šipky */
	.bx-wrapper .bx-controls-direction .bx-prev,
	.bx-wrapper .bx-controls-direction .bx-next {
		top: 50%;
		left: auto;
		right: auto;
		width: 37px;
		height: 37px;
		margin: -17px 0 0;
		opacity: 1;
		transition: opacity 0.3s;
		background: url(design/arrows.png) no-repeat;
	}
	.bx-wrapper .bx-controls-direction .bx-prev {
		left: -40px;
		background-position: 0 0;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		right: -40px;
		background-position: -37px 0;
	}
	.bx-wrapper .bx-controls-direction .bx-prev:hover,
	.bx-wrapper .bx-controls-direction .bx-next:hover {
		opacity: 0.7;
	}

	/* Stránkovač */
	.bx-wrapper .bx-pager.bx-default-pager {
		right: 9px;
		bottom: 7px;
		z-index: 51;
		width: auto;
		padding: 0;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		border: solid 2px;
		border-color: #ccc;
		border-color: rgba(0, 0, 0, 0.3);
		border-radius: 7px;
		opacity: 0.5;
		background: #fff;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		opacity: 1;
		background: #fff;
	}

/* UI */
.ui-widget {
	color: #666;
	font: 14px/1.5 'Dosis', Tahoma, Arial, sans-serif !important;
}

/* Lightbox */
.lightbox-gallery .lightbox-thumbs li a.lightbox-active img {
	border-color: #008ec1;
}
.lightbox-gallery,
.lightbox-gallery .lightbox-image-wrapper {
	width: 600px;
}
.lightbox-gallery .lightbox-nav {
	display: none;
}

/* =============================================================================
   03.02. Prvky hlavičky
   ========================================================================== */

/* Logo */
#logo {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 50;
}
#logo a {
	text-indent: -1000px;
	float: left;
	width: 177px;
	height: 35px;
	overflow: hidden;
	background: url(design/logo.png) no-repeat 0 0;
}

/* Vyhledávání */
.search {
	position: absolute;
	top: 33px;
	right: 0;
	z-index: 51;
}
.search input[type=text] {
	line-height: 18px;
	width: 176px;
	padding: 7px;
	border: solid 2px #b1d9e9 !important;
	border-radius: 11px;
	background: #fff url(design/search.png) repeat;
}
.search input[type=text]:focus {
	background-image: none;
}
.search input[type=submit] {
	text-indent: -10000px;
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 36px;
	overflow: hidden;
	padding: 0;
	border: none;
	box-shadow: none;
	background: url(design/search2.png) no-repeat 4px 11px;
}
.autocomplete-item-type {
	font-weight: bold;
}
.autocomplete-item-type.category {
	color: #008ec1;
}
.autocomplete-item-type.product {
	color: #014d6c;
}
.autocomplete-item-type.article {
	color: #000000;
}
.ui-autocomplete .ui-menu-item {
	white-space: nowrap;
}

/* Drobečková navigace */
.breadcrumbs {
	color: #afafaf;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 81px;
	left: 0;
	z-index: 50;
	width: 835px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.breadcrumbs a {
}
.breadcrumbs a:hover {
}
.breadcrumbs .separ {
	text-indent: -10000px;
	vertical-align: middle;
	display: inline-block;
	width: 4px;
	height: 15px;
	margin: 0 3px;
	overflow: hidden;
	background: url(design/more.png) no-repeat 0 50%;
}

/* Menu */
#menu-page-menu-container {
	position: absolute;
	left: 220px;
	top: 36px;
	z-index: 500;
	list-style: none;
	list-style-image: none;
	width: 566px;
	margin: 0;
	padding: 0;
}

	/* První úroveň */
	#menu-page-menu-container > li.menu-item {
		position: relative;
		float: left;
	}
	#menu-page-menu-container > li.menu-item.menu-catalog-item {
		position: static;
	}
	#menu-page-menu-container > li.menu-item > a,
	#menu-page-menu-container > li.menu-item > span {
		color: #999;
		font-size: 14px;
		font-weight: bold;
		line-height: 33px;
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
		z-index: 501;
		display: block;
		height: 33px;
		margin: 0 0 -12px;
		padding: 0 15px 12px;
		background: url(design/submenu.png) no-repeat 50% -200%;
	}
	#menu-page-menu-container > li.menu-item:hover > a,
	#menu-page-menu-container > li.menu-item:hover > span {
		color: #008ec1;
	}
	#menu-page-menu-container > li.menu-item:hover.dropdown > a,
	#menu-page-menu-container > li.menu-item:hover.dropdown > span,
	/*#menu-page-menu-container > li.menu-item:hover.menu-catalog-item > a,
	#menu-page-menu-container > li.menu-item:hover.menu-catalog-item > span {
		background-position: 50% 100%;
	}*/
	#menu-page-menu-container > li.menu-item.current > a,
	#menu-page-menu-container > li.menu-item.current > span {
		color: #008ec1;
	}

	/* Druhá a další úrovně */
	#menu-page-menu-container ul.sub-menu {
		list-style: none;
		list-style-image: none;
		position: absolute;
		left: -15px;
		top: 45px;
		z-index: 500;
		display: none;
		width: 222px;
		margin: 0;
		padding: 9px 0;
		border-radius: 9px;
		background: #008ec1 url(design/submenu2.png) repeat-x 0 0;
	}
	#menu-page-menu-container li:hover > ul.sub-menu {
		display: block;
	}
	#menu-page-menu-container ul.sub-menu > li {
		position: relative;
		display: block;
		padding: 0 24px;
	}
	#menu-page-menu-container ul.sub-menu > li > a,
	#menu-page-menu-container ul.sub-menu > li > span {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		padding: 9px 0;
		border-top: solid 1px #389fc8;
	}
	#menu-page-menu-container ul.sub-menu > li:first-child > a,
	#menu-page-menu-container ul.sub-menu > li:first-child > span {
		border-top-color: transparent;
	}
	#menu-page-menu-container ul.sub-menu > li > a:hover,
	#menu-page-menu-container ul.sub-menu > li > span:hover {
		color: #ebf9ff;
	}

	/* Další úrovně */
	#menu-page-menu-container ul.sub-menu ul.sub-menu {
		top: -10px;
		left: 214px;
	}

	/* Druhá úroveň - Katalog */
	ul.top-menu-categories {
		list-style: none;
		list-style-image: none;
		position: absolute;
		left: -220px;
		top: 45px;
		z-index: 500;
		display: none;
		width: 960px;
		margin: 0;
		padding: 0 0 0 20px;
		border-radius: 9px;
		background: #008ec1 url(design/submenu2.png) repeat-x 0 0;
	}
	li.menu-catalog-item:hover ul.top-menu-categories {
		display: block;
	}
	ul.top-menu-categories > li {
		position: relative;
		float: left;
		width: 298px;
		margin: 0 20px 24px 0;
		padding: 21px 0 0;
		border-top: solid 1px #389fc8;
	}
	ul.top-menu-categories > li:nth-child(3n-2) {
		clear: left;
	}

		/* Já vím */
		.ie8 ul.top-menu-categories > li:first-child + li + li + li,
		.ie8 ul.top-menu-categories > li:first-child + li + li + li
		+ li + li + li,
		.ie8 ul.top-menu-categories > li:first-child + li + li + li
		+ li + li + li + li + li + li,
		.ie8 ul.top-menu-categories > li:first-child + li + li + li
		+ li + li + li + li + li + li + li + li + li,
		.ie8 ul.top-menu-categories > li:first-child + li + li + li
		+ li + li + li + li + li + li + li + li + li + li + li + li {
			clear: left;
		}

	ul.top-menu-categories > li > a.image-link {
		display: none;
		float: left;
		width: 69px;
		margin: 0 12px 0 0;
	}
	ul.top-menu-categories > li > a.image-link > img {
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
		border: solid 1px #d6dee2;
		border-radius: 5px;
	}
	ul.top-menu-categories > li > a.menu-link {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		float: right;
		width: 100%;
		margin: 0;
		padding: 0;
		background: none;
	}
	ul.top-menu-categories > li > a.menu-link:hover {
		color: #ebf9ff;
	}

		/* Výpis podkategorií */
		ul.top-menu-categories > li > ul {
			list-style: none;
			list-style-image: none;
			display: block;
			float: right;
			width: 100%;
			margin: 6px 0 0;
			padding: 0;
		}
		ul.top-menu-categories > li > ul > li {
			display: inline;
		}
		ul.top-menu-categories > li > ul > li:after {
			content: ', ';
			color: #fff;
			white-space: nowrap;
			display: inline;
			margin: 0 2px 0 0;
		}
		ul.top-menu-categories > li > ul > li:last-child:after {
			display: none;
		}
		ul.top-menu-categories > li > ul > li > a {
			color: #fff;
			font-size: 13px;
			text-decoration: none;
			display: inline;
			width: auto;
			margin: 0;
			padding: 0;
			background: none;
		}
		ul.top-menu-categories > li > ul > li > a:hover {
			color: #ebf9ff;
		}

/* =============================================================================
   03.03. Prvky obsahové části
   ========================================================================== */

/* Stránkování */
.pagination {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0;
}
.pagination > span,
.pagination > a {
	line-height: 22px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 0 6px;
}
.pagination > span.active {
	border-radius: 50%;
	background: #ddd;
}
.pagination > .prev,
.pagination > .next {
	text-align: left;
	text-indent: -10000px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	padding: 0;
	background: url(design/arrows.png) no-repeat;
}
.pagination > .prev {
	background-position: -8px -8px;
}
.pagination > .next {
	background-position: -45px -8px;
}
.pagination > .prev:hover {
}
.pagination > .next:hover {
}

/* =============================================================================
   03.04. Prvky patičky
   ========================================================================== */

/* Copyright */
#footer .copyrights {
	text-align: center;
	float: left;
	width: 100%;
}
#footer .copyrights > div {
	vertical-align: bottom;
	display: inline-block;
	padding: 14px 12px;
}

	.ie7 #footer .copyrights > div {
		display: inline;
		zoom: 1;
	}

#footer .copyrights > div .copyright {
	float: left;
	margin: 0 2px;
}
#footer .copyrights > div .copyright a {
	color: #666;
}
#footer .copyrights > div .copyright a:hover {
	color: #000;
}
#footer .copyrights > div .copyright p {
	margin: 0;
}
#footer .copyrights > div ul.social-icons {
	float: left;
	margin-top: -2px;
}

/* =============================================================================
   04. Titulní strana
   ========================================================================== */

/* Novinky & Události & Články */
.news-blocks > .content {
}
.news-blocks > .content .item {
	float: left;
	width: 310px;
	margin: 0 0 0 25px;
}
.news-blocks > .content .item:first-child {
	margin-left: 0;
}

	/* Nadpis */
	.news-blocks > .content .item > h2 {
		font-size: 1.5em;
	}

	/* Položky */
	.news-blocks > .content .item ul {
		list-style: none;
		list-style-image: none;
		margin: 0;
		padding: 0;
	}
	.news-blocks > .content .item ul li {
		padding: 12px 0;
		border-bottom: solid 1px #d7d7d7;
	}
	.news-blocks > .content .item ul li .date {
		display: block;
	}
	.news-blocks > .content .item ul li .title,
	.news-blocks > .content .item ul li .annotation {
		font-size: 14px;
	}
	.news-blocks > .content .item ul li .more {
		font-size: 12px;
		text-decoration: none;
		display: block;
		margin: 3px 0 0;
		padding: 0 0 0 12px;
		background: url(design/more.png) no-repeat 0 50%;
	}
	.news-blocks > .content .item ul li .more:hover {
		color: #000;
	}

	/* Odkaz na všechny */
	.news-blocks > .content .show-all {
		color: #666;
		font-size: 12px;
		text-align: right;
		display: block;
		margin: 3px 0 12px;
		padding: 0 12px 0 0;
		background: url(design/more.png) no-repeat 100% 50%;
	}
	.news-blocks > .content .show-all:hover {
		color: #000;
	}

    .news-blocks .item p {
        margin-top: 12px;
    }

/* Lišta značek */
.logos {
	clear: both;
	width: 980px;
	margin: 0 auto 24px;
	padding: 0 0 24px;
	border-bottom: solid 1px #d7d7d7;
}
.logos:after {
	content: '';
	line-height: 0;
	display: block;
	clear: both;
}
.logos .content .logos-slide p {
	line-height: 50px;
	text-align: center;
	float: left;
	width: 175px;
	height: 50px;
	margin: 0 0 0 20px;
}
.logos .content .logos-slide p:first-child {
	margin-left: 0;
}
.logos .content .logos-slide p img {
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	max-width: 175px;
	max-height: 50px;
	width: auto;
	height: auto;
	margin: 0;
}

/* Prolínací upoutávky & Bannery */
.slider-vs-banners {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
.slider-vs-banners:after {
	content: '';
	line-height: 0;
	display: block;
	clear: both;
}

	/* Prolínací upoutávky */
	.slider-vs-banners .slider {
		float: left;
		width: 646px;
		height: 432px;
		overflow: hidden;
		margin: 0 22px 24px 0;
	}
	.slider-vs-banners .slider ul {
		list-style: none;
		list-style-image: none;
		margin: 0;
		padding: 0;
	}
	.slider-vs-banners .slider ul li img {
		width: 644px;
		height: 430px;
		border: solid 1px #d6dee2;
		border-radius: 9px;
		transition: border 0.2s;
	}
	.slider-vs-banners .slider ul li:hover a img {
		border-color: #008ec1;
	}

	/* Bannery */
	.banners.main-page-banners {
		width: 312px;
		margin: 0 0 18px;
	}
	.banners.main-page-banners .banner {
		margin: 0 0 3px;
	}
	.banners.main-page-banners .banner img {
		max-width: 310px;
		border: solid 1px #d6dee2;
		border-radius: 9px;
		transition: border 0.2s;
	}
	.banners.main-page-banners .banner a:hover img {
		border-color: #008ec1;
	}

/* =============================================================================
   05. Katalog produktů
   ========================================================================== */

/* Obal */
.products-wrapper {
	float: left;
	width: 100%;
}

/* Filtry */
form.datagrid-filter {
	display: none;
}

/* Obrázkové menu kategorií */
.categories {
	float: left;
	width: 1005px;
	margin: 0 -25px 0 0;
}

	.ie7 .categories {
		padding-bottom: 21px;
	}

.categories > .category {
	position: relative;
	float: left;
	width: 308px;
	height: 138px;
	margin: 0 25px 21px 0;
	border: solid 1px #d6dee2;
	border-radius: 9px;
	background: no-repeat 0 0;
}

	.categories > .category:first-child {
		background-image: url(design/categories/cat-bg-01.jpg);
	}
	.categories > .category:first-child + .category {
		background-image: url(design/categories/cat-bg-02.jpg);
	}
	.categories > .category:first-child + .category + .category {
		background-image: url(design/categories/cat-bg-03.jpg);
	}
	.categories > .category:first-child + .category + .category
	 + .category {
		background-image: url(design/categories/cat-bg-04.jpg);
	}
	.categories > .category:first-child + .category + .category
	 + .category + .category {
		background-image: url(design/categories/cat-bg-05.jpg);
	}
	.categories > .category:first-child + .category + .category
	 + .category + .category + .category {
		background-image: url(design/categories/cat-bg-06.jpg);
	}
	.categories > .category:first-child + .category + .category
	 + .category + .category + .category + .category {
		background-image: url(design/categories/cat-bg-07.jpg);
	}
	.categories > .category:first-child + .category + .category
	 + .category + .category + .category + .category + .category {
		background-image: url(design/categories/cat-bg-08.jpg);
	}
	.categories > .category:first-child + .category + .category
	 + .category + .category + .category + .category + .category + .category {
		background-image: url(design/categories/cat-bg-09.jpg);
	}

.categories > .category > a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

	/* Obrázek */
	.categories > .category > a .img {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.categories > .category > a .img img {
		display: block;
		max-width: none;
		max-height: none;
		width: 100%;
		height: 100%;
		border-radius: 8px;
	}

	/* Název */
	.categories > .category > a .link {
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		position: absolute;
		bottom: 0;
		left: 0;
		max-width: 254px;
		padding: 12px 22px;
		border-radius: 0 0 0 8px;
		cursor: pointer;
		background: #888;
		background: rgba(136, 136, 136, 0.9);
	}
	.categories > .category:hover > a .link {
		background: #008ec1;
		background: rgba(0, 133, 186, 0.9);
	}

	/* Pododdělení */
	.categories > .category > ul.subcategories {
		display: none;
	}

/* Popis kategorie */
.category-description {
	float: left;
	width: 100%;
	margin: 0 0 1.5em;
}

.category-description .is-hidden {
	display: none;
}

/* Úvodní obrázek kategorie */
.category-header-image {
	float: left;
	width: 100%;
	margin: 0 0 1.5em;
}
.category-header-image img {
	float: left;
}

/* Výpis zboží */
.products {
	float: left;
	width: 100%;
}
.products > .product {
	float: left;
	width: 100%;
	margin: 0 0 18px;
}

	/* Název */
	.products > .product > .name {
		float: left;
		width: 100%;
		margin: 0 0 15px;
	}
	.products > .product > .name a {
		color: #666;
		font-size: 1.5em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		padding: 3px 18px;
		border-top: solid 1px #d7d7d7;
		background: #eee;
	}
	.products > .product > .name a:hover {
		color: #008ec1;
	}

	/* Obrázek */
	.products > .product > a.image-link {
		position: relative;
		float: left;
		width: 309px;
		margin: 0 18px 15px 0;
	}
	.products > .product > a.image-link > img {
		float: none;
		display: block;
		max-width: 310px;
		max-height: none;
		width: auto;
		height: auto;
		margin: 0 auto;
		border: solid 1px #d6dee2;
		border-radius: 9px;
		transition: border 0.2s;
	}
	.products > .product > a.image-link > img.alternative {
		width: 310px;
		height: 140px;
	}
	.products > .product > a.image-link:hover > img {
		border-color: #008ec1;
	}

	/* Popis */
	.products > .product > .product-list-description {
		float: right;
		width: 653px;
		margin: 0 0 15px;
	}

	/* Odkaz "Detail" */
	.products > .product > .more {
		float: right;
		width: 653px;
		margin: 0 0 15px;
	}
	.products > .product > .more a {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 36px;
		text-transform: uppercase;
		text-decoration: none;
		vertical-align: middle;
		display: inline-block;
		padding: 0 18px;
		border-radius: 4px;
		box-shadow: none;
		background: #008ec1;
	}
	.products > .product > .more a:hover {
		box-shadow: none;
		background: #57b2d7;
	}

/* Výsledky hledání */
.search-wrapper form.new-search {
	float: left;
	width: 100%;
	margin: 0 0 18px;
	padding: 18px 0 0;
	border-top: solid 1px #ccc;
}
.search-wrapper .search-result {
	float: left;
	width: 100%;
	margin: 0 0 9px;
	padding: 18px 0 0;
	border-top: solid 1px #ccc;
}
.search-wrapper .search-result p.show-all {
	float: left;
	width: 100%;
}
.search-wrapper .search-result p.show-all a {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0 12px;
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 0 #ccc, inset 0 19px 39px -19px #e0e0e0;
	background: #eee;
}
.search-wrapper .search-result p.show-all a {
	box-shadow: inset 0 -1px 0 0 #ccc;
}

	/* Nové hledání */
	.search-wrapper .part {
		float: left;
	}
	.search-wrapper form.new-search {
		line-height: 36px;
	}
	.search-wrapper form.new-search input[type=text] {
		width: 300px;
		margin-right: 110px;
	}
	.search-wrapper form.new-search input[type=submit] {
		margin-right: 33px;
	}
	.search-wrapper form.new-search label {
		vertical-align: middle;
		margin-right: 7px;
	}
	.search-wrapper form.new-search #search-types label {
		font-weight: normal;
	}

/* Sociální sítě */
.page-block.main > .social-icons {
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 51;
}

/* =============================================================================
   06. Detail produktu
   ========================================================================== */

/* Obal detailu */
.product-detail {
}

/* Levá strana */
.product-detail .main-info {
	float: left;
	width: 645px;
	margin: 0 25px 0 0;
}

	/* Obrázek & Název */
	.product-detail .main-info .intro-wrap {
		text-align: center;
		float: left;
		width: 100%;
	}
	.product-detail .main-info .intro {
		position: relative;
		display: inline-block;
		width: auto;
		max-width: 643px;
		min-height: 168px;
		margin: 0 auto 15px;
		border: solid 1px #d6dee2;
		border-radius: 9px;
		transition: border 0.2s;
	}
	.product-detail .main-info .intro:hover {
		border-color: #008ec1;
	}

		/* Nadpis */
		.product-detail .main-info .intro h1 {
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			text-align: left;
			position: absolute;
			bottom: 0;
			left: 0;
			max-width: 75%;
			margin: 0;
			padding: 30px;
			border-radius: 0 0 0 8px;
			background: #008ec1;
			background: rgba(0, 133, 186, 0.9);
		}

		/* Obrázek */
		.product-detail .product-image {
			float: left;
			width: 100%;
			overflow: hidden;
			margin: 0;
		}
		.product-detail .product-image ul,
		.product-detail .product-image ul li {
			display: block;
			clear: none;
			float: left;
			width: 100%;
			margin: 0;
			padding: 0;
		}
		.product-detail .product-image ul li img,
		.product-detail .product-image img {
			float: left;
			max-width: 100%;
			max-height: none;
			margin: 0;
			padding: 0;
			border: none;
			border-radius: 8px;
		}
		.product-detail .product-image img.alternative {
			max-width: 643px;
		}
		.product-detail .product-image span.no-image {
			float: left;
			width: 643px;
		}

	/* Galerie */
	.product-detail .product-gallery {
		float: left;
		width: 660px;
		margin: 0 -15px 0 0;
	}
	.product-detail .product-gallery .photo-gallery-item-wrap {
		text-align: center;
		float: left;
		width: 121px;
		margin: 0 10px 10px 0;
	}
	.product-detail .product-gallery .photo-gallery-item {
		float: left;
		width: 117px;
		margin: 0;
		padding: 1px;
		border: solid 1px #d6dee2;
		border-radius: 9px;
		transition: border 0.2s;
	}
	.product-detail .product-gallery .photo-gallery-item:hover {
		border-color: #008ec1;
	}
	.product-detail .product-gallery .photo-gallery-item img {
		display: block;
		max-width: 117px;
		max-height: 91px;
		width: auto;
		height: auto;
		margin: 0 auto;
		border-radius: 8px;
	}
	.product-detail .product-gallery-wrap .bx-wrapper .bx-controls-direction .bx-prev {
		left: -19px;
	}
	.product-detail .product-gallery-wrap .bx-wrapper .bx-controls-direction .bx-next {
		right: -19px;
	}

	/* Popis */
	.product-detail .main-info .description {
		float: left;
		width: 100%;
		min-height: 392px;
		margin: 21px 0;
		padding: 24px 0 0;
		background: url(design/detail-description.png) no-repeat 0 0;
	}
	.product-detail .main-info .description > h2 {
		margin-bottom: 0.8em;
	}

/* Pravá strana */
.product-detail .side-info {
	float: left;
	width: 310px;
}
.product-detail .side-info .side-box {
	float: left;
	width: 266px;
	margin: 0 0 21px;
	min-height: 40px;
	padding: 21px 21px 0;
	border: 1px solid #d6dee2;
	border-radius: 9px;
	background: url(design/side-box.png) no-repeat 0 100%;
}
.product-detail .side-info .side-box > h2 {
	margin-bottom: 0.5em;
}

	/* Sekundární popis */
	.product-detail .side-info .description {
		padding-bottom: 21px;
	}

	/* Video */
	.product-detail .side-info .youtube {
	}

	/* Ke stažení */
	.product-detail .side-info .documents {
	}
	.product-detail .side-info .documents ul {
		list-style: none;
		list-style-image: none;
		margin: 1.5em 0;
	}
	.product-detail .side-info .documents ul li {
		display: block;
		margin: 0 0 12px;
	}
	.product-detail .side-info .documents ul li img {
		vertical-align: middle;
		display: inline-block;
		margin: 0 12px 0 0;
	}
	.product-detail .side-info .documents ul li a {
		color: #666;
		font-size: 14px;
		text-decoration: none;
		vertical-align: middle;
		display: inline-block;
		max-width: 190px;
		padding: 6px 0;
	}
	.product-detail .side-info .documents ul li a[href$=".pdf"],
	.product-detail .side-info .documents ul li a[href$=".zip"],
	.product-detail .side-info .documents ul li a[href$=".rar"],
	.product-detail .side-info .documents ul li a[href$=".doc"],
	.product-detail .side-info .documents ul li a[href$=".jpg"],
	.product-detail .side-info .documents ul li a[href$="katalog-online"] {
		margin-left: -30px;
		padding-left: 36px;
		background: no-repeat 0 50%;
	}

		.product-detail .side-info .documents ul li a[href$=".pdf"] {
			background-image: url(design/file-icons/file-pdf.gif);
		}
		.product-detail .side-info .documents ul li a[href$=".zip"],
		.product-detail .side-info .documents ul li a[href$=".rar"] {
			background-image: url(design/file-icons/file-zip.gif);
		}
		.product-detail .side-info .documents ul li a[href$=".doc"] {
			background-image: url(design/file-icons/file-doc.gif);
		}
		.product-detail .side-info .documents ul li a[href$=".jpg"] {
			background-image: url(design/file-icons/file-jpg.gif);
		}
		.product-detail .side-info .documents ul li a[href$="katalog-online"] {
			background-image: url(design/file-icons/catalog.png);
		}

	.product-detail .side-info .documents ul li a:hover {
		color: #008ec1;
	}

	/* Zeptejte se nás */
	.product-detail .side-info .side-box.contact {
		min-height: 0;
		background-image: none;
	}
	.product-detail .side-info .side-box.contact h2 {
		color: #008ec1;
		line-height: 52px;
		margin: -21px -21px 0;
		padding: 0 21px;
		border-radius: 0 9px 9px 0;
		background: url(design/contact-us.png) no-repeat 100% 0;
	}

		.js .product-detail .side-info .side-box.contact h2 {
			cursor: pointer;
		}
		.js .product-detail .side-info .side-box.contact h2:hover {
			color: #666;
		}

	.product-detail .side-info .side-box.contact .contact-form {
		float: left;
		width: 100%;
		margin: 0 0 9px;
		padding: 21px 0 0;
	}

		.js .product-detail .side-info .side-box.contact .contact-form {
			display: none;
		}
		.js .product-detail .side-info .side-box.contact .contact-form.sent-failed {
			display: block;
		}


	.product-detail .side-info .side-box.contact .contact-form .form-row label {
		width: 100%;
		margin: 0 0 3px;
	}
	.product-detail .side-info .side-box.contact .contact-form .form-row input[type=text] {
		width: 246px;
	}
	.product-detail .side-info .side-box.contact .contact-form .form-row textarea {
		width: 246px;
		height: 120px;
	}
	.product-detail .side-info .side-box.contact .flash {
		margin-top: 1em;
	}

	.product-detail .side-info .side-box.contact .contact-form .agreement {
		width: 100%;
		float: left;
		color: #888;
		text-align: justify;
		font-size: 12px;
	}
	.product-detail .side-info .side-box.contact .contact-form .submit-row {
		margin: 10px 0;
	}
	.product-detail .side-info .side-box.contact .contact-form .submit-row input[type=submit] {
		display: block;
		margin: 0 auto;
	}
	.product-detail .side-info .side-box.contact .contact-form .submit-row .g-recaptcha {
		margin-left: 17px;
		-webkit-transform: scale(0.77);
                transform: scale(0.77);
	    -webkit-transform-origin: 0 0;
	            transform-origin: 0 0;
	}

	/* Sociální sítě */
	.product-detail .side-info .social-icons {
		position: absolute;
		right: 0;
		top: -45px;
		z-index: 51;
	}

/* =============================================================================
   07. Články
   ========================================================================== */

/* Výpis článků */
.posts {
	float: left;
	width: 100%;
}
.posts .post {
	float: left;
	width: 100%;
	margin: 0 0 18px;
	padding: 12px 0 0;
	border-radius: 9px;
}
.posts .post:nth-child(even) {
	background-color: #eee;
}

	/* Obrázek */
	.posts .post .post-image {
		float: left;
		width: 310px;
		margin: 0 18px 15px 0;
	}
	.posts .post .post-image img {
		float: left;
		max-height: none;
		width: 308px;
		height: auto;
		border: solid 1px #d6dee2;
		border-radius: 9px;
		transition: border 0.2s;
	}
	.posts .post .post-image:hover img {
		border-color: #008ec1;
	}

	/* Nadpis */
	.posts .post > h2 {
		font-size: 1em;
		float: right;
		width: 100%;
		margin: 0 0 15px;
		padding: 0;
	}

		.posts .post .post-image + h2 {
			width: 652px;
		}

	.posts .post > h2 a {
		color: #666;
		font-size: 1.5em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		padding: 3px 18px;
	}
	.posts .post > h2 a:hover {
		color: #008ec1;
	}

	/* Anotace */
	.posts .post .annotation {
		float: right;
		width: 944px;
		margin: 0 0 15px;
		padding: 0 18px;
	}

		.posts .post .post-image + h2 + .annotation {
			width: 616px;
		}

	/* Odkaz "Více" */
	.posts .post a.more-link {
		color: #008ec1;
		text-align: right;
		text-decoration: none;
		margin: 3px 0 12px;
		padding: 0 9px 0 0;
		background: url(design/more.png) no-repeat 100% 64%;
	}
	.posts .post a.more-link:hover {
		color: #666;
	}

/* Detail článku */
#page.page {
}
#page.page > .meta {
	display: none;
}

/* Sloupec souvisejících článků */
.related-column {
	display: none;
}

/* =============================================================================
   08. Události
   ========================================================================== */

/* Výpis událostí */
.event-list {
	float: left;
	width: 100%;
}
.event-list .event-item {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0 0 6px;
	padding: 9px 18px;
	border-radius: 9px;
}

	.ie7 .event-list .event-item {
		padding-left: 0;
		padding-right: 0;
	}

.event-list .event-item:nth-child(odd) {
	background-color: #eee;
}
.event-list .event-item .name a {
	color: #666;
	text-decoration: none;
}
.event-list .event-item .name a:hover {
	color: #008ec1;
	text-decoration: none;
}
.event-list .event-item .detail-link {
	color: #666;
	font-size: 12px;
	display: block;
	margin: 3px 0 0;
	padding: 0 0 0 12px;
	background: url(design/more.png) no-repeat 0 50%;
}
.event-list .event-item .detail-link:hover {
	color: #000;
}

	/* Odkaz na Archiv */
	.column.events .event-list .archive-link {
		text-align: right;
		float: left;
		width: 100%;
		margin: 0 0 18px;
		padding: 9px 0 0;
	}
	.column.events .event-list .archive-link a {
		color: #666;
		font-size: 12px;
		text-align: right;
		float: right;
		margin: 3px 0 12px;
		padding: 0 12px 0 0;
		background: url(design/more.png) no-repeat 100% 50%;
	}
	.column.events .event-list .archive-link a:hover {
		color: #000;
	}

/* Detail události */
.event-item.detail {
	float: left;
	width: 100%;
	margin: 0 0 18px;
}

	/* Nadpis */
	.event-item.detail .name {
		color: #008ec1;
	}

	/* Tlačítko registrovat */
	.event-item.detail .register {
		text-align: center;
		margin: 9px 0;
	}

/* Přihlašovací formulář */
.enroll-form {
	float: left;
	width: 938px;
	margin: 0 0 24px;
	padding: 21px 21px 12px;
	border-radius: 9px;
	background: #eee;
}
.enroll-form h2 {
	margin-bottom: 1em;
}
.enroll-form .form-row {
	line-height: 38px;
}
.enroll-form form .form-row:nth-last-child(3) {
	margin: 20px 0;
}
.enroll-form form .form-row:nth-last-child(3) input[type=checkbox] {
	float: left;
	width: 5%;
	margin: 5px 0 0 0;
}
.enroll-form form .form-row:nth-last-child(3) label {
	float: right;
	width: 95%;
	line-height: 21px;
	text-align: justify;
	color: #888;
}
html[lang=cs] .enroll-form form .agreement {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	text-align: justify;
	color: #888;
}
.enroll-form .form-row label {
	line-height: 38px;
	width: 160px;
}
.enroll-form .form-row select {
	vertical-align: middle;
	min-width: 651px;
	max-width: 780px;
}
.enroll-form .form-row input[type=text],
.enroll-form .form-row input[type=email] {
	width: 630px;
}
.enroll-form .form-row .errors {
	clear: both;
}
.enroll-form .form-row .icon-tooltip-warning {
	display: none;
}
.enroll-form .submit-row {
	text-align: center;
	padding-top: 12px;
}
.enroll-form .submit-row p {
	margin: 0;
}

/* =============================================================================
   09. Servis
   ========================================================================== */

/* Servisní žádanka */
form.service-form {
	float: left;
	width: 938px;
	margin: 0 0 24px;
	border-radius: 9px;
	background: #fff;
	border: 2px solid #b1d9e9;
}
form.service-form > h2 {
	padding: 21px;
	cursor: pointer;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
form.service-form > h2::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(design/contact-show.png) no-repeat;
	background-size: cover;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form.service-form > h2.active::after {
	-webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
form.service-form .service-form__box {
	padding: 0 21px;
}
form.service-form .column {
	float: left;
	width: 459px;
	margin: 0 0 18px;
}
form.service-form .column + .column {
	margin-left: 20px;
}
form.service-form .form-row {
	line-height: 38px;
	min-height: 38px;
}
form.service-form .form-row label {
	line-height: 38px;
	width: 162px;
}
form.service-form .form-row input[type=text],
form.service-form .form-row input[type=email] {
	float: left;
	width: 277px;
}
form.service-form .form-row textarea {
	width: 283px;
	height: 81px;
}
form.service-form .form-row select {
	width: 297px;
}
form.service-form .submit-row {
	margin-bottom: 21px;
}
form.service-form .submit-row .g-recaptcha {
	margin: 20px 0 15px 0;
}
form.service-form .submit-row .g-recaptcha > div {
	margin: 0 auto;
}
form.service-form .submit-row input[type=submit] {
	display: block;
	margin: 0 auto;
}
form.service-form .column + .service-element {
	width: 100%;
}
form.service-form .column + .service-element input[type=checkbox] {
	float: left;
	width: 5%;
	margin: 5px 0 0 0;
}
form.service-form .column + .service-element label {
	float: right;
	width: 95%;
	line-height: 21px;
	text-align: justify;
	color: #888;
}
html[lang=sk] form.service-form .column + .service-element .errors {
	float: left;
}
html[lang=cs] form.service-form .agreement {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: justify;
	color: #888;
}

/* =============================================================================
   10. Kontakty
   ========================================================================== */

/* Obal */
#kontakty {
	font-size: 16px;
}

/* Nadpis */
#kontakty h1 {
	color: #666;
	font-size: 26px;
	float: left;
	width: 100%;
	margin: 0 0 1.5em;
}

/* Pobočky */
#kontakty .pobocky {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 30px;
	border-bottom: solid 1px #d7d7d7;
}
#kontakty .pobocky .pobocka {
	width: 254px;
	float: left;
	margin: 0 0 66px;
	padding: 0 42px 0 60px;
	border-left: solid 1px #d7d7d7;
	border-bottom: solid 1px transparent;
}
#kontakty .pobocky .pobocka:first-child {
	width: 224px;
	padding-left: 0;
	border-left: 0;
}
#kontakty .pobocky .pobocka.active {
	border-bottom-color: #fff;
}
#kontakty .pobocky .pobocka.active,
#kontakty .pobocky .pobocka.active + .pobocka {
	padding-bottom: 24px;
	margin-bottom: -1px;
}
#kontakty .pobocky .pobocka.inactive {
	margin-bottom: -1px;
}
#kontakty .pobocky .pobocka.inactive > * {
	opacity: 0.5;
}

	/* Nadpis */
	#kontakty .pobocky .pobocka h2 {
		float: left;
		width: 100%;
		margin-bottom: 1em;
	}

	/* Odstavec */
	#kontakty .pobocky .pobocka p {
		float: left;
		width: 100%;
		margin-bottom: 0.66em;
	}

	/* Odkaz na mapu */
	#kontakty .pobocky .pobocka a.show-map {
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 0 25px;
		background: url(design/contact-map.png) no-repeat 0 50%;
	}

	/* Odkaz na kontaktní osoby */
	#kontakty .pobocky .pobocka .zobrazit-kontaktni-osoby-obal {
		margin-top: 1.5em;
		margin-bottom: 0;
	}
	#kontakty .pobocky .pobocka .zobrazit-kontaktni-osoby-obal a {
		color: #666;
		line-height: 20px;
		font-weight: bold;
		float: left;
		padding: 0 23px 0 0;
		background: url(design/contact-show.png) no-repeat 100% 50%;
	}
	#kontakty .pobocky .pobocka .zobrazit-kontaktni-osoby-obal a:hover {
		color: #008ec1;
	}

/* Kontaktní osoby */
#kontakty .kontaktni-osoby {
	float: left;
	width: 877px;
	margin: 0 0 0 30px;
	padding: 0 0 0 72px;
	border-left: solid 1px #abd6e9;
}

	/* Nadpis */
	#kontakty .kontaktni-osoby h2 {
		letter-spacing: 0;
		line-height: 62px;
		float: left;
		width: 100%;
		min-height: 62px;
		margin: 0 0 15px -103px;
		padding: 0 0 0 103px;
		background: url(design/contact-icons.png) no-repeat;
	}

		#kontakty .kontaktni-osoby h2.vedeni {
			background-position: 0 0;
		}
		#kontakty .kontaktni-osoby h2.obchod {
			background-position: 0 -210px;
		}
		#kontakty .kontaktni-osoby h2.servis {
			background-position: 0 -469px;
		}

	/* Sloupce */
	#kontakty .kontaktni-osoby .col {
		float: left;
		width: 46%;
		margin: 0 4% 12px 0;
	}

		/* Jméno */
		#kontakty .kontaktni-osoby .col h3 {
			letter-spacing: 0;
			text-transform: none;
			float: left;
			width: 100%;
			margin: 0;
		}
		#kontakty .kontaktni-osoby .col h3 a {
			color: #666;
		}
		#kontakty .kontaktni-osoby .col h3 a.li-profile {
			color: #666;
			line-height: 24px;
			padding: 0 0 0 30px;
			background: url(design/contact-li.png) no-repeat 0 50%;
		}
		#kontakty .kontaktni-osoby .col h3 a:hover {
			color: #008ec1;
		}

		/* Info */
		#kontakty .kontaktni-osoby .col p {
			float: left;
			width: 100%;
			margin-bottom: 1em;
		}

.service-rating-form-label {
    font-size: 18px;
}
.service-rating-form {
    float: left;
    width: 938px;
    margin: 0 0 24px;
    padding: 21px 21px 0;
    border-radius: 9px;
    background: #fff;
    border: 2px solid #b1d9e9;
}
.service-rating-form h2 {
    text-align: center;
}
.service-rating-form .form-row.service-element {
    width: 100%;
}
.service-rating-form .form-row.service-element label {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
}
.service-rating-form .row {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 600px;
}
.service-rating-form .row.question {
    margin: 15px auto;
}
.service-rating-form .row.question .form-row.service-element > label {
    text-align: left;
    margin: 15px 0 0;
}
.service-rating-form .form-row.service-element.device,
.service-rating-form .form-row.service-element.customer {
    width: 300px;
    display: inline-block;
}
.service-rating-form .form-row.service-element.technician,
.service-rating-form .form-row.service-element.company {
    width: 300px;
    display: inline-block;
}
.service-rating-form .form-row.service-element .choice-widget {
    display: block;
    margin: 10px auto;
    width: 600px;
}
.service-rating-form .form-row.service-element .choice-widget .choice-row {
    float: left;
    margin: 0 46px;
    margin: 0 42px\9;
}
.service-rating-form .form-row.service-element ul li {
	font-weight: 600;
	color: #008ec1;
}
.service-rating-form .rating-label {
    display: block;
    margin: 10px auto;
    width: 600px;
}
.service-rating-form .rating-label span {
    width: 120px;
    text-align: center;
    float: left;
}
.service-rating-form .rating-label span + span {
    width: 120px;
    text-align: center;
    float: right;
}
.service-rating-form .row .form-row #form_note {
    width: 500px;
    height: 100px;
}
.service-rating-form-label {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 21px;
    font-family: Dosis, Tahoma, Arial, sans-serif;
    text-transform: uppercase;
}
form.service-rating-form  input[type=radio] {
    vertical-align: middle;
    margin: 0 3px 0 5px;
    box-shadow: none;
}
form.service-rating-form  input[type=text],
form.service-rating-form  input[type=radio],
form.service-rating-form  input[type=email],
form.service-rating-form  textarea,
form.service-rating-form  input[type=checkbox] {
    border-radius: 0px;
}
form.service-rating-form .row.agreement {
	text-align: justify;
}
form.service-rating-form .row .submit-row .g-recaptcha {
	margin: 20px 0 15px 0;
}

form.service-rating-form .row .submit-row .g-recaptcha > div {
	margin: 0 auto;
}

.eu-cookie-law-wrapper {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    padding: 10px;
    border-top: solid 1px #c0c0c0;
    box-shadow: 1px 0px 6px 1px #c0c0c0;
    background: #f3f3f3;
}
.eu-cookie-law-wrapper .eu-cookie-law-content {
    box-sizing: border-box;
    max-width: 985px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 800px) {

	.eu-cookie-law-wrapper .eu-cookie-law-content {
		flex-wrap: nowrap;
	}
}
.eu-cookie-law-wrapper .eu-cookie-law-content a {
    color: #008ec1;
}
.eu-cookie-law-wrapper .eu-cookie-law-content a:hover {
    color: #007199;
}
#footer .eu-cookie-law-wrapper .eu-cookie-law-content .buttons {
	display: flex;
	flex-wrap: wrap;
	margin-left: -9px;
}
@media (min-width: 800px) {

	#footer .eu-cookie-law-wrapper .eu-cookie-law-content .buttons {
		flex-wrap: nowrap;
	}
}
#footer .eu-cookie-law-wrapper .eu-cookie-law-content a.button {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #008ec1;
    position: relative;
    padding: 4px 9px;
    border-radius: 4px;
	font-weight: bold;
	margin: 5px 0 0 9px;
}
@media (min-width: 800px) {

	#footer .eu-cookie-law-wrapper .eu-cookie-law-content a.button {
		margin-top: 0;
	}
}
#footer .eu-cookie-law-wrapper .eu-cookie-law-content a.button:hover {
    background: #007199;
}
#footer .eu-cookie-law-wrapper .eu-cookie-law-content a.button--gray {
	background: #666;
}
#footer .eu-cookie-law-wrapper .eu-cookie-law-content a.button--gray:hover {
	background: #555;
}
.eu-cookie-law-wrapper .eu-cookie-law-content .text {
    width: 100%;
    margin-bottom: 5px;
}
@media (min-width: 800px) {

	.eu-cookie-law-wrapper .eu-cookie-law-content .text {
		flex-grow: 1;
		width: auto;
		margin-bottom: 0;
		margin-right: 15px;
	}
}
.eu-cookie-law-wrapper .eu-cookie-law-content .text > *:last-child {
	margin-bottom: 0;
}

.meeting-form-link-wrapper {
    position: fixed;
    bottom: 0;
    right: 50px;
    width: 270px;
	padding: 15px 15px 15px 34px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border: 1px solid #d7d7d7;
	border-bottom: 0;
	text-align: center;
	font-size: 16px;
    background: #fff url(design/mail.png) no-repeat 10px 16px;
}

.meeting-form-link-wrapper:hover {
	border-color: #008ec1;
}

.meeting-form-link-wrapper .close {
	text-transform: lowercase;
	text-shadow: none;
}

.meeting-form-link-wrapper .close:hover {
	color: #008ec1;
	opacity: 1;
}

.meeting-form-link-wrapper .show {
	font-weight: bold;
}

.meeting-form-link-wrapper .show:hover {
	color: #1e6984;
}

.ui-dialog {
	padding: 0;
	border-radius: 11px;
}

.ui-dialog .ui-dialog-titlebar {
	height: 30px;
	padding: 0;
	border: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
}

.ui-dialog .ui-dialog-titlebar-close span {
	margin: 0;
}

.ui-dialog .ui-dialog-content.meeting-form-wrapper {
	width: 100% !important;
	padding: 0 15px 15px 15px;
	box-sizing: border-box;
}

.ui-dialog .row {
	margin-left: 0;
}

.row.agreement {
	margin-bottom: 20px;
}

.meeting-form-wrapper .form-row label {
	width: 100%;
	margin-bottom: 2px;
}

.meeting-form-wrapper .form-row input { height: 40px; }

.meeting-form-wrapper .form-row input,
.meeting-form-wrapper .form-row textarea {
	width: 100%;
	box-sizing: border-box;
}

.meeting-form-wrapper .errors { margin-bottom: 0; }

.meeting-form-wrapper input[type=submit] {
	display: table;
	margin: 30px auto 0 auto;
}

.meeting-form-wrapper .g-recaptcha > div {
	margin: 10px auto 0 auto;
}
