/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/* XStandard CSS Document */

.cl_bila{
	color:white;
}

.cl_zluta{
	color:yellow;
}

.cl_purpurova{
	color:fuchsia;
}

.cl_azurova{
	color:aqua;
}

.cl_zluta{
	color:#FFFF00;
}

.cl_cervena{
	color:red;
}

.cl_svetle_zelena{
	color:lime;
}

.cl_modra{
	color:blue;
}

.cl_cerna{
	color:black;
}

.cl_zelena{
	color:green;
}

.cl_hneda{
	color:maroon;
}

.cl_olivova{
	color:olive;
}

.cl_fialova{
	color:purple;
}

.cl_seda{
	color:gray;
}

.cl_tmave_modra{
	color:navy;
}

.cl_modro_zelena{
	color:teal;
}

.cl_svetle_seda{
	color:silver;
}

.font_1{
	font-size:8pt;
}

.font_2{
	font-size:10pt;
}

.font_3{
	font-size:12pt;
}

.font_4{
	font-size:14pt;
}

.font_5{
	font-size:18pt;
}

.font_6{
	font-size:24pt;
}

.font_7{
    font-size:36pt;
}

.right{
    text-align:right;
}

.left{
    text-align:left;
}

.center{
    text-align:center;
}

.underline{
    text-decoration:underline;
}

.strikethrough{
    text-decoration:line-through;
}

.fotoleft{
    float:left;
    margin:5px 15px 5px 0px;
}

.fotoright{
    float:right;
    margin:5px 0px 5px 15px;
}

sup{
    vertical-align: top;
}

sub{
    vertical-align: bottom;
}


/* Base CSS Document */
.vlevo
{
    text-align: left;
}

.uprostred
{
    text-align: center;
}

.vpravo
{
    text-align: right;
}

.nahore
{
    vertical-align: top;
}

.doprostred
{
    vertical-align: middle;
}

.dole
{
    vertical-align: bottom;
}

.tbl_center
{
    margin: 0px auto;
}

.tucne
{
    font-weight: bold;
}

#div-sofico-eshopy
{
    background-color: rgb(66,66,66);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 11px;
    text-align: left;
    padding: 3px;
}

#div-sofico-eshopy span
{
    margin-right: 10px;
}

#div-sofico-eshopy a:link,
#div-sofico-eshopy a:visited
{
    color: white;
    text-decoration: none;
}

#div-sofico-eshopy a:hover
{
    color: rgb(255,0,51);
}

.input_submit_vypis_kosik
{
    vertical-align: middle;
    margin: 0px 0px 0px 2px;
}

.eu-cookies {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 98%;
    color: white;
    background: #444444;
    z-index: 9999;
    margin: 0px;
    padding: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 100%;
}

.eu-cookies button {
    background: green;
    color: white;
    border: 0px;
    padding: 2px 5px;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.eu-cookies button:hover {
    background: green;
    color: white;
    border: 0px;
    padding: 2px 5px;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies a,
.eu-cookies a:link,
.eu-cookies a:visited
{
    color: white;
    text-decoration: underline;
    font-size: 100%;
}

.eu-cookies a:hover {
    color: white;
    text-decoration: none;
}
*
{
  margin:0px;
  padding:0px;
}

body
{
  font-family:"Open sans", Arial;
  font-size:13px;
  line-height:150%;
}

a
{
  color:#000;
  text-decoration:underline;
}
a:hover
{
  text-decoration:none;
}

p
{
  margin-bottom:15px;
}

h1, h2, h3, h4, h5
{
  margin-bottom:15px;
  font-weight:300;
  line-height:120%;
}
h1
{
  font-size:35px;
}

table
{
  border-spacing:0px;
  margin-bottom:15px;
  width:100%;
}
table td
{
  padding:5px;
}
table thead td
{
  background-color:#adadad;
  border:0px;
  color:#fff;
  font-size:110%;
  font-weight:bold;
  padding:5px;
  padding-top:10px;
  padding-bottom:10px;
}
.tbl_katalog_vypis thead td a
{
  color:#fff;
}

ul
{
  margin-left:15px;
  margin-bottom:15px;
  list-style:square;
}
ol
{
  margin-left:15px;
  margin-bottom:15px;
}

img
{
  border:0px;
}

input[type="text"],
input[type="password"],
select,
textarea
{
  padding:5px;
  border:1px solid #adadad;
}
textarea
{
  width:80%;
  font-family:"Open sans", Arial;
  font-size:100%;
}
.readonly
{
  background-color: #f1f1f1;
  color: gray;
}

input[type="checkbox"],
input[type="radio"]
{
  margin-right:5px;
  position:relative;
  top:2px;
}

.button,
button,
input[type="button"],
input[type="submit"]
{
  padding:5px;
  border:0px;
  cursor:pointer;
  background-color:#adadad;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  display:inline-block;
  line-height:18px;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover
{
  background-color:#000;
  color:#fff;
}
a.button
{ /* FIX (Nesedi velikost tagu button a class="button" */
  padding:6px;
  font-size:105%;
}
.button.big
{
  padding:10px;
  font-size:120%;
  text-decoration:none;
}
.button.green
{
  background-color:#287201;
}
.button.red
{
  background-color:#8B0003;
}
.button.green:hover,
.button.red:hover
{
  opacity:0.8;
}


/* CLASS*/
.cleaner
{
  clear:both;
  display:block;
  width:0px;
  height:1px;
  visibility:hidden;
}


.tucne
{
  font-weight:bold;
}


.overflow_div
{
  overflow:auto;
}


.center
{
  text-align:center;
}
.right
{
  text-align:right;
}


/* ICON */
/* BACK */
.back_icon
{
  display:inline-block;
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  cursor:pointer;
  background-color:#adadad;
  color:#fff;
  font-weight:bold;
  font-size:140%;
  text-decoration:none;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.back_icon:hover
{
  background-color:#000;
}
/**/

.compare
{
  display:inline-block;
  background-image:url("/grafika/compare_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  min-width:22px;
  min-height:22px;
}
.compare.active
{
  background-image:url("/grafika/compare_active_icon.png");
}

.favourite
{ /* Az po prihlaseni */
  display:inline-block;
  background-image:url("/grafika/favourite_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  min-width:22px;
  min-height:22px;
}
.favourite.active
{
  background-image:url("/grafika/favourite_active_icon.png");
}

.print_icon
{
  display:inline-block;
  background-image:url("/grafika/print_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  min-width:22px;
  min-height:22px;
}

.close_icon
{
  display:inline-block;
  width:24px;
  height:24px;
  line-height:24px;
  background-color:#000;
  color:#fff;
  text-align:center;
  cursor:pointer;
  font-weight:bold;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

td.count
{
  white-space:nowrap;
}
td.price
{
  white-space:nowrap;
}
/**/
/* Zobrazime az pro mobilni verzi */
.mobil
{
  display:none;
}
/* END Zobrazime az pro mobilni verzi*/

/* Zobrazime pouze v tisku */
.print
{
  display:none;
  visibility:hidden;
}
/* END Zobrazime pouze v tisku*/

body
{
  background-color:#f5f5f5;
  background-attachment: fixed;
}

.grid_1
{ /* s padding */
  width:965px;
  padding-left:15px;
  padding-right:15px;
  margin-left:auto;
  margin-right:auto;
}
.grid_2
{ /* bez padding */
  width:995px;
  margin-left:auto;
  margin-right:auto;
}

/* TOP BAR */
#top_bar_bg,
#top_bar
{
  background-color:#fff;
}
#top_bar
{
  padding-top:5px;
  padding-bottom:5px;
  position:relative;
  line-height:20px;
}
/* EDN TOP BAR */

/* HEADER */
#header_bg,
#header
{
  background-color:#fff;
}
#header
{
  padding:15px;
  z-index:500;
  position:relative;
}
#header.fixed
{
  position:fixed;
  top:0px;
  left:50%;
  margin-left:-498px;
  padding-top:10px;
  padding-bottom:10px;
  z-index:1000;
  /*opacity: 0.9;*/

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
#header.fixed:hover
{
  opacity: 1;
}
#header.fixed #hlavni_nadpis
{
  display: none;
}
#header.fixed .head-motto
{
  display: none;
}
/* END HEADER */

/* MENU */
#menu_top
{
  float:left;
}
#menu_top ul
{
  list-style:none;
  margin:0px
}
#menu_top ul li
{
  float:left;
}
#menu_top ul li a
{
  padding-left:10px;
  padding-right:10px;
  color:#000;
  text-decoration:none;
  border-left:1px solid #000;
}
#menu_top ul a.first
{
  border:0px;
  padding-left:0px;
}
#menu_top ul li a:hover
{
  color:#C7C7C7;
}
/* level 1 */
#menu_top ul li ul
{
  visibility:hidden;
  margin:0px;
  z-index:9999;
  background-color:#fff;
  position:absolute;
  display:block;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#menu_top ul li:hover ul
{
  visibility:visible;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
#menu_top ul li ul li
{
  display:block;
  float:none;
  padding:0px;
}
#menu_top ul li ul li a
{
  display:block;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  border:0px;
}
#menu_top ul li ul li:first-child a
{
  padding-left:10px;
}
/* END level 1 */
/* END MENU */

/* RIGHT */
#top_bar_right
{
  float:right;
}

/* REGISTRACE */
#registrace
{
  display:inline-block;
  border-right: 1px solid #000000;
  padding-right: 10px;
  margin-right: 10px;
}
#registrace a
{
  text-decoration:none;
}
/* END REGISTRACE */

/* LOGIN */
#login
{
  display:inline-block;
  cursor:default;
  background-image:url("/grafika/user_icon.png");
  background-position:right center;
  background-repeat:no-repeat;
  padding-right:30px;
  cursor:pointer;
}
#login #login_link
{
  text-decoration:none;
}
#login .nadpis
{
  display:block;
}
#login_form
{
  display:none;
  position:absolute;
  top:0px;
  right:0px;
  background-color:#fff;
  width:500px;
  margin-left:-335px;
  text-align:left;
  z-index:99999;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
#login_form #login_form_1
{
  position:relative;
  padding:20px;
  padding-bottom:40px;
}
#login_form .close_icon
{
  position:absolute;
  top:25px;
  right:20px;
}
#login_form .nadpis
{
  font-weight:bold;
  font-size:150%;
  padding:10px;
  padding-bottom:30px;
  border-bottom:1px solid #e6e6e6;
  margin:0px;
  margin-bottom:40px;
}
#login_form .content
{
  padding-top:0px;
  padding:10px;
}
#login_form table
{
  margin-left:auto;
  margin-right:auto;
  width:auto;
}
#login_form .input_text
{
  background-color:#ebebeb;
  padding:10px;
  border:0px;
  font-size:120%;
  width:80%;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#login_form a
{
  text-decoration:none;
}
#login_form a:hover
{
  color:#adadad;
}
#login_form .content a:before
{
  content: "> ";
}
/* END LOGIN */
/* END RIGHT */

/* LOGO */
#logo
{
  display:block;
  float:left;
  background-image:url("/grafika/individual/logo.gif");
  background-repeat:no-repeat;
  width:179px;
  height:43px;
  margin-right:10px;
}
/* END LOGO */

/* HLAVNI NADPIS */
#hlavni_nadpis
{
  float:left;
  margin-top:22px;
  margin-right:40px;
}
/* END HLAVNI NADPIS */

/* HEAD MOTTO */
.head-motto
{
  position:absolute;
  top:54px;
  left:215px;
  font-size:90%;
  color:lightgrey;
}
/* END HEAD MOTTO */

/* BASKET */
#basket
{
  float:right;
  display:inline-block;
  width:220px;
  text-align:right;
}
#basket a
{
  text-decoration:none;
}
#basket .nadpis
{
  display:inline-block;
  margin-right:5px;
  position:relative;
}
#basket #basket_suma
{
  font-weight:bold;
  font-size:120%;
  text-decoration:none;
}
#basket #basket_mena
{
  font-size:80%;
}
#basket #basket_ks
{
  background-image:url("/grafika/basket_top.png");
  background-repeat:no-repeat;
  background-position:right;
  color:#fff;
  font-weight:bold;
  font-size:110%;
  display:inline-block;
  line-height:24px;
  padding-top:10px;
  width:30px;
  text-align:center;
  margin-left:10px;
}
#basket #basket_show_popup
{
  cursor:pointer;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:9px 8px 0px 8px;
  border-color:#000000 transparent transparent transparent;
  position:absolute;
  left:-20px;
  top:7px
}

/* BASKET PRODUCTS */
#basket_products
{
  display:none;
  position:absolute;
  background-color:#fff;
  width:500px;
  right:0px;
  margin-top:5px;
  text-align:left;
  z-index:9999;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
#basket_products_1
{
  padding:20px;
  padding-bottom:40px;
  position:relative;
}
#basket_products a
{
  text-decoration:none;
}
#basket_products a:hover
{
  text-decoration:none;
  color:#888;
}
#basket_products .close_icon
{
  position:absolute;
  right:20px;
  top:25px;
}
#basket_products .nadpis
{
  font-size:150%;
  font-weight:bold;
  padding:10px;
  margin-bottom:30px;
}
#basket_products #basket_products_icon
{
  background-image:url("/grafika/basket_top.png");
  background-repeat:no-repeat;
  background-position:right;
  color:#fff;
  font-weight:bold;
  font-size:110%;
  display:inline-block;
  line-height:25px;
  padding-top:9px;
  width:30px;
  text-align:center;
  position:absolute;
  right:15px;
  top:10px;
  display:none;
}
#basket_products .nadpis_table
{
  font-size:12px;
  line-height:10px;
  color:#000 !important;
  font-weight:normal;
  margin:0px;
  border-bottom:1px solid #c7ced9;
  text-align:center;
}
#basket_products .nadpis_table span
{
  background-color:#fff;
  padding-left:5px;
  padding-right:5px;
  font-weight:bold;
}
#basket_products .basket_no_items
{
  text-align:center;
  padding:10px;
  font-weight:bold;
  margin-bottom:20px;
}

#basket_products #basket_products_tbl_items
{
  margin-bottom:15px;
  max-height:420px;
}
#basket_products #basket_products_tbl table.basket_product
{
  width:100%;
  margin-bottom:0px;
}
#basket_products td
{
  border-bottom:1px solid #c7ced9;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
  height:30px;
}
#basket_products td a
{
  text-decoration:none;
  font-weight:bold;
}
#basket_products td a:hover
{
  opacity:0.8;
}
#basket_products td.img
{
  width:30px;
  text-align:center;
}
#basket_products td.count
{
  width:30px;
  text-align:right;
  color:#626262;
}
#basket_products td.price
{
  width:75px;
  text-align:right;
  font-weight:bold;
  font-size:110%;
}

#basket_products .basket_cena_total
{
  font-weight:bold;
  text-align:right;
  margin-bottom:30px;
  font-size:150%;
  padding-right:5px;
}

#basket_products .button
{
  display:inline-block;
  margin-bottom:15px;
}
#basket_products .button:hover
{
  color:#fff;
}
#basket_products .button.kosik
{
  float:right;
}

#basket_products .link a:before
{
  content: "> ";
}
/**/
/**/


/* CURRENCY_CHANGE */
#currency_change
{
  position:absolute;
  right:0px;
  bottom:-10px;
}
#currency_change a
{
  text-decoration:none;
  font-size:85%;
}
/**/


/* CATEGORIES */
#categories_bg,
#categories
{
  background-color:#000;
}
#categories
{
  position:relative;
}
/**/


/* CONTENT */
#content_bg,
#content
{
  background-color:transparent;
}
#content
{
  background-color:#fff;
  padding:15px;
}
/**/


#col-1
{
  display:none;
}


/* NAVIGATION */
#navigation
{
  padding-top:10px;
  padding-bottom:15px;
  border-bottom:1px solid #000;
  margin-bottom:15px;
  font-weight:600;
  line-height:20px;
}
#navigation a
{
  margin-right:10px;
  line-height:20px;
  display:inline-block;
}
#navigation a:first-child,
#navigation a.home
{
  background-image:url("/grafika/home_icon.png");
  background-repeat:no-repeat;
  padding-left:30px;
}
#navigation .delic
{
  margin-right:10px;
  line-height:20px;
}
/**/

/* FOOT */
#foot_bg,
#foot
{
  background-color:#adadad;
}
#foot
{
  color:#fff;
  padding-top:60px;
  padding-bottom:60px;
  overflow:hidden;
}
#foot a
{
  color:#fff;
}
#foot ul li ul
{
  font-size:95%;
  margin-bottom:5px;
}

#foot .col_bg
{
  margin:1%;
  width:31.3333%;
  display:inline-table;
  float:left;
  background-color:#9B9B9B;
}
#foot .col
{
  padding:5%;
}
/**/

/* BANNERS */
#banner_right,
#banner_left
{
  position:fixed;
  top:150px;
  width:120px;
}
#banner_right
{
  left:50%;
  margin-left:525px;
}
#banner_left
{
  right:50%;
  margin-right:525px;
  text-align:right;
}
/**/


#fixed_bottom_bar
{
  position:fixed;
  bottom:0px;
  right:0px;
  z-index:1000;
}
#fixed_bottom_bar .bookmark
{
  float:left;
}
#fixed_bottom_bar .bookmark a
{
  padding:10px;
  margin-right:10px;
  color:#fff;
  font-size:120%;
  text-align:center;
  background-color:#ADADAD;
  text-decoration:none;
  display:block;

  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#fixed_bottom_bar .bookmark a:hover
{
  background-color:#000;
}


#nahoru
{
  display:none;
  position:fixed;
  width:60px;
  height:60px;
  line-height:60px;
  background-color:#adadad;
  bottom:60px;
  right:10px;
  color:#fff;
  text-align:center;
  background-image:url("/grafika/sipka_nahoru.png");
  background-position:center;
  background-repeat:no-repeat;
  cursor:pointer;
  z-index:1000;

  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#nahoru:hover
{
  background-color:#000;
}


/* FORM QUERY */
.form_query
{

}
.form_query table
{
  width:100%;
}
.form_query table thead td
{
  background:transparent;
  color:#000;
}
.form_query table td.left
{
  width:110px;
}
.form_query .error,
.form_query .send_ok
{
  padding:15px;
  margin-bottom:15px;
  color:#fff;
  font-size:110%;
  font-weight:600;
}
.form_query .error
{
  background-color:#8B0003;
}
.form_query .send_ok
{
  background-color:#287201;
}
#captcha_image
{
  margin-right:10px;
  margin-bottom:10px;
}
#captcha_code
{
  display:block;
  margin-top:5px;
}
#product_enq_form_error .error
{
  padding:15px;
  margin-bottom:15px;
  color:#fff;
  background-color:#8B0003;
  font-weight:600;
  font-size:110%;
}

.write-us
{ /* FORM na strance */
  background-color:#F4F4F4;
  margin-bottom:30px;
}
.write-us1
{
  padding:30px;
  padding-left:20%;
  padding-right:20%;
}
/**/


/* PAGING */
.paging
{
  text-align:right;
  margin-bottom:15px;
  overflow:hidden;
}
.paging a,
.paging span
{
  display:inline-block;
  padding:5px;
  background-color:#f4f4f4;
  color:#000;
  text-decoration:none;
  font-size:110%;
  padding-left:10px;
  padding-right:10px;
}
.paging a:hover,
.paging span /* Aktualni stranka */
{
  background-color:#E8E8E8;
}
/**/


/* FORM BOX */
.form_box
{

}

h2.form_box_title,
.form_box h2
{
  font-size:180%;
}

.form_box_content
{
  padding:30px;
  padding-left:25%;
  padding-right:25%;
  margin-bottom:30px;
  background-color:#f4f4f4;
}

.form_box_content table
{
  width:100%;
}
.form_box_content table td
{
  padding-left:0px;
}
.form_box_content table td:last-child
{
  padding-left:5px;
  padding-right:0px;
}
.form_box_content table td.left
{
  width:25%;
}

.form_box_content .switch
{
  margin-bottom:15px;
}

#ic_loader
{
  position:absolute;
  margin-left:10px;
}
/**/


/* no_foto */
/* pouziva kategorie a detail */
.no_foto
{
  background-color:#e6e6e6;
  background-image:url("/grafika/no_foto.png");
  background-repeat:no-repeat;
  background-position:center;
  min-height:120px;
  display:block;
}
/**/


/* SALE */
/* pouziva kategorie a detail */
.sleva
{
  height:50px;
  width:50px;
  line-height:50px;
  text-align:center;
  color:#fff;
  font-size:110%;
  font-weight:bold;
  background-color:#d62c04;
  position:absolute;
  display:block;
  opacity:0.8;

  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.puvodni_cena
{
  text-decoration:line-through;
  font-size:90%;
  font-weight:normal;
  /*color:#adadad;*/
  color:#000;
}

.puvodni_cena2
{
  font-size:90%;
  font-weight:normal;
  color:#000;
  display:block;
  margin-bottom:4px;
}
/**/


/* SKLAD */
/* pouziva kategorie a detail */
.skladem
{
  color:#66a736;
  font-weight:bold;
}
.neni_skladem
{
  color:#ff0000;
}
/**/


/* TAGS */
/* pouziva kategorie a detail */
.tags
{
  position:absolute;
  overflow:hidden;
}
.tags .tag
{
  padding:4px;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:1px;
  background-color:#000;
  color:#fff;
  float:left;
  clear:both;
  font-size:90%;
  opacity:0.8;
}
.tags .tag.tag_2
{ /* AKCE */
  background-color:#d62c04;
}
.tags .tag.tag_3
{ /* NEJPRODÁVANĚJŠÍ */

}
.tags .tag.tag_4
{ /* DOPORUČUJEME */
  background-color:#60893C;
}
/**/


/* SUBCATEGORIES */
/* pouziva kategorie a clanky */
div.subcategories
{
  overflow:hidden;
  margin-bottom:5px;
}
.subcategories .subcategory
{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.subcategories .subcategory a
{
  display:block;
  padding:5px;
  border:1px solid #e6e6e6;
  background-color:#f4f4f4;
  text-decoration:none;
}
.subcategories .subcategory a:hover
{
  background-color:#e6e6e6;
}
/**/


.div_messages
{
  font-weight:bold;
  font-size:110%;
  color:#000;
  border:2px solid #66a736;
  /*background-color:#66a736;*/
  padding:15px;
  margin-bottom:15px;
  text-align:center;
}


.doprava_zdarma
{
  font-weight:bold;
  font-size:110%;
  color:#000;
  border:2px solid #66a736;
  /*background-color:#66a736;*/
  padding:15px;
  margin-bottom:15px;
  text-align:center;
}



.col_box
{
  margin-bottom:15px;
}
.col_box_title
{
  padding-top:10px;
  padding-bottom:10px;
  text-transform:uppercase;
  font-size:130%;
}
.col_box_content
{
  background-color:#F4F4F4;
  padding:15px;
}
.col_box label
{
  display:block;
}
.col_box input,
.col_box textarea,
.col_box select
{
  margin-bottom:5px;
}
.col_box p
{
  margin-bottom:5px;
}
.col_box li
{
  margin-bottom:5px;
}

/* QUICK ORDER */
.quick_order_box #ks_iq
{
  width:20px;
  text-align:center;
}
.quick_order_box #i-pr-code
{
  display: block;
  width: 90%;
}
/* END QUICK ORDER */

/* DEBATE */
.debate_box .debate
{
  margin-bottom:15px;
}
.debate_box .debate_text
{
  margin-bottom:10px;
}
/* END DEBATE */

/* NEWS */
.news_box h4
{
  margin-bottom:5px;
  font-weight:bold;
}
.news_box .news_date
{
  font-weight:bold;
}
.news_box .news_item
{
  margin-bottom:15px;
}
.news_box .news_text
{
  margin-bottom:10px;
  overflow:hidden;
}
.news_box .news_text img
{
  float:left;
  margin-right:5px;
  margin-bottom:5px;
}
/* END NEWS */

/* RECOM */
.recom-box .recom-item
{
  overflow:hidden;
  position:relative;
}
.recom-box .recom-name a
{
  font-weight:bold;
  text-decoration:none;
  display:block;
  font-size:14px;
  line-height:30px;
  height:30px;
  overflow:hidden;
  margin-bottom:10px;
}
.recom-box .recom-foto
{
  overflow:hidden;
  text-align:center;
  height:250px;
  width:200px;
}
.recom-box .recom-foto img
{
  max-width:100%;
  max-height:100%;
}
.recom-box .recom-price
{
  font-weight:bold;
  font-size:110%;
  text-align:right;
  height:50px;
}
.recom-box .price_old
{
  font-size:90%;
  font-weight:normal;
  text-decoration:line-through;
}
.recom-box .sleva
{
  margin-top:-55px;
  position:absolute;
  right:0px;
}
.recom-box .recom-box-button
{
  margin-top:10px;
}
/* END RECOM */
#categories_tree
{
  background-color:#f4f4f4;
  border:1px solid #e6e6e6;
  border-bottom:0px;
  margin-bottom:15px;
}

#categories_tree ul
{
  list-style:none;
  margin:0px;
}
#categories_tree ul.subcategories
{
  display:none;
}

#categories_tree ul.open
{
  display:block;
}

#categories_tree a
{
  color:#000;
  text-decoration:none;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  display:block;
  clear:both;
  overflow:hidden;
}
#categories_tree .icon
{
  display:block;
  width:8%;
  float:left;
}
#categories_tree a .name
{
  display:block;
  width:92%;
  float:right;
}
#categories_tree .foto
{
  display: none;
}
#categories_tree .subcategories
{
  margin:0px;
}

/* LEVEL 1 */
#categories_tree a.level_1
{
  padding:10px;
  border-bottom:1px solid #e6e6e6;
  font-size:17px;
  font-weight:600;
}
#categories_tree a.level_1:hover,
#categories_tree a.level_1.active
{
  background-color:#7e7e7e;
  color:#fff;
}
#categories_tree ul.level_1
{
  border-bottom:1px solid #e6e6e6;
}
/**/

/* LEVEL 2 */
#categories_tree a.level_2
{
  padding-left:25px;
}

#categories_tree li.level_2 a:hover .name
{
  text-decoration:underline;
  color:#c1c1c1;
}
#categories_tree li.level_2 a.active
{
  font-weight:bold;
}
#categories_tree .icon.level_2
{
  top:9px;
  left:22px;
}
/* END LEVEL 2*/

/* LEVEL 3 */
#categories_tree a.level_3
{
  padding-left:40px;
  padding-top:4px;
  padding-bottom:4px;
}
#categories_tree .icon.level_3
{
  top:7px;
  left:37px;
}
/* END LEVEL 3 */

/* LEVEL 4 */
#categories_tree a.level_4
{
  padding-left:55px;
  padding-top:2px;
  padding-bottom:2px;
  font-size: 90%;
}
#categories_tree .icon.level_4
{
  top:5px;
  left:51px;
}
/* END LEVEL 4 */

/* LEVEL 4 */
#categories_tree a.level_5
{
  padding-left:65px;
  padding-top:1px;
  padding-bottom:1px;
  font-size: 90%;
}
#categories_tree .icon.level_5
{
  top:3px;
  left:61px;
}
/* END LEVEL 4 */


/* JS VERZE */
#categories_tree ul li
{
  position:relative;
}

#categories_tree .icon
{ /* Pro klikaci verzi */
  position:absolute;
  top:13px;
  left:8px;
  height:9px;
  width:9px;
  padding:2px;
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
}
#categories_tree .icon.subcategories
{
  background-image:url("/grafika/plus.png");
}
#categories_tree .icon.subcategories.open
{
  background-image:url("/grafika/minus.png");
}
#categories_tree .icon.nosubcategories
{
  background-image:none;
}
#categories_tree .icon.subcategories:hover,
#categories_tree .icon.level_1.subcategories.active
{
  background-image:url("/grafika/plus_white.png");
  background-color:#7E7E7E;
}
#categories_tree .icon.subcategories.open:hover,
#categories_tree .icon.level_1.subcategories.open.active
{
  background-image:url("/grafika/minus_white.png");
  background-color:#7E7E7E;
}
/**/
#categories *
{
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
#categories .subcategories
{
  margin:0px;
}
#categories ul
{
  margin:0px;
  list-style:none;
}
#categories a
{
  text-decoration:none;
}
#categories .icon
{
  display:none;
}
#categories ul li a:hover
{
  text-decoration:underline;
}

/* LEVEL 1 */
#categories li.level_1
{
  display:block;
  float:left;
  padding-top:10px;
  padding-bottom:10px;
}
#categories a.level_1
{
  color:#fff;
  display:block;
  font-size:120%;
  border-left:0px solid #7e7e7e;
  border-right:1px solid #7e7e7e;
  padding-left:15px;
  padding-right:15px;
  line-height:25px;
  height:25px;
  overflow:hidden;
  text-align:center;
}
#categories li.level_1:hover
{
  background-color:#7e7e7e;
  margin-left:-1px;
  padding-left:1px;
}
/**/

/* LEVEL 2 */
#categories ul.subcategories.level_1
{
  display: block;
  visibility:hidden;
  position:absolute;
  background-color:#f4f4f4;
  border:1px solid #e6e6e6;
  border-top:5px solid #7e7e7e;
  margin-top:8px;
  padding:30px;
  left:0px;
  right:0px;
  z-index:9999;

  opacity:0;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;

  transition-delay:0.6s;
  -webkit-transition-delay:0.6s;
}
#categories li.level_1:hover ul.level_1
/*,#categories ul.subcategories.level_1.open */ /* Pro testovani */
{
  visibility:visible;

  opacity:1;
}
#categories li.level_2
{
  display:inline-table;
  /*float:left;*/
  padding:1%;
  width:22.7%;
  margin-bottom:10px;
  vertical-align: top;
}
#categories a.level_2
{
  font-size:115%;
  display:block;
  margin-bottom:10px;
  font-weight:bold;
  overflow: hidden;
}
/**/

/* LEVEL 3 */
#categories ul.level_2
{
  display:block;
  /*clear:left;*/
}
#categories a.level_3
{
  font-size:105%;
  color:#7E7E7E;
}
/**/

/**/
#categories ul.level_3
{
  display:none;
}
/**/


#categories.width_100 a.level_1
{
  padding-left:5px;
  padding-right:5px;
  width:140px;
  text-align:center;
}
#categories.width_100 li.level_1:last-child a.level_1,
#categories.width_100 li.level_1:nth-child(8n+8) a.level_1
{
  border-right:1px solid #7e7e7e;
}


/* CATEGORY WITH FOTO */
#categories span.foto.level_1
{
  display: none;
}

#categories  span.foto.level_2
{
  display:block;
  float:left;
  margin-right:2%;
  width:23%;
}
#categories span.foto.level_2 img
{
  max-width:100%;
  display:block;
}
#categories a.is_foto span.name.level_2
{
  display:block;
  float: left;
  width:75%;
}

#categories span.foto.level_3
{
  display: none;
}
/* END CATEGORY WITH FOTO*/
/* PopUp */
#popup_bg
{
  position:fixed;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.6);
  top:0px;
  left:0px;
  display:none;
  z-index:1000;
}

.popup
{
  top:10%;
  left:20%;
	width:60%;
  position:fixed;
  display:none;
  z-index:1002;
}

#popup_head
{
  z-index:1003;

  -webkit-box-shadow: 0px -2px 4px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px -2px 4px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px -2px 4px 0px rgba(50, 50, 50, 0.5);
}
#popup_head .content
{
  padding:20px;
  line-height:20px;
  height:20px;
  background-color:#f4f4f4;
  font-size:150%;
  overflow:hidden;
  border-bottom:1px solid #e7e7e7;
}

#popup_head .close,
#iframe_gls_parcelshop_back .close
{
  background-color:#afafaf;
  color:#fff;
  cursor:pointer;
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  position:absolute;
  right:20px;
  top:10px;
  background-image:url("/grafika/close.png");
  background-repeat:no-repeat;
  background-position:center;

  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
#iframe_gls_parcelshop_back .close
{
  z-index:999999;
  background-color:#D40511;
}
#popup_head .close:hover,
#iframe_gls_parcelshop_back .close:hover
{
  background-color:#000;
}

#popup_front
{
  overflow:auto;
  text-align:left;
  background-color:#fff;
  margin-top:61px;

  max-height:70%; /* Sichr (Safari neumí calc) */
  max-height:-moz-calc(80% - 61px); /* Firefox */
  max-height:-webkit-calc(80% - 61px); /* WebKit */
  max-height:-o-calc(80% - 61px); /* Opera */
  max-height:calc(80% - 61px); /* Standard */

  -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.8);
  -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.8);
  box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.8);
}
#popup_front .content
{
  padding:20px;
  line-height:150%;
}
#popup_front h1
{
  margin:0px;
  padding:0px;
  padding-bottom:10px;
  border-bottom:1px solid #E6E6E6;
  margin-bottom:10px;
}
#popup_front p
{
  margin:0px;
  padding:0px;
  margin-bottom:10px;
}
/**/


/* Nápověda */
#help_id
{
	width:400px;
	min-height:300px;
  margin-left:-200px;
  margin-top:-110px;
}
/**/


/* Popup okno s obsahem košíku po přidání do košíku (na výpise) */
#popup_front #abp_header
{
  margin-bottom:40px;
  font-size:110%;
}
#popup_front #abp_buttons
{
  overflow:hidden;
}
#popup_front #abp_button_back:hover,
#popup_front #abp_button_basket:hover
{
  opacity:0.8;
  box-shadow:none;
}
#popup_front #abp_button_back .ico
{
  background-repeat:no-repeat;
  background-image:url("/grafika/triangl-left.png");
  display:inline-block;
  width:17px;
  height:20px;
  margin-right:10px;
  float:left;
}
#popup_front #abp_button_basket .ico
{
  background-repeat:no-repeat;
  background-image:url("/grafika/triangl-right.png");
  display:inline-block;
  width:17px;
  height:20px;
  margin-left:10px;
  float:right;
}
#popup_front #abp_button_basket
{
  float:right;
}
#popup_front .abp_nadpis_obsah_kosiku
{
  font-size:12px;
  line-height:10px;
  font-weight:normal;
  margin:0px;
  border-bottom:1px solid #c7ced9;
  text-align:center;
}
#popup_front .abp_nadpis_obsah_kosiku span
{
  background-color:#fff;
  padding-left:5px;
  padding-right:5px;
  font-weight:bold;
  text-transform:uppercase;
}
#popup_front .abp_tbl_basket_product
{
  overflow:auto;
  max-height:345px;
  margin-bottom:15px;
}
#popup_front .basket_product
{
  border-spacing:0px;
  width:100%;
  margin:0px;
}
#popup_front .basket_product thead td
{
  font-weight:bold;
  padding-top:10px;
  padding-bottom:10px;
  height:auto;
  font-size:100%;
  background:transparent;
  color:#000;
}
#popup_front .basket_product td
{
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #c7ced9;
  height:60px;
}
#popup_front .basket_product a
{
  font-weight:bold;
  text-decoration:none;
}
#popup_front .basket_product .img
{
  text-align:left;
  padding-left: 0px;
  width: 100px;
}
#popup_front .basket_product .img img
{
  max-height:60px;
  max-width:100px;
}
#popup_front .basket_product .price,
#popup_front .basket_product .price_total
{
  width:90px;
  text-align:right;
  white-space:nowrap;
}
#popup_front .basket_product .price_total
{
  font-size:110%;
  font-weight:bold;
}
#popup_front .basket_product .count
{
  text-align:right;
}
#popup_front .abp_cena_total
{
  font-size:160%;
  text-align:right;
  margin-bottom:30px;
}
#popup_front .abp_cena_total .price
{
  font-weight:bold;
}
#popup_front .abp_info_rozdeleni_obj
{
  padding:10px;
  color:#fff;
  font-size:95%;
  background-color:#C92E2E;
  margin-bottom:10px;
}
/**/
.cat-list
{
  border-top:1px solid #e6e6e6;
  padding-top:15px;
  padding-left:15px;
  margin-left:-15px;
  margin-right:-15px;

  background: #fff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 200px); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(200px,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 200px); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 200px); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 200px); /* IE10+ */
  background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 200px); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.cat-list_in
{
  /*width:105%;*/
}

/* PRODUKT */
.produkt
{
  background-color:#fff;
  width:230px;
  float:left;
  margin-right:15px;
  margin-bottom:15px;
  position:relative;
}
.produkt:hover
{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.produkt .produkt-in
{
  border:1px solid #e6e6e6;
}

/* SALE */
.produkt .sleva
{
  margin-left:175px;
  margin-top:5px;
}
.produkt .puvodni_cena
{
  display:block;
  margin-bottom:4px;
}
/**/

/* TAGS */
.produkt .tags
{

}
/**/

/* IN BASKET*/
.produkt .in_basket
{
  /*display:none;*/
  visibility:hidden;
  position:absolute;
  background-color:#adadad;
  padding:4px;
  padding-left:10px;
  padding-right:10px;
  margin-right:2px;
  color:#000;
  text-transform:uppercase;
  right:0px;
  margin-top:1px;
  width:206px;
  line-height:25px;
  height:25px;
  overflow:hidden;
  font-size:90%;
  font-weight:bold;
  text-align:center;
  opacity:0.8;
}
.produkt .in_basket.active
{
  /*display:block;*/
  visibility:visible;
}
/**/

/* NADPIS */
.produkt h2
{
  margin:0px;
}
.produkt h2 a
{
  display:block;
  text-decoration:none;
  font-weight:bold;
  font-size:15px;
  line-height:23px;
  height:46px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  text-align: center;
  overflow:hidden;
}
.produkt h2 a:hover
{
  opacity: 0.8;
}
/**/

/* FOTO */
.produkt .foto
{
  text-align:center;
  height:250px;
  margin-bottom: 10px;
}
.produkt .foto .foto-in
{
  height:250px;
  width:228px;
  display:table-cell;
  vertical-align:middle;
}
.produkt .foto .no_foto
{
  height:250px;
}
/**/

.produkt .code
{
  text-align: center;
  font-size: 90%;
  margin-bottom: 5px;
  color: grey;
}
.produkt .popisek
{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  line-height:18px;
  font-size:12px;
  height:54px;
  overflow:hidden;
  position:relative;
  text-align: center;
}
.produkt .variants
{
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  padding-left:10px;
  padding-right: 10px;
  background:#ffffff;
  height:54px;
}
.produkt .variants select
{
  margin-top: 17px;
  line-height:20px;
  padding-top:8px;
  padding-bottom:8px;
  width:100%;
  border:1px solid #d0d0d0;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.produkt .produkt-bottom
{
  background-color:#f4f4f4;
}
.produkt table.produkt-bottom
{
  width:100%;
  margin:0px
}
.produkt table.produkt-bottom td
{
  padding:2px;
}
.produkt table.produkt-bottom td.produkt-bottom-1
{
  padding-top:10px;
  padding-left:10px;
}
.produkt table.produkt-bottom td.produkt-bottom-2
{
  padding-top:10px;
  padding-right:10px;
  width:86px;
  height:50px;
}
.produkt table.produkt-bottom td.produkt-bottom-3
{
  padding-bottom:5px;
  padding-left:10px;
}
.produkt table.produkt-bottom td.produkt-bottom-4
{
  padding-bottom:5px;
  padding-right:10px;
}
.produkt .castka
{
  font-size:165%;
  font-weight:bold;
}
.produkt .castka .cena-body .jednotka
{
  font-size:60%;
  font-weight:normal;
  display:inline;
}

/* KOUPIT FORM */
.produkt table.produkt-bottom table.basket_form_table
{
  margin:0px;
  float:right;
  border-spacing:0px;
  width: 86px;
}
.produkt table.produkt-bottom table.basket_form_table td
{
  padding:0px;
  vertical-align:top;
  text-align:left;
}
table.basket_form_table td.td_1
{ /* ks */
  /*height:17px; /* V Chromu byla bunka vetsi nez jeji obsah */
}
.produkt .input_ks
{
  width:22px;
  margin-right:4px;
  margin-bottom:4px;
  height:17px;
  line-height:17px;
  text-align:center;
  float:right;
}
.produkt .jednotka
{
  margin-right:4px;
  display:none;
}
.produkt .bt-basket_bg
{
  float:right;
  display:inline-block;
}
.produkt .bt-basket
{
  background-image:url("/grafika/basket_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  width:48px;
  height:48px;
  padding:0px;
  border:0px;
  float:right;
}
.produkt .basket_form_down,
.produkt .basket_form_up
{
  background-color:#adadad;
  display:inline-block;
  color:#fff;
  font-weight:bold;
  line-height:15px;
  font-size:15px;
  width:15px;
  text-align:center;
  cursor:pointer;
  margin-right:4px;
  float:left;
}
.produkt .basket_form_down:hover,
.produkt .basket_form_up:hover
{
  background-color:#000;
}
.produkt .no_order
{
  background-color:#adadad;
  font-weight:bold;
  color:#fff;
  padding:4px;
  display:block;
  float:right;
}
/**/

/* ICON */
.produkt .compare
{
  visibility:hidden;
  width:22px;
  height:22px;
}
.produkt:hover .compare
{
  visibility:visible;
}

.produkt .favourite
{ /* Az po prihlaseni */
  visibility:hidden;
  width:22px;
  height:22px;
}
.produkt:hover .favourite
{
  visibility:visible;
}
/**/

/* SKLAD */
.produkt .stav_skladu
{
  font-weight:bold;
  text-align: right;
}
/**/


/* FILTRS */
.c-filters
{
  border:1px solid #e6e6e6;
  background-color:#f4f4f4;
  padding:10px;
  margin-bottom:15px;
  overflow:hidden;
}

/* PRODUCER */
.producer
{
  overflow:hidden;
}
.producer label
{
  padding:5px;
  float:left;
}
/**/

/* Cena od - do */
#slider-range-text
{
  padding:5px;
  padding-top:0px;
}

#amount
{
  border:0px;
  color:#696969;
  background:transparent;
}

#slider-range
{
  margin:10px;
  margin-top:0px;
  margin-bottom:20px;
  border:0px;
  background-color:#E6E6E6;
}

.ui-slider .ui-slider-range
{
  background-color:#adadad;
}

#slider-range .ui-slider-handle
{
  background-image:none;
  background-color:#717171;
  border:0px;
  width:18px;
  height:18px;
  cursor:pointer;

  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
/**/

.c-filters #filtr_cena_submit
{
  text-align:right;
  clear:both;
}
/**/


/* VIEW ONLY */
.view_only
{ /* SKLADEM */
  display:inline;
  margin-right:10px;
  color:#66a736;
  font-weight:bold;
}
/**/

/* SORT BOOKMARK */
.sort_bookmark a
{
  border:1px solid #e6e6e6;
  border-bottom:0px;
  display:inline-block;
  text-decoration:none;
  margin:0px;
  padding:10px;
  margin-right:2px;
  margin-left:2px;

  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
.sort_bookmark a.first
{
  margin-left:0px;
}
.sort_bookmark a.last
{
  margin-right:0px;
}
.sort_bookmark a.active,
.sort_bookmark a:hover
{
  background-color:#f4f4f4;
}
.sort_bookmark a.active
{
  position:relative;
  bottom:-1px;
  z-index:10;
  font-weight:bold;
}
/**/

/* PAGING AJAX */
#ajax-vypis-dalsi-zbozi
{
  text-align:center;
  background-position:center;
  height:90px;
}
#ajax-vypis-dalsi-zbozi .info
{
  text-align:center;
  margin-bottom:10px;
}
#ajax-vypis-dalsi-zbozi .buttons
{
  text-align:center;
  position:relative;
  padding-bottom:15px; /* kvuli sipce pod buttonem */
}
#ajax-vypis-dalsi-zbozi .button .icon
{
  position:absolute;
  left:50%;
  margin-left:-10px;
  margin-top:28px;

  width:0px;
  height:0px;
  border-style:solid;
  border-width:10px 11px 0 11px;
  border-color:#adadad transparent transparent transparent;
}
#ajax-vypis-dalsi-zbozi .button:hover .icon
{
  border-color:#000 transparent transparent transparent
}
/**/

/* POPIS */
.popisek-more-mask
{
  background-color:#000;
  height:40px;
  width:100%;
  display:block;
  position:absolute;
  bottom:0px;

  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

#skupina-popisek
{
  margin-bottom:10px;
  position:relative;
  overflow: hidden;
}
#skupina-popisek-more
{
  margin-bottom:15px;
  text-align:right;
}
#skupina-popisek-more .button
{
  width:85px;
  text-align:right;
  position:relative;
}
#skupina-popisek-more .button.down .icon
{
  position:absolute;
  left:50%;
  margin-left:-10px;
  margin-top:22px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #adadad transparent transparent transparent;

}
#skupina-popisek-more .button.down:hover .icon
{
  border-color:#000 transparent transparent transparent;
}
#skupina-popisek-more .button.up .icon
{
  position:absolute;
  left:50%;
  margin-left:-10px;
  margin-top:-14px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 10px 11px;
  border-color: transparent transparent #adadad transparent;
}
#skupina-popisek-more .button.up:hover .icon
{
  border-color:transparent transparent #000 transparent;
}
/**/


/* SUBCATEGORIES IMG */
.subcategories_img
{

}
.subcategories_img_in
{
  width: 105%;
}
.subcategory_img
{
  width:230px;
  float:left;
  margin-right:15px;
  margin-bottom:15px;
  position:relative;
}
.subcategory_img:hover
{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.subcategory_img a
{
  display: block;
  border: 1px solid #e6e6e6;
  padding: 1px;
  overflow: hidden;
  text-decoration: none;
  overflow: hidden;
}
.subcategory_img .img
{
  display: table-cell;
  width: 120px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.subcategory_img .img img
{
  display: block;
  border: 0px;
  height: auto;
  max-width: 120px;
  max-height: 100%;
  margin: auto;
}
.subcategory_img:hover .img img
{
  opacity: 0.8;
}
.subcategory_img .name
{
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
}
.subcategory_img .no_foto
{
  min-height: 80px;
}
.subcategory_img a,
.subcategory_img .img,
.subcategory_img .name
{
  height: 80px;
}
/* END SUBCATEGORIES IMG */


/* TOP SALE */
.top-sale
{
  margin-bottom: 15px;
}
.top-sale a.item-1
{
  display: block;
  border-bottom: 1px solid rgb(244,244,244);
  padding: 5px;
  text-decoration: none;
  font-size: 110%;
}
.top-sale .top-sale-1
{
  border-top: 1px solid rgb(244,244,244);
}
.top-sale a.item-1:hover
{
  background-color: rgb(244,244,244);
}
.top-sale .item-1 .foto
{
  margin-right: 10px;
  width: 60px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: left;
}
.top-sale .item-1 .foto img
{
  max-width: 100%;
}
.top-sale .item-1 .name
{
  float: left;
  display: block;
  line-height: 40px;
}
.top-sale .item-1 .price
{
  line-height: 40px;
  display: block;
  float: right;
  text-align: right;
  width: 20%;
  font-weight: bold;
}
/* END TOP SALE */
/* FOTO */
#detail-foto
{
  width:49%;
  margin-right:1%;
  float:left;
  margin-bottom:15px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
#detail-foto a#det-img-a
{
  display:block;
  height:501px;
  padding:1px;
  border:1px solid #E8E8E8;
  overflow:hidden;
}
#detail-foto img
{
  max-width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
#detail-foto .no_foto
{
  height:500px;
}

/* MORE FOTOS */
#detail_more_fotos
{
  margin-top:10px;
  overflow:hidden;
  width:102%;
}
#detail_more_fotos span.foto
{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  display:block;
  border:1px solid #e8e8e8;
  width:54px;
  height:54px;
  padding:1px;
}
#detail_more_fotos span.foto:hover
{
  background-color:#e8e8e8;
}
#detail_more_fotos span.foto a
{
  display:table-cell;
  width:54px;
  height:54px;
  text-align:center;
  vertical-align:middle;
}
#detail_more_fotos span.foto a img
{
  display:block;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
}
/**/
/**/

/* SALE */
#detail-foto .sleva
{
  margin-left:50%;
  right:10px;
  top:10px;
}
/**/

/* INFO */
#detail-info
{
  width:49%;
  margin-left:1%;
  float:right;
  margin-bottom:30px
}
#detail-info #table-detail-info
{
  width:100%;
  margin-bottom:0px;
}
#table-detail-info td
{
  padding:0px;
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:1px solid #e8e8e8;
  font-weight:bold;
  font-size:110%;
}
#table-detail-info tr:last-child td
{
  border:0px;
}
#table-detail-info td.td_katalog_detail_nadpisek
{
  width:35%;
}
#table-detail-info td.td_katalog_detail_polozka
{
  text-align:right;
}

#detail-info .price
{
  font-size:200%;
}
#detail-info select
{
  padding:3%;
  width:90%;
  border:1px solid #e8e8e8;
  background-color:#f4f4f4;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#detail-info .price select
{
  /*margin-top:5px;*/
}
#detail-info .puvodni_cena
{
  margin-right:10px;
  font-size:110%;
}
#detail-info .lepsi_cena
{
  display:block;
  margin-top:5px;
}
#detail-info .lepsi_cena span
{
  cursor:pointer;
  text-decoration:underline;
}
#detail-info .lepsi_cena span:hover
{
  text-decoration:none;
}

/* BASKET */
#detail_basket
{
  background-color:#f4f4f4;
  border:1px solid #e8e8e8;
  padding:15px;
  overflow:hidden;
  margin-bottom:15px;
  position:relative;
}
#detail_basket .left
{
  width:50%;
  float:left;
}
#detail_basket .right
{
  width:48%;
  float:right;
  text-align:right;
}

/* ICONS */
#detail_basket .point
{
  display:block;
  color:#555;
  padding:10px;
  text-decoration:none;
  cursor:pointer;
  font-size:90%;
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:30px;
}
#detail_basket .point:hover
{
  color:#000;
}
#detail_basket .point.fb
{
  background-image:url("/grafika/fb_detail.png");
}
#detail_basket .point.favourite
{
  background-position:1px center;
}
#detail_basket .point.compare
{
  background-position:3px center;
}
#detail_basket .point.query
{
  background-image:url("/grafika/query_detail.png");
}
#detail_basket .point.send
{
  background-image:url("/grafika/post_icon.png");
}
/**/

/* IN BASKET */
#detail_basket #in_basket
{
  color:#FFFFFF;
  clear:both;
  padding:10px;
  background-color:#50B948;
  text-align:center;
  margin-bottom:20px;
  font-size:110%;
}
#detail_basket #in_basket a
{
  color:#FFFFFF;
}
#detail_basket #in_basket .variant
{
  display:block;
  font-weight:normal;
  font-size:90%;
}
/* END IN BASKET */

/* BASKET FORM */
#detail_basket_form .basket_form_table
{
  width:auto;
  float:right;
  margin:0px;
}
#detail_basket_form .basket_form_table td
{
  padding:0px;
  vertical-align:top;
}
#detail_basket_form .basket_form_table td.td_1
{
  padding:0px;
  padding-right:2px;
}
#detail_basket_form .basket_form_table td.td_2
{ /* + */
  height:22px;
}
#detail_basket_form .basket_form_table td.td_4
{ /* - */
  height:20px;
}
#detail_basket_form .bt-basket_bg
{
  padding:0px;
  display:inline-block;
  float:right;
}
#detail_basket_form .bt-basket
{
  background-image:url("/grafika/basket_icon.png");
  background-position:center;
  background-repeat:no-repeat;
  padding:10px;
  line-height:22px;
  height:42px;
  width:50px;
  float:right;
}
#detail_basket_form .input_ks
{
  padding:10px;
  line-height:20px;
  text-align:center;
  width:20px;
}
#detail_basket_form .jednotka
{
  margin-left:4px;
  margin-right:4px;
  float:left;
  padding-top:10px;
}
#detail_basket_form .basket_form_up,
#detail_basket_form .basket_form_down
{
  line-height:10px;
  font-size:150%;
  font-weight:bold;
  width:10px;
  display:inline-block;
  text-align:center;
  float:left;
}
/**/

.print_page
{
  text-align:right;
}
/**/
/**/

/* BACK */
#p-dp .back_icon
{
  float:right;
}
/**/

.detail_title
{
  font-size:250%;
}
.detail_content
{
  padding:30px;
  margin-bottom:30px;
  background-color:#f4f4f4;
  font-weight:bold;
}

/* RELATED PRODUCTS */
#detail_related .cat-list
{
  border:0px;
  background:#fff;
  padding-top:0px;
}
/**/

/* Prohlizene naposledy */
.watch-last-box
{
  position:relative;
  overflow:hidden;
  width: auto;
  padding: 0px;
  background-color: transparent;
}
.wl-item
{
  float:left;
  width:15%;
  overflow:hidden;
  margin-right:2%;
}
.wl-item.last
{
  margin:0px;
}

.wl-item .wl-foto
{
  border:1px solid #e7e7e7;
  overflow:hidden;
  height:150px;
  position:relative;
}
.wl-item .wl-foto a
{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}
.wl-item .wl-foto a:hover
{
  background-color:#e7e7e7;
}
.wl-item .wl-foto img
{
  max-height:100%;
  max-width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.wl-item .wl-foto a:hover img
{
  opacity:0.8;
}
.wl-item .wl-foto .no_foto
{
  height:100%;
  width:100%;
  min-height:100%;
}

.wl-item .wl-name a
{
  display:block;
  height:50px;
  line-height:18px;
  text-decoration:none;
  font-weight:bold;
  text-align:center;
  padding:5px;
  font-size:13px;
}
.wl-item .wl-name a:hover
{
  background-color:#e7e7e7;
}

.watch-last-box #last_right,
.watch-last-box #last_left
{
  position:absolute;
  display:block;
  background-color:#adadad;
  line-height:40px;
  height:40px;
  width:20px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  font-size:120%;
  cursor:pointer;
  top:25%;
  z-index:500;
}
.watch-last-box #last_right:hover,
.watch-last-box #last_left:hover
{
  background-color:#000;
}
.watch-last-box #last_right
{
  right:0px;

  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.watch-last-box #last_left
{
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
/**/
#div_kosik_nad_vypisem
{
  margin-bottom:15px;
  text-align:right;
}

/* Zpet */
#div_kosik_zpet
{
  text-align:right;
  margin-bottom:10px;
}
#div_kosik_zpet .back_icon
{
  margin-right:10px;
}
#div_kosik_zpet a
{
  color:#adadad;
  text-decoration:none;
}
#div_kosik_zpet a:hover
{
  color:#000;
}
#div_kosik_zpet a:hover .back_icon
{
  background-color:#000;
}
/* END Zpet */

/* BUTTON */
#basket_button
{
  text-align:right;
  margin-bottom:30px;
  overflow:hidden;
}
#basket_button #basket-smazat
{
  margin-right:5px;
  font-size:100%;
}
#basket_button #basket-prepocitat
{
  float:right;
}
/* END BUTTON */

/* BASKET SUM */
#basket_sum
{
  text-align:right;
  overflow:hidden;
  margin-bottom:15px;
}
#basket_sum #table_basket_sum
{
  float:right;
  font-size:150%;
  width:auto;
}
#table_basket_sum .basket_sum_price .price
{
  font-weight:bold;
}
/**/

.basket-pay-note
{
  color:#555;
  font-size:80%;
  display:block;
  margin-left:20px;
  font-style:italic;
}

.hlp-input
{
  color:#555;
  font-size:90%;
  position:absolute;
  padding:5px;
}

input.val-bad
{
  border:2px solid #ff0000;
}

/* Zpusob dopravy */
.td_kosik_zpusoby_dopravy_typ
{
  width:75%;
}
.td_kosik_zpusoby_dopravy_cena
{
  text-align:right;
  font-weight:bold;
  vertical-align:top;
  width:25%;
}
/**/

/* Celkove shrnuti */
#talbe_shrnuti_ceny
{

}
#talbe_shrnuti_ceny td
{
  padding:5px;
  padding-top:10px;
  padding-bottom:10px;
  /*width:60%;*/
}
#talbe_shrnuti_ceny thead td
{
  text-align: right;
}
#talbe_shrnuti_ceny thead td.td_kosik_shrnuti_ceny_info
{
  font-weight:normal;
  font-size:120%;
}
#talbe_shrnuti_ceny td.td_kosik_shrnuti_ceny_info
{
  font-weight:bold;
  text-align:right;
  font-size:120%;
  white-space:nowrap;
}
#talbe_shrnuti_ceny td.td_kosik_shrnuti_ceny_celkem
{
  border-top:1px solid #adadad;
  font-weight:bold;
}

#talbe_shrnuti_ceny td.td_kosik_shrnuti_ceny_celkem.td_kosik_shrnuti_ceny_info
{
  font-size:140%;
  white-space:nowrap;
}
/**/

/* Souhlas */
#chksouhlas-dod-pod
{
  text-align:center;
  margin-bottom:30px;
}
/**/

/* SEND ORDER */
#send-order
{
  margin-bottom:60px;
  padding-bottom:30px;
  position:relative;
  text-align:center;
}
#send-order .input_submit
{
  padding:20px;
  padding-left:30px;
  padding-right:30px;
  font-size:150%;
}
#send-order .input_submit:hover
{
  opacity:0.6;
}
#send-order .print_paper
{
  position:absolute;
  right:0px;
  bottom:0px;
  background-image:url("/grafika/print_icon.png");
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:30px;
  line-height:25px;
  display:block;
  color:#BEBEBE;
}
#send-order .print_paper:hover
{
  color:#000;
}
/**/

.div_detail_souvpol_nadpis
{
  margin-bottom:15px;
  font-size:180%;
  font-weight:300;
}


.message-platba-nok
{
  padding: 20px;
  margin-bottom: 20px;
  font-size: 120%;
  background-color: rgb(156,23,8);
  color: #ffffff;
  line-height: 200%;
}

.kosik_cena_celkem_eur
{
    font-size:80%;
    font-weight:normal;
}.table_order td
{
  border-bottom:1px solid #D0D0D0;
  padding-top:10px;
  padding-bottom:10px;
}

.table_order thead td
{
  border:0px;
}

.table_order .too-label td
{
  border:0px;
  font-size:110%;
}
.table_order td.order_products
{
  padding:0px;
  border:0px;
}

.table_order .order_number
{
  width:120px;
}

.table_order .price
{
  text-align:right;
  width:120px;
}
.table_order .price.vat
{
  font-weight:bold;
}

.table_order .ks
{
  text-align:right;
  width:120px;
}

.table_order .order_detail
{
  text-align:right;
  width: 200px;
  white-space: nowrap;
  padding-right:0px;
}
.table_order .order_detail .button
{
  white-space: nowrap;
}


/* PRODUCTS */
.table_order_products
{
  margin-bottom:30px;
}

.table_order_products thead td
{
  font-size:100%;
  border:0px;
  font-weight:normal;
}
.table_order_products thead .price.sum
{
  font-weight:normal;
}

.table_order_products td
{
  padding:5px;
  vertical-align:top;
}
.table_order_products .ks
{
  width:40px;
  white-space:nowrap;
}
.table_order_products .kod
{
  width:80px;
  white-space:nowrap;
}
.table_order_products .price
{
  width:80px;
  text-align:right;
  white-space:nowrap;
}
.table_order_products .vat
{
  text-align:right;
  width:40px;
  white-space:nowrap;
}
.table_order_products .price.sum
{
  font-weight:bold;
}
/* END PRODUCTS */


/* DETAIL */
.order-address th
{
  text-align:left;
  width:25%;
  padding:10px;
}
.order-address td
{
  padding:10px;
}


.table_order_products.detail td
{
  border:0px;
  padding-top:10px;
  padding-bottom:10px;
}
.table_order_products.detail tr:nth-child(2n+1) td
{
  background-color:#f4f4f4;
}
.table_order_products.detail thead tr td
{
  background-color:#ADADAD !important;
  color:#fff;
  font-weight:bold;
  font-size:110%;
}

/* SUM */
.order_sum
{
  width:auto;
  float:right;
}
.order_sum td
{
  padding:10px;
  font-size:120%;
}

.order_sum .price
{
  text-align:right;
}
.order_sum .sum
{
  font-weight:bold;
}
/**/
/**/
.paging.articles
{
  padding-bottom:10px;
  border-bottom:1px dotted #7E7E7E;
  margin-bottom:10px;
}
.paging.articles.bottom
{
  padding:0px;
  margin:0px;
  border:0px;
}


.article-item
{
  padding-bottom:10px;
  border-bottom:1px dotted #7E7E7E;
  margin-bottom:10px;
}

.article-item h2 .date
{
  float:right;
}

.article-img
{
  float:left;
  margin-right:15px;
}

.article-button
{
  text-align:right;
}

.sort.articles
{
  text-align:right;
  margin-bottom:15px;
}
.paging.foto
{
  padding-bottom:10px;
  border-bottom:1px dotted #7E7E7E;
  margin-bottom:10px;
}
.paging.foto.bottom
{
  padding:0px;
  margin:0px;
  border:0px;
}

.sort.foto
{
  text-align:right;
  margin-bottom:15px;
}

.foga-item
{
  padding-bottom:10px;
  border-bottom:1px dotted #7E7E7E;
  margin-bottom:10px;
}

.foga-item .cfoga-img
{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}.tbl_katalog_vypis td
{
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #c7ced9;
}
.tbl_katalog_vypis thead td a
{

  text-decoration:none;
}

.tbl_katalog_vypis select
{
  width:100%;
}

.tbl_katalog_vypis .obrazek
{
  width:40px;
  text-align:center;
}
.tbl_katalog_vypis .obrazek .no_foto
{
  display:none;
}

.tbl_katalog_vypis .nazev a
{
  font-weight:bold;
  text-decoration:none;
}
.tbl_katalog_vypis .nazev a:hover
{
  color:#888;
}

.tbl_katalog_vypis .dph
{
  width:60px;
  text-align:right;
}

.tbl_katalog_vypis .zakaznik_cena_s_dph,
.tbl_katalog_vypis .zakaznik_cena_bez_dph
{
  text-align:right;
  width:130px;
  white-space:nowrap;
}

.tbl_katalog_vypis .pridat_do_kosiku
{
  text-align:right;
  width:80px;
}
.tbl_katalog_vypis .pridat_do_kosiku .input_ks
{
  text-align:center;
  margin-right:5px;
}
.tbl_katalog_vypis .pridat_do_kosiku .jednotka
{
  margin-right:5px;
}
.tbl_katalog_vypis .pridat_do_kosiku .delete
{
  display:inline-block;
  width:29px;
  height:29px;
  background-color:#8B0003;
  background-image:url("/grafika/close.png");
  background-repeat:no-repeat;
  background-position:center;
  float:right;

  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.tbl_katalog_vypis .kosik_celkova_cena_s_dph,
.tbl_katalog_vypis .kosik_celkova_cena_bez_dph
{
  text-align:right;
  width:110px;
  font-weight:bold;
  font-size:110%;
  white-space:nowrap;
}

/* KOUPIT FORM */
.tbl_katalog_vypis table.basket_form_table
{
  margin:0px;
  float:right;
  border-spacing:0px;
  width:auto;
}
.tbl_katalog_vypis table.basket_form_table td
{
  padding:0px;
  vertical-align:top;
  text-align:left;
  border:0px;
}
.tbl_katalog_vypis .input_ks
{
  width:22px;
  margin-right:4px;
  margin-bottom:4px;
  text-align:center;
}
.tbl_katalog_vypis .jednotka
{
  margin-right:4px;
  display:none;
}
.tbl_katalog_vypis .bt-basket_bg
{
  float: left;
  display: inline-block;
}
.tbl_katalog_vypis .bt-basket
{
  background-image:url("/grafika/basket_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  width:48px;
  height:48px;
  padding:0px;
  border:0px;
  float: left;
}
.tbl_katalog_vypis .basket_form_down,
.tbl_katalog_vypis .basket_form_up
{
  background-color:#adadad;
  display:inline-block;
  color:#fff;
  font-weight:bold;
  line-height:15px;
  font-size:15px;
  width:15px;
  text-align:center;
  cursor:pointer;
  margin-right:4px;
  float:left;
}
.tbl_katalog_vypis .basket_form_down:hover,
.tbl_katalog_vypis .basket_form_up:hover
{
  background-color:#000;
}
.tbl_katalog_vypis .no_order
{
  background-color:#adadad;
  font-weight:bold;
  color:#fff;
  padding:4px;
  display:block;
  float:right;
}
/**/
/* SEARCH TOP */
#search
{
  float:left;
  position:absolute;
  left:50%;
  margin-left:-145px;
}
#search_1
{

}
#search #search_input
{
  float:left;
  overflow:hidden;
  border:1px solid #d0d0d0;
  border-right:0px;

  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#search #vyhledavani_text
{
  background-color:#ebebeb;
  border:0px;
  padding:0px;
  padding-left:10px;
  height:42px;
  line-height:42px;
  overflow:hidden;
  color:#a0a0a0;
  font-size:120%;
  width:230px;
}
#search #search_button
{
  float:left;
  overflow:hidden;
  background-color:#ebebeb;
  border:1px solid #d0d0d0;
  border-left:0px;

  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#search .bt-search
{
  background:transparent;
  background-image:url("/grafika/search_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  height:42px;
  overflow:hidden;
  line-height:42px;
  padding:0px;
  width:50px;
  color:#a0a0a0;
  font-size:120%;
  float:left;
}
#search .bt-search:hover
{
  background-color:#D0D0D0;
}
/* END SEARCH TOP */


/* NASEPTAVAC */
#naseptavac_content
{
  clear: both;
}
#as_vyhledavani_text
{
  position:absolute;
  background:#fff;
  width:292px !important;
  top:0px !important;
  left: 0px !important;
  z-index:9999;
  overflow: hidden;
  margin-top: 46px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);

  /* bez animace */
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
#as_vyhledavani_text ul
{
  list-style:none;
  margin:0px;
}
#as_vyhledavani_text ul li
{

}
#as_vyhledavani_text ul li a
{
  display:block;
  padding:10px;
  text-decoration:none;
  overflow:hidden;
}
#as_vyhledavani_text ul li a:hover
{
  background-color:#f4f4f4;
}
#as_vyhledavani_text a .nas-div-img
{
  float:left;
  width:15%;
  margin-right:2%;
  margin-bottom:2%;
}
#as_vyhledavani_text a .nas-div-img .no_foto
{
  height:45px;
  min-height:45px;
  background-size:50%;
}
#as_vyhledavani_text a .nas-div-cena
{
  float:right;
  font-weight:600;
  text-align:right;
  width:25%;
  margin-bottom:2%;
  font-size:110%;
  white-space:nowrap;
}
#as_vyhledavani_text a .nas-div-nazev
{
  float:left;
  width:56%;
  margin-right:2%;
  margin-bottom:2%;
}
#as_vyhledavani_text a .nas-div-nazev em
{
  font-weight:bold;
  font-style:normal;
}
#as_vyhledavani_text a .nas-div-info
{
  clear:both;
  display:block;
 padding-left:17%;
}
/* END NASEPTAVAC */


/* SEARCH PAGE */
#vyhledavani_kategorie
{
  background-color:#f4f4f4;
  border:1px solid #E6E6E6;
  padding:10px;
  padding-bottom:0px;
  margin-bottom:15px;
}

#vyhledavani_kategorie li
{
  margin-bottom:5px;
}

#vyhledavani_kategorie a
{
  margin-right:5px;
}
#vyhledavani_kategorie .delic
{
  margin-right:5px;
}
/* END SEARCH PAGE */
/* /letaky.php */
a.broadsheet-item
{
    float: left;
    width: 20%;
    margin-bottom: 1%;
    margin-right: 1%;
    padding: 2%;
    background-color: rgb(245,245,245);
    text-align: center;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
a.broadsheet-item:hover
{
    background-color: #e6e6e6;
}
.broadsheet-item .brshe-name
{
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.broadsheet-item .brshe-validity
{
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.broadsheet-item .brshe-validity strong
{
    display: block;
}
.broadsheet-item .brshe-img
{
    display: block;
    height: 200px;
    overflow: hidden;
}
.broadsheet-item .brshe-img img
{
    display: block;
    margin: auto;
    max-width: 100%;
}

/* DETAIL /letaky.php?skupina_id=6 */
a.c-letaky-det
{
    float: left;
    width: 20%;
    margin-bottom: 1%;
    margin-right: 1%;
    padding: 2%;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: rgb(245,245,245);
    text-align: center;
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}
a.c-letaky-det:hover
{
    background-color: #e6e6e6;
}
.c-letaky-det .name
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    font-weight: 600;
    background-color: rgba(222,222,222,0.6);
}
.c-letaky-det .img
{
    display: block;
    height: 200px;
    overflow: hidden;
}
.c-letaky-det .img img
{
    display: block;
    margin: auto;
}

#p-leaflets .back_icon
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.highslide-controls,
.highslide-controls *
{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/* END DETAIL */

.c-letaky-det .no_foto,
.broadsheet-item .no_foto
{
    height: 200px;
}
/* END /letaky.php */


/* /rozvozove-trasy.php */
#div_rozvozove_trasy_filtr
{
    margin-bottom: 20px;
}
#div_rozvozove_trasy_filtr #div_rozvozove_trasy_filtr_nadpis
{
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px solid rgb(247,247,247);
}
#tbl_rozvozove_trasy_vypis tbody tr:nth-child(2n+1) td
{
    background-color: rgb(247,247,247);
}
/* END /rozvozove-trasy.php */


/* /seznam-prodejcu.php */
#vypis
{
    display: block;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 110%;
}

.div_prmista_vypis_kraj
{
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
}
.div_prmista_vypis_misto
{
    margin-bottom: 5px;
    background-color: rgb(247,247,247);
    padding: 20px;
}
.div_prmista_vypis_misto .div_prmista_vypis_misto_nazev
{
    font-weight: bold;
}
/* END /seznam-prodejcu.php */



/* /mapa-stranek.php */
.map_pages h2
{

}
.map_pages_content
{
    background-color: #f4f4f4;
    margin-bottom: 20px;
    padding: 20px;
}
.map_pages_content ul
{
    margin-bottom: 5px;
}
/* END /mapa-stranek.php */
/* PLUGIN CSS */
.slider
{
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.slider .slides
{
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.slider .loading
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.slider .loading_bg
{
    filter: alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    display: block;
    background-color: #000000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.slider .loading_icon
{
    position: absolute;
    display: block;
    background: url("/grafika/slider/loading.gif") no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* #region Bullet Navigator Skin Begin */
/* Help: http://www.jssor.com/development/slider-with-bullet-navigator-jquery.html */
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05
{
    position: absolute;
    bottom: 16px;
    right: 6px;
}
.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av
{
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url("/grafika/slider/b05.png") no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div
{
    background-position: -7px -7px;
}
.jssorb05 div:hover,
.jssorb05 .av:hover
{
    background-position: -37px -7px;
}
.jssorb05 .av
{
    background-position: -67px -7px;
}
.jssorb05 .dn,
.jssorb05 .dn:hover
{
    background-position: -97px -7px;
}
/* #region Bullet Navigator Skin END */

/* #region Arrow Navigator Skin Begin */
/* Help: http://www.jssor.com/development/slider-with-arrow-navigator-jquery.html */
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l,
.jssora12r
{
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url(../grafika/slider/a12.png) no-repeat;
    overflow: hidden;
    top: 180px;
}
.jssora12l
{
    background-position: -16px -37px;
    left: 0px;
}
.jssora12r
{
    background-position: -75px -37px;
    right: 0px;
}
.jssora12l:hover
{
    background-position: -136px -37px;
}
.jssora12r:hover
{
    background-position: -195px -37px;
}
.jssora12l.jssora12ldn
{
    background-position: -256px -37px;
}
.jssora12r.jssora12rdn
{
    background-position: -315px -37px;
}
/* #region Arrow Navigator Skin END */
/* END PLUGIN CSS */


/* CUSTOM */
.slider,
.slider *
{ /* Zruseni animace, jinak nefunguji kloudne efekty slideru */
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.slider
{
    width: 100%;
    height: 400px;
    margin-bottom:10px;
}
.slider .slides
{
    width: 100%;
    height: 400px;
}
/* END CUSTOM */
.live-search
{
	z-index: 99;
	background: #fff;
	overflow: hidden;

    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
.live-search .live-search-row
{
    padding: 5px;
    border-bottom: 1px solid rgb(244,244,244);
    cursor: pointer;
}
.live-search .live-search-row:hover
{
    background-color: rgb(244,244,244);
}
.live-search span
{
    font-weight: bold;
    display: block;
}
/* RESPONSIVE */
/*@media all and (min-width:1400px)
{
  .grid_1
  {
    width:1210px;
  }
  .grid_2
  {
    width:1240px;
  }

  #header.fixed
  {
    margin-left:-620px;
  }

  #banner_right
  {
    margin-left:640px;
  }
  #banner_left
  {
    margin-right:640px;
  }

  .popup
  {
    left:30%;
    width:40%;
  }
}*/

@media all and (max-width:1024px)
{
  .grid_1
  {
    width:720px;
  }
  .grid_2
  {
    width:750px;
  }

  #hlavni_nadpis
  {
    display:none;
  }

  #header.fixed
  {
    margin-left:-375px;
  }

  #banner_right,
  #banner_left
  {
   display:none;
  }

  .form_box_content
  {
    padding-left:20%;
    padding-right:20%;
  }

  /* DETAIL */
  #detail-foto,
  #detail-info
  {
    float:none;
    margin-right:0px;
    margin-right:0px;
    width:100%;
  }
  #detail-foto a#det-img-a
  {
    height:auto;
  }

  /* Prohlizene naposledy */
  .wl-item
  {
    width: 32.3333%;
    margin: 0px;
    padding: 0.5%;
  }
  .wl-item .wl-foto
  {
    height:100px
  }
  /* END DETAIL */

  /* /letaky.php */
  a.broadsheet-item
  {
    width: 45%;
  }
  a.c-letaky-det
  {
    width: 45%;
  }
  /* END /letaky.php */
}
/**/
/* MENY !!! */
body.body_czk .cena_eur, body.body_czk #basket_suma_eur, body.body_czk #basket_mena_eur {display:none}
body.body_eur .cena_czk, body.body_eur #basket_suma, body.body_eur #basket_mena {display:none}

body.body_eur .c-kosik-uhrada-3 {display:none;}

ul {margin-left: 25px;}

.button, button, .button.big, button.big, input[type="button"], input[type="submit"], .eu-cookies button {border-radius:8px;line-height:21px;background-color:#002c53;border: none;color: white;text-transform: none;font-size: 17px;font-family: 'Poppins';font-weight:500;transition: all 0.3s;-webkit-appearance: none !important;-moz-appearance: none !important;appearance: none !important;-webkit-appearance: button;padding: 11px 15px;}
.button:hover, button:hover, .button.big:hover, button.big:hover, input[type="button"]:hover, input[type="submit"]:hover, .eu-cookies button:hover, .eu-cookies-btns button:hover {background-color: #f15f43;border: none;color: white;}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="date"], input[type="datetime-local"], input[type="tel"], input[type="file"], select, textarea {font-family: 'Poppins';font-style: normal;font-weight: 300;color:black;border: solid 1px #E5E5E5;border-radius: 5px;margin-bottom: 10px;font-size: 15px;line-height: 20px;padding: 15px;box-sizing: border-box;}
::placeholder {font-family: 'Poppins';font-style: normal;font-weight: 300;color:black;font-size: 15px;}

input[type="checkbox"], input[type="checkbox"].eu-cookies-checkbox {webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;position: relative;vertical-align: sub;right: 0;bottom: 0;left: 0;height: 23px;width: 23px !important;transform: inherit !important;transition: all 0.15s ease-out 0s;background: transparent;border: solid 1px black;color: white;cursor: pointer;padding: 0px !important;display: inline-block;margin-right: 15px !important;position: relative;transform: none;border-radius: 3px;opacity: 1;z-index: 2;outline: none;}
input[type="checkbox"]:checked, input[type="checkbox"].eu-cookies-checkbox:checked {background: #002c53;}
input[type="checkbox"]:checked::before, input[type="checkbox"].eu-cookies-checkbox:checked::before {height: 22px;width: 20px;position: absolute;content: "\2713";display: inline-block;font-size: 17px;text-align: center;line-height: 22px;background: none;color: white;opacity: 1;font-weight: bold;}

input[type="radio"] {webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;position: relative;vertical-align: sub;right: 0;bottom: 0;left: 0;
    height: 23px;width: 23px !important;transform: inherit !important;transition: all 0.15s ease-out 0s;background: transparent;border: solid 1px black;color: #fff;cursor: pointer;padding: 0px !important;
    display: inline-block;margin-right: 10px !important;position: relative;transform: none;border-radius: 50%;opacity: 1;z-index: 2;outline: none;margin-bottom: 2px;}
input[type="radio"]:checked {background: #002c53;}
input[type="radio"]:checked::before {height: 22px;width: 21px;position: absolute;content: "\2713";display: inline-block;font-size: 14px;text-align: center;line-height: 22px;
    background: none;color: white;opacity: 1;font-weight: bold;}

#registrace_dodacich_adres_form, #registracezakaznika, #detail_uzivatele, #p-basket .switch, #basket_login #div_kontaktni_udaje, #div_kosik_prihlaseni, .tbl_prihlaseni_login, #js_adresa_dodani, #p-login .div_prihlaseni_zapheslo_text, #p-login #frmzapheslo {max-width: 800px;margin: auto;}
#p-basket .switch {margin-bottom:30px;}

/* REGISTRACE */
#p-registration input[type="text"], #p-registration input[type="password"], #p-registration input[type="number"], #p-registration input[type="email"], #p-registration input[type="date"], #p-registration input[type="datetime-local"], #p-registration input[type="tel"], #p-registration input[type="file"], #p-registration select, #p-registration textarea {width: calc(100% - 30px);}

/*#p-registrace-dodaci-adresy input[type="text"], #p-registrace-dodaci-adresy input[type="password"], #p-registrace-dodaci-adresy input[type="number"], #p-registrace-dodaci-adresy input[type="email"], #p-registrace-dodaci-adresy input[type="date"], #p-registrace-dodaci-adresy input[type="datetime-local"], #p-registrace-dodaci-adresy input[type="tel"], #p-registrace-dodaci-adresy input[type="file"], #p-registrace-dodaci-adresy select, #p-registrace-dodaci-adresy textarea  {width: calc(100% - 30px);}

#p-fakturacni-adresa input[type="text"], #p-fakturacni-adresa input[type="password"], #p-fakturacni-adresa input[type="number"], #p-fakturacni-adresa input[type="email"], #p-fakturacni-adresa input[type="date"], #p-fakturacni-adresa input[type="datetime-local"], #p-fakturacni-adresa input[type="tel"], #p-fakturacni-adresa input[type="file"], #p-fakturacni-adresa select, #p-fakturacni-adresa textarea  {width: calc(100% - 30px);}

#p-uzivatele-detail input[type="text"], #p-uzivatele-detail input[type="password"], #p-uzivatele-detail input[type="number"], #p-uzivatele-detail input[type="email"], #p-uzivatele-detail input[type="date"], #p-uzivatele-detail input[type="datetime-local"], #p-uzivatele-detail input[type="tel"], #p-uzivatele-detail input[type="file"], #p-uzivatele-detail select, #p-uzivatele-detail textarea  {width: calc(100% - 30px);}
*/
#p-basket .tbl_kosik_objednavka_info input[type="text"], #p-basket .tbl_kosik_objednavka_info input[type="password"], #p-basket .tbl_kosik_objednavka_info input[type="number"], #p-basket .tbl_kosik_objednavka_info input[type="email"], #p-basket .tbl_kosik_objednavka_info input[type="date"], #p-basket .tbl_kosik_objednavka_info input[type="datetime-local"], #p-basket .tbl_kosik_objednavka_info input[type="tel"], #p-basket .tbl_kosik_objednavka_info input[type="file"], #p-basket .tbl_kosik_objednavka_info select, #p-basket .tbl_kosik_objednavka_info textarea  {width: calc(100% - 30px);}

#p-basket #div_kosik_prihlaseni input[type="text"], #p-basket #div_kosik_prihlaseni input[type="password"], #p-basket #div_kosik_prihlaseni input[type="number"], #p-basket #div_kosik_prihlaseni input[type="email"], #p-basket #div_kosik_prihlaseni input[type="date"], #p-basket #div_kosik_prihlaseni input[type="datetime-local"], #p-basket #div_kosik_prihlaseni input[type="tel"], #p-basket #div_kosik_prihlaseni input[type="file"], #p-basket #div_kosik_prihlaseni select, #p-basket #div_kosik_prihlaseni textarea  {width: calc(100% - 30px);}

#p-login #col-2 input[type="text"], #p-login #col-2 input[type="password"], #p-login #col-2 input[type="number"], #p-login #col-2 input[type="email"], #p-login #col-2 input[type="date"], #p-login #col-2 input[type="datetime-local"], #p-login #col-2 input[type="tel"], #p-login #col-2 input[type="file"], #p-login #col-2 select, #p-login #col-2 textarea {width: calc(100% - 30px);}

#js_adresa_dodani input[type="text"], #js_adresa_dodani input[type="password"], #js_adresa_dodani input[type="number"], #js_adresa_dodani input[type="email"], #js_adresa_dodani input[type="date"], #js_adresa_dodani input[type="datetime-local"], #js_adresa_dodani input[type="tel"], #js_adresa_dodani input[type="file"], #js_adresa_dodani select, #js_adresa_dodani textarea {width: calc(100% - 30px) !important;}

/* REGISTRACE - END */

.back_icon {background-color: #f15f43;}

label {cursor:pointer;}

#p-hp #col-1 {display:none;}
#p-hp #col-2 {width: 100%;}
#p-hp .div_page_content > h2, .recom-box .col_box_title a {font-weight: 500;font-size: 200%;text-align:center;display: block;color: black;}

/* TYPO */
body{font-family: 'Poppins';font-style: normal;font-weight: 300;font-display: swap;font-size: 16px;background: #FAFAFA;background-repeat: no-repeat;background-attachment: fixed;}
body#p-hp, body#p-dp{background-color:white}
.grid_2, .grid_1 {max-width: 1380px;width: 90%;}

h1, h2, h3, h4, h5
{
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 100;
}

a.button,
.button,
button,
input[type="button"],
input[type="submit"]
{
    background-color: rgb(241,95,67);
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 110%;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover
{
    background-color: rgb(255, 83, 13);
}

input[type="text"], input[type="password"], select, textarea
{
    border-color: lightgrey;
}

table thead td
{
    background-color: #00000008;
    color: black;
}

hr
{
    border: 0px;
    border-top: 1px solid lightgrey;
}
/* END TYPO */


/* TOP BAR */
#top_bar_bg {background-color: #f5f5f5;}
#top_bar {background:inherit;padding-top:0px;}


#menu_top
{
    /*background-color: rgba(255,255,255,0.7);*/
    padding: 7px 0px;
}
#menu_top ul li a {font-weight:400;}
#menu_top ul li ul li a {font-weight:400;padding: 6px 15px;}
#menu_top ul li ul li:first-child a {padding: 6px 15px;}
#menu_top a
{
    font-size: 85%;
}
#menu_top a.level_1
{
    border: 0px;
    color:  #000000;
    text-transform: uppercase;
    padding-left: 9px;
    padding-right: 9px;
}
#menu_top a.level_1:hover
{
    color: #010101;
}
#menu_top ul li:hover ul {box-shadow: 0px 10px 25px #00000029;border-radius: 8px}
#menu_top ul li ul {box-shadow: 0px 10px 25px #00000029;border-radius: 8px}

#top_bar_right{padding: 0px;display: flex;align-items: center;}
#top_bar_right .mutace {padding: 8px 12px;background: #002c53;color: white;border-radius: 0px 0px 8px 8px;}
#top_bar_right .mutace a {text-decoration:none;color:white;font-size:90%}
#top_bar_right .mutace a.active {text-decoration:underline;}
#top_bar_right .telefon {font-weight: bold;}
#top_bar_right .doba {font-size: 80%;margin:0px 10px;}
#top_bar_right > a {text-decoration:none;font-size: 85%;}
#top_bar_right > a.active {color: #f15f43;text-decoration:underline;}
#top_bar_right > a:hover {text-decoration:underline;}
#registrace a,
#login #login_link
{
    color: #f15f43;
    font-size: 85%;
    text-transform: uppercase;
}
#login {background-image: url('/grafika/user.svg');font-size:0px;padding:0px;height: 30px;width: 27px;display: inline-block;}
#registrace{display:none;}
/* END TOP BAR */

#basket {display: flex;width: auto;align-items: center;}
#basket_sum #table_basket_sum {font-size: 24px;width: 600px;}
#basket_sum .basket_sum_price {width: 150px;}
#basket_sum .shrnuti_cena_label {display: none;}
#basket_sum .shrnuti_cena_bez_dph {display: none;}
#basket_sum .shrnuti_cena_s_dph {display: none;}

#basket #basket_link {background-image: url('/grafika/cart.svg');margin-left: 20px;padding-left: 45px;background-position: left center;background-repeat: no-repeat;position: relative;float: right;display: inline-block;line-height:35px;}
#basket #basket_ks {background: #002c53;font-size: 11px;width: 23px;height: 23px;position: absolute;text-align: center;line-height: 23px;color: white;border-radius: 50%;padding: 0px;margin: 0px;font-weight: normal;left: 20px;top: 0px;}
#basket #basket_mena, #basket #basket_mena_eur {font-size: 18px;font-weight: 600;line-height: 22px;color:#000;vertical-align: middle;}
#basket #basket_suma, #basket #basket_suma_eur {font-size: 18px;font-weight: 600;line-height: 22px;color:#000;vertical-align: middle;}
#basket .nadpis {font-size:0px;position: initial;}
#basket #basket_show_popup {position: absolute;left: 0px;top: 0px;bottom: 0px;right: 0px;width: auto;height: auto;border: none;z-index: 1;}
#basket #basket_price {width: auto;white-space: nowrap;vertical-align: middle;}
#basket_products {top: 60px;}

#basket_products #basket_products_tbl table.basket_product {border-spacing: 0px 10px;}
#basket_products {box-shadow: 0px 10px 25px #00000029;border-radius: 8px;overflow: hidden;}
#basket_products_1 {padding: 20px;}
.basket_popup_btn {background: #FAFAFA;padding: 20px;text-align: right;}
#basket_products .close_icon, #basket_products .nadpis, #basket_products .nadpis_table {display: none;}
#basket_products td.name {padding-left: 10px;}
#basket_products td.name a {font-size: 16px;line-height: 19px;color:#2B2522;font-weight: 400;}
#basket_products td.count {color: #000000;font-size: 16px;line-height: 48px;font-weight: 400;text-align: center}
#basket_products td.price {font-size: 21px;line-height: 26px;font-weight: 600;width: 150px;}
#basket_products td {border: none;padding: 0px;}
#basket_products .basket_cena_total {font-size: 19px;line-height: 30px;font-weight: 400;margin-bottom: 0px;padding: 0px;margin-bottom:20px;}
#basket_products .basket_cena_total .basket_cena_total_cena {font-weight: 600;font-size: 19px;line-height: 30px;}

#login_form {box-shadow: 0px 10px 25px #00000029;border-radius: 8px;top:80%;}
.user_login #login_form {width: 500px;}
#login_form #login_form_form {width: 100%;padding: 40px;box-sizing: border-box;}
.user_login #login_form .content {padding: 30px;display: block;}
#login_form #login_form_1 {padding: 20px;padding-bottom: 0px;}
#login_form #login_form_1 .se_text {background: #FAFAFA;width: 50%;padding: 40px;box-sizing: border-box;}
#login_form #login_form_1 .se_text h2 {color: #2B2522;font-size: 23px;margin-bottom: 20px;font-weight: 600;}
#login_form #login_form_1 .se_text ul {color: #000000;font-size: 15px;line-height: 28px;list-style: none;margin: 0px;margin-bottom: 10px;}
#login_form #login_form_1 .se_text ul li {padding-left: 30px;background-image: url('[[USR_FOLDER]]grafika/list_ul.png');background-position: left center;background-repeat: no-repeat;line-height: normal;margin-bottom: 8px;}
#login_form #login_form_1 .se_text a {color: #7BA419;font-size: 16px;line-height: 19px;text-decoration: underline;}
#login_form .nadpis {border: none;margin-bottom: 0px;padding-bottom: 10px;display: none;}
#login_form .input_text {padding: 15px;border: solid 1px #E5E5E5;border-radius: 5px;width: 100%;box-sizing: border-box;background-color:transparent;}
#login_form .close_icon {display: none;}
#login_form .menu li {border-bottom: solid 1px #E5E5E5;}

.form_box_content, .write-us {background: white;border-radius: 8px;padding: 30px;}
#p-basket .form_box_content {position: relative;background: transparent;}

/* HEADER */
#header_bg {background: #f5f5f5}
#header
{
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: transparent;
}

#logo
{
    background-image: url("/grafika/anka/logo_final.png");
    height: 50px;
    width: 240px;
	background-size: contain;
}

#hlavni_nadpis
{
    margin-top: 35px;
}
#hlavni_nadpis strong
{
    font-family: "Open sans";
    font-weight: 100;
}
input:focus-visible {
	outline:none;
}
#search{margin-left: -225px;border-radius: 8px;margin-top: -10px;}
#search #search_input
{
    border-radius: 0px;
	border:none;
}
#search #search_button
{
    border-radius: 0px 8px 8px 0px;
    background-color: rgb(241,95,67);
	border:none;
}
#search #search_button:hover
{
    background-color: rgb(255,83,13);

}
#search #vyhledavani_text
{
    height: 60px;
    background-color: #ffffff;
    font-size: 110%;
	width: 450px;
	border-radius: 8px 0px 0px 8px;
	line-height: 60px;
	border: solid 1px #002c53;
	border-right: 0px;
}
#search .bt-search
{
    height: 60px;
    background-image: none;
	width:100px;
	color: white;
	border:none;
}
#search .bt-search:hover
{
    background-color: transparent;
}
#as_vyhledavani_text
{
    margin-top: 60px;
	background-color: #FAFAFA;
    box-shadow: 0px 10px 25px #00000029;
	border-radius:8px;
	right: 0px;
    width: auto !important;
}
#as_vyhledavani_text a .nas-div-cena
{
    width: 28%;
    font-size: 90%;
}
#as_vyhledavani_text a .nas-div-nazev
{
    width: 52%;
}

#as_vyhledavani_text ul li {background-color: white;box-shadow: 0px 10px 25px #00000029;margin:15px;padding:15px;border-radius: 8px;transition:all 0.3s;}
#as_vyhledavani_text a .nas-div-img, #as_vyhledavani_text a .nas-div-cena, #as_vyhledavani_text a .nas-div-nazev {margin-bottom:0px;}
#as_vyhledavani_text ul li a:hover {background-color: transparent;}
#as_vyhledavani_text ul li:hover {background: #FAFAFA;}
/* END HEADER */

.popup {left: 25%;width: 48%;top: 15%;}
.popup_bg {background-color: #2B2522ba;}
#popup_head .close {background-color:transparent;background-image: url('/grafika/close.svg');top: 20px;}
#popup_head .close:hover {background: transparent;background-image: url('/grafika/close.svg');background-repeat: no-repeat;background-position: center;}
#popup_head .content {border: none;background-color: white;border-radius: 8px 8px 0px 0px;padding: 30px;}
#popup_head {box-shadow: none;}
#popup_front {border-radius: 0px 0px 8px 8px;margin-top: 60px;}
#popup_front .content {padding: 30px;}

.ui-widget-header {background: #57386E;}
.ui-slider-horizontal {height: 8px;}
.input_range .slider-range {background: #002c53;border-radius: 50px;margin-bottom: 15px;width: calc(100% - 30px);margin-left: 15px;}
#filtr_cena_od_do .mena {display: none;}
.input_range input {background: white;padding: 10px 5px;text-align: center;width: auto;opacity: 0.6;text-align: center;float: left;}
.input_range input.max {float: right;}
.ui-widget-content {border: none;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border: none;background: #ff530d;border-radius: 50%;}

/* CATEGORIES TOP */
#categories_bg
{
    /*background-color: rgb(246,246,246);*/
    background: #f5f5f5;
}
#categories span.foto.level_2 {margin-right: 3%;}
#categories a.is_foto span.name.level_2 {width: 74%;}
#categories a.level_2 {width: 73%;float: right;}
#categories ul.level_2 {width: 73%;float: right;clear: none;}
#categories
{
    background-color: rgb(0,44,83);
	border-radius: 8px;
	padding: 8px;
    box-sizing: border-box;
}
#categories li.level_1
{
    padding: 0px;
}
#categories li.level_1:hover
{
    margin: 0px;
    padding: 0px;
    background-color: #272a31;
}
#categories a.level_1
{
    border: none;
    padding: 17px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 100%;
	border-radius: 8px;
}
#categories a.level_1:hover
{
    text-decoration: none;
    background-color: #f15f43;
    color: white;
}

/* LEVEL 2 */
#categories ul.subcategories.level_1
{
    margin-top: 0px;
    border-top-color: rgb(241 95 67);
	background-color: white;
}
#categories li.level_2
{
    width: 22.78%;
}
/* END LEVEL 2 */
/* END CATEGORIES TOP */
.subcategory_img {background: white;}
.subcategory_img .img {background-color: white;}
.subcategory_img .img, .subcategory_img .img img {max-width:80px;}

/* CONTENT */
#content_bg
{
    background-color: transparent;
}
#content
{
	padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
	box-sizing: border-box;
	background:transparent;
}
#p-hp #content {
	padding-bottom:0px;
}
/* END CONTENT */


/* NAVIGATION */
#navigation
{
    background-color: transparent;
    border: 0px;
    font-weight: 100;
}
#navigation a
{
    font-weight: 100;
}
/* END NAVIGATION */

.quick_order_box #ks_iq {width: 60px;}
.quick_order_box .col_box_content {padding: 25px;background: white;border-radius: 8px;}

/* col-1 */
.col_box_title
{
    background-color: transparent;
    color: black;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-weight:500;
	text-transform: inherit;
	font-size: 100%;
}
.col_box_title a
{
    color: #ffffff;
}
.col_box_content
{
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
}
/* END col-1*/


/* CATEGORIES TREE */
#categories_tree
{
    border: 0px;
}
#categories_tree a.level_1
{
    background-color: rgb(0,44,83);
    color: #ffffff;
    font-weight: normal;
    border-color: gray;
    font-size: 140%;
    font-family: "Open Sans Condensed", "Open sans", Arial;
}
#categories_tree a.level_1:hover,
#categories_tree a.level_1.active
{
    background-color: #272a31;
    color: rgb(241,95,67);
}
#categories_tree a.level_1.open
{
    border-color: rgb(0,44,83);
}
#categories_tree li.level_1:last-child a.level_1
{
    border: 0px;
}
#categories_tree .icon.subcategories.level_1
{
    background-image: url("/grafika/plus_white.png");
}
#categories_tree .icon.subcategories.open.level_1
{
    background-image: url("/grafika/minus_white.png");
}
#categories_tree .icon.subcategories:hover,
#categories_tree .icon.level_1.subcategories.active,
#categories_tree .icon.subcategories.open:hover,
#categories_tree .icon.level_1.subcategories.open.active
{
    background-color:transparent;
}

#categories_tree .level_1 .icon.subcategories
{
    background-image: url("/grafika/plus.png");
}
#categories_tree .level_1 .icon.subcategories.open
{
    background-image: url("/grafika/minus.png");
}
/* END CATEGORIES TREE */


/* PRODUCTS */
#skupina-popisek-more .button {width:auto;}
.popisek-more-mask {background:transparent;}
#skupina-popisek-more .button.down .icon,
#skupina-popisek-more .button.up .icon
{
    display: none;
}

div.subcategories {overflow:inherit;}
.subcategories .subcategory {float:none;display:inline-block;}
.subcategories .subcategory a
{
    border: none;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 9px 11px #0000000a;
	transition: all 0.3s;
	padding: 15px;
}
.c-filters
{
    border: 0px;
    background-color: rgb(245,245,245);
	display: none;
}
.c-filters #filtr_cena_submit
{
    text-align: left;
}

.num-it-page
{
    text-align: right;
    margin-bottom: 10px;
}

.sort_paging
{
    padding: 0px;
    padding-bottom: 5px;
}

.sort_bookmark
{
    text-align: left;
    float: left;
    margin-bottom: 5px;
}
.sort_bookmark a
{
    border-radius: 8px;
    border: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 15px;
    background-color: transparent;
    font-size: 110%;
    color: black;
	transition: all 0.3s;
}
.sort_bookmark a.active,
.sort_bookmark a:hover
{
    background-color: rgb(241,95,67);
	color: white;
    bottom: 0px;
}

#KATALOG_POCET_ZBOZI_VYPISOVAT {padding: 5px;}

.paging
{
    color:#ffffff;
    float: right;
    margin: 0px;
    margin-bottom: 5px;
    overflow: hidden;
}
.paging a, .paging span
{
    padding: 10px 12px;
    margin-left: 1px;
    line-height: 20px;
    background-color: transparent;
    color:black;
    float:left;
	border-radius:8px;
	transition: all 0.3s;
}
.paging a:hover, .paging span.span_katalog_strankovani_aktualni_strana
{
    background-color: rgb(241,95,67);
	color: white;
}
.paging span.text
{
    background-color: transparent;
}

.paging.bott a
{
    padding: 11px;
    font-size: 120%;
}
.paging.bott span.span_katalog_strankovani_aktualni_strana
{
    margin-top: 1px;
}
.paging.bott span.text
{
    display: none;
}

.cat-list
{
    background: transparent;
    border: 0px;
	margin-right: -25px;
	padding-left: 0px;
    margin-left: 0px;
}

.produkt .sleva {z-index: 1;right: 10px;top:5px;}
.produkt .produkt-in
{
    border: 0px;
}

.produkt div.produkt-bottom
{
    padding: 0px 20px;
}
.produkt .castka
{
    color: rgb(255,83,36);
    font-size: 130%;
}
.produkt .input_ks
{
    height: 38px;
    margin: 0px;
    border: 0px;
    width: 28px;
}
.produkt .bt-basket
{
    background-color: rgb(255,83,13);
}
.produkt .basket_form_down, .produkt .basket_form_up
{
    display: none;
}
.produkt .stav_skladu
{
    font-weight: 100;
    font-size: 90%;
	text-align: left;
}
.produkt .skladem,
.produkt .stav_skladu
{
    font-weight: 500;
    text-transform: none;
}
.produkt table.produkt-bottom td.produkt-bottom-1
{
    padding-left: 0px;
}
.produkt table.produkt-bottom td.produkt-bottom-2
{
    width: 105px;
}

#ajax-vypis-dalsi-zbozi .button .icon
{
    display: none;
}
/* END PRODUCTS */

#produkty table.basket_form_table td.td_1 {display:none;}
.div_messages {border: 2px solid transparent;background: rgb(241,95,67);margin-top: 10px;color:white;border-radius:8px;}

.cat-list_in {display:flex;flex-wrap:wrap;}

.produkt {width: 25%;background:transparent;margin:0px;}
.produkt:hover {box-shadow:none;}
.col-2-1 .produkt {width: 33.33%;}
.produkt .produkt-in {background: #FFFFFF;box-shadow: 0px 9px 11px #0000000A;border-radius: 8px;margin-bottom: 25px;margin-right: 25px;transition: all 0.3s;border: none;overflow: hidden;position:relative}
.produkt:hover .produkt-in {box-shadow: none;cursor:pointer;}
.produkt .produkt-in:hover {box-shadow: 0px 9px 11px #00000012;transform: translateY(-10px);cursor: auto;}
.produkt .produkt-in:hover h2 a {text-decoration: underline;}
.produkt .produkt-in .bt-basket {margin-top:24px;background-image:none;width: auto;height: auto;padding: 11px 15px;}
.produkt .produkt-in:hover .bt-basket {background-color: #000;}
.produkt .foto {margin-bottom: 20px;}
.produkt .foto .foto-in {width: 100%;display: block;position: relative;display: flex;align-items: center;justify-content: center;}
.produkty .produkt-bottom_bg {background: transparent;padding: 20px;}
.produkt .code {font-size: 13px;line-height: 18px;color: #2B2522;text-align: left;margin-bottom: 0px;margin-top: 3px;display:none;}
.produkt h2 a {font-family: 'Poppins';font-size: 21px;font-weight: normal;line-height: 26px;color: #2B2522;text-align: left;padding-left: 20px;padding-right: 20px;height: 50px;}
.produkt .popisek {font-size: 15px;line-height: 18px;color: #2B2522;padding-left: 20px;padding-right: 20px;text-align: left;margin-bottom: 0px;}
.produkt .popisek a {text-decoration:none;}
.produkt .produkt-bottom {background:transparent;}
.produkt .in_basket {position: absolute;left: 0px;right: 0px;bottom: 0px;width: 100%;}
.produkt .in_basket, #detail_basket #in_basket {background: #2B2522;color: white;text-transform: inherit;font-weight: 400;}
.produkty .castka .cena {font-size: 21px;line-height: 26px;display: inline-block;margin-right: 5px;}
/*.produkt .variants {padding-left: 20px;padding-right: 20px;}
.produkt .variants select {margin-top: 0px;border-radius: 8px;border: solid 2px #E5E5E5;padding: 10px;color: black;font-weight: 600;font-size: 15px;}
.produkty .table-produkt-bottom-2 {position: inherit}
.produkty .table-produkt-bottom-1 td.produkt-bottom-2 {width: 120px;height: 67px;}
.produkty .favourite {position: absolute;top: 10px;right: 13px;}
.produkty .castka .vedlejsi_cena {display: none;}
.produkty .castka .text {display: none;}
.produkty .stav_skladu {text-align: left;font-size: 14px;line-height: 17px;margin-top: 2px;}
.produkty .bt-basket {background-image: none;width: auto;height: auto;font-size: 17px;line-height: 21px;padding: 10px 15px 10px 15px;}*/

.tags {z-index:1;top: 25px;overflow: initial;}
.tags .tag {font-size: 14px;line-height: 17px;padding: 3px 10px 3px 8px;position: relative;opacity: 1;margin-bottom: 3px;}
.tags .tag::before {content: "";position: absolute;right: -5px;top: 0px;width: 6px;height: 13px;background-color: inherit;clip-path: polygon(89% 71%, 86% 79%, 81% 85%, 70% 94%, 55% 100%, 0 100%, 0 0, 77% 57%, 84% 64%);border-radius: 0px 8px 0px 0px;transform: scaleY(-1);}
.tags .tag::after {content: "";position: absolute;right: -5px;bottom: 0px;width: 6px;height: 13px;background-color: inherit;clip-path: polygon(89% 71%, 86% 79%, 81% 85%, 70% 94%, 55% 100%, 0 100%, 0 0, 77% 57%, 84% 64%);border-radius: 0px 0px 8px 0px;}

#popup_front .abp_nadpis_obsah_kosiku {display: none;}
#popup_front .basket_product thead {display: none;}
#popup_front .basket_product td {border: none;padding-top: 7px;padding-bottom: 7px;}
#popup_front .basket_product td.name {padding-left: 15px;}
#popup_front .basket_product td.name a {font-size: 20px;color:black;}
#popup_front .basket_product td.name .abp_kod {font-size: 13px;color:#2B2522;}
#popup_front .basket_product .img {border: solid 2px #FAFAFA;text-align: center;padding: 0px;border-radius: 8px;}

.cat-content {display: flex;padding-top: 50px;border-top: solid 1px #d8d8d8;margin-top: 55px;}
.col-1-1 {width: 270px;margin-right:80px}
.col-2-1 {width: calc(100% - 350px);}

.firma_info {margin: 90px 0px;}
.firma_info .box4 {margin-right: 10px;width: calc(25% - 8px);}
.firma_info .box4:last-child {margin-right: 0px;}
.firma_info .conteiner {display: flex;align-items: center;flex-wrap: nowrap;}
.firma_info .conteiner img {width: 65px;max-height: 70px;}
.firma_info .conteiner:first-child {margin-bottom: 20px;}
.firma_info .conteiner .box:first-child {margin-right: 10px;width: 75px;padding-left: 0px;}
.firma_info .conteiner .box:last-child {width: calc(100% - 75px - 10px);}
.firma_info h2{color: #2B2522;font-size: 15px;line-height: 19px;margin: 0px;text-transform: none;font-weight: 600;}
.firma_info p{margin: 0px;font-size: 14px;line-height: 18px;color: #000000;font-weight: 400;max-width: 90%;}

.firma_nav {margin: 40px 0px 40px}
.firma_nav .conteiner {display: flex;flex-wrap: nowrap}
.firma_nav .conteiner .box {width: 210px;margin-right: 24px;transition: all 0.3s;background: white;position: relative;overflow: hidden;border-radius: 8px;padding-right: 0px;height: 350px;}
.firma_nav .conteiner .box img {position: absolute;max-width: 100%;bottom: 63px;z-index: 1}
.firma_nav .conteiner .box h2 {color: white;font-size: 20px;line-height: 29px;text-align: center;text-decoration: none;position: absolute;left: 0px;right: 0px;bottom: 0px;margin: 0px;padding: 17px 0px;background: #002c53;font-weight: 600;}
.firma_nav .conteiner .box h2 a {color: white;font-size: 20px;line-height: 29px;text-align: center;text-decoration: none;}
.firma_nav .conteiner .box::before {content: "";position: absolute;top: 0px;left: 0px;right: 0px;background: #002c53;height: 15px;}
.firma_nav .conteiner .box:hover {transform: translateY(-10px);}
.firma_nav .conteiner .box:last-child {margin-right: 0px;}

.recom-box {margin:0px;margin-left: calc(50.5% - 50vw);margin-right: calc(50.6% - 50vw);background: #FAFAFA;padding: 20px 0px;}
.recom-box .col_box_content{max-width: 1380px;width: 90%;margin: auto;}
.recom-box .recom-item {margin: 15px;background-color: white;padding: 25px;border-radius: 8px;box-shadow: 0px 9px 11px #0000000A;transition:all 0.3s;}
.recom-box .recom-item:hover {box-shadow: 0px 9px 11px #00000012;transform: translateY(-10px);}
.recom-box .recom-item:hover a {text-decoration: underline;}
.recom-box .recom-item a {font-family: 'Poppins';font-size: 19px;font-weight: normal;line-height: 26px;color: #2B2522;text-align: left;padding-left: 0px;padding-right: 0px;height: auto;}
.recom-box .recom-foto {margin:auto;height: 180px;display: flex;align-items: center;justify-content: center;}
.recom-box .recom-item .recom-name {min-height:55px;}
.recom-box .recom-foto img {margin:auto;max-height: 180px;}
.recom-box .sleva {right: 25px;font-size: 90%;}
.recom-box .recom-price {text-align: center;margin-top: 15px;}
.recom-box .recom-box-button {text-align:center;}

#p-hp .recom-box .recom-name {display:none;}
#p-hp .recom-box .recom-foto {height: 160px;}
#p-hp .recom-box .recom-foto img {max-height: 160px;}
#p-hp .recom-box .recom-price {height: 24px}

#p-hp .recom-box #slideshow-akce .recom-price {height: 50px;}

.o-firme-block {display: flex;flex-wrap: wrap;padding:60px 0px;}
.o-firme-block .box2 {/*width:50%;*/padding: 20px;box-sizing: border-box;}
.o-firme-block .box2:first-child {padding-left: 0px;}
.o-firme-block .box2:last-child {padding-right: 0px;}
.o-firme-block h2 {font-weight: 500;}

.slick-prev {display: inline-block;position: absolute;left: 0px;z-index: 1;top: 50%;transform: translateY(-50%);font-size: 0px;background-image: url('/grafika/left_arrow.svg');background-position: center;background-repeat: no-repeat;background-size: auto;height: 60px;width: 50px;}
.slick-next {display: inline-block;position: absolute;right: 0px;z-index: 1;top: 50%;transform: translateY(-50%);font-size: 0px;background-image: url('/grafika/right_arrow.svg');background-position: center;background-repeat: no-repeat;background-size: auto;height: 60px;width: 50px;}

/* DETAIL */
#detail_basket
{
    border: 0px;
}
#detail_basket_form .basket_form_up, #detail_basket_form .basket_form_down
{
    padding: 5px;
}
#detail-foto a#det-img-a
{
    height: auto;
    max-height: 501px;
    min-height: 310px;
}

#detail-foto-in a#det-img-a{border: solid 2px #FAFAFA;border-radius: 8px;background:white;}
#detail_more_fotos span.foto {border: solid 2px #FAFAFA;border-radius: 8px;background:white;width: 80px;height: 80px;}
#detail_more_fotos span.foto a {width: 80px;height: 80px;}
#detail_more_fotos span.foto:hover {background:white;}
#detail-info {width: calc(50% - 60px);margin-left: 60px;}
#p-dp .detail_title {padding-top: 40px;color: black;font-weight: 600;font-size: 35px;line-height: 42px;}
#p-dp .detail_content {padding: 0px;font-weight: normal;background: transparent;margin: 0px;}
#p-dp .detail_box {border-top: solid 2px #e5e5e569;margin-bottom: 50px;}

/*#p-dp .slick-track {width:100% !important}*/

#p-dp .detail_others_block {margin-left: calc(50.5% - 50vw);margin-right: calc(50.6% - 50vw);background: #FAFAFA;border: none;padding: 20px 0px;}
#p-dp .detail_others_block .detail_others_block_content	{max-width: 1380px;width: 90%;margin: auto;}
#p-dp .detail_others_block .detail_others_block_content	.detail_box:first-child {border:none;}
#detail_related .cat-list {background:transparent;}
#p-dp #content_bg {overflow:hidden}
#p-dp .slick-prev {left: -30px;}

.slick-slide img {margin:auto}
.slick-track {min-width: 100%;padding-top: 20px;}
#p-dp .detail_box#detail-watch-last {border: none;}
#p-dp .back_icon {display:none;}
#p-dp h1 {padding-bottom: 0px;font-weight: 600;margin-bottom:0px;}
#p-dp .EAN {font-size: 13px;line-height: 30px;color: #2B2522;display: inline-block;margin-bottom: 20px;}

#detail_basket_info {position: relative;background: #FAFAFA;border: none;padding: 25px 35px;border-radius: 8px;margin-bottom:20px;display: flex;flex-wrap: wrap;}
#detail_basket {position: relative;background: #FAFAFA;border: none;padding: 25px 35px;border-radius: 8px;}
#detail-info #table-detail-info {width: calc(50% - 10px);margin-right:10px;}
#detail_basket_form {width: calc(50% - 10px);margin-left:10px;}
#table-detail-info td {padding: 0px;border:none;font-size:110%;font-weight:normal;}
#detail-info .price {font-size:30px;}
#table-detail-info td.td_katalog_detail_polozka {text-align:left;}
#detail_basket_form .basket_form_table td.td_2 {height:0px;vertical-align: inherit;}

#detail_basket_form .input_ks {width:60px;}
#detail_basket_form .basket_form_up, #detail_basket_form .basket_form_down {font-size:110%;padding: 3px;}
#detail_basket .left {width:100%;}
#detail_basket .point {padding:5px;padding-left: 30px;}

.print_icon {display:none;}

.wl-item .wl-foto {border: solid 2px #FAFAFA;border-radius: 8px;background:white;}
.wl-item .wl-foto a:hover {background:white;}
.wl-item .wl-name a:hover {background:white;}

/* NAPOSLEDY PROHLIZENE */
.wl-item
{
    width: 145px;
    margin-right: 13px;
    padding: 0px;
}
.wl-item .wl-foto a
{
    display: table-cell;
    vertical-align: middle;
    width: 143px;
    height: 150px;
    position: relative;
}
.wl-item .wl-foto a
{
    max-width: 143px;
    max-height: 150px;
}
/* END NAPOSLEDY PROHLIZENE */
/* END DETAIL */


/* BSKET */
.tbl_katalog_vypis td
{
    border-bottom: solid 1px #ebebeb;
}

.tbl_katalog_vypis .pridat_do_kosiku .input_ks {padding: 4px;width: 35px;}
.tbl_katalog_vypis .basket_form_down, .tbl_katalog_vypis .basket_form_up {font-size: 10px;border-radius: 50%;}
/* END BASKET */


/* FOOT */
#foot_bg
{
    background-color: rgb(0,44,83);
}
#foot
{
    color: white;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 10px;
    background-color: transparent;
}
#foot a
{
    color: white;
}
#foot .col_bg
{
    background-color: transparent;
}

#menu_foot ul.level_1
{
    display: none;
}
/* END FOOT */


/* KATALOGY */
a.broadsheet-item
{
    background-color: transparent;
}
.broadsheet-item .brshe-name
{
    text-align: center;
}
a.c-letaky-det
{
    background-color: transparent;
    padding-top: 2%;
    padding-bottom: 2%;
}
.c-letaky-det .name
{
    position: relative;
    background-color: transparent;
    display: block;
    padding: 0px;
    height: 40px;
    overflow: hidden;
}
/* END KATALOBY */


/* BANNERY */
#banner_right, #banner_left
{
    top: 270px;
	position: absolute;
}
#banner_left
{
    margin-right: 750px !important;
}
#banner_right {
	margin-left: 750px !important;
}
/* END BANNERY */


/* SLIDER */
.slider,
.slider .slides
{
    height: 460px;
}
.slider {border-radius: 8px;}
.jssora12l, .jssora12r
{
    top: 210px;
}
/* END SLIDER */

.kosik_upozorneni_dostupnost {
    padding: 15px;
    background-color: rgb(241,95,67);
    color: #fff;
    margin: 0px 0px 15px 0px;
	border-radius:8px;
}

.kosik_upozorneni_dostupnost .nadpis {
    font-weight: bold;
    font-size: 120%;
}

.kosik_upozorneni_dostupnost .info {
    margin: 10px 0px;
}

#zpusoby_uhrady {
	width: calc(50% - 20px);
    margin-right: 20px;
    float: left;
}
#zpusoby_uhrady .form_box_content {
	padding: 30px;
}

#zpusoby_dopravy {
	width: calc(50% - 20px);
    margin-left: 20px;
    float: right;
}
#zpusoby_dopravy .form_box_content {
	padding: 30px;
}

#shrnuti_ceny {
	clear: both;
}

#js_zpusoby_dopravy td label, #js_zpusoby_uhrady label {
	font-weight: 600;
    font-size: 110%;
	/*margin-bottom: 10px;*/
	color: #626c75;
	cursor: pointer;
    display: inline-block;
}
#js_zpusoby_dopravy td label img, #js_zpusoby_uhrady label img {
	display: block;
	margin-top:5px;
}
#js_zpusoby_dopravy input[type="radio"],  #js_zpusoby_uhrady input[type="radio"], #adresa_dodani input[type="radio"] {
	transform: scale(1.5);
    margin-right: 15px;
}
#adresa_dodani .form_box_content {
	padding-left: 30px;
}
#adresa_dodani .form_box_content .switch label {
	color: black;
    font-size: 110%;
    margin-bottom: 8px;
    display: inline-block;
}
#chksouhlas-dod-pod label, #chksouhlas-dod-pod label a {
	font-weight: bold;
    color: #f15f43;
}

.kosik-uhrada-popisek {
	font-style: italic;
    font-size: 100%;
	padding-left: 30px;
	color: #878a93;
    margin-bottom: 10px;
}

.bas-karty-img {
    float: right;
}

.eu-cookies {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 98%;
    color: black;
    z-index: 999;
    margin: 0px;
    padding: 1%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 100%;
    box-shadow: 0 -2px 8px 0 rgb(0 0 0 / 25%);
    background: #ffffffef;
}

.eu-cookies-btns {
    margin: 10px 0px;
    text-align: center;
}

.eu-cookies-btns button {
    margin: 5px;
}

.eu-cookies button {
    color: white;
    background: black;
    border: 0px;
    padding: 10px 20px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.eu-cookies button:hover {
    background: #606060;
    color: white;
    border: 0px;
    padding: 10px 20px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies a,
.eu-cookies a:link,
.eu-cookies a:visited
{
    color: black;
    text-decoration: underline;
    font-size: 100%;
}

.eu-cookies a:hover {
    color: black;
    text-decoration: none;
}

.eu-cookies-blok {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.eu-cookies-blok-nazev {
    font-size: 130%;
    margin-bottom: 5px;
}

.eu-cookies-blok-checkbox {
    margin-left: 50px;
}

.eu-cookies-last {
    border-top: 1px solid #ddd;
    padding: 10px 0px !important;
    text-align: center;
}

input[type="checkbox"].eu-cookies-checkbox {webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;position: relative;vertical-align: sub;right: 0;bottom: 0;left: 0;
    height: 25px;width: 25px !important;transform: inherit !important;transition: all 0.15s ease-out 0s;background: white;border: solid 1px #ccc;color: #fff;cursor: pointer;padding: 0px !important;
    display: inline-block;margin-right: 0px !important;position: relative;transform: none;border-radius: 0px;opacity: 1;z-index: 2;outline: none;margin-bottom: 2px;}
input[type="checkbox"].eu-cookies-checkbox:disabled {opacity: 0.3;}
input[type="checkbox"].eu-cookies-checkbox:checked {background: black;}
input[type="checkbox"].eu-cookies-checkbox:checked::before {height: 24px;width: 22px;position: absolute;content: "\2713";display: inline-block;font-size: 18px;text-align: center;line-height: 24px;
    background: none;color: white;opacity: 1;font-weight: bold;}

/* LOADER */
#loader
{
    display:none;
    z-index: 10000;
}
#loader .loader
{
    margin:auto;
    margin-top:20%;
}
.loader
{
    border:5px solid #f3f3f3;
    border-top:5px solid grey;
    border-radius:50%;
    width:100px;
    height:100px;
    animation:spin 2s linear infinite;
    display:block;
}
@keyframes spin
{
    0% { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}
/* END LOADER */

/* FILTRY */
.filtry_bg
{
    margin: 20px 0px 20px 0px;
    background-color: #F4F4F4;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    clear: both;
}
.filtry
{
    display: flex;
    flex-wrap: wrap;
}
.filtry .parametr
{
    box-sizing: border-box;
    padding: 10px;
    width: 20%;
}
.filtry .parametr .nadpis
{
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
	padding: 8px 0px;
	cursor: pointer;
}
.filtry .close .hodnoty {
	display:none;
}
.filtry .parametr label
{
    display: block;
	display: flex;
}
.filtry .parametr label .text {
	width: calc(100% - 23px - 15px);
}
.filtry .parametr select
{
    width: 100%;
    box-sizing: border-box;
}
.filtry_bg .buttons
{
    text-align: right;
    padding: 10px;
}
.filtry_bg .filtry_dalsi_button
{
    background-color: transparent;
    color: #000;
	display: none;
}
.filtry_bg .filtry_dalsi_button .fa
{
    margin-left: 5px;
    display: inline-block;
}
.filtry_bg .filtry_dalsi_button .fa-minus,
.filtry_bg .filtry_dalsi_button.open .fa-plus
{
    display: none;
}
.filtry_bg .filtry_dalsi_button.open .fa-minus,
.filtry_bg .filtry_dalsi_button .fa-plus
{
    display: inline-block;
}
.filtry_bg .buttons input[type=submit]
{
    padding: 10px 20px;
}
.filtry_bg .filtry_vybrane
{
    overflow: hidden;
    padding: 10px;
}
.filtry_bg .filtry_vybrane .nadpis
{
    color: gray;
    display: inline-block;
    padding: 5px;
    padding-left: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}
.filtry_bg .filtry_vybrane a
{
    background-color: #e6e6e6;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    text-decoration: none;
    opacity: 0.8;
}
.filtry_bg .filtry_vybrane a:hover
{
    opacity: 1;
}
.filtry_bg .filtry_vybrane a:after
{
    content: "X";
    padding-left: 10px;
    font-weight: bold;
    font-size: 110%;
}
.filtry_bg .filtry_vybrane a.zrusit
{
    float: right;
    margin-right: 0;
}
/* OPEN CLOSE */
.filtry .parametr .nadpis .fa
{
    float: right;
    cursor: pointer;
    display: none;
	margin-top: -6px;
}
.filtry .parametr.close .hodnoty
{
    /*display: none;*/
}
.filtry .parametr.open .fa.fa-angle-up
{
    display: block;
}
.filtry .parametr.close .fa.fa-angle-down
{
    display: block;
}
/* END OPEN CLOSE */

.filtry_bg {background-color: transparent;border: none;margin-bottom: 0px;margin-top:30px;}
.filtry .parametr .nadpis {font-size: 20px;line-height: 24px;color: black;}
.filtry .parametr {margin-bottom: 5px;padding: 0px;width: 100%;}
.filtry .parametr label {font-size: 17px;line-height: 23px;font-weight: 400;margin: 7px 0px;}
.filtry .parametr label .pocet {float: none;}

#p-dp #detail_prilohy {margin-bottom: 30px;}
#p-dp #detail_prilohy .detail_title {font-size: 25px;padding-top: 15px;line-height: 30px;margin-bottom: 5px;}
#p-dp #detail_prilohy .detail_content ul {list-style: none;margin-left: 0px;}

#iframe_gls_parcelshop_back {position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;z-index: 10000001;background: #0000009a;}
#iframe_gls_parcelshop {position: fixed;top: 5%;left: 5%;width: 90%;height: 90%;z-index: 10000002;background: white;border: none;}

.checked_show .gls_parcelshop_vybrane_misto {
    margin: 10px 40px;
    padding: 10px;
    border: 1px solid #0000009a;
}

.checked_show .button_gls_parcelshop {
    margin: 5px 40px;
}

/* RESPONZIVE */
@media all and (min-width:1400px)
{
    #banner_left
    {
        margin-right: 680px;
    }

}

@media all and (max-width:1550px) {
	.slider img {width: 100% !important;height: auto !important;}
}

@media all and (max-width:1400px) {
	#search {margin-left: -185px;}
	#search #vyhledavani_text {width:250px;}
	
	.col-2-1 .produkt {width: 50%;}
}

@media all and (max-width:1200px) {
	.firma_info .conteiner {flex-wrap: wrap;}
	.firma_info .box4 {width: calc(50% - 10px);}
	
	.firma_nav .conteiner {flex-wrap: wrap;justify-content: center;}
	.firma_nav .conteiner .box {margin: 0px 10px 20px;}
	
	#p-hp .o-firme-block img {float:none !important;display:block !important;margin: 15px auto !important;max-width: 100% !important;width: auto !important;}
	#p-hp .o-firme-block p {margin:auto !important;width:100% !important;}
	#p-hp .o-firme-block h2 {text-align: center !important;}
	.o-firme-block .box2 {width:100%;}
	
	.col-1-1 {margin-right: 40px;width: 240px;}
	.col-2-1 {width: calc(100% - 280px);}
	
	.cat-list_in {justify-content:center;}
	.produkt {width: 33.33%;min-width:350px;}
	#detail_related .produkt {min-width: auto;}
	.col-2-1 .produkt {min-width:310px;}
}

@media all and (max-width:1024px)
{
	#categories li.level_2 {width: 30.33%;}
	
    .wl-item .wl-foto
    {
        height: 150px;
    }
	
	#zpusoby_uhrady {
		width: 100%;
		margin-right: 0px;
		float: none;
	}
	
	#zpusoby_dopravy {
		width: 100%;
		margin-left: 0px;
		float: none;
	}
	.tbl_katalog_vypis td {min-width: 100px;}
	#detail-info {width: 100%;margin-left: 0px;}
}

@media all and (max-width:860px) {
	#top_bar_right {justify-content: center;width:100%;float: none;}
	#search {position: relative;left: auto;width: 100%;margin: 10px 0px 0px;}
	#categories li.level_2 {width: 47%;}
	#search #vyhledavani_text {width: 100%;height:45px}
	#search #search_input {width: calc(100% - 100px);}
	#logo {margin-left: 50%;transform: translateX(-50%);}
	#search .bt-search {height:45px}
	#header {padding-top: 0px;}
	#basket {width: 100%;justify-content: center;margin-bottom: 10px;}
	
    #popup_bg.open {display: block !important;visibility: visible;position: fixed;}
    .popup {position: fixed;width: 98%;margin-left: 1%;top: 1%;left: 0%;}
    #popup_front {max-height: initial;margin-left: 1%;width: 98%;margin-top: 61px;bottom: 1%;}
	
	#login_form #login_form_1 {padding: 0px;}
	
	.cat-content {flex-wrap: wrap;padding-top: 20px;margin-top: 25px;}
	.col-1-1 {margin-right: 0px;width: 100%;margin-bottom:20px;}
	.col-2-1 {width: 100%;}
	.filtry_bg .buttons {padding: 0px;}
	
	.subcategories_img_in {width: 100%;}
	.subcategory_img {margin-right: 1%;margin-left: 1%;}
	
	#menu_top ul li ul {display: none;}
	
	.cat-list_in {justify-content: center;}
	.col-2-1 .produkt {min-width: 350px;}
	
	#popup_front .basket_product td {min-width: 100px;}
	#popup_front #abp_buttons {text-align:center;}
	#popup_front #abp_button_basket {float: none;}
	.sort_bookmark {text-align: center;}
	
	.subcategory_img .img, .subcategory_img .img img {max-width: 40px;}
	
	#frm_dotaz_zbozi, #frm_poslat_znamemu {overflow: auto;}
}

@media all and (max-width:750px) {
	.slider, .slider * {height: 50vw !important;}
	.jssora12l, .jssora12r {top: 35%;}
	.firma_info {margin-top: 30px;}
}

@media all and (max-width:600px) {
	.top_info {display: none;}
	.firma_info .box4 {width: 100%;margin:5px;}
	.recom-box {padding: 50px 2%;}
	#p-hp .div_page_content > h2, .recom-box .col_box_title a {line-height: 1;}
	
	.paging span.text {display: none;}
	.paging-prev, .paging-next {display: none !important;}
	
	#detail-info #table-detail-info {width: 100%;margin-right: 0px;margin-bottom: 20px;}
	#detail_basket_form {width: 100%;margin-left: 0px;}
}

@media all and (max-width:500px) {
	.slider * {height: 55vw !important;}
	.slider {height: 37vw !important;}
}

@media all and (max-width:360px) {
	.col-2-1 .produkt, .produkt {min-width: 300px;}
}

/* END RESPOZIVE*/
