/* *****************************
 GENDATE: 2021-01-20 13:53:52
***************************** */

/* *****************************
 FILE: jquery-ui-1.10.4.custom.css (2017-07-19 11:21:49)
***************************** */

/*! jQuery UI - v1.10.4 - 2017-05-12
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright 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);
}

.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-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.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-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.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: 49%;
}
.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-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.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("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.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;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For 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-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-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	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 #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For 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_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_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: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}



/* *****************************
 FILE: styl.css (2021-01-20 13:46:56)
***************************** */

html{background-color:#f3f3f3}body{font-family:"Open Sans", sans-serif;font-size:100%;margin:0px;padding:0px;min-width:320px;color:#201c1d}input,select,option,textarea{font-size:15px;color:#696969;font-style:italic;font-family:"Open Sans", sans-serif;outline:0px}input[type="button"],input[type="submit"]{font-style:normal;cursor:pointer;border:0px}a,a:visited{color:#201c1d;text-decoration:none;transition:0.6s}a:hover{color:black;text-decoration:none;transition:0.1s}input.button{transition:0.5s;cursor:pointer}input.button:hover{transition:0.1s}a.button{transition:0.5s;cursor:pointer}a.button:hover{transition:0.1s}input.checkbox{border:0;vertical-align:middle;background-image:none}input[type="password"],input[type="text"],input[type="email"],select{background-color:#e1e1e1;height:19px;line-height:19px;padding:16px 30px;border:0px;letter-spacing:3px;border:2px solid #e1e1e1}select{background-color:#e1e1e1;height:51px;line-height:30px;padding:0px 30px;border:0px;letter-spacing:3px;border:2px solid #e1e1e1}option{background-color:white;color:#696969}input[type="submit"]{height:55px;min-width:19px;padding:0px 18px;border:0px}input[type="submit"].button{height:auto}textarea{border:2px solid #e1e1e1;background:#e1e1e1;color:#696969;letter-spacing:1px;font-size:15px;padding:8px 18px}input[type="password"]:focus,input[type="text"]:focus,input[type="email"]:focus,textarea:focus{background-color:white}.clear{clear:both}.alert{color:#ea3c3c;font-size:18px;font-weight:bold;padding:20px}.alert .ok{color:#8fcdbd}td{vertical-align:top}div.uwagaAdministratorska{position:fixed;bottom:10px;width:100%;text-align:center;background-color:red;color:white;font-size:15pt;font-weight:bold;padding:5px;z-index:1000}h1{font-size:16.5pt;color:#201c1d}h2{font-size:13.5pt;color:#201c1d}h3{font-size:12pt;color:#201c1d}h4{font-size:10.5pt;color:#201c1d}h5{font-size:12px;color:#201c1d}h6{font-size:7.5pt;color:#201c1d}form{margin:0}svg{display:inline-block;transition:0.6s}a:hover svg{transition:0.1s}ul.menu{margin:0px;padding:0px;list-style:none}ul.menu li{margin:0px;padding:0px}.grosze{font-size:66%}#header{background:#e1e1e1;height:149px;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21)}#topHeader{height:72px;background:#fff url(header_topShadow.png) 0px 0px repeat-x;border-bottom:1px solid #d6d6d6}#bottomHeader{height:76px;-webkit-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.02);-moz-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.02);box-shadow:0px 1px 0px 0px rgba(0,0,0,0.02);text-align:center;position:relative;z-index:1100}.top_banerki #header{height:200px}#bottomHeader.stickToTop{position:fixed;left:0px;top:0px;width:100%;background-color:#e1e1e1;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21)}#logoMyloview{width:213px;border-right:1px solid #e2e2e2;height:100%;float:left}#logoMyloview img{width:117px}#logoMyloview a{display:block;text-align:center;padding-top:22px}#logoMyloview h1{margin:0px;padding:0px}.header_button{float:right;border-left:1px solid #ebebeb;height:100%;font-size:12px;font-weight:600;line-height:72px;position:relative;z-index:1000}.header_button .simulateA,.header_button a{display:block;padding:0px 22px;height:100%;color:#201c1d}.header_button a{cursor:pointer}.header_button a:hover{background-color:rgba(0,0,0,0.06);color:black}.header_button.header_cart{font-weight:bold;font-size:15px}.header_button.header_cart .grosze{font-size:10px}.header_button.header_currency{z-index:4000}.header_button.header_blog{position:static}.header_button .header_icon{fill:#8fcdbd}.header_button a:hover .header_icon{fill:#a4d7ca}.header_button a .header_icon.header_heart{fill:#e98484}.header_button.header_favorites a{padding:0px 27px;position:relative}.header_button.header_favorites a span.ilosc{position:absolute;top:5px;left:3px;background-color:#8fcdbd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:white;font-size:11px;font-weight:bold;padding:4px 6px;display:inline-block;line-height:11px;height:auto}.header_button svg{margin-right:12px;position:relative;top:2px}.header_button.header_cart svg{width:16px;height:16px;margin-right:0px;margin-left:12px}.header_button.header_currency svg{width:7px;height:5px;margin-right:0px;margin-left:12px;top:-1px;display:inline-block}.header_button.header_favorites svg{width:17px;height:16px;margin-right:0px;top:4px}.header_button.header_login svg{width:18px;height:17px;top:4px}.header_button.header_blog svg{width:18px;height:17px;top:3px}.header_button.header_reviews svg{width:17px;height:16px}.header_button:hover>a>svg{-ms-transform:scale(1.4);-webkit-transform:scale(1.4);transform:scale(1.4)}.currencyMenu{display:block;opacity:0;max-height:0px;overflow:hidden;width:170px;line-height:29px;background-color:#efefef;position:absolute;-webkit-transition-delay:2s;transition-delay:2s;transition:max-height 1s, opacity 0.5s;z-index:-1}.header_button.header_currency:hover .currencyMenu{max-height:5000px;opacity:1;transition:height 0s, opacity 0.2s}.header_button.header_currency:hover>a{background-color:#efefef;color:black}.blogMenu{opacity:0;max-height:0px;overflow:hidden;height:360px;width:960px;padding:0px;background-color:#efefef;position:absolute;-webkit-transition-delay:2s;transition-delay:2s;transition:max-height 0.6s, opacity 0.5s;z-index:5000;right:0px;overflow:hidden;background-color:white;text-indent:0px}.header_button.header_blog:hover .blogMenu{max-height:5000px;opacity:1;transition:max-height 0s, opacity 0.2s;margin:0px}.header_button.header_blog:hover>a{background-color:#efefef;color:black}.header_button.header_blog .blogMenu a{width:480px;height:119px;margin-bottom:1px;padding:0px;background:#efefef;font-size:13px;font-weight:600;color:#201c1d}.header_button.header_blog .blogMenu a:hover{color:white;background:#8fcdbd}.blogMenu a span{width:390px;height:119px;padding:0px 45px;display:table-cell;vertical-align:middle;line-height:22px}.header_button.header_blog:hover .blogMenu a{display:block}.blogObrazek{float:right;width:480px;overflow:hidden;height:360px}.blogObrazek img{max-height:360px}.currencyMenu img{-webkit-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.15);-moz-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.15);box-shadow:1px 1px 2px 0px rgba(0,0,0,0.15);position:relative;top:1px;margin-right:15px}.currencyMenu a{padding-left:15px;color:#201c1d;font-size:11px;display:block;border:1px solid #e2e2e2;border-top:0px;height:29px;position:relative}.currencyMenu a:first-child{border-top:1px solid #e2e2e2}.currencyMenu a:hover{background-color:white}.currencyMenu a.selected{color:#8fcdbd;background-image:url(header_check.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:11px auto}.currencyMenu a.selected svg{position:absolute;top:12px;right:12px}.header_promotion{float:left;height:100%;position:absolute;left:0px;background-color:#e1e1e1}.header_promotion img{max-height:76px}.header_promotion .banerki{position:relative;color:white}.header_promotion .banerki span.data{position:absolute;font-size:13px;font-weight:bold}.header_promotion .banerki span.data span{font-size:12px;margin-right:7px;font-weight:normal}.header_promotion .banerki span.rabat{position:absolute;font-size:30px;font-weight:bold;text-shadow:0px 2px 2px rgba(0,0,0,0.3)}.header_promotion .banerki span.rabat span{font-size:24px}.header_promotion .banerki div.baner-timer{position:absolute;font-size:13px;font-weight:bold;display:inline}.header_promotion .banerki div.baner-timer>div{display:inline;margin-right:4px}.header_promotion .banerki div.baner-timer>div span.czas{display:inline}#header_banerki{background:#edfdf8;overflow:hidden}#header_banerki .banerki{position:relative;color:black;text-align:center;line-height:28px;padding:10px}#header_banerki .banerki span.data{position:absolute;font-size:13px;font-weight:bold}#header_banerki .banerki span.data span{font-size:12px;margin-right:7px;font-weight:normal}#header_banerki .banerki span.rabat{font-size:30px;font-weight:bold;text-shadow:0px 3px 3px rgba(0,0,0,0.7);margin-right:165px}#header_banerki .banerki span.rabat span{font-size:24px}#header_banerki .banerki span.rabat span.tekst{margin-left:36px}#header_banerki .banerki div.baner-timer{display:inline}#header_banerki .banerki div.baner-timer span.tekst{margin-right:30px}#header_banerki .banerki div.baner-timer>div{display:inline;margin-right:4px}#header_banerki .banerki div.baner-timer>div span.czas{display:inline}#header_banerki .banerki.niski{font-size:13px;line-height:20px;padding-top:6px;padding-bottom:8px;color:black}#header_banerki .banerki.niski strong{font-weight:600}@media screen and (max-width: 1060px){#header_banerki{line-height:50px;text-align:center}#header_banerki .banerki span.rabat{margin-right:35px}#header_banerki .banerki span.rabat span.tekst{margin-left:10px}#header_banerki .banerki div.baner-timer{margin-left:20px}#header_banerki .banerki div.baner-timer span.tekst{margin-right:6px}}@media screen and (max-width: 900px){#header_banerki .banerki div.baner-timer span.tekst{display:none}}@media screen and (max-width: 700px){#header_banerki .banerki span.rabat span.tekst{display:none}}@media screen and (max-width: 500px){#header_banerki .banerki span.rabat{font-size:20px;margin-right:15px}#header_banerki .banerki div.baner-timer{font-size:15px;margin-left:10px}#header_banerki .banerki div.baner-timer>div span.czas{font-size:13px}}#header_banerki .banerki.podwojny{padding:0px;display:flex;align-items:stretch;line-height:20px;position:relative}#header_banerki .banerki.podwojny .lewy{width:345px;position:relative;box-sizing:border-box;z-index:2}#header_banerki .banerki.podwojny .lewy .content{padding:15px 25px 15px 25px;background-color:#006867;color:white}#header_banerki .banerki.podwojny .lewy .content.p2{opacity:0;position:absolute;top:0px;left:0px;right:0px;bottom:0px;transition:0.5s ease-in-out 1s;background:#005656;display:flex;align-items:center;justify-content:center}#header_banerki .banerki.podwojny .lewy:hover .content.p2{opacity:1;transition:0.5s}#header_banerki .banerki.podwojny .prawy{box-sizing:border-box;padding:0px 40px 0px 70px;width:calc(100% - 345px);text-align:left;display:flex;align-items:center}#header_banerki .banerki.podwojny .prawy .prawy100{display:flex;align-items:center;text-align:center;justify-content:center}@media only screen and (min-width: 1301px){#header_banerki .banerki.podwojny .prawy .prawy100{position:absolute;top:0px;left:0px;right:0px;bottom:0px}}#header_banerki .banerki.podwojny .prawy svg{margin-right:23px;min-width:32px}@media only screen and (max-width: 990px){#header_banerki .banerki.podwojny .prawy{padding:0px 40px 0px 50px}}@media only screen and (max-width: 800px){#header_banerki .banerki.podwojny{flex-wrap:wrap}#header_banerki .banerki.podwojny .lewy{width:100%}#header_banerki .banerki.podwojny .lewy .content{padding:10px 20px 10px 20px}#header_banerki .banerki.podwojny .prawy{width:100%;justify-content:center;padding:10px 20px;line-height:16px}#header_banerki .banerki.podwojny .prawy *{font-size:13px !important}#header_banerki .banerki.podwojny .prawy svg{margin-right:20px;min-width:22px;width:22px}}@media only screen and (max-width: 600px){#header_banerki .banerki.podwojny .lewy{font-size:14px;line-height:18px}#header_banerki .banerki.podwojny .lewy *{font-size:14px !important}#header_banerki .banerki.podwojny .lewy .content{padding:10px 15px 10px 15px}#header_banerki .banerki.podwojny .prawy{line-height:15px;padding:10px 15px}#header_banerki .banerki.podwojny .prawy *{font-size:12px !important}#header_banerki .banerki.podwojny .prawy svg{margin-right:20px;min-width:22px;width:22px}}#quickSearch{margin:0 auto;position:absolute;right:0px;width:55%;margin-left:-20%;min-width:420px;background:#e1e1e1}div.findForm{padding-top:0px;text-align:right}input#findFormFin{font-size:15px;font-style:italic;font-weight:400;color:#696969;letter-spacing:3px;width:72%;height:30px;border:1px solid #e1e1e1;background-color:transparent;margin-right:6px;padding-left:10px;text-align:center}input#findFormFin:focus{border-color:#8fcdbd;outline:none}input#findFormFin:focus+input#szukaj{border-color:#8fcdbd}input#szukaj{width:133px;height:77px;background:#8fcdbd url(header_magnifier_w.svg) 50% 50% no-repeat;border:1px solid #8fcdbd;border-top:1px solid #88c3b3;cursor:pointer;margin:-1px 0px}input#findFormFin:focus+input#szukaj:hover,input#szukaj:hover{background:#fff url(header_magnifier.svg) 50% 50% no-repeat}.top_banerki #quickSearch{width:100%}.top_banerki input#findFormFin{width:88%}@media screen and (max-width: 1700px){.top_banerki input#findFormFin{width:70%}}#catMenu{float:left;height:72px}#catMenu ul{list-style:none;margin:0px;padding-left:20px}#catMenu ul li{margin:0px;padding:0px;display:inline-block}#catMenu a{font-size:14px;font-weight:600;color:#201c1d;padding:0px 30px;line-height:72px;display:inline-block;background-position:50% 75%}#catMenu a:hover{color:#b1b1b1}#catMenu li.hovered>a{color:#b1b1b1}#catMenu a:hover,#catMenu li.hovered>a,#catMenu a.selected{background:url(podkreslenie_menu.gif) no-repeat 50% 75%}#hoverSubMenu{position:absolute;top:72px;width:100%;z-index:2000}#hoverSubMenu .subCatCol{float:left}.subCatMenu{display:none}.subCatBottom{background-color:#efefef}.menuCurtain{width:100%;position:absolute;bottom:0px;left:0px;right:0px;top:72px;z-index:1999;display:none}.menuCurtain div{background-color:black;width:100%;height:100%;opacity:0.69;filter:alpha(opacity=69)}.top_banerki .menuCurtain{top:125px}.top_banerki #hoverSubMenu{top:125px}.subCatHead a{display:table;width:101%;background-color:#8fcdbd;color:white;font-weight:600;font-size:14px;text-align:center;min-height:112px;cursor:pointer;position:relative}.subCatHead>div{border-right:1px solid #efefef;overflow:hidden}.subCatHead a span{display:table-cell;height:112px;text-align:center;width:100%;margin:0px auto;vertical-align:middle}.subCatCol:hover .subCatHead a,.subCatHead a:hover{background-color:white;color:#b1b1b1}.subCatHead a svg{fill:white;position:absolute;left:10%}.subCatCol:hover .subCatHead a svg,.subCatHead a:hover svg{fill:#8fcdbd}.subCatHead a svg{max-width:24px;height:24px;top:50%;margin-top:-12px}.subCatCol ul{display:none;list-style:none;margin:0px;padding:0px;position:absolute;top:184;width:100%;left:0px;background-color:#efefef}.subCatCol:hover ul{display:block}.subCatCol ul li{float:left;margin:0px;padding:0px;width:12.5%}.subCatCol ul li a{display:table;width:100%;color:#201c1d;background-color:#efefef;height:119px;font-size:13px;font-weight:600;text-align:center}.subCatCol ul li a span{display:table-cell;height:119px;text-align:center;width:100%;margin:0px auto;vertical-align:middle;border-right:1px solid white;border-bottom:1px solid white}.subCatCol ul li a.showMoreCategories{color:white;background-color:#8fcdbd}.subCatCol ul li a:hover,.subCatCol ul li a.showMoreCategories:hover{color:#b1b1b1;background-color:white}.subCatCol ul li.obrazekKategorii{width:25%;overflow:hidden;height:238px;float:right}li.obrazekKategorii img{min-width:100%;min-height:238px;max-height:400px}li.obrazekKategorii a:hover img{opacity:0.8;filter:alpha(opacity=80)}.width1-1,.width2-2,.width3-3,.width4-4,.width5-5,.width6-6,.width7-7,.width8-8{width:100%}.width1-2,.width2-4,.width3-6,.width4-8{width:50%}.width1-3,.width2-6{width:33.333%}.width2-3,.width4-6{width:66.666%}.width1-4,.width2-8{width:25%}.width3-4,.width6-8{width:75%}.width1-5{width:20%}.width2-5{width:40%}.width3-5{width:60%}.width4-5{width:80%}.width1-6{width:16.666%}.width5-6{width:83.333%}.width1-7{width:14.285%}.width2-7{width:28.571%}.width3-7{width:42.857%}.width4-7{width:57.142%}.width5-7{width:71.428%}.width6-7{width:85.714%}.width1-8{width:12.5%}.width3-8{width:37.5%}.width5-8{width:62.5%}.width7-8{width:87.5%}.initMobileMenu{float:right;height:100%;font-size:12px;font-weight:600;line-height:72px;position:relative;z-index:1000;padding:0px 22px;color:black;cursor:pointer;display:none}.initMobileMenu svg{width:30px;color:#050708;position:relative;top:7px}#mobileMenu{display:none;position:absolute;top:72px;width:100%;z-index:5000;background-color:#ededed}.top_banerki #mobileMenu{top:125px}#mobileMenu ul,#mobileMenu li{list-style:none;margin:0px;padding:0px}#mobileMenu>ul{border-bottom:1px solid #dadada}#mobileMenu li{border-top:1px solid #dadada;position:relative;background-color:#f0f0f0}#mobileMenu li.level1Open{background-color:#8fcdbe;color:white}#mobileMenu li.level1Open>a{color:white}#mobileMenu li a{display:inline-block;color:black;font-size:14px;padding:20px;margin:0px;width:70%;height:17px;font-weight:600}#mobileMenu div.mm{width:10%;display:inline-block;float:right;border-left:1px solid #dadada;height:57px;padding:0px;overflow:hidden;cursor:pointer;display:none;text-align:center;position:absolute;right:0px}#mobileMenu div.mm span{background:url(mobileArrow.png) 50% 50% no-repeat;display:inline-block;height:57px;width:17px;transition:0.4s}#mobileMenu div.mm.mmOpen span{transform:rotate(180deg)}#mobileMenu ul ul{display:none}#mobileMenu li li li a{font-size:13px;font-weight:400;color:#222222}#footer{background-color:white;clear:both;border-top:0px;margin-top:0px}#firstFooterLine{padding:65px 6.66% 60px 6.66%}#footer .footerPhone,#footer .footerMail{float:left;width:24%;min-height:30px}#footer .footerPhoneContent{background:url(ikona_telefon.svg) 0px 0px no-repeat;background-size:15px;color:#201c1d;padding-left:45px;line-height:20px;font-size:24px}#footer .footerMailContent{background:url(ikona_mail.svg) 0px 2px no-repeat;background-size:26px;color:#201c1d;padding-left:50px;line-height:20px;font-size:18px}#footer .footerPhone a,#footer .footerMail a{color:#201c1d}#footer .footerPhone a:hover,#footer .footerMail a:hover{color:#b1b1b1}#footer #submitMe{float:right;width:52%}#footer #submitMe .head,#footer #submitMe .txt{line-height:22px;width:42%;text-align:right;float:left;clear:left}#footer #submitMe .head{font-weight:600;font-size:16px;color:#201c1d}#footer #submitMe .txt{font-weight:400;font-size:14px;color:#b1b1b1}#footer #submitMe .przyciski{float:right;width:55%;text-align:right;margin-top:-26px;margin-bottom:-6px}#footer #submitMe .poleAdresu{width:85%;overflow:hidden;display:inline-block}#footer #submitMe input#zamawianyadres{width:100%}#footer #submitMe input#zamawiam{background:#e1e1e1 url(ikona_mail.svg) 50% 50% no-repeat;width:14%;float:right}#footer #submitMe input#zamawiam:hover{background:#efefef url(ikona_mail.svg) 50% 50% no-repeat}#footer #submitMe input#zamawiam2{background:#e1e1e1 url(ikona_mail.svg) 50% 50% no-repeat}#footer #submitMe input#zamawiam2:hover{background:#efefef url(ikona_mail.svg) 50% 50% no-repeat}#secondFooterLine{clear:both;padding:40px 6.66% 35px 6.66%;border-top:1px solid #d5d5d5}#footer #menuDolne{font-size:14px;float:left;width:55%}#footer #menuDolne li{display:inline-block;margin-right:7%;margin-bottom:10px}#footer #menuDolne li:first-child{margin-left:0px}#footer #menuDolne li:last-child{margin-right:0px}#footer #menuDolne a{color:#201c1d}#footer #menuDolne a:hover{color:#b1b1b1}#footer #menuDolne a.selected{color:#b1b1b1}#footer .footerSocials{float:right;width:45%;text-align:right}#footer .footerSocials a{margin-left:7%;display:inline-block;padding:5px}#footer .footerSocials a:first-child{margin-left:0px}#footer .footerSocials svg{fill:#8fcdbd;max-width:20px}#footer .footerSocials a:hover svg{fill:#b1b1b1;-ms-transform:scale(1.4);-webkit-transform:scale(1.4);transform:scale(1.4)}#footer .lowerFooter{clear:both;height:20px;padding:20px 6.66% 15px 6.66%;color:#b1b1b1;font-size:14px;border-top:1px solid #d5d5d5;background-color:#f3f3f3}#footer .lowerFooterLeft{width:66%;float:left;position:relative;top:-5px}#footer .lowerFooterLeft br{display:none}#footer .lowerFooterLeft img{position:relative;top:5px}#footer .lowerFooterRight{width:33%;float:right;text-align:right;font-size:12px;position:relative;top:-7px}#footer .footerLogo{width:60px;margin-left:5px;position:relative;top:7px}#footer .footerWithCard .footerCard{float:left;width:29%}#footer .footerWithCard .footerCard img{width:100%;max-width:350px}#footer .footerWithCard .footerContact{float:left;width:19%;margin-top:5px}#footer .footerWithCard .footerContact .footerPhone,#footer .footerWithCard .footerContact .footerMail{float:none;width:100%}#footer .footerWithCard .footerContact .footerPhone .footerPhoneContent{background-position:11px 0px}#footer .footerWithCard .footerContact .footerMail{margin-bottom:30px}#footer .footerWithCard #submitMe{margin-top:31px}@media screen and (max-width: 1680px){#quickSearch{width:50%}}@media screen and (max-width: 1480px){.header_button.header_blog,.header_button.header_login,.header_button.header_reviews{width:72px;overflow:hidden;text-indent:100px}.header_button.header_blog svg,.header_button.header_login svg,.header_button.header_reviews svg{position:relative;left:-95px}#quickSearch{width:45%}input#findFormFin{width:65%}#footer .footerWithCard .footerCard{float:left;width:20%;margin-right:30px}#footer .footerWithCard #submitMe{margin-top:3px}#footer .footerWithCard .footerContact .footerMail{margin-bottom:10px}#footer .footerWithCard .footerContact .footerPhoneContent,#footer .footerWithCard .footerContact .footerMailContent{font-size:18px}}@media screen and (max-width: 1240px){#quickSearch{width:40%}input#findFormFin{width:65%}input#szukaj{width:77px}#bottomHeader{text-align:left}#footer .footerWithCard .footerCard{float:none;width:100%;text-align:center}#footer .footerWithCard .footerContact{width:100%;float:none;margin-top:30px}#footer .footerWithCard .footerContact .footerPhone,#footer .footerWithCard .footerContact .footerMail{width:50%;float:left}#footer .footerPhone,#footer .footerMail{width:50%;text-align:center}#footer .footerPhoneContent,#footer .footerMailContent{margin:0px auto;display:inline-block;text-align:left}#footer #submitMe{max-width:750px;margin:0px auto;float:none;width:auto;clear:both;padding-top:40px}}@media screen and (max-width: 1140px){#quickSearch{width:25%}#footer .footerWithCard .footerCard{float:none;width:100%;text-align:center}#footer .footerWithCard .footerContact{width:100%;float:none}}@media screen and (max-width: 1110px){#quickSearch{width:25%;min-width:225px}input#findFormFin{width:45%;letter-spacing:0px}}@media screen and (max-width: 1005px){.header_promotion{display:none}#quickSearch{width:100%}input#findFormFin{width:80%;margin-right:0px}}@media screen and (max-width: 980px){#footer #menuDolne{float:none;width:auto;text-align:center}#footer .footerSocials{float:none;width:auto;text-align:center;padding-top:25px}.blogMenu{display:none}}@media screen and (max-width: 910px){.header_button.header_currency,.header_button.header_favorites,.header_button.header_blog,.header_button.header_login,.header_button.header_reviews,#catMenu,#hoverSubMenu{display:none}.header_button.header_cart{float:left}.header_button.header_cart a,.header_button.header_cart .simulateA{width:90px;text-align:left}#logoMyloview{width:150px;border-right:0px;height:100%;float:none;display:inline-block}#topHeader{text-align:center}.header_button.header_cart svg{-ms-transform:scale(1.7);-webkit-transform:scale(1.7);transform:scale(1.7)}.initMobileMenu{display:block;width:90px;text-align:right;padding-left:0px}.header_button.header_cart span{padding-right:0px}.moreMobileIcons{border-bottom:1px solid #dadada}.moreMobileIcons .header_button.header_currency,.moreMobileIcons .header_button.header_favorites,.moreMobileIcons .header_button.header_blog,.moreMobileIcons .header_button.header_login,.moreMobileIcons .header_button.header_reviews{display:block;width:56px;height:60px;float:left}.moreMobileIcons .header_button.header_currency{width:85px;position:static}.moreMobileIcons .header_button a{border-left:1px solid #dadada;padding:0px 20px}.moreMobileIcons .header_button.header_reviews a,.moreMobileIcons .header_button.header_blog a,.moreMobileIcons .header_button.header_login a{padding:0px 14px;border-bottom:1px solid #dadada}.moreMobileIcons .header_button.header_currency:hover .currencyMenu,.moreMobileIcons .currencyMenu{width:100%;height:auto;position:absolute;left:0px;display:none;max-height:none;opacity:1}.moreMobileIcons .currencyMenu a{padding:10px 20px}}@media screen and (max-width: 700px){.header_promotion{display:none}#quickSearch{min-width:1px;width:auto;float:none;position:static;margin:0px}input#findFormFin{width:80%;margin-right:0px}#header{height:121px}.top_banerki #header{height:174px}#topHeader{height:60px}#logoMyloview a{display:block;text-align:center;padding-top:15px}.header_button,.initMobileMenu{line-height:60px}.initMobileMenu svg{top:6px}#mobileMenu{top:60px}.top_banerki #mobileMenu{top:113px}#bottomHeader{height:60px}.findForm,#quickSearch{height:60px;width:auto;background:transparent;margin:0px}.top_banerki .findForm,.top_banerki #quickSearch{background:#e1e1e1}input#findFormFin{font-size:13px;letter-spacing:0px;width:75%;min-width:200px;height:59px;line-height:59px;padding:0px;border:0px !important}input#szukaj{width:20%;height:60px;padding:0px;text-align:center;margin:0px}#footer .lowerFooter{line-height:52px;padding-top:18px}#footer .lowerFooterLeft,#footer .lowerFooterRight{width:auto;float:none;text-align:center}#footer .lowerFooterRight{margin-bottom:20px}#footer .footerWithCard .footerContact .footerPhone,#footer .footerWithCard .footerContact .footerMail{float:none;width:auto;min-height:30px}}@media screen and (max-width: 600px){#footer .footerPhone,#footer .footerMail{width:auto;float:none}#footer .footerPhone{margin-bottom:20px}#footer .footerMail{margin-bottom:5px}#footer #submitMe{padding-top:30px}#footer #submitMe .head,#footer #submitMe .txt{width:auto;text-align:center;float:none;clear:both}#footer #submitMe .txt{margin-bottom:26px}#footer #submitMe .przyciski{float:none;width:auto;text-align:center;margin:5px 10px 0px 10px}#footer #submitMe input#zamawiam{width:15%}#firstFooterLine{padding-bottom:0px}#secondFooterLine{border:0px}}@media screen and (max-width: 500px){.header_button.header_cart a,.header_button.header_cart .simulateA{width:40px}.initMobileMenu{width:40px}span.toPay{display:none}.header_button.header_cart svg{margin-left:2px}#footer .lowerFooterLeft br{display:inline-block}#footer .lowerFooterLeft,#footer .lowerFooterRight{width:auto;float:none;text-align:center}#footer .footerSocials{display:none}#footer #menuDolne li{display:block;margin-left:0px;line-height:36px}#firstFooterLine{padding-top:30px}#secondFooterLine{padding-bottom:16px;padding-top:2px;border-top:0px}#footer .lowerFooter{border:0px}#footer .footerPhoneContent{padding-left:20px;background-size:12px;background-position:0px 1px}#footer .footerMailContent{padding-left:28px;background-size:20px;background-position:0px 3px}#footer .footerPhoneContent span,#footer .footerMailContent span{font-size:16px !important}#footer #submitMe .przyciski{margin-bottom:10px}#footer #submitMe .txt{margin-bottom:26px}#footer #submitMe input#zamawiam{height:41px}#footer #submitMe input#zamawianyadres[type="text"]{padding:9px 30px}}h1,h2,div.nazwa.lista{font-size:21px;font-weight:400}h1.nazwa.lista,div.nazwa.lista,h1.fullWidth,h2.fullWidth{text-align:center;min-height:9%;height:106px;margin:0px;padding:0px;width:100%;background:#f3f3f3 url(my.svg) 50% 55% no-repeat;background-size:9%;line-height:30px;padding-top:76px;clear:both;position:relative;margin-top:3px;letter-spacing:5px}h1.nazwa.lista{line-height:1.4}h1.fullWidth.light,h2.fullWidth.light{background:#fff url(my_light.svg) 50% 55% no-repeat}h1 .serduszko{position:absolute;top:50px;left:50%;margin-left:-17px}h1 .serduszko svg{width:33px;height:29px;fill:#8fcdbd}h2.gfxTitle{display:none;background-color:#262323;color:white;font-size:34px;font-weight:bold;padding:3%;text-align:center;margin:0px;clear:both}h2.gfxTitle.gfxEnabled{display:block;padding:0px;width:auto;height:auto;position:relative;overflow:hidden;background-color:white}h2.gfxTitle.gfxEnabled img{width:100%}.fullSize h2.gfxTitle.gfxEnabled img{margin-bottom:-10px;height:auto !important;min-height:200px}h2.gfxTitle.gfxEnabled>span{position:absolute;left:0px;display:block;width:100%;top:0px;top:50%;margin-top:-18px;line-height:30px}.subHead{font-size:18px;letter-spacing:3px}.subH1{font-size:21px;color:#696969;font-weight:200;margin:-80px 6.5% 0px 6.5%;letter-spacing:1px;position:relative;text-align:center}@media screen and (max-width: 1240px){h1.nazwa.lista,div.nazwa.lista,h1.fullWidth,h2.fullWidth{min-height:auto;background-size:11%;line-height:30px;letter-spacing:5px}.subH1{margin-top:-40px}}@media screen and (max-width: 980px){h1.nazwa.lista,div.nazwa.lista,h1.fullWidth,h2.fullWidth{min-height:auto;background-size:13%;line-height:30px;letter-spacing:4px}h1 .serduszko{top:40px;margin-left:-13px}h1 .serduszko svg{width:25px;height:22px}.subH1{font-size:20px;margin-top:0px}}@media screen and (max-width: 700px){h1,h2{font-size:21px}h1.nazwa.lista,div.nazwa.lista,h1.fullWidth,h2.fullWidth{min-height:auto;height:63px;background-size:15%;line-height:26px;padding-top:37px;letter-spacing:3px}.subHead{font-size:16px;letter-spacing:2px}h1.wideText{letter-spacing:1px}h2.gfxTitle{font-size:21px}h1 .serduszko{top:30px}}@media screen and (max-width: 500px){h1,h2{font-size:18px}h1.nazwa.lista,div.nazwa.lista,h1.fullWidth,h2.fullWidth{min-height:auto;height:49px;background-size:17%;line-height:23px;padding-top:26px;letter-spacing:2px}.subHead{font-size:14px;letter-spacing:0px;display:inline-block;padding:0px 10px}h2.gfxTitle{font-size:18px}h1 .serduszko{top:20px;margin-left:-9px}h1 .serduszko svg{width:18px;height:15px}.subH1{font-size:18px;margin-top:20px}}input.button,a.button{font-size:16px;display:inline-block;font-weight:600;letter-spacing:2px;color:white;background-color:#8fcdbd;padding:20px 60px;line-height:20px;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.75);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.75);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.75);text-shadow:1px 1px 1px rgba(0,0,0,0.15);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:0px}input.button:hover,a.button:hover{background-color:#b7dcd2;text-decoration:none}input.button.submitGray,a.button.submitGray{background-color:#6d6d6d}input.button.submitGray:hover,a.button.submitGray:hover{background-color:#8e8e8e}input.button.big,a.button.big{font-size:20px;letter-spacing:2px;padding:28px 90px;line-height:30px}input.button.medium,a.button.medium{font-size:18px;letter-spacing:3px;padding:25px 75px;line-height:30px;white-space:nowrap}input.button.submitIcon,a.button.submitIcon{background-position:34px 50%;background-size:18px;background-repeat:no-repeat;padding-left:80px;padding-right:40px}input.button.submitIcon.medium,a.button.submitIcon.medium{padding-left:80px;padding-right:40px}input.nearInput{font-size:16px;display:inline-block;font-weight:600;letter-spacing:0px;color:white;background-color:#6d6d6d;padding-left:35px;padding-right:35px;margin-left:-3px;text-shadow:1px 1px 1px rgba(0,0,0,0.15);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:0px;font-style:normal}input.nearInput:hover{background-color:#8e8e8e}input.nearInput.submitIcon{padding-left:85px;background-position:35px 50%;background-size:22px;background-repeat:no-repeat}@media screen and (max-width: 1240px){input.button,a.button{font-size:15px;padding:18px 50px}input.button.big,a.button.big{font-size:18px;padding:23px 70px;line-height:25px}input.button.medium,a.button.medium{font-size:16px;padding:22px 60px;line-height:25px}input.button.submitIcon,a.button.submitIcon{padding-left:80px;padding-right:40px}input.button.submitIcon.big,a.button.submitIcon.big,input.button.submitIcon.medium,a.button.submitIcon.medium{padding-left:80px;padding-right:40px}}@media screen and (max-width: 980px){input.button,a.button{font-size:14px;padding:16px 40px;letter-spacing:1px}input.button.big,a.button.big{font-size:17px;padding:20px 60px;line-height:25px}input.button.medium,a.button.medium{font-size:15px;padding:18px 50px;line-height:25px}input.button.submitIcon,a.button.submitIcon{background-position:28px 50%;padding-left:70px;padding-right:30px}input.button.submitIcon.big,a.button.submitIcon.big,input.button.submitIcon.medium,a.button.submitIcon.medium{padding-left:70px;padding-right:30px}}@media screen and (max-width: 700px){input.button,a.button{padding:14px 35px;letter-spacing:0px}input.button.big,a.button.big{font-size:16px;padding:14px 35px;line-height:20px}input.button.medium,a.button.medium{font-size:15px;padding:14px 35px;line-height:20px}input.button.submitIcon,a.button.submitIcon{background-position:14px 50%;padding-left:40px;padding-right:20px;background-size:16px}input.button.submitIcon.big,a.button.submitIcon.big,input.button.submitIcon.medium,a.button.submitIcon.medium{background-position:17px 50%;padding-left:50px;padding-right:25px;background-size:18px}}@media screen and (max-width: 500px){input.button.big,a.button.big{letter-spacing:1px}input.button.medium,a.button.medium{letter-spacing:1px}}.tabMenu .menuHead{border-bottom:1px solid #d6d6d6}.tabMenu .menuHead a{display:block;padding:20px 20px 20px 60px;border-top:1px solid #d6d6d6;border-right:1px solid #d6d6d6;font-size:13px;font-weight:600;color:#201c1d;float:left;white-space:nowrap;margin-bottom:-1px;background-color:#efefef;position:relative}.tabMenu .menuHead a svg{fill:#d6d6d6;position:absolute;top:50%;left:21px;height:20px;max-width:22px;margin-top:-10px}.tabMenu .menuHead a:first-child{border-left:1px solid #d6d6d6}.tabMenu .menuHead a:hover{background-color:white;color:#201c1d}.tabMenu .menuHead a:hover svg{fill:#bbbbbb}.tabMenu .menuHead a.selected{color:#b1b1b1;background-color:white}.tabMenu .menuHead a.selected svg{fill:#8fcdbd}.tabMenu .subItems{display:none;padding:35px 20px 15px 0px;background-color:white}.tabMenu .subItems.selected{display:block;clear:both}.tabMenu .subItems ul{list-style:none;margin:0px 0px 0px 0px;padding:0px}.tabMenu .subItems li{margin:0px;padding:0px 0px 1% 0px;display:inline-block;width:11.5%;margin-left:1%;white-space:nowrap;transition:0.2s}.tabMenu .subItems li a{font-size:13px;color:#201c1d;display:block;text-align:center;border:1px solid #efefef;background-color:#efefef;line-height:21px;padding:7px 3px}.tabMenu .subItems li a.selected{color:#b1b1b1;border:1px solid #8fcdbd;background-color:white}.tabMenu .subItems li a:hover{border:1px solid #d8d8d8;background-color:white;color:#201c1d}.tabMenu .subItems li a.selected{background:#fff url(check.svg) 90% 50% no-repeat}.tabMenu .subItems li.level4enabled{width:100%;display:block !important;clear:both;margin-left:0px;height:auto;padding-bottom:0px !important}.tabMenu .subItems li.hasLevel4 a.level4Header{background-image:url(ikona_malaStrzalkaPrawo.svg);background-position:90% 50%;background-repeat:no-repeat}.tabMenu .subItems li.hasLevel4 a{padding-left:0px;padding-right:0px;margin-bottom:1%}.tabMenu .subItems li.hasLevel4.level4enabled>a.level4Header{width:11.4%;margin-left:1%;display:block;float:left;border:1px solid #8fcebd;background-color:white;background:#fff url(ikona_malaStrzalkaLewo.svg) 90% 50% no-repeat}.tabMenu .subItems a.level4{border:0px;border-bottom:1px solid #efefef;margin-top:1px;background-color:white;display:none;float:left}.tabMenu .subItems li.level4enabled a.level4{display:inline-block;width:11.5%;margin-left:1%}.tabMenu .subItems a.level4:hover{border:0px;border-bottom:1px solid #8fcebd}.tabMenu .subItems a.level4.selected{border:0px;border-bottom:1px solid #8fcebd;color:#8fcebd}.tabMenu.itemListTabMenu .menuHead a{padding:20px 40px;text-align:center;cursor:pointer}a#releaseMenu{display:none;float:left;color:white;background:#6d6d6d url(header_arrowDown_w.svg) 10% 50% no-repeat;width:auto;padding-left:25px;padding-right:15px;cursor:pointer;text-shadow:1px 1px 1px rgba(0,0,0,0.15);margin-left:10px}.hrGray{height:1px;margin:0px;padding:0px;width:auto;background-color:#d6d6d6}ul#subMenu{list-style:none;padding:0px;margin:0px}ul#subMenu li{float:left}ul#subMenu li.rozwiniete1{margin:0px;padding:0px}ul#subMenu li a{display:block;padding:20px 20px 20px 60px;border-top:1px solid #d6d6d6;border-right:1px solid #d6d6d6;font-size:13px;font-weight:600;color:#201c1d;float:none;white-space:nowrap;margin-bottom:-1px;background-color:#efefef;position:relative;min-width:90px}ul#subMenu li a:hover{background-color:white;color:#201c1d}ul#subMenu li a:hover svg{fill:#bbbbbb}ul#subMenu li.rozwiniete1 a{color:#b1b1b1;background-color:white}ul#subMenu li a svg{fill:#d6d6d6;position:absolute;top:50%;left:20px;margin-top:-10px;height:20px;max-width:22px}ul#subMenu li.rozwiniete1 a svg{fill:#8fcdbd}ul#subMenu.sub1.faq li a{padding-left:20px}.searchPage .nonFilter{display:none !important}div.subItems.filters li{float:left;width:12.5%;position:relative;margin:0px;padding:0px}div.subItems.filters input{visibility:hidden;position:absolute}div.subItems.filters label{display:block;cursor:pointer;margin:0px 0px 20px 20px;padding:7px 3px;border:1px solid #efefef;background-color:#efefef;line-height:21px;font-size:13px;text-align:center;transition:0.5s}div.subItems.filters input:checked+label{background:#fff url(check.svg) 92% 50% no-repeat;border:1px solid #8fcdbd;color:#b1b1b1;background-size:11px}div.subItems.filters label:hover{background:white;border:1px solid #8fcdbd;background-size:11px;transition:0.2s}div.subItems.filters div.przycisk{margin-bottom:20px}div.subItems.filters div.przycisk a{cursor:pointer;margin-left:20px;color:white;background:#6d6d6d url(ikona_miniArrow_w.svg) 90% 50% no-repeat;font-weight:600;font-size:13px;padding:7px 3px;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.75);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.75);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.75);text-shadow:1px 1px 1px rgba(0,0,0,0.15);border:0px}div.subItems.filters div.przycisk a:hover{background-color:#8e8e8e}div.subItems.filters .filterItem.checked{background-image:url(check.svg);background-position:90% 50%;background-repeat:no-repeat}div.subItems.filters.colors{padding:15px 20px 15px 0px}div.subItems.filters.colors ul{padding:3px 10px}div.subItems.filters.colors li{display:block;float:left;width:173px}div.subItems.filters.colors li.colorValue{margin:3px;width:auto}div.subItems.filters.colors span.color{display:block;width:51px;height:51px;border:2px solid white;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}div.subItems.filters.colors span.color.selected,div.subItems.filters.colors span.color:hover{border:2px solid #8fcdbd}div.subItems.filters.colors div.przycisk{height:41px;position:relative;top:10px}div.subItems.filters.colors div.przycisk a{height:27px;line-height:27px;margin-left:10px}div.subItems.filters.colors span.color span{display:block;width:41px;height:41px;margin:5px}div.subItems.filters.colors span.color.border span{width:39px;height:39px;border:1px solid #dbdbdb;cursor:pointer}@media screen and (max-width: 1440px){.tabMenu .subItems li{width:12.95%;margin-left:1.3%;padding-bottom:1.3%}div.subItems.filters li{width:20%}.tabMenu .subItems li.hasLevel4.level4enabled>a.level4Header{width:12.85%;margin-left:1.3%}.tabMenu .subItems li.level4enabled a.level4{width:12.95%;margin-left:1.3%;margin-bottom:1.3%}}@media screen and (max-width: 1240px){ul#subMenu li a{padding:15px 10px 15px 40px;width:auto;margin:0px 0px -1px 0px;min-width:40px}ul#subMenu li a svg{left:12px}.tabMenu .menuHead a{padding:15px 15px 15px 50px;width:80px;margin:0px}.tabMenu .menuHead a svg{fill:#d6d6d6;position:absolute;top:50%;left:15px}.tabMenu.itemListTabMenu .menuHead a{padding:15px 30px;margin-bottom:-1px}.tabMenu .subItems li{width:15.1%;margin-left:1.55%;padding-bottom:1.55%}.tabMenu .subItems li.hasLevel4.level4enabled>a.level4Header{width:15%;margin-left:1.55%}.tabMenu .subItems li.level4enabled a.level4{width:15.1%;margin-left:1.55%;margin-bottom:1.55%}}@media screen and (max-width: 980px){ul#subMenu li a{padding:15px 10px 15px 60px;width:auto;margin:0px 0px -1px 0px;min-width:40px}ul#subMenu li{width:33.3%}ul#subMenu li a svg{left:20px}.tabMenu .subItems li{width:18.15%;margin-left:1.85%;padding-bottom:1.85%}.tabMenu .subItems li.hasLevel4.level4enabled>a.level4Header{width:18%;margin-left:1.85%}.tabMenu .subItems li.level4enabled a.level4{width:18.15%;margin-left:1.85%;margin-bottom:1.85%}}@media screen and (min-width: 901px){.tabMenu .subItems li.toggleTabsItemList{display:none}.tabMenu.itemListTabMenu .subItems li.moreSubItems{display:inline-block !important}}@media screen and (max-width: 900px){a#releaseMenu{display:block}.tabMenu.itemListTabMenu .menuHead a.hideResponsive{display:none}.tabMenu.itemListTabMenu .menuHead a.hideResponsive.selected{display:inline-block;background-color:#8fcdbd;color:white}.tabMenu.itemListTabMenu .menuHead a{display:inline-block;width:auto;padding-left:30px;padding-right:30px}.tabMenu.itemListTabMenu .menuHead a.wideMenu{transition:0.5s;padding-left:0px;padding-right:0px;width:100%;border-right:0px;border-left:0px}}@media screen and (max-width: 850px){.tabMenu .subItems li{width:22.85%;margin-left:2.1%;padding-bottom:2.1%}div.subItems.filters li{width:25%}.tabMenu .subItems li.hasLevel4.level4enabled>a.level4Header{width:22.65%;margin-left:2.1%}.tabMenu .subItems li.level4enabled a.level4{width:22.85%;margin-left:2.1%;margin-bottom:2.1%}}@media screen and (min-width: 701px){.tabMenu .subItems li.toggleTabs{display:none}.tabMenu .subItems li{display:inline-block}}@media screen and (max-width: 700px){div.subItems.filters li{width:33%}ul#subMenu li{width:50%}.tabMenu .menuHead a{padding:15px 0px 15px 0px;text-indent:50px;width:49%}.tabMenu .menuHead a:nth-child(3){border-left:1px solid #d6d6d6}.tabMenu .subItems{padding:20px 3% 5px 0px;background-color:white;border-bottom:1px solid #d6d6d6}.tabMenu .subItems li{margin:0px;padding:0px 0px 3% 0px;width:46.95%;margin-left:3%;min-width:50px}.tabMenu.itemListTabMenu .subItems li.moreSubItems{display:none}.tabMenu.itemListTabMenu .subItems li.moreSubItems.selected,.tabMenu.itemListTabMenu .subItems li.moreSubItems.selected+li.moreSubItems{display:inline-block}.tabMenu.itemListTabMenu .subItems li{display:inline-block}.tabMenu .subItems li.toggleTabs{display:inline-block;float:right;padding:0px 0px 2% 0px}.tabMenu .subItems li a.toggleTabsItemList,.tabMenu .subItems li a.toggleTabs{cursor:pointer;background:#fff url(header_arrowDown.svg) 90% 50% no-repeat;border:1px solid white;border-bottom:1px solid #8fcdbd;font-weight:600;transition:0.6s}.tabMenu .subItems li a.toggleTabsItemList:hover,.tabMenu .subItems li a.toggleTabs:hover{color:#8fcdbd;transition:0.2s}.tabMenu .subItems li{display:none}.tabMenu .subItems li.selected{display:inline-block}.tabMenu.itemListTabMenu .menuHead a{display:inline-block;width:auto;padding-left:30px;padding-right:30px;text-indent:0px}.tabMenu.itemListTabMenu .menuHead a:nth-child(3){border-left:0px}.tabMenu .subItems li{width:30.8%;margin-left:2.5%;padding-bottom:2.5%}.tabMenu .subItems li.hasLevel4.level4enabled>a.level4Header{width:30.5%;margin-left:2.5%}.tabMenu .subItems li.level4enabled a.level4{width:30.8%;margin-left:2.5%;margin-bottom:2.5%}}@media screen and (max-width: 550px){div.subItems.filters li{width:49%}.tabMenu .subItems li{width:46%;margin-left:4%;padding-bottom:4%}.tabMenu.itemListTabMenu .menuHead a{display:inline-block;width:auto;padding-left:10px;padding-right:10px}.tabMenu .subItems li.hasLevel4.level4enabled>a.level4Header{width:45.3%;margin-left:4%}.tabMenu .subItems li.level4enabled a.level4{width:46%;margin-left:4%;margin-bottom:4%}}@media screen and (max-width: 500px){ul#subMenu li{width:auto;float:none}}.catPath ul#breadcrumbs{list-style:none;font-size:13px;padding-left:30px}.catPath li{display:inline-block;font-weight:normal}.catPath a{color:#9cd3c5;font-weight:bold}.catPath a:hover{color:#8fcdbd}.catPath li.sep{width:40px;background:url(ikona_miniArrow.svg) 50% 90% no-repeat;text-indent:40px;overflow:hidden}.catPath strong{font-weight:normal}.conBody{background-color:white;color:#201c1d;font-size:14px;line-height:28px;font-weight:400;border-bottom:1px solid #d5d5d5;clear:both}.conBody h2{letter-spacing:3px;font-size:20px}.conBodyWrap{padding:30px 10%}.initPrint{padding:0px 10% 30px 10%}.contactPage .conBodyWrap{padding:0px}.contactPage .conBody{border:0px}.contactPage{background:white}.contactPage .contactMy{float:left;width:8.1%;overflow:hidden}.contactPage .contactMy span.img{width:auto;height:690px;transform:rotate(270deg);position:relative;background:url(myloview.svg) 50% 50% no-repeat;display:block}.contactPage .contactBody{float:left;width:30%}.contactPage .contactConForm{float:left;width:44%;padding:50px 8%}.contactPage .contactConForm .conFormField{max-width:640px}.contactPage .contactBody table{border-left:2px solid #f3f3f3;border-right:2px solid #f3f3f3;width:100%;height:100%}.contactPage .contactBody table td{width:75%;border-top:2px solid #f3f3f3;vertical-align:middle;height:230px}.contactPage .contactBody table tr:first-child td{border-top:0px}.contactPage .contactBody table td:first-child{width:25%}.contactPage .szarySkrot{display:none}.contactPlaces table{width:100%}.contactPlaces table td{padding:6.5%;font-size:24px;font-weight:200;color:#696969}.contactPlaces table td h3{font-size:36px;font-weight:600;color:#201c1d;margin-top:0px;padding-top:0px}.contactPlaces table tr:nth-child(even) td{text-align:left;background:#f3f3f3}.contactPlaces table tr:nth-child(odd) td{text-align:right;background:white}.contactPlaces table tr:nth-child(even) iframe{float:right}.contactPlaces table tr:nth-child(odd) iframe{float:left}img.o-nas{width:50%;float:left;height:auto !important}.o-nas-wprowadzenie{line-height:28px;width:40%;padding:4% 5%;float:right}.o-nas-pracownicy{clear:both}.o-nas-pracownik{width:50%;float:left;border-top:1px solid #d8d8d8;height:459px}.o-nas-pracownik:nth-child(4n+1),.o-nas-pracownik:nth-child(4n+4){background-color:#f3f3f3}.o-nas-pracownik:nth-child(4n+2),.o-nas-pracownik:nth-child(4n+3){background-color:white}.o-nas-pracownik{width:50%;float:left;border-top:1px solid #d8d8d8}.o-nas-pracownik:nth-child(even){border-left:1px solid #d8d8d8;margin-left:-1px}.o-nas-pracownik h3{margin-bottom:0px;font-size:26px}.o-nas-pracownik p:nth-child(2){margin-top:0px}.o-nas-pracownik td{width:50%;line-height:28px}.o-nas-pracownik td:nth-child(even){padding:60px 60px 60px 0px}.o-nas-pracownik td img{max-width:100%;height:auto !important;margin:60px 0px}.o-nas-pracownik{width:50%}.mietowy-baner-100{color:white;width:auto;padding:6.5%;background:#8fcdbd url(dol-100.jpg) 50% top no-repeat;height:200px}.mietowy-baner-50{color:white;width:43.5%;padding-left:3.25%;padding-right:3.25%;float:left;background:#8fcdbd url(rekrutacja_dol.jpg) 50% top no-repeat;height:460px}.mietowy-baner-100 strong,.mietowy-baner-50 strong{font-weight:600}.conBodyWrap.fullSize{padding:0px}.conBodyWrap.fullSize .initPrint{display:none}.rekrutacja-wpis{width:50%;float:left;height:460px}.rekrutacja-wpis:nth-child(4n+1),.rekrutacja-wpis:nth-child(4n+4){background-color:#f3f3f3}.rekrutacja-wpis:nth-child(4n+2),.rekrutacja-wpis:nth-child(4n+3){background-color:white}.rekrutacja-wpis h3{margin-bottom:0px;margin-top:0px;font-size:20px;font-weight:600}.rekrutacja-wpis p:nth-child(2){margin-top:0px}.rekrutacja-wpis table{width:100%}.rekrutacja-wpis td{line-height:28px}.rekrutacja-wpis td:nth-child(odd){width:25%;padding:11.3% 3.25% 11.3% 6.5%;text-align:center}.rekrutacja-wpis td:nth-child(even){width:75%;padding:11.3% 6.5% 11.3% 3.25%}.rekrutacja-wpis td img{height:auto !important}.rekrutacja-szczegoly{width:100%;line-height:28px}.rekrutacja-szczegoly h3{font-size:20px;font-weight:normal;letter-spacing:2px;margin-top:0px}.rekrutacja-szczegoly h3:first-child{margin-top:0px}.rekrutacja-szczegoly p{margin:20px 0px}.rekrutacja-szczegoly td{padding:5% 6.5%}.rekrutacja-szczegoly td:nth-child(1){padding:5% 0px}.rekrutacja-szczegoly td:nth-child(1) img{margin-left:123px}.rekrutacja-szczegoly td:nth-child(3){background-color:#f3f3f3;width:25%;padding:6.5% 2%;text-align:center}.rekrutacja-szczegoly ul{padding:0px;list-style:none}.rekrutacja-szczegoly li{background:url(ikona_miniArrow_g.svg) 0px 10px no-repeat;padding-left:50px;padding-bottom:20px}@media screen and (max-width: 1440px){.rekrutacja-szczegoly td:nth-child(1) img{margin-left:70px}}@media screen and (max-width: 980px){.rekrutacja-szczegoly td:nth-child(1),.rekrutacja-szczegoly td:nth-child(3),.rekrutacja-szczegoly td:nth-child(2){display:block;width:auto;padding:6.5%;float:none;text-align:left}.rekrutacja-szczegoly td:nth-child(1){padding-bottom:0px}.rekrutacja-szczegoly td:nth-child(1) img{margin-left:0px}.o-nas-pracownik{width:90%;float:none;padding:5%;height:auto}.o-nas-pracownik:nth-child(even){border:0px;margin:0px}.o-nas-pracownik:nth-child(4n+1),.o-nas-pracownik:nth-child(4n+3){background-color:#f3f3f3}.o-nas-pracownik:nth-child(4n+2),.o-nas-pracownik:nth-child(4n+4){background-color:white}.o-nas-pracownik td:nth-child(even){padding:0px}.o-nas-pracownik td img{width:50%;margin:0px 0px}img.o-nas{width:100%;float:none;height:auto !important}.o-nas-wprowadzenie{width:87%;padding:6.5%;float:none}.mietowy-baner-50{width:auto;float:none}.rekrutacja-wpis{width:100%;float:none;padding:0px;height:auto}.rekrutacja-wpis:nth-child(4n+1),.rekrutacja-wpis:nth-child(4n+3){background-color:#f3f3f3}.rekrutacja-wpis:nth-child(4n+2),.rekrutacja-wpis:nth-child(4n+4){background-color:white}.rekrutacja-wpis td:nth-child(odd){width:30%;padding:11.3% 3.25% 11.3% 6.5%}.rekrutacja-wpis td:nth-child(even){width:70%;padding:11.3% 6.5% 11.3% 3.25%}}@media screen and (max-width: 500px){.o-nas-pracownik,.rekrutacja-wpis{width:auto;padding:6.5%}.o-nas-pracownik table,.o-nas-pracownik tr,.o-nas-pracownik td,.rekrutacja-wpis table,.rekrutacja-wpis tr,.rekrutacja-wpis td{display:block;width:auto;margin:0px;padding:0px}.o-nas-pracownik td img{width:200px !important}.rekrutacja-wpis td:nth-child(odd){width:auto;padding:11.3% 6.5% 0px 6.5%;text-align:left !important}.rekrutacja-wpis td:nth-child(even){width:auto;padding:11.3% 6.5% 11.3% 6.5%}.rekrutacja-wpis td img{margin-left:0px !important}}@media screen and (max-width: 1440px){.contactPage .contactMy{width:12.1%}.contactPage .contactBody{float:left;width:40%}.contactPage .contactConForm{float:left;width:30%;padding:50px 8%}.contactPlaces table iframe,.contactPlaces table img{width:50% !important;height:50% !important}}@media screen and (max-width: 980px){.contactPlaces table iframe,.contactPlaces table img{float:none;width:100% !important;margin-bottom:25px}.contactPlaces table td{font-size:18px}.contactPlaces table td h3{font-size:22px}.contactPage .contactMy{float:none;width:auto}.contactPage .contactMy span.img{width:auto;height:50px;margin:35px 0px 15px 0px;transform:rotate(0deg)}.contactPage .contactBody{float:none;width:auto}.contactPage .contactConForm{float:none;width:auto;padding:6.5%}.contactPage .contactBody table{border:0px;height:auto;border-bottom:2px solid #f3f3f3}.contactPage .contactBody table td{height:100px}.contactPage .contactBody table tr:first-child td{border-top:2px solid #f3f3f3}}.partnerzyStopka h2{text-align:center;font-size:20px;letter-spacing:2px;padding:100px 0px 60px 0px;clear:both}.partnerzyStopka .listaPartnerow p{width:20%;text-align:center;padding:50px 0px;float:left;border-top:1px solid #d8d8d8;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;margin:0px;margin-right:-1px;margin-bottom:-1px}@media screen and (min-width: 1041px){.partnerzyStopka .listaPartnerow p:nth-child(5n){border-right:0px;margin-right:0px}}@media screen and (min-width: 851px) and (max-width: 1040px){.partnerzyStopka .listaPartnerow p{width:25%}.partnerzyStopka .listaPartnerow p:nth-child(4n){border-right:0px;margin-right:0px}}@media screen and (min-width: 651px) and (max-width: 850px){.partnerzyStopka .listaPartnerow p{width:33.33%;padding:30px 0px}.partnerzyStopka .listaPartnerow p:nth-child(3n){border-right:0px;margin-right:0px}.partnerzyStopka h2{padding:60px 0px 50px 0px}}@media screen and (min-width: 451px) and (max-width: 650px){.partnerzyStopka .listaPartnerow p{width:50%;padding:30px 0px}.partnerzyStopka .listaPartnerow p:nth-child(even){border-right:0px;margin-right:0px}}@media screen and (max-width: 450px){.partnerzyStopka .listaPartnerow p{width:auto;float:none;margin:0px;padding:20px 0px;border:0px;border-top:1px solid #d8d8d8}.partnerzyStopka h2{padding:40px 0px 30px 0px}}div.lista_div.itemList{width:auto;margin:0px 4.7% 0px 6.5%}div.lista_div.itemList .lt{display:block;float:left;width:18%;height:18%;padding:0px;margin:0px 2% 2% 0px;background:#f8f8f8;overflow:hidden}div.lista_div.itemList .lt .towar{position:relative;height:100%;width:auto;height:200px}div.lista_div.itemList a{display:block;text-align:center;height:100%;height:100%;cursor:pointer;overflow:hidden;position:relative}div.lista_div.itemList a.zaznaczona{background-color:#FFD8D8}div.lista_div.itemList a .fotka{text-align:center;display:inline-block;margin:0px;padding:0px;height:200px}div.lista_div.itemList a .fotka>div{display:table-cell;margin:0 auto;vertical-align:middle;height:200px}div.lista_div.itemList a .fotka img{margin:0px auto;max-width:100%;max-height:100%;display:block;transition:1s}div.lista_div.itemList a .nazwa{font-size:18px;font-weight:600;color:#201c1d;text-align:left;position:absolute;top:160px;padding:5%}.hoverOverlay{display:inline-block;background:transparent url(ikona_strzalka_w.svg) 50% 75% no-repeat;background-size:90px;transition-delay:1s;transition:0.1s}.hoverOverlay:hover{background-color:black;transition-delay:0s;transition:0.1s}.hoverOverlay.ready{background-color:black}div.lista_div.itemList div.favo:hover+a .fotka img,div.lista_div.itemList a:hover .fotka img{opacity:0.35;transition:0.2s}div.lista_div.itemList div.favo{opacity:0;position:absolute;left:50%;top:30%;width:33px;height:30px;z-index:1;cursor:pointer;transition:margin-top 4s, opacity 2s;margin-top:-40px}div.lista_div.itemList .towar div.favo svg{fill:#8fcdbd;width:33px;height:30px;margin-left:-16px}div.lista_div.itemList .towar:hover div.favo svg{margin-top:0px}div.lista_div.itemList .towar:hover div.favo{display:block;opacity:1;margin-top:0px;transition:0.2s}div.lista_div.itemList .towar:hover div.favo:hover svg{fill:#e98484}div.lista_div.itemList div.favo.red:hover,div.lista_div.itemList div.favo.red{background:transparent}div.lista_div.itemList div.favo.red svg,div.lista_div.itemList .towar:hover div.favo.red svg,div.lista_div.itemList div.favo:hover svg{fill:#e98484}#bigImg{position:absolute;z-index:500;background:white;padding:5px 5px 0px 5px;transition:left 0s, opacity 0.5s;-webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.5);-moz-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.5);box-shadow:0px 5px 10px 0px rgba(0,0,0,0.5)}#powiekszenieLista{position:absolute;z-index:1101;background-color:transparent;padding-left:5px;padding-right:5px;transition:left 0s, opacity 0.5s}#powiekszenieLista div.powiekszenieTlo{padding:6px 6px 6px 6px;background:#fff url(img-loader.gif) no-repeat 50% 50%;min-width:50px;min-height:50px;display:block;-webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.5);-moz-box-shadow:0px 5px 10px 0px rgba(0,0,0,0.5);box-shadow:0px 5px 10px 0px rgba(0,0,0,0.5);position:relative;text-align:center}#powiekszenieLista div.powiekszenieTlo img{margin:0}#powiekszenieLista div.powiekszenieTlo div.powiekszeniePodobne{border:0px;width:auto}#powiekszenieLista div.powiekszenieTlo div.powiekszeniePodobne a{color:white;background-color:#8fcdbd;cursor:pointer;display:block;font-size:15px;padding:8px 15px;text-align:left;text-decoration:none}#powiekszenieLista div.powiekszenieTlo div.powiekszeniePodobne a:hover{background-color:#B7DCD2;color:white}#powiekszenieLista div.powiekszenieTlo.powiekszenieTloBig{width:478px}#powiekszenieLista div.powiekszenieTlo.powiekszenieTloBig div.powiekszeniePodobne{border:0px;width:auto;margin-top:484px}.imageOverlaySpace{width:478px;height:478px;float:left;background-position:50% 50%;background-repeat:no-repeat}.imageOverlaySpace img{width:478px;height:478px}div.lista_div.itemList .lt .towar.produktBazowy2426{height:362px}div.lista_div.itemList .produktBazowy2426 h2{font-size:15px;font-weight:400;color:#9e9e9e;text-align:left;padding:0px;margin:0px;max-height:46px;overflow:hidden}div.lista_div.itemList .produktBazowy2426 .nazwa{padding:10% 10% 0px 10%;top:170px}div.lista_div.itemList .produktBazowy2426 .atrybuty{font-size:13px;font-weight:400;color:#201c1d;text-align:left;padding:9px 0px}div.lista_div.itemList .produktBazowy2426 .cena{font-size:20px;font-weight:bold;padding:0px 10% 15% 10%;text-align:left;position:absolute;bottom:0px;color:#201c1d}div.lista_div.itemList .produktBazowy2426 .cena .grosze,div.lista_div.itemList .produktBazowy2426 .cena .waluta{font-size:15px}div.lista_div.itemList .produktBazowy2426 a img.imageOverlay{background:transparent;position:absolute;top:2px;width:190px;height:190px;left:50%;margin-left:-95px}div.lista_div.itemList .produktBazowy2426 div.favo{top:21%}.gornyTekst{font-size:13px;text-align:center;width:auto;margin:0px 6.5% 45px 6.5%;line-height:24px;color:#333333}.gornyTekst strong{font-weight:600}h1.nazwa.lista+.gornyTekst,h1.fullWidth+.gornyTekst{margin-top:-45px;position:relative;z-index:2}.gornyTekstOpis{margin-bottom:10px;text-align:justify}a.gorneCzytajWiecej,a.gorneCzytajMniej{font-weight:bold;color:#8fcdbd;cursor:pointer;background:url(header_arrowDown.svg) right 50% no-repeat;display:inline-block;padding-right:20px;margin-top:10px;margin-bottom:20px;max-height:30px;overflow:hidden;transition:0.5s}a.gorneCzytajMniej{background:url(header_arrowUp.svg) right 50% no-repeat}.gornyTekstRozwiniecie{display:none;text-align:justify;margin-bottom:10px}div.repFormMail{background-color:white;border-bottom:1px solid #d5d5d5;padding:25px 10px 80px 10px;margin-top:60px}div.repFormMail h2{font-size:20px;text-align:center;letter-spacing:3px;margin-bottom:40px}.formRepFormMail{text-align:center}div.repFormMail input[type="text"]{max-width:580px;width:60%;vertical-align:bottom}div.repFormMail input.button{background-image:url(ikona_mail_w.svg);height:54px;margin-bottom:1px}div.repFormMail .alert{text-align:center;margin:0px;padding:0px 0px 20px 0px}@media screen and (max-width: 1440px){div.lista_div.itemList .lt{width:23%}}@media screen and (max-width: 980px){div.lista_div.itemList .lt{width:31.25%}div.lista_div.itemList a .nazwa{font-size:16px}#powiekszenieLista{display:none}h1.nazwa.lista+.gornyTekst,h1.fullWidth+.gornyTekst{margin-top:-15px}.gornyTekst{margin-bottom:25px}}@media screen and (max-width: 800px){div.lista_div.itemList .lt{width:48%}}@media screen and (max-width: 700px){h1.nazwa.lista+.gornyTekst,h1.fullWidth+.gornyTekst{margin-top:0px}.gornyTekst{margin-bottom:15px}}@media screen and (max-width: 450px){div.lista_div.itemList .lt{width:97.3%}}.inspiracja{background:white;clear:both;position:relative;border-bottom:1px solid #f3f3f3}a.inspiracjaUlubiona{position:absolute;top:5.8%;left:2.8%;cursor:pointer;transition:0.5s}a.inspiracjaUlubiona svg{width:39px;height:35px;fill:#8fcdbd}a.inspiracjaUlubiona:hover svg{fill:#b7dcd2}a.inspiracjaUlubiona.selected svg{fill:#e98484}a.inspiracjaUlubiona.selected:hover svg{fill:#e66969}.inspiracjaOpis{color:#696969;font-weight:200;margin:6.5% 0px 0px 6.5%;float:left;width:30%;position:relative;padding-bottom:0px;transition:0.5s}.inspiracjaKategoria{font-weight:200;font-size:24px;color:#696969;margin-top:-8px;transition:0.5s}.inspiracjaOpis h3{font-size:36px;font-weight:600;color:#201c1d;margin:7px 0px 7px 0px;padding:0px}.inspiracjaStrzalka{position:static;margin-top:100px;transition:0.5s}.inspiracjaStrzalka svg{fill:#dadada;width:132px;height:16px}.inspiracjaZdjecie{width:50%;height:auto;overflow:hidden;float:right;margin:6.5% 6.5% 4% 0px;transition:0.5s}.inspiracjaZdjecie img{width:100%;margin-bottom:-5px;transition:1s;cursor:pointer}.inspiracjaTekst{padding:0px 6.5% 4% 6.5%;font-size:13px;text-align:justify;line-height:20px;color:#333333}.inspiracjaTekst strong{font-weight:600}.inspiracjaTekst.big{padding-top:4%}.inspiracja.inspiracjaHover .inspiracjaZdjecie img,.inspiracjaZdjecie img:hover{transform:scale(1.1)}.inspiracja.inspiracjaHover a.button.inspiracjaDoSzczegolow{background-color:#b7dcd2}.inspiracjaCena{font-size:42px;font-weight:bold;color:#201c1d;letter-spacing:3px;width:12.55%;min-width:220px;margin-left:6.5%;border:2px solid #d3d3d3;padding:1% 2.5% 6% 0px;text-align:right;clear:left;position:absolute;margin-bottom:4.3%;bottom:0px;right:63.7%;transition:0.5s}.inspiracjaCena .grosze{font-size:20px}a.button.inspiracjaDoSzczegolow{position:absolute;left:75%;top:50%;white-space:nowrap;transition:0.5s}div.inspiracjeLoader{background:url(img-loader.gif) no-repeat 50% 50%;height:70px;width:100%;float:left;clear:both;margin-bottom:20px}.jscroll-added{min-height:90px}.nieZnaleziono,.zeroResultsError{width:90%;max-width:600px;margin:0px auto;padding:50px 0px;text-align:center;font-weight:bold;background:url(my.svg) 50% 55% no-repeat;background-size:16%}.inspiracja:nth-child(even){background:#f3f3f3}.inspiracja:nth-child(even) .inspiracjaZdjecie{float:left;margin:6.5% 0px 6.5% 6.5%}.inspiracja:nth-child(even) .inspiracjaOpis{text-align:right}.inspiracja:nth-child(even) .inspiracjaStrzalka{left:auto;right:0px;bottom:0px}.inspiracja:nth-child(even) .inspiracjaCena{margin-right:6.5%;margin-left:0px;clear:right;position:absolute;margin-bottom:6.8%;bottom:0px;left:63.7%}.inspiracja:nth-child(even) a.button.inspiracjaDoSzczegolow{left:auto;right:73%}.inspiracja:first-child .inspiracjaZdjecie{width:75.6%;max-width:1413px;height:auto;margin:0px}.inspiracja:first-child .inspiracjaZdjecie img{margin-bottom:-5px}.inspiracja:first-child .inspiracjaOpis{width:16%}.inspiracja:first-child .inspiracjaOpis h3{margin:20px 0px 7px 0px}.inspiracja:first-child .inspiracjaCena{font-size:65px;width:16%;min-width:270px;margin-left:0px;border:2px solid #d3d3d3;padding:2% 6.5% 9.31% 0px;text-align:right;clear:left;position:absolute;margin-bottom:6.17%;bottom:0px;left:0px;left:6.5%;right:auto}.inspiracja:first-child .inspiracjaCena .grosze{font-size:30px}.inspiracja:first-child .inspiracjaStrzalka{position:static;margin-top:80px}.inspiracja:first-child .inspiracjaKategoria{margin-top:0px}.inspiracja:first-child a.button.inspiracjaDoSzczegolow{left:65%;top:55%}@media screen and (max-width: 1600px){.inspiracja:first-child .inspiracjaStrzalka{display:none}}@media screen and (max-width: 1440px){.inspiracjaKategoria{font-size:20px}.inspiracjaOpis h3{font-size:30px;margin:0px}.inspiracja:first-child .inspiracjaStrzalka,.inspiracjaStrzalka{position:static;margin-top:10px}.inspiracjaCena{font-size:38px}.inspiracjaCena .grosze{font-size:18px}.inspiracja:first-child .inspiracjaZdjecie{width:65%}.inspiracja:first-child .inspiracjaOpis{width:25%}.inspiracja:first-child .inspiracjaCena{padding:1% 6.5% 9.31% 0px}}@media screen and (max-width: 1240px){.inspiracjaKategoria{font-size:18px}.inspiracjaOpis h3{font-size:25px}.inspiracja:first-child .inspiracjaCena,.inspiracjaCena{font-size:34px;min-width:200px}.inspiracja:first-child .inspiracjaCena .grosze,.inspiracjaCena .grosze{font-size:17px}.inspiracjaStrzalka{margin-top:0px}.inspiracja:first-child .inspiracjaZdjecie{width:60%}.inspiracja:first-child .inspiracjaOpis{width:30%}.inspiracja:first-child .inspiracjaCena{padding:1% 6.5% 7.31% 0px}}@media screen and (max-width: 980px){.inspiracjaKategoria{font-size:14px}.inspiracjaOpis h3{font-size:20px}.inspiracja:first-child .inspiracjaCena,.inspiracjaCena{font-size:28px;min-width:180px;padding-bottom:3%}.inspiracja:first-child .inspiracjaCena .grosze,.inspiracjaCena .grosze{font-size:14px}a.inspiracjaUlubiona{display:none}.inspiracja:first-child .inspiracjaZdjecie{width:55%}.inspiracja:first-child .inspiracjaOpis{width:35%}.inspiracjaStrzalka{display:none}}@media screen and (max-width: 700px){.inspiracjaZdjecie,.inspiracja:first-child .inspiracjaZdjecie,.inspiracja:nth-child(even) .inspiracjaZdjecie{float:none;margin:0px;width:100%}.inspiracja:nth-child(even) .inspiracjaOpis,.inspiracja:first-child .inspiracjaOpis,.inspiracjaOpis{margin:20px;float:none;width:auto;min-height:1px;text-align:left}.inspiracjaOpis h3{margin:10px 0px}.inspiracja:first-child .inspiracjaCena,.inspiracja:nth-child(even) .inspiracjaCena,.inspiracjaCena{position:relative;margin:0px 20px;top:auto;left:auto;right:auto;padding-bottom:80px;padding-top:10px}.inspiracja{padding-bottom:40px}.inspiracja:nth-child(even) a.button.inspiracjaDoSzczegolow,a.button.inspiracjaDoSzczegolow,.inspiracja:nth-child(even) a.button.inspiracjaDoSzczegolow{position:absolute;left:25%;top:50%;right:auto;white-space:nowrap;max-width:150px}.inspiracjaTekst{padding-top:4%}}.popularne{margin:40px 40px 40px 40px;clear:both;padding:50px 0px 100px 0px}.popularne.popularne_index{padding:0px}a.popularna{display:block;background-color:white;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.6);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.6);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.6);color:#201c1d;font-weight:600;font-size:20px;margin:5px}a.popularna.zielona,a.popularna:hover{background-color:#8fcdbd;color:white}.popularnaZdjecie{background-color:white;overflow:hidden}.popularnaZdjecie img{margin-bottom:-6px;width:100%;transition:1s}.popularnaOpis{background:transparent url(ikona_strzalka.svg) right 50% no-repeat;background-size:132px;padding:60px 0px 60px 50px;margin-right:50px}.popularnaOpis span{background:transparent;display:inline-block;padding-right:10px;transition:0.6s}.popularnaTekst{padding:0px 50px 40px 50px;font-size:14px;font-weight:normal;line-height:23px}a.popularna:hover .popularnaOpis span{background:transparent;transition:0.4s}a.popularna:hover .popularnaOpis{background-image:url(ikona_strzalka_w.svg)}a.popularna:hover .popularnaZdjecie{overflow:hidden}a.popularna:hover .popularnaZdjecie img{opacity:0.85;transform:scale(1.1);transition:1s}a.popularna.zielona .popularnaOpis span{background:#8fcdbd}a.popularna.zielona .popularnaOpis{background-image:url(ikona_strzalka_w.svg)}.popularne .readMore{clear:both;text-align:center;padding:130px 0px 100px 0px}.popularneCol1{width:50%;float:left}.popularneCol2{width:50%;float:right;padding-top:8%}.popularneCol1 a.popularna{float:right;clear:right}.popularneCol2 a.popularna{float:left;clear:left}@media screen and (max-width: 1240px){.popularnaOpis{padding:40px 0px 40px 30px;margin-right:30px}.popularnaTekst{padding:40px 30px 40px 30px}}@media screen and (max-width: 980px){.popularnaOpis{padding:30px 0px 30px 25px;margin-right:25px}.popularnaTekst{padding:30px 25px 30px 25px}a.popularna{font-size:18px}.popularne .readMore{clear:both;text-align:center;padding:100px 0px 60px 0px}}@media screen and (max-width: 700px){.popularnaOpis{padding:20px 0px 20px 20px;margin-right:20px}.popularnaTekst{padding:20px 20px 20px 20px}a.popularna{font-size:16px}.popularne{margin:10px}.popularne .readMore{clear:both;text-align:center;padding:60px 0px 20px 0px}}@media screen and (max-width: 500px){.popularneCol1,.popularneCol2{width:auto;float:none;padding-top:0px}.popularneCol1 a.popularna,.popularneCol2 a.popularna{float:none;margin:15px}}.kafelki.opis{clear:both}.kafelki.opis .opis{margin-top:40px}.kafelki.opis .opis{background-color:white;padding:0px 6.5% 80px 6.5%;font-size:13px;line-height:24px;color:#333333}.kafelki.opis .opis{padding-top:80px;height:auto !important}.kafelki.opis .opis strong{font-weight:600}.kafelki.opis .opis h2{line-height:1.4;font-size:21px;font-weight:400;color:#333333}.kafelki.opis .opis h2 strong{font-weight:400}.kafelki.opis.odstep{margin-bottom:60px}.popularne.popularne_index{margin-left:6.5%;margin-right:6.5%}.popularneIndexCol1,.popularneIndexCol2,.popularneIndexCol3{width:33.3%;float:left}.popularne.popularne_index a.popularna{margin:0px 5px 10px 5px}.popularne.popularne_index .readMore{padding-top:60px;padding-bottom:25px}@media screen and (max-width: 1240px){.popularneIndexCol1,.popularneIndexCol2,.popularneIndexCol3{width:50%;float:left}}@media screen and (max-width: 700px){.popularneIndexCol1,.popularneIndexCol2,.popularneIndexCol3{width:auto;float:none}}.opisInspiracji.full,div#tekstDol{background-color:white;padding:80px 6.5% 80px 6.5%;border-bottom:1px solid #d5d5d5;font-size:13px;line-height:24px;color:#333333;border-top:1px solid #D5D5D5}div#tekstDol{height:auto !important}div#tekstDol strong{font-weight:600}div#tekstDol h2,div#tekstDol h3{line-height:1.4;font-size:21px;font-weight:400;color:#333333}div#tekstDol h2 strong,div#tekstDol h3 strong{font-weight:400}.opisInspiracji.full h3{font-size:30px;font-weight:400;text-align:center;min-height:13%;margin:0px;padding:100px 50px;width:auto;background:#fff url(my_light.svg) 50% 55% no-repeat;background-size:9%;line-height:50px;clear:both;letter-spacing:3px}.opisInspiracji.full img{max-width:45%;height:auto !important}div#tekstDol .obrazek_tekst{text-align:center;position:relative;margin:5px 10px 20px !important}div#tekstDol .obrazek_tekst .obrazek_link img{display:block;width:100% !important;height:auto !important}div#tekstDol .obrazek_tekst .tekst_link{display:block;bottom:44px;left:40px;position:absolute;line-height:22px;min-width:137px;padding:20px 54px 20px 54px;background-color:#6D6D6D;color:white}div#tekstDol .obrazek_tekst .tekst_link:hover{background-color:#8FCDBE}.szary_pasek{height:91px}.szary_pasek.border{border-bottom:1px solid #D8D8D8;border-top:1px solid #D8D8D8}.szary_pasek.border_bottom{border-bottom:1px solid #D8D8D8}.szary_pasek.border_top{border-top:1px solid #D8D8D8}.szary_pasek.footer{margin-bottom:1px}@media screen and (max-width: 1240px){.opisInspiracji.full h3{min-height:auto;padding:85px 50px;background-size:11%;line-height:auto}}@media screen and (max-width: 980px){.opisInspiracji.full h3{font-size:28px;min-height:auto;padding:50px 50px;background-size:13%;line-height:30px;background-position:50% 60%;letter-spacing:2px}}@media screen and (max-width: 700px){.opisInspiracji.full h3{font-size:24px;min-height:auto;padding:30px 30px;background-size:15%}}@media screen and (max-width: 500px){.opisInspiracji.full h3{font-size:20px;min-height:auto;padding:20px 20px;background-size:17%;letter-spacing:1px}}.inspiracja .inspiracjaTop{background:white;clear:both;position:relative;border-bottom:1px solid #f3f3f3}.inspiracja.szczegolyInspiracji{border-bottom:0px}.inspiracja.szczegolyInspiracji .inspiracjaOpis h2{font-size:34px;font-weight:600;color:#201c1d}.inspiracjaAtrybuty{clear:both;background-color:#f3f3f3;color:#696969}.inspiracjaAtrybuty>div.inspiracjaZmienRozmiar,.inspiracjaAtrybuty>div.inspiracjaAtrybut{display:block;float:left;width:31.2%;border-left:1px solid #e2e2e2;font-size:18px;font-weight:200;text-align:center;padding:50px 1%}.inspiracjaAtrybuty>div.inspiracjaAtrybut:first-child{border-left:0px}.inspiracjaAtrybuty>div.inspiracjaAtrybut>div{height:74px;display:inline-block;text-align:center}.inspiracjaAtrybuty>div.inspiracjaAtrybut>div>div{height:74px;display:table-cell;text-align:center;vertical-align:middle}.inspiracjaAtrybuty>div.inspiracjaAtrybut span{font-weight:600}.inspiracjaAtrybuty>div.inspiracjaZmienRozmiar{height:74px}.inspiracja.szczegolyInspiracji:first-child .inspiracjaCena,.inspiracja.szczegolyInspiracji .inspiracjaCena{border:2px solid #d3d3d3;padding:2% 5% 9.31% 0px;text-align:right;width:16%;font-size:55px;margin-bottom:3.6%}.szczegolyInspiracji .opisInspiracji.full{clear:both}.szczegolyInspiracji .inspiracjaZdjecie{width:50%;height:auto;overflow:hidden;float:right;margin:6.5% 6.5% 6.5% 0px}.szczegolyInspiracji .inspiracjaZdjecie img{width:100%}.inspiracja.szczegolyInspiracji a.button.inspiracjaDoSzczegolow{position:absolute;left:50%;top:50%;white-space:nowrap}.inspiracjaZmienRozmiar a.button{background-image:url(ikona_twoArrows.svg)}.inspiracja #navigation{position:absolute;right:0px;top:0px;width:66px;text-align:right}.inspiracja #navigation a:last-child{top:-5px}.inspiracja #navigation a:last-child:first-child{top:0px}@media screen and (max-width: 1240px){.inspiracja.szczegolyInspiracji .inspiracjaOpis{margin-top:4.5%}.inspiracja.szczegolyInspiracji:first-child .inspiracjaCena,.inspiracja.szczegolyInspiracji .inspiracjaCena{font-size:45px;margin-bottom:40px}.inspiracja.szczegolyInspiracji .inspiracjaOpis h2{font-size:30px}.inspiracjaAtrybuty>div.inspiracjaAtrybut{font-size:16px}}@media screen and (max-width: 980px){.inspiracja.szczegolyInspiracji:first-child .inspiracjaCena,.inspiracja.szczegolyInspiracji .inspiracjaCena{font-size:40px;margin-bottom:30px}.inspiracja.szczegolyInspiracji .inspiracjaOpis h2{margin-top:0px;font-size:26px}.inspiracjaAtrybuty>div.inspiracjaZmienRozmiar,.inspiracjaAtrybuty>div.inspiracjaAtrybut{float:none;width:auto;padding:0px 6.5% 10px 6.5%;border:0px}.inspiracjaAtrybuty>div.inspiracjaAtrybut:first-child{padding-top:20px}.inspiracjaAtrybuty>div.inspiracjaZmienRozmiar{padding-top:10px;padding-bottom:20px}.inspiracjaAtrybuty>div.inspiracjaAtrybut>div{height:auto;display:block;text-align:center}.inspiracjaAtrybuty>div.inspiracjaAtrybut>div>div{height:auto;display:block;text-align:center}.inspiracjaAtrybuty>div.inspiracjaAtrybut span{font-weight:600}.inspiracjaAtrybuty>div.inspiracjaZmienRozmiar{height:auto}}@media screen and (max-width: 700px){.inspiracja.szczegolyInspiracji:first-child .inspiracjaCena,.inspiracja.szczegolyInspiracji .inspiracjaCena{font-size:35px;padding-bottom:70px;left:6.5%;margin-left:0px}.inspiracja.szczegolyInspiracji a.button.inspiracjaDoSzczegolow{left:25%}.inspiracja.szczegolyInspiracji .inspiracjaOpis h2{margin-top:0px;font-size:26px;margin-left:0px}.inspiracja.szczegolyInspiracji .inspiracjaOpis{padding-left:6.5%;margin-left:0px}}@media screen and (max-width: 500px){.inspiracja.szczegolyInspiracji:first-child .inspiracjaCena,.inspiracja.szczegolyInspiracji .inspiracjaCena{font-size:30px}}ul.slowaLista{padding:0px;margin:0px;list-style:none}.zobaczTakze div.head,.zobaczTakze a,ul.slowaLista li{padding:0px;margin:0px;display:inline-block;margin-right:0.5%;width:11.95%;margin-bottom:0.5%;transition:0.5s}.zobaczTakze .head{padding-top:11px;padding-bottom:11px}ul.slowaLista,.zobaczTakze{padding:32px 5.5% 22px 6.5%;background-color:white;border-bottom:1px solid #d5d5d5}ul.slowaLista li.slowaNaglowek,.zobaczTakze .head{color:#696969;font-size:14px;font-weight:200;line-height:18px}.zobaczTakze div.head{padding:10px 0px;float:left}ul.slowaLista li.slowaNaglowek span{display:block;white-space:nowrap;color:#201c1d;font-size:13px;overflow:hidden;padding:11px 30px 11px 0px}ul.slowaLista a,.zobaczTakze a{white-space:nowrap;color:#201c1d;font-size:13px;overflow:hidden;text-align:center;background:#efefef;border:1px solid #efefef;padding-top:10px;padding-bottom:10px}ul.slowaLista a{display:block;padding:10px}ul.slowaLista a:hover,.zobaczTakze a:hover{border:1px solid #d5d5d5;background-color:white}@media screen and (max-width: 1600px){ul.slowaLista li{width:13.60%;margin-right:0.65%}}@media screen and (max-width: 1400px){ul.slowaLista li{width:15.9%;margin-right:0.7%}}@media screen and (max-width: 1400px){ul.slowaLista li{width:19.2%;margin-right:0.8%}}@media screen and (max-width: 980px){ul.slowaLista a,.zobaczTakze a{padding:10px 20px;width:auto}ul.slowaLista li.slowaNaglowek span{padding-right:30px}ul.slowaLista li.slowaNaglowek,ul.slowaLista li,.zobaczTakze div.head{width:auto;margin-right:10px;margin-bottom:10px}}div#col_1.leftMenuVisible,div#col_1.listaTematow_strona{float:left;width:14%;background:white;-webkit-box-shadow:1px 0px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow:1px 0px 2px 0px rgba(0,0,0,0.07);box-shadow:1px 0px 2px 0px rgba(0,0,0,0.07);transition:0.5s}div#col_1.leftMenuVisible{position:relative;z-index:2}div#col_2.leftMenuVisible,div#col_2.listaTematow_strona{float:right;width:73%;margin-right:6.5%;padding-bottom:80px;transition:0.5s}div#col_2.leftMenuVisible{margin:0;width:86%}.listaTematow_strona .menuHead{position:relative;border-top:1px solid #D8D8D8;border-bottom:1px solid #D8D8D8;margin-bottom:-1px}.listaTematow_strona .menuHead svg{display:inline-block;width:20px;fill:white;position:relative;top:3px;left:-21px;margin-top:-5px}.listaTematow_strona .menuHead a.poziom1{font-size:13px;font-weight:600;display:block;color:#201C1D;background-color:#EFEFEF;padding:16px 16px 16px 44px}.listaTematow_strona .menuHead a.poziom1:hover{background-color:transparent;color:#B1B1B1}.listaTematow_strona .menuHead span.minus{position:absolute;right:10px;top:10px;display:inline-block}.listaTematow_strona .menuHead .strzalka{position:absolute;right:10px;top:10px;display:inline-block;bottom:10px;width:30px;background:url(header_arrowDown.svg) 50% 50% no-repeat;border:1px solid transparent;transition:0.5s}.listaTematow_strona .menuHead .strzalka:hover{cursor:pointer;border:1px solid #8FCDBD;border-radius:30px}.listaTematow_strona .menuHead .strzalka.rozwiniete{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg)}.listaTematow_strona .menuItem .subItems{border:3px solid #f3f3f3;display:none;border:0px}.listaTematow_strona .menuItem.selected .subItems{display:block}.listaTematow_strona .menuItem .subItems ul{list-style:none;font-size:13px;padding:0px}.listaTematow_strona .menuItem .subItems a{padding:9px 9px 9px 55px;display:block}.listaTematow_strona .menuItem .subItems a:hover{color:#8fcdbd}.listaTematow_strona .menuItem .subItems a.selected{font-weight:bold;color:#8fcdbd;background:url(check.svg) 22px 50% no-repeat}.listaTematow_strona div.lista_div.tematList{margin-right:-10px}.listaTematow_strona div.lt{float:left;width:25%;height:1px;padding-bottom:17.5%;position:relative}.listaTematow_strona div.temat{margin-right:10px;margin-bottom:10px;background-color:white;position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden}.listaTematow_strona div.fotka{position:absolute;top:0px;left:0px;bottom:57px;min-width:101%;overflow:hidden;line-height:10px}.listaTematow_strona div.fotka.jestImg{background:#000 url(ikona_strzalka_w.svg) 50% 50% no-repeat;background-size:90px}.listaTematow_strona div.fotka img{width:100%;min-height:50%;transition:0.2s}.listaTematow_strona div.nazwa{position:absolute;bottom:0px;width:100%;background-color:white}.listaTematow_strona div.nazwa h2{line-height:18px;font-size:20px;font-weight:600;margin:0px;padding:13px 20px 20px 20px}.listaTematow_strona a:hover{color:#bcbcbc}.listaTematow_strona a:hover div.fotka img{opacity:0.25;transition:0.2s}div.dodatkoweZdjeciaGora{margin:0px 0px 0px 0px;float:right;width:75.8%;background-color:white;padding:6% 4.7% 0% 5.5%}div.dodatkoweZdjeciaGora .inspiracja_gora{float:left;width:44.2%;max-width:608px;margin-right:11.6%;padding-bottom:15px;font-family:'Open Sans';margin-bottom:40px}div.dodatkoweZdjeciaGora .inspiracja_gora:nth-child(2n){margin-right:0}div.dodatkoweZdjeciaGora .inspiracja_gora a:hover .inspiracja_fotka{opacity:0.7}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracja_fotka{-webkit-transition:opacity 0.3s ease-in-out;-moz-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracja_fotka img{width:100%}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracjaStrzalka{margin:23px 0px 22px 0px;float:left}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracjaStrzalka svg{width:100px;height:20px}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracja_cena{float:left;padding:5px 40px 0px 0px;font-size:29px;font-family:"Open Sans";color:#201c1d;font-weight:bold;word-break:keep-all}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracja_cena .grosze{font-size:15px;display:inline}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracja_produkt{float:right;padding-top:15px}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracja_produkt .button{padding:8px 35px 8px 35px;font-size:13px}div.dodatkoweZdjeciaGora .inspiracja_gora .pasek{padding:10px 2px 0px 2px}div.dodatkoweZdjeciaGora .inspiracja_gora .pasek h3,div.dodatkoweZdjeciaGora .inspiracja_gora .pasek span{font-size:19px;font-weight:600;color:#201c1d;overflow:hidden;display:block;height:30px;margin:2px 0px 0px}div.dodatkoweZdjeciaGora .inspiracja_gora .pasek .opis{font-size:13px;overflow:hidden;height:60px;padding-left:70px;margin-top:10px;line-height:20px;text-align:justify;color:#333333}div.dodatkoweZdjeciaGora .inspiracja_gora .pasek .opis strong{font-weight:600}div.dodatkoweZdjeciaGora .inspiracjaUlubiona{width:39px;height:35px;fill:#8fcdbd;float:left;margin-right:30px;margin-top:7px}@media screen and (max-width: 450px){div.dodatkoweZdjeciaGora .inspiracja_gora{width:100%;max-width:none;margin-right:0px}div.dodatkoweZdjeciaGora .inspiracja_gora .pasek span,div.dodatkoweZdjeciaGora .inspiracja_gora .pasek .opis{height:auto;overflow:visible}}div.dodatkoweZdjeciaGora.srodek{margin-bottom:2%;width:89.8%}div.dodatkoweZdjeciaGora.srodek.dol{margin-bottom:0%;margin-top:2%}div.dodatkoweZdjeciaGora .inspiracja_gora{float:left;width:44.2%;max-width:608px;margin-right:11.6%;padding-bottom:15px;font-family:'Open Sans';margin-bottom:40px}div.dodatkoweZdjeciaGora .inspiracja_gora:nth-child(2n){margin-right:0}div.dodatkoweZdjeciaGora.artykuly{padding:80px 6.5% 30px 6.5%;width:auto;float:none;border-bottom:1px solid #d5d5d5}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora{max-width:765px;width:29%;margin-right:6%}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora:nth-child(2n){margin-right:6%}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora:nth-child(3n){margin-right:0}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora .pasek .opis{padding-left:0px}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora .pasek h3,div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora .pasek span{height:auto;max-height:53px}@media screen and (max-width: 1680px){.listaTematow_strona div.nazwa h2{font-size:18px;padding:12px 20px 19px 20px}.listaTematow_strona div.fotka{bottom:55px}}@media screen and (max-width: 1440px){.listaTematow_strona div.lt{width:33.33%;padding-bottom:23.12%}div.dodatkoweZdjeciaGora .inspiracja_gora .pasek .opis{height:65px}div#col_1.leftMenuVisible{width:16%}div#col_2.leftMenuVisible{width:84%}div#col_2.listaTematow_strona{width:73%;margin-right:5.5%}div#col_1.listaTematow_strona{width:16%}div.dodatkoweZdjeciaGora{width:74%;padding:5% 5% 0}}@media screen and (max-width: 1300px){div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracjaStrzalka{height:25px}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracjaStrzalka svg{display:none}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora{width:44.2%;margin-right:11.6%}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora:nth-child(2n){margin-right:0}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora:nth-child(3n){margin-right:11.6%}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora .inspiracjaStrzalka svg{display:inline-block}}@media screen and (max-width: 1240px){.listaTematow_strona div.nazwa h2{padding:10px}.listaTematow_strona div.fotka{bottom:37px}div.dodatkoweZdjeciaGora .inspiracjaUlubiona{display:none}div.dodatkoweZdjeciaGora .inspiracja_gora .pasek .opis{padding-left:0px}div#col_1.leftMenuVisible{width:20%}div#col_2.leftMenuVisible{width:80%}div#col_2.listaTematow_strona{width:70%;margin-right:5%}div#col_1.listaTematow_strona{width:20%}div.dodatkoweZdjeciaGora{width:70%;padding:5% 5% 0}}@media screen and (max-width: 1150px){div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracjaStrzalka{display:none}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora .inspiracjaStrzalka{display:block}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracja_produkt{clear:both;float:left;margin-bottom:20px}}@media screen and (max-width: 980px){.listaTematow_strona div.lt{width:50%;padding-bottom:35%}div#col_2.listaTematow_strona{width:60%;margin-right:6.5%}div#col_1.listaTematow_strona{width:28.5%}div#col_1.leftMenuVisible{width:24%}div#col_2.leftMenuVisible{width:76%}div#col_2.listaTematow_strona{width:66%;margin-right:5%}div#col_1.listaTematow_strona{width:24%}div.dodatkoweZdjeciaGora{width:68%;padding:4% 5% 0}div.dodatkoweZdjeciaGora .inspiracja_gora{width:100%;margin-bottom:30px}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracjaStrzalka{display:block}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracjaStrzalka svg{display:inline-block}div.dodatkoweZdjeciaGora .inspiracja_gora .inspiracja_produkt{clear:none;float:right;margin-bottom:0px}div.dodatkoweZdjeciaGora .inspiracja_gora .pasek .opis{height:auto}div.dodatkoweZdjeciaGora .inspiracja_gora:nth-child(2n){margin-right:8%}}@media screen and (max-width: 850px){div.dodatkoweZdjeciaGora.artykuly{padding:7% 6% 0 4.5%}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora{width:100%;margin-right:8%}div.dodatkoweZdjeciaGora.artykuly .inspiracja_gora:nth-child(2n){margin-right:8%}}@media screen and (max-width: 700px){div#col_2.leftMenuVisible{width:auto;float:none}div#col_2.listaTematow_strona{width:auto;float:none;margin:6.5%}div#col_1.leftMenuVisible,div#col_1.listaTematow_strona{width:auto;float:none;margin:0px}.listaTematow_strona .menuItem.selected .subItems{display:none}div.dodatkoweZdjeciaGora{width:90%;padding:7% 6% 0;margin-bottom:20px}}@media screen and (max-width: 500px){.listaTematow_strona div.lt{width:100%;padding-bottom:70%;float:none}}div.tekstWewnatrz{clear:both;background-color:white;padding-bottom:2%;padding-top:2%;margin-bottom:2%}div.tekstWewnatrz div.tresc{margin:0px 5.5% 0px 5.5%;font-size:13px;line-height:24px;text-align:justify;color:#333333}@media screen and (max-width: 980px){div.tekstWewnatrz{padding-top:5%;padding-bottom:5%}}.listNav{display:block;width:auto;margin:30px 6.5%;text-align:right}#navigation a,.listNav a{width:64px;height:64px;background-color:#6d6d6d;border:1px solid #6d6d6d;display:inline-block;line-height:64px;font-size:15px;color:white;overflow:hidden;text-align:center;margin-left:1px}#navigation a:hover,.listNav a:hover{background-color:white;color:#b1b1b1;border:1px solid #b1b1b1}.listNav span.navi a#selected{background-color:white;border:1px solid #8fcdbd;color:#b1b1b1}.listNav span.prev a,.listNav span.next a{text-indent:100px;background-image:url(ikona_miniArrow.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:25px}#navigation a{background-image:none;position:relative;margin:0px}#navigation a svg{fill:white;width:30px;height:12px;position:absolute;top:50%;margin-top:-6px;left:50%;margin-left:-15px}#navigation a:hover svg{fill:#8fcdbd}#navigation a:hover{border:1px solid #8fcdbd}#navigation a#prevslide,.listNav span.prev a{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.listNav span.kropki{display:none}@media screen and (max-width: 980px){.listNav span.prev a,.listNav span.next a,.listNav a{width:48px;height:48px;line-height:48px;font-size:15px;background-size:20px}}@media screen and (max-width: 500px){.listNav span.prev a,.listNav span.next a,.listNav a{width:30px;height:30px;line-height:30px;font-size:14px;background-size:18px}#navigation a{width:48px;height:48px}}.sumItemList{margin:40px 6.5%;text-align:left;font-size:16px;color:#696969;font-weight:200}.sumItemListNumber{font-weight:600}.dodatkoweZdjecia{padding:80px 6.5%;border:1px solid #dcdcdc}.dodatkoweZdjecia .towarTemat{float:left;width:20%}.dodatkoweZdjecia .towarTemat:nth-child(6){display:none}.dodatkoweZdjecia a{max-width:319px;margin-right:10px;margin-bottom:12px;overflow:hidden;display:block;transition:0.5s;border:2px solid #f3f3f3;border-bottom:0px}.dodatkoweZdjecia img{width:100%}.dodatkoweZdjecia div.pasek{padding:20px;background:white;font-size:20px;font-weight:bold;margin-top:-6px;transition:0.5s;line-height:24px;overflow:hidden}.dodatkoweZdjecia a:hover{border:2px solid #8fcdbd;border-bottom:0px;transition:0.2s}.dodatkoweZdjecia a:hover div.pasek{color:white;background:#8fcdbd;transition:0.2s}@media screen and (max-width: 1440px){.dodatkoweZdjecia div.pasek{font-size:18px}}@media screen and (max-width: 1240px){.dodatkoweZdjecia div.pasek{font-size:15px}}@media screen and (max-width: 980px){.dodatkoweZdjecia .towarTemat{width:33.33%}.dodatkoweZdjecia .towarTemat:nth-child(6){display:block}}@media screen and (max-width: 800px){.dodatkoweZdjecia .towarTemat{width:50%}.dodatkoweZdjecia div.pasek{font-size:15px}}@media screen and (max-width: 450px){.dodatkoweZdjecia .towarTemat{width:auto;float:none;clear:both}.dodatkoweZdjecia div.pasek{font-size:15px}}.zeZdjecia{width:auto;text-align:center;background-color:white;padding:20px 6.5%}.twojeZdjecia .naglowekListy{font-size:20px;color:#201c1d;letter-spacing:3px;margin:10px 10px 40px 10px;font-weight:normal}.wybierzNaglowek{font-size:20px;color:#201c1d;letter-spacing:3px;margin:25px 10px 40px 10px;font-weight:normal}.twojeZdjecia{padding:30px 6.5%;text-align:center;color:#696969;font-size:16px;font-weight:200;border-bottom:1px solid #d5d5d5}.twojeZdjecia .uwaga{padding:60px 10px}div.wgrajPlik{background-color:#e1e1e1;color:#6d6d6d;letter-spacing:2px;font-style:italic;margin:0px auto;max-width:800px;text-align:right;cursor:pointer;margin-bottom:30px}span.nieWybrano{float:left;padding-left:20px;line-height:65px}a.button.submitFile{padding:20px 30px 20px 70px;font-style:normal;letter-spacing:1px;font-size:16px;font-weight:600;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-right:-2px;background-image:url(ikona_oko.svg);background-repeat:no-repeat;background-position:10% 50%;text-shadow:1px 1px 1px rgba(0,0,0,0.15)}.zeZdjecia .linki{margin:10px auto 20px auto;max-width:1100px;text-align:center}.zeZdjecia .linki div,.zeZdjecia .linki div a{color:#8fcdbd;font-weight:bold;font-size:14px;cursor:pointer;transition:0.6s}.zeZdjecia .linki div span{display:inline-block;width:29px;height:29px;line-height:29px;text-align:center;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#8fcdbd;color:white;font-weight:bold;margin-left:10px;font-size:17px;transition:0.6s}.questionMark{display:inline-block;width:29px;height:29px;line-height:29px;text-align:center;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#8fcdbd;color:white;font-weight:bold;margin-left:10px;margin-right:10px;font-size:17px;transition:0.6s}:hover>.questionMark{background-color:#b1b1b1;transition:0.2s}.zeZdjecia .linki div{display:inline-block;margin-right:30px;margin-bottom:15px}.zeZdjecia .linki div.linkC{margin-right:0px}.zeZdjecia .linki div.clear{display:none}.zeZdjecia .linki div:hover,.zeZdjecia .linki div a:hover{color:#b1b1b1;transition:0.2s}.zeZdjecia .linki div:hover span,.zeZdjecia .linki div a:hover span{background-color:#b1b1b1;transition:0.2s}.zeZdjecia #info,.zeZdjecia #bladDodawania,.zeZdjecia #bladPliku{font-weight:600;margin-bottom:40px}.zeZdjecia #info img{max-width:80%}.usunFotke{position:absolute;width:40px;height:40px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;top:5px;left:5px;z-index:10;background:#f4ddde url(ikona_zamknij_red.svg) 50% 50% no-repeat;cursor:pointer;display:block;transition:0.5s;background-size:13px}.usunFotke:hover{background-color:#edb2b4;transition:0.2s}div.lista_div.itemList.favList .lt .towar{height:auto}div.lista_div.itemList.favList .lt .towar .nazwa{margin-top:10px}.favList .hoverOverlay,#listaZdjec .hoverOverlay{background-position:50% 50%}@media screen and (max-width: 980px){span.nieWybrano{line-height:55px;font-size:15px}a.button.submitFile{padding:15px 20px 15px 50px;background-position:7% 50%;font-size:15px}}@media screen and (max-width: 800px){.zeZdjecia .linki div{text-align:left;display:block;line-height:29px}.zeZdjecia .linki div span{margin-top:-14px}.twojeZdjecia .naglowekListy,.wybierzNaglowek{font-size:18px;letter-spacing:1px}}@media screen and (max-width: 700px){span.nieWybrano{line-height:45px;font-size:14px}a.button.submitFile{padding:10px 15px 10px 40px;background-position:5% 50%;font-size:14px}}@media screen and (max-width: 500px){span.nieWybrano{line-height:47px;text-align:center;padding:0px 20px;float:none;display:block}a.button.submitFile{padding:10px 15px 10px 15px;background-position:9% 50%;display:block;width:auto;clear:both;margin-right:0px;margin-top:-2px;text-align:center}}.opiList{clear:both}.opiList .opiniaKlienta{padding:40px 6.5% 40px 12.75%;background:#f3f3f3 url(ikona_buzka.svg) 8.8% 50px no-repeat;color:#201c1d;font-size:14px;transition:0.5s}.opiList .opiniaKlienta:nth-child(even){background-color:white}.opiList span.tresc{display:block}.opiList div.ocena{margin-top:20px}.opiList div.ocena svg{width:19px;height:18px;fill:#e1e1e1;margin:0px 8px 0px 0px}.opiList div.ocena.ocena1 svg.star1,.opiList div.ocena.ocena2 svg.star1,.opiList div.ocena.ocena2 svg.star2,.opiList div.ocena.ocena3 svg.star1,.opiList div.ocena.ocena3 svg.star2,.opiList div.ocena.ocena3 svg.star3,.opiList div.ocena.ocena4 svg.star1,.opiList div.ocena.ocena4 svg.star2,.opiList div.ocena.ocena4 svg.star3,.opiList div.ocena.ocena4 svg.star4,.opiList div.ocena.ocena5 svg.star1,.opiList div.ocena.ocena5 svg.star2,.opiList div.ocena.ocena5 svg.star3,.opiList div.ocena.ocena5 svg.star4,.opiList div.ocena.ocena5 svg.star5{fill:#8fcdbd}.opiList span.podpis{display:block;font-weight:bold;margin-top:20px}.opiList .odpowiedzObslugi{margin-top:20px;color:#e98484;font-weight:600}.opiList .odpowiedzObslugi span{font-weight:bold}@media screen and (max-width: 1240px){.opiList .opiniaKlienta{padding-left:13%}}@media screen and (max-width: 800px){.opiList .opiniaKlienta{padding-left:17%}}@media screen and (max-width: 500px){.opiList .opiniaKlienta{padding:25px 6.5% 25px 20%}.opiList .odpowiedzObslugi,.opiList span.podpis,.opiList div.ocena{margin-top:15px}}#opiCatForm{background:white;padding:40px 6.5% 85px 6.5%}#opiCatForm .wybierzNaglowek{margin:48px 10px 58px 0px}.bloczekOcena{margin-bottom:37px}.bloczekOcena div.etykieta{display:inline-block;font-size:14px}.ratForm{display:inline-block;margin-left:6px;position:relative;top:7px}.bloczekOcena.ratForm{display:inline-block}#voteBarSlider{display:inline-block}.ratForm div#wybierzOcene{display:inline-block}.ratForm div#wybierzOcene a{display:inline-block}.ratForm a{cursor:pointer}div#wybierzOcene svg{width:27px;height:26px;fill:#e1e1e1;margin:0px 6px}.voteBarPos{float:right}div#wybierzOcene.voteBarPos1 #voteBarPos1 svg,div#wybierzOcene.voteBarPos2 #voteBarPos1 svg,div#wybierzOcene.voteBarPos2 #voteBarPos2 svg,div#wybierzOcene.voteBarPos3 #voteBarPos1 svg,div#wybierzOcene.voteBarPos3 #voteBarPos2 svg,div#wybierzOcene.voteBarPos3 #voteBarPos3 svg,div#wybierzOcene.voteBarPos4 #voteBarPos1 svg,div#wybierzOcene.voteBarPos4 #voteBarPos2 svg,div#wybierzOcene.voteBarPos4 #voteBarPos3 svg,div#wybierzOcene.voteBarPos4 #voteBarPos4 svg,div#wybierzOcene.voteBarPos5 svg{fill:#8fcdbd}div#wybierzOcene a.voteBarPos:hover svg,div#wybierzOcene a.voteBarPos:hover ~ a svg{fill:#e98484 !important}div.bloczekOpinia{width:45%;max-width:650px;margin:0px 25px 25px 0px;float:left}.bloczekOpinia textarea{width:92%;padding:20px 4%;height:95px;border:0px;background:#e1e1e1;color:#696969;letter-spacing:1px;font-size:15px}div.bloczekEmail,div.bloczekPodpis{width:45%;max-width:650px;margin:0px 0px 25px 0px;float:left}div.bloczekPodpis input,div.bloczekEmail input{letter-spacing:1px;width:80%}div.bloczekPodpis input{border:1px solid #e1e1e1;background:white;padding:17px 29px}.bloczekWyslij{clear:both}.bloczekWyslij input{background-image:url(ikona_mail_w.svg)}@media screen and (max-width: 700px){div.bloczekOpinia,div.bloczekEmail,div.bloczekPodpis{width:auto;margin:0px 0px 25px 0px;float:none}div.bloczekPodpis input,div.bloczekEmail input{width:92%;padding-left:4%;padding-right:4%}}.listaBledow{margin-bottom:40px}.blad{color:#e98484;font-weight:600;margin:2px 0px}.blad .znakBledu{display:inline-block;width:22px;height:22px;line-height:22px;text-align:center;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#e98484;color:white;font-weight:900;margin-right:7px;font-size:18px}.wiadomosc{color:#8fcdbd;font-weight:600;font-size:20px;margin-bottom:40px}div.lasVieList{padding:20px 6.5% 85px 6.5%;position:relative;clear:both;overflow:hidden}.lasVieList .wybierzNaglowek{text-align:center}div.lasVieList .jcarousel-prev,div.lasVieList .jcarousel-next{display:none}div.lasVieList div.lasVieNav{width:64px;height:64px;background-color:#6d6d6d;border:1px solid #6d6d6d;display:inline-block;line-height:64px;font-size:15px;color:white;overflow:hidden;text-align:center;cursor:pointer;position:absolute;text-indent:100px;background-image:url(ikona_miniArrow.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:25px;transition:0.5s;margin-bottom:-32px;bottom:50%}div.lasVieList div.lasVieNav:hover{background-color:white;color:#b1b1b1;border:1px solid #b1b1b1;transition:0.2s}div.lasVieList div.lasVieNav.prev{left:6.5%}div.lasVieList div.lasVieNav.next{right:6.5%}div.lasVieList div.lasVieNav.prev{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}div.lasVieList div.lista_div.itemList{margin:0px}div.lasVieList div.lasVieList_container{height:200px;margin:0px auto 0px auto;width:84%;overflow:hidden}div.lasVieList div.lasVieList_container ul{list-style-type:none;height:240px}div.lista_div.itemList li.jcarousel-item{margin:0px 10px}div.lista_div.itemList li.jcarousel-item a{background:#f8f8f8;overflow:hidden;display:block;text-align:center;padding:0px;height:200px}li.jcarousel-item a:hover img{opacity:0.3}.lasVieList div.lista_div.itemList a .fotka>div{height:200px}.lasVieList .hoverOverlay{display:inline-block;background-color:black;background-image:url(ikona_strzalka_w.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:90px}@media screen and (max-width: 980px){div.lasVieList{display:none !important}}.lista_podkategorie.index{padding-bottom:50px}.lista_podkategorie.index div.hoverOverlay{text-align:center}.listaTematow{margin:0px 4.7% 5% 6.5%}.lista_podkategorie div.lt{float:left;width:18.8%;margin:0px 1.2% 1.2% 0px;overflow:hidden}.lista_podkategorie div.towar{display:block;width:auto}.lista_podkategorie div.towar a{background-color:white;display:block;color:#201c1d;font-size:20px;font-weight:600;padding-bottom:25px}.lista_podkategorie div.towar a span.nazwaTematu{display:block;padding:25px 20px 0px 20px;overflow:hidden;height:27px}.lista_podkategorie div.towar div.hoverOverlay{display:block;background-position:50% 50%;position:relative}.lista_podkategorie div.towar img{width:auto;max-width:auto;min-width:auto;height:auto;height:170px;margin-bottom:-6px;transition:0.1s}.lista_podkategorie div.towar a:hover img{opacity:0.3;transition:0.1s}.lista_podkategorie div.opisInspiracji.full{padding:70px 6.5% 70px 6.5%;font-size:14px;line-height:28px}.lista_podkategorie div.opisInspiracji.full h3{clear:none;background:none;font-size:inherit;text-align:left;line-height:normal;padding:10px 0px;height:auto;letter-spacing:0px;font-size:12pt}@media screen and (max-width: 1500px){.lista_podkategorie div.lt{width:23.4%;margin:0px 1.6% 1.6% 0px}}@media screen and (max-width: 1150px){.lista_podkategorie div.lt{width:31.3%;margin:0px 2% 2% 0px}}@media screen and (max-width: 900px){.lista_podkategorie div.towar img{height:135px}.lista_podkategorie div.towar a{padding-bottom:20px}.lista_podkategorie div.towar a span.nazwaTematu{padding:20px 15px 0px 15px;font-size:18px}}@media screen and (max-width: 700px){.lista_podkategorie div.lt{width:47.5%;margin:0px 2.5% 2.5% 0px}.lista_podkategorie div.towar img{height:170px}}@media screen and (max-width: 600px){.lista_podkategorie div.towar img{height:130px}.lista_podkategorie div.towar a{padding-bottom:15px}.lista_podkategorie div.towar a span.nazwaTematu{padding:15px 10px 0px 15px;font-size:17px}}@media screen and (max-width: 500px){.lista_podkategorie div.towar img{height:110px}}@media screen and (max-width: 500px){.lista_podkategorie div.lt{width:100%;margin:0px 0px 10px 0px}.lista_podkategorie div.towar a{width:100%}.lista_podkategorie div.towar div.hoverOverlay{width:100%}.lista_podkategorie div.towar img{height:auto;width:100%}.lista_podkategorie div.towar a span.nazwaTematu{font-size:16px}}.detCard a.doUlubionych{position:absolute;top:60px;right:60px;cursor:pointer}.detCard a.doUlubionych svg{fill:#8fcdbd;width:39px;height:35px}.detCard a.doUlubionych.selected svg,.detCard a.doUlubionych:hover svg{fill:#e98484}@media screen and (max-width: 980px){.detCard a.doUlubionych{top:20px;right:20px}}.detCard #selAtrs{background-color:white;width:auto;font-size:13px}div.atrybutyWybierane{position:relative;width:16.25%;padding:2% 5% 2% 5%;background:white;float:right;min-height:0px}@media screen and (max-width: 900px){div.atrybutyWybierane{min-height:0}}.leftOverlay{position:absolute;top:0px;right:0px;bottom:0px;left:73.75%;background-color:#d9d9d9;opacity:0.2;z-index:999}@media screen and (max-width: 1680px){.leftOverlay{left:70%}}@media screen and (min-width: 901px){.leftOverlay.innerOverlay{height:0px !important}}@media screen and (max-width: 900px){.leftOverlay.outerOverlay{height:0px !important}.leftOverlay{right:0px}}table.atrybutyWybierane{width:100%}.detCard #selAtrs .naglowek,span#patternDesignRecolorTitle,.detCard #selAtrs td.etykieta{display:block;font-size:16px;font-weight:600;padding:15px 0px}.detCard #selAtrs td.wartosc{display:block;overflow:hidden;padding-bottom:18px}.detCard #selAtrs span.select{position:relative}.detCard #selAtrs .maskInput{padding-right:0px;width:99% !important;z-index:100;position:absolute;height:51px}.detCard #selAtrs select{padding-right:0px;width:110% !important;z-index:99;position:relative;background:#e1e1e1 url(header_arrowDown.svg) 85% 50% no-repeat;background-size:11px;border-radius:0px}.detCard #selAtrs select option{background:#efefef;border-bottom:1px solid white;cursor:pointer}.detCard #selAtrs input{width:50px}.detCard #selAtrs table table td.etykieta{vertical-align:middle;padding-right:20px}.detCard #selAtrs table table td.wymiary{vertical-align:middle;padding-left:20px}.detCard #selAtrs table table td.etykieta{display:table-cell;font-weight:normal;font-size:13px}.detCard #selAtrs table table td.wartosc{display:table-cell;font-weight:normal;font-size:13px}.detCard #selAtrs tr.rolki .wartosc{color:#848484}.detCard #selAtrs tr.rolki div.etykieta{display:table-cell;width:128px;font-size:13px;font-weight:normal}.detCard #selAtrs tr.rolki div.wartosc{padding:0px 0px 1px 0px;margin:0px 0px}.detCard #selAtrs tr.rolki div.wartosc input,.detCard #selAtrs tr.rolki div.wartosc select{color:#919191;font-size:13px;font-weight:bold}.detCard #selAtrs tr.rolki div.wartosc input{margin-bottom:0px}.detCard #selAtrs tr.rolki:last-child td{padding-bottom:40px}.detCard #selAtrs tr.rolki .element{width:100%;margin:0px 5% 0px 0px;padding:0px;min-height:39px;display:flex;align-items:center;justify-content:flex-start}.detCard #selAtrs tr.rolki .element:first-child{float:left}.detCard #selAtrs tr.rolki .element div.etykieta{width:50%}.detCard #selAtrs tr.rolki .element div.etykieta.double{width:auto}.detCard #selAtrs tr.rolki .element div.wartosc{width:50%}.detCard #selAtrs tr.rolki .element.kalkulator a{text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1200px){.detCard #selAtrs tr.rolki td.etykieta{width:128px;float:left;margin:0px}.detCard #selAtrs tr.rolki td.wartosc{float:none;width:50%;clear:none}.detCard #selAtrs tr.rolki .element{width:225px;margin:0px 50px 0px 0px;min-height:39px;display:flex;float:none}.detCard #selAtrs tr.rolki .element:first-child{float:none}.detCard #selAtrs tr.rolki .element:last-child{margin-right:0px}.detCard #selAtrs tr.rolki .element div.etykieta{line-height:25px}.detCard #selAtrs tr.rolki .element div.wartosc{line-height:39px}.detCard #selAtrs tr.rolki .element div.wartosc input{width:100%}.detCard #selAtrs tr.rolki:last-child td{padding-bottom:10px}}@media only screen and (max-width: 900px){.detCard #selAtrs tr.rolki .element{padding-top:15px}}@media only screen and (max-width: 600px){.detCard #selAtrs tr.rolki td.etykieta{padding-bottom:0px}.detCard #selAtrs tr.rolki td.wartosc{padding-bottom:0px;width:auto;margin-left:128px}}.detCard #selAtrs tr#zageszczenie td.wartosc span.svg{display:inline-block;cursor:pointer;margin:20px 30px 0px 0px}.detCard #selAtrs tr#zageszczenie td.wartosc span.svg svg{fill:#c4c4c4;border:1px solid #c4c4c4;transition:0.4s}.detCard #selAtrs tr#zageszczenie td.wartosc span.svg:hover svg{fill:#262626;border:1px solid #262626}.detCard #selAtrs tr#zageszczenie td.wartosc span.svg.selected svg{fill:#ff9d9d;border:1px solid #ff9d9d}@media only screen and (max-width: 1200px){.detCard #selAtrs tr#zageszczenie td.wartosc span.svg{margin:0px 30px 0px 0px}}@media only screen and (max-width: 900px){.detCard #selAtrs tr#zageszczenie td.wartosc span.svg{margin-top:15px}}@media only screen and (max-width: 600px){.detCard #selAtrs tr#zageszczenie td.wartosc{text-align:center}.detCard #selAtrs tr#zageszczenie td.wartosc span.svg{margin:10px 15px}.detCard #selAtrs tr#zageszczenie td.wartosc span.svg:first-child{margin-left:0px}.detCard #selAtrs tr#zageszczenie td.wartosc span.svg:last-child{margin-right:0px}}#wymTr span.ui-selectmenu-button{background:#e1e1e1 url(header_arrowDown.svg) 95% 50% no-repeat;background-size:11px;color:#696969;font-size:15px;font-style:italic;font-weight:normal;height:51px;letter-spacing:3px;padding:0px;outline:0px;width:87% !important}span.ui-selectmenu-button span.ui-selectmenu-text{padding-left:35px;padding-top:16px}span.ui-selectmenu-text span.cena{float:right;padding-right:10px;font-weight:bold;display:none}span.ui-selectmenu-text span.wymiary{float:left}span.ui-selectmenu-text span.opis{letter-spacing:0px;display:block;clear:both}span.ui-selectmenu-button.dwieLinie span.ui-selectmenu-text{padding-top:5px}.detCard #selAtrs #wymTr span.select{display:block !important;width:auto !important}.detCard #selAtrs #wymTr td.wartosc{overflow:visible}ul#wymSelect-menu{list-style:none}div.ui-selectmenu-menu{background:#e1e1e1;padding:0px;z-index:10000;-webkit-box-shadow:0px 3px 4px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 3px 4px 0px rgba(0,0,0,0.25);box-shadow:0px 3px 4px 0px rgba(0,0,0,0.25)}div.ui-selectmenu-menu span.cena{float:right;padding-right:3px}#wymSelect-menu{outline:0px;margin:0px;padding:0px;margin-before:0px;-webkit-margin-before:0px;padding-start:0px;-webkit-padding-start:0px}div.ui-selectmenu-menu.ui-selectmenu-open{padding:10px 0px}div.ui-selectmenu-menu .ui-menu li{font-size:15px;padding:5px 35px;color:#696969;font-size:15px;font-style:italic;display:block;clear:both;overflow:hidden;break-inside:avoid-column;-webkit-column-break-inside:avoid}div.ui-selectmenu-menu .ui-menu li.ui-menu-item{cursor:pointer;transition:0.3s}div.ui-selectmenu-menu .ui-menu li.ui-menu-item:hover{color:white;background-color:#8fcdbd;transition:0.1s}div.ui-selectmenu-menu .ui-menu li.ui-selectmenu-optgroup{font-size:15px;padding:15px 10px;text-align:center;font-style:normal}div.ui-selectmenu-menu .ui-menu li span.cena{font-weight:bold}@media screen and (min-width: 901px){ul#wymSelect-menu.duzoOpcji{list-style:none}}@media screen and (max-width: 900px){div.ui-selectmenu-menu{position:static}}#rotateWym{background:#fff url(ikona_zamien.svg) no-repeat right center;position:absolute;top:22%;right:0px;width:28px;height:28px;background-size:28px;cursor:pointer}#rotateWymInfo{display:none}.ui-tooltip.wymTooltip{padding:18px}#rotateDone{padding:18px;position:absolute;z-index:9999;min-width:250px;text-align:center;box-shadow:1px 1px 3px 1px rgba(0,0,0,0.41);border-radius:3px;background-color:white;font-size:14px;display:none}.ui-helper-hidden-accessible{display:none}#wymTr .wymSelectParent{box-shadow:none;padding:0px}.wymSelectParent #wymSelect-menu{max-height:180px;overflow-y:hidden;padding:0px;border:1px solid #e2e2e2;border-bottom:0px;position:relative}.wymSelectParent #wymSelect-menu li.ui-menu-item{font-size:12px;font-style:normal;font-weight:bold;color:#201C1D;min-height:18px;border-bottom:1px solid #e2e2e2;padding-top:6px;background-color:#efefef;border-right:25px solid transparent}.wymSelectParent #wymSelect-menu li.ui-menu-item:hover,.wymSelectParent #wymSelect-menu li.ui-menu-item.selected{background-color:white;color:#8FCDBD}.wymSelectParent #wymSelect-menu li.ui-menu-item.selected{background:#fff url(check.svg) no-repeat right center}.wymSelectParent #wymSelect-menu li.ui-menu-item span.cena{padding-right:0px}.wymSelectParent #wymSelect-menu li.ui-selectmenu-optgroup{font-size:13px;padding:5px 15px;margin:0px;color:#201C1D;font-weight:normal}.wymSelectParent #wymSelect-menu.ps-container>.ps-scrollbar-y-rail{width:14px;background-color:#e2e2e2;transition:none;opacity:1}.wymSelectParent #wymSelect-menu.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{width:5px;background-color:#8FCDBD;transition:none;right:4px;height:23px;opacity:1;cursor:pointer}.wiecejFiltrow{background-color:#f1f1f1;position:static;padding:30px 5% 10px 5%;right:0px;margin:0px;width:auto;float:none;clear:both;left:0px;right:0px;bottom:0px;border-bottom:1px solid #e1e1e1;background:#f1f1f1 url(2px_border.gif) right 0px repeat-y}.wiecejFiltrowMargines{height:60px;clear:right}span.filtrCheckbox{display:inline-block;line-height:28px;height:24px;padding-bottom:20px;font-size:13px;margin-right:8.33%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}span.customCheckbox{display:block;float:left;margin-right:20px;width:24px;height:24px;background-color:#e1e1e1;border:2px solid #e1e1e1}span.filtrCheckbox.selected span.customCheckbox{background:#fff url(check.svg) 50% 50% no-repeat;background-size:11px}tr.trOdbij,tr.trLaminowanie,tr.trFotosView{display:none}.detCard .glownaFotka{margin-bottom:0px}.wiecejFiltrowWypelniacz{background-color:white;position:absolute;bottom:0px;left:0px;width:26.24%;height:700px;max-height:100%;z-index:0}@media screen and (max-width: 1680px){.wiecejFiltrowWypelniacz{width:30%;height:100%}}@media screen and (max-width: 1240px){.wiecejFiltrow{position:static;width:auto;float:none}}@media screen and (max-width: 980px){.wiecejFiltrow{border:0px}}@media screen and (max-width: 900px){.wiecejFiltrow{position:static;clear:both;width:auto;padding:30px 6.5% 10px 6.5%;margin:0px}.wiecejFiltrowWypelniacz{display:none}.detCard .glownaFotka{margin-bottom:0px}.wiecejFiltrowMargines{height:0px}}.detCard .glownaFotka{float:left;width:73.75%;padding:5% 0px 0px 0px;position:relative;background:#e0e0e0}.detCard .fotka.kadrPic.noCrop #fotos{display:none}.detCard .fotka.kadrPic.noCrop .noCropPic{margin:0 auto}@media only screen and (max-width: 900px){.detCard .fotka.kadrPic.noCrop .noCropPic{margin-bottom:60px}}@media only screen and (max-width: 600px){.detCard .fotka.kadrPic.noCrop .noCropPic{margin:20px auto 40px}}@media screen and (max-width: 550px){.detCard .fotka.kadrPic.noCrop .noCropPic{margin:20px auto 20px}}.detCard .fotka.kadrPic.noCrop #jc-hwd1{display:none}.detCard .topDetCard{background-color:#e0e0e0;position:relative}div#labelLeft,div#labelTop{position:absolute;min-width:230px;text-align:center}div#labelTop{margin-left:-57px}div#labelTop{margin-top:-50px}div#labelLeft{transform:rotate(270deg);margin-left:-99px}span.labelTopL,span.labelLeftL,span.labelTopR,span.labelLeftR{background:url(ikona_miniArrow_b.svg) 50% 50% no-repeat;background-size:20px;display:inline-block;width:36px;height:32px;position:relative;top:10px}span.labelTopL,span.labelLeftL{transform:rotate(180deg)}span.labelTopM,span.labelLeftM{display:inline-block;padding:10px 35px;color:white;font-size:14px;font-weight:bold;letter-spacing:3px;text-align:center}div.jcrop-hline{border-top:3px dashed black}div.jcrop-hline bottom{border-bottom:3px dashed black}div.jcrop-vline right{border-right:3px dashed black}div.jcrop-vline{border-left:3px dashed black}div.ustawKadrowanie{background-color:white;-webkit-box-shadow:1px 2px 3px 0px rgba(0,0,0,0.31);-moz-box-shadow:1px 2px 3px 0px rgba(0,0,0,0.31);box-shadow:1px 2px 3px 0px rgba(0,0,0,0.31);padding:15px 70px 15px 70px;background-image:url(ikona_celownik.svg);background-position:25px 50%;background-repeat:no-repeat;background-size:23px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:14px;max-width:425px;width:auto;margin-left:auto;margin-right:auto;transition:0.4s}div.wizualizacje{width:30%;position:absolute;left:7.14%;top:5%;transition:0.2s;margin-top:30px;min-width:185px}ul.wizualizacje{margin:0 auto 0 auto;padding:15px 0;text-align:center;list-style-type:none;width:100%;overflow:hidden;height:auto}ul.wizualizacje li{display:block;padding:0 1px 1px 0;border:0 solid #dcdcdc;margin:0px 0px 0px auto;width:108px;margin-top:15px}ul.wizualizacje li a{display:block;width:108px;overflow:hidden}ul.wizualizacje li.head{padding:10px 0 10px 0;font-size:15px;text-align:left;font-weight:bold;height:auto;padding-left:5px;margin:0;display:block;background-color:transparent;color:#696969}ul.wizualizacje li img{vertical-align:bottom;width:108px;height:87px}ul.wizualizacje.obrazy li img{height:58px}div.wizualizacje>div.head{padding:10px 0px 0px 10px;font-size:15px;text-align:right;font-weight:bold;height:auto;margin:0px 0px 0px auto;display:block;background-color:transparent;color:#696969}div.wizualizacje2{display:inline-block;margin:0 auto 0 auto;padding:0px 0;text-align:center;width:auto}div.wizualizacje2 div.head{padding:10px 0 10px 0;font-size:15px;text-align:left;font-weight:bold;height:auto;margin:0;background-color:transparent;color:#696969}div.wizualizacje2 div.pics{display:inline-block;padding:0 0px 0px 0;border:0 solid #dcdcdc;margin:0}div.wizualizacje2 div.pics a{display:inline-block;width:190px;height:120px;background:#EEE6D5 url(obrazek_wizualizacje.jpg) no-repeat 0 0;overflow:hidden;margin:0px 1px 0px 0px}div.wizualizacje2 div.pics a img{display:none}@media screen and (min-width: 1241px){.detCard .samaFotka{float:right;margin-right:100px;min-height:400px}}@media screen and (max-width: 1680px){.detCard #selAtrs input{padding:16px 20px}div.atrybutyWybierane{width:26%;padding:2% 2% 2% 2%}.detCard .glownaFotka{width:70%}}@media screen and (max-width: 1640px){div.ustawKadrowanie{max-width:360px}}@media screen and (max-width: 1600px){div.ustawKadrowanie{max-width:345px;padding:15px 35px 15px 70px}}@media screen and (max-width: 1480px){div.ustawKadrowanie{max-width:300px;right:5%;top:130px;padding:15px 30px 15px 70px}}@media screen and (max-width: 1360px){div.ustawKadrowanie{max-width:300px}}@media screen and (max-width: 1310px){div.wizualizacje{right:4%}div.ustawKadrowanie{max-width:300px;right:4%}}@media screen and (max-width: 1240px){div.atrybutyWybierane{padding:2%}div.ustawKadrowanie{position:static;max-width:500px;min-width:100px;width:auto;margin-left:6.5%;margin-right:6.5%;clear:both;background-image:url(ikona_celownik.svg);padding:15px 30px 15px 70px}div.wizualizacje{position:static;margin-top:20px;clear:both;width:auto !important;margin-left:6.5%;margin-right:6.5%;margin-bottom:1%}ul.wizualizacje{width:auto !important;text-align:left !important;height:90px}ul.wizualizacje li{display:inline-block;margin-right:20px}div.wizualizacje>div.head{margin-right:auto;margin-left:0px;text-align:left}div.wizualizacje>div:last-child{padding-top:0px !important;width:auto !important}.detCard #selAtrs input{width:60px;padding:16px 10px}.samaFotka{min-height:auto}.innerDetCard{min-height:1px !important}}@media screen and (max-width: 900px){div.atrybutyWybierane{width:auto;padding:6.5%;float:none;clear:both}div.wizualizacje{margin-bottom:6.5%}.detCard #selAtrs .naglowek,.detCard #selAtrs td.etykieta{padding:5px 0px 0px 0px}.detCard .glownaFotka{padding:0px;float:none;clear:both;overflow:hidden;bottom:auto;width:auto}.samaFotka{padding-top:60px;padding-left:0px;transition:0.5s}}@media screen and (max-width: 600px){.samaFotka{padding-top:20px;padding-left:20px}div#labelTop{margin-top:-20px}div#labelLeft{margin-left:-69px}}@media screen and (max-width: 550px){.samaFotka{padding-top:0px;padding-left:0px;width:auto;transform:scale(0.95)}.jc-pelna-rama{display:none !important}}@media screen and (max-width: 500px){.samaFotka{transform:scale(0.85);margin-left:0px;margin-top:-60px;margin-bottom:-60px;width:90%}.fotka.kadrPic.noCrop .samaFotka{margin-top:-30px;margin-bottom:-30px}div.ustawKadrowanie{margin-top:-10px;width:70%}div.wizualizacje{margin-top:40px}}@media screen and (max-width: 450px){.samaFotka{transform:scale(0.75);margin-left:0px}span.labelTopL,span.labelLeftL,span.labelTopR,span.labelLeftR{background-size:20px;top:10px}span.labelTopM,span.labelLeftM{padding:5px 25px;font-size:16px;letter-spacing:1px}div.ustawKadrowanie{margin-top:-20px}.jcrop-holder{margin-left:0px;margin-right:0px}}@media screen and (max-width: 400px){.samaFotka{transform:scale(0.6);margin-left:0px}div.ustawKadrowanie{margin-top:-40px}div.wizualizacje{margin-top:0px}}.daneMaterialow.detCard{float:right;width:63.75%;padding:60px 5%;position:relative}.daneMaterialow.detCard .rozCena{display:none}.daneMaterialow.detCard div.lewa{width:18.3%;padding-right:5%;float:left}.daneMaterialow.detCard div.lewa div.ramka{margin:25px 0px !important;position:relative}.daneMaterialow.detCard div.lewa div.ramka>img{max-width:100%}.daneMaterialow.detCard div.lewa div.ramka>a{display:block;position:absolute;top:-10px;bottom:-10px;left:-10px;right:-10px;text-indent:400px;overflow:hidden;background:transparent;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:2px solid #e0e0e0;margin:0px;padding:0px}.daneMaterialow.detCard div.lewa div.ramka.selected a,.daneMaterialow.detCard div.lewa div.ramka:hover a{border:2px solid #8fcdbd}.daneMaterialow.detCard div.lewa div.ramka>div{font-size:14px;font-weight:600;background:white;padding:6px;text-align:center;margin-top:-6px}.daneMaterialow.detCard div.prawa{float:right;width:72%;padding-top:25px;padding-bottom:140px}.daneMaterialow.detCard div.prawa div.opis{font-size:14px;line-height:28px}.daneMaterialow.detCard div.prawa div.nazwa{font-size:20px;font-weight:600}.daneMaterialow.detCard div.prawa .wybierz{position:absolute;bottom:85px}.daneMaterialow.detCard div.prawa .wybierz a.button{background-image:url(check_w.svg);letter-spacing:1px}#toplayer .daneMaterialow.detCard .rozCena{display:block;bottom:0px;right:0px;font-size:26px;text-align:center}#toplayer .daneMaterialow.detCard .rozCena span.grosze,#toplayer .daneMaterialow.detCard .rozCena span.waluta{font-size:30px;font-weight:700}#toplayer .daneMaterialow.detCard .rozCena .cenaPrzekreslona{color:#d7d7d7;margin-bottom:-5px;text-decoration:line-through}#toplayer .daneMaterialow.detCard .rozCena #kwotaPrzekreslona{font-size:28px;font-weight:bold}#toplayer .daneMaterialow.detCard .rozCena .cenaPrzekreslona span.grosze,#toplayer .daneMaterialow.detCard .rozCena .cenaPrzekreslona span.waluta{font-size:22px}#toplayer .daneMaterialow.detCard .rozCena #kwotaZamowienia{font-size:48px;font-weight:700}#toplayer .daneMaterialow.detCard .rozCena #kwotaZamowienia span.grosze,#toplayer .daneMaterialow.detCard .rozCena #kwotaZamowienia span.waluta{font-size:30px}#toplayer .daneMaterialow.detCard{width:99%;padding:0px 0% 0px;min-height:555px}#toplayer .daneMaterialow.detCard .lewa{width:45%;padding-right:0%}#toplayer .daneMaterialow.detCard .lewa div.ramka{max-width:200px;float:left;margin:20px 45px 20px 0px !important}#toplayer .daneMaterialow.detCard .lewa div.ramka div.nazwa{min-height:40px}#toplayer .daneMaterialow.detCard .prawa{width:54%;padding-top:3px;height:410px;overflow:auto;padding-right:1%;padding-bottom:20px}#toplayer .daneMaterialow.detCard div.prawa .wybierz{bottom:15px}.ui-dialog.wyborMaterialu .zamknijRozmiar{display:none}@media screen and (max-width: 1325px){#toplayer .daneMaterialow.detCard .lewa{width:50%}#toplayer .daneMaterialow.detCard .prawa{width:49%}}@media screen and (max-width: 1200px){#toplayer .daneMaterialow.detCard div.lewa div.ramka>div{font-size:13px}#toplayer .daneMaterialow.detCard div.lewa div.ramka{max-width:150px}}@media screen and (max-width: 1080px){#toplayer .daneMaterialow.detCard div.lewa div.ramka{width:150px;margin:25px 45px 5px 0px !important}#toplayer .daneMaterialow.detCard div.lewa div.ramka img{display:none}#toplayer .daneMaterialow.detCard div.lewa div.ramka div.nazwa{margin-top:0px}#toplayer .daneMaterialow.detCard .lewa{width:25%;padding-right:2%}#toplayer .daneMaterialow.detCard .prawa{width:72%}#toplayer .daneMaterialow.detCard div.opis{font-size:13px;line-height:23px}}@media screen and (max-width: 790px){#toplayer .daneMaterialow.detCard div.lewa div.ramka{width:140px;margin:25px 45px 5px 0px !important}#toplayer .daneMaterialow.detCard .lewa{width:25%;padding-right:2%}#toplayer .daneMaterialow.detCard .prawa{width:69%}#toplayer .daneMaterialow.detCard div.opis{line-height:19px}}@media screen and (max-width: 740px){#toplayer .daneMaterialow.detCard div.lewa div.ramka{margin:5px 0px 0px 0px !important}#toplayer .daneMaterialow.detCard div.lewa div.ramka a{display:none}#toplayer .daneMaterialow.detCard div.lewa div.ramka.selected div.nazwa,#toplayer .daneMaterialow.detCard div.lewa div.ramka div.nazwa:hover{border:2px solid #8fcdbd}#toplayer .daneMaterialow.detCard div.lewa div.ramka div.nazwa{border:2px solid #efefef;cursor:pointer}}@media screen and (max-width: 680px){#toplayer .daneMaterialow.detCard div.lewa{width:100%;padding-right:0%}#toplayer .daneMaterialow.detCard div.prawa{width:100%;padding-bottom:60px;padding-right:0px;height:auto}#toplayer .daneMaterialow.detCard div.lewa div.ramka{margin:5px 5px 0px 0px !important}#toplayer .daneMaterialow.detCard div.lewa div.ramka div.nazwa{min-height:54px}#toplayer .daneMaterialow.detCard div.prawa .wybierz{position:static;margin-top:10px}}@media screen and (max-width: 460px){#toplayer .daneMaterialow.detCard .rozCena{position:static !important}#toplayer .daneMaterialow.detCard div.prawa{padding-bottom:25px}#toplayer .daneMaterialow.detCard div.prawa div.wybierz{text-align:center}}@media screen and (max-width: 390px){#toplayer .daneMaterialow.detCard div.lewa div.ramka{margin:5px 0px 0px 0px !important;width:100%;max-width:100%}#toplayer .daneMaterialow.detCard div.lewa div.ramka div.nazwa{min-height:auto}}#podgladWizualizacji{float:right;width:70%;padding:60px 0px;position:relative;overflow:hidden}#podgladWizualizacji .wizHeader{font-size:20px;font-weight:600;padding:30px 30px 80px 30px;text-align:center}#podgladWizualizacji div.podgladWizualizacji>div{margin:0 auto;transition:0.5s}#podgladWizualizacji div.poprzedniaWizualizacja,#podgladWizualizacji div.nastepnaWizualizacja{width:64px;height:64px;background-color:#6d6d6d;border:1px solid #6d6d6d;display:inline-block;line-height:64px;font-size:15px;color:white;overflow:hidden;text-align:center;background-image:url(ikona_miniArrow_w.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:25px;cursor:pointer;position:absolute;top:50%}#podgladWizualizacji div.podgladWizualizacji>div.poprzedniaWizualizacja,#podgladWizualizacji div.podgladWizualizacji>div.nastepnaWizualizacja{margin-top:-32px}#podgladWizualizacji div.poprzedniaWizualizacja:hover,#podgladWizualizacji div.nastepnaWizualizacja:hover{background-color:white;color:#b1b1b1;border:1px solid #b1b1b1;background-image:url(ikona_miniArrow_s.svg)}#podgladWizualizacji div.poprzedniaWizualizacja{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}#podgladWizualizacji div.nastepnaWizualizacja{right:0px}#podgladWizualizacji div.poprzedniaWizualizacja{left:0px}.zamknijWizualizacje{position:absolute;right:60px;top:45px;width:30px;height:30px;z-index:10;background:url(ikona_zamknij.svg) 50% 50% no-repeat;cursor:pointer;display:block;transition:0.5s;background-size:20px}@media screen and (max-width: 1680px){.detCard .daneMaterialow{width:60%}}@media screen and (max-width: 900px){#podgladWizualizacji{float:none;width:auto;padding:30px 0px;position:relative;overflow:hidden}.detCard .daneMaterialow{float:none;clear:both;width:auto;padding:30px 6.5%;position:relative}.detCard .daneMaterialow div.lewa{width:40%;padding-right:5%}.detCard .daneMaterialow div.prawa{width:55%;padding-top:25px}.detCard .daneMaterialow div.prawa .wybierz{position:static;margin-bottom:25px}#podgladWizualizacji .wizHeader{padding:20px 30px 40px 30px}}@media screen and (max-width: 700px){#podgladWizualizacji div.podgladWizualizacji>div:first-child{transform:scale(0.9) translate(-6%, -6%)}#podgladWizualizacji div.poprzedniaWizualizacja,#podgladWizualizacji div.nastepnaWizualizacja{width:48px;height:48px;line-height:48px;top:45%}}@media screen and (max-width: 600px){#podgladWizualizacji div.podgladWizualizacji>div:first-child{transform:scale(0.8) translate(-13%, -13%)}#podgladWizualizacji div.poprzedniaWizualizacja,#podgladWizualizacji div.nastepnaWizualizacja{top:42%}}@media screen and (max-width: 500px){#podgladWizualizacji div.podgladWizualizacji>div:first-child{transform:scale(0.7) translate(-22%, -22%)}#podgladWizualizacji div.poprzedniaWizualizacja,#podgladWizualizacji div.nastepnaWizualizacja{width:40px;height:40px;line-height:40px;top:36.5%}}@media screen and (max-width: 400px){#podgladWizualizacji div.podgladWizualizacji>div:first-child{transform:scale(0.6) translate(-34%, -34%)}#podgladWizualizacji div.poprzedniaWizualizacja,#podgladWizualizacji div.nastepnaWizualizacja{top:33%}}.detCard #wyborUkladu,.detCard #wyborRozmiaru{float:right;width:63.25%;padding:60px 5%;position:relative}.detCard #wyborUkladu div.zamknijRozmiar,.detCard #wyborRozmiaru div.zamknijRozmiar,.detCard #wyborMaterialu div.zamknijRozmiar{position:absolute;right:60px;top:45px;width:30px;height:30px;z-index:10;background:url(ikona_zamknij.svg) 50% 50% no-repeat;cursor:pointer;display:block;transition:0.5s;background-size:20px}.detCard #wyborRozmiaru table.rozmiary{width:100%;margin-top:10px;position:relative}.detCard #wyborRozmiaru tr td{cursor:pointer}.detCard #wyborRozmiaru td{vertical-align:middle;font-size:14px;transition:0.5s}.detCard #wyborRozmiaru tr.even td{background-color:#f3f3f3}.detCard #wyborRozmiaru tr:hover td{background-color:#b7dcd2;color:white;transition:0s}.detCard #wyborRozmiaru tr.selected:hover td{color:#201c1d}.detCard #wyborRozmiaru tr.selected td{background-color:white}.detCard #wyborRozmiaru th.rozRozmiar,.detCard #wyborRozmiaru td.rozRozmiar{width:25%}.detCard #wyborRozmiaru th.rozZamiana,.detCard #wyborRozmiaru td.rozZamiana{width:8%;text-align:center}.detCard #wyborRozmiaru th.subRozRama,.detCard #wyborRozmiaru td.rozRama{width:16%;text-align:center}.detCard #wyborRozmiaru th.rozUklad,.detCard #wyborRozmiaru td.rozUklad{width:35%}.detCard #wyborRozmiaru td.rozRozmiar input{margin:0px 20px}.detCard #wyborRozmiaru div.jestUklad{width:16%;margin:0px 2%;height:30px;color:#b1b1b1;font-weight:bold;display:inline-block;line-height:30px;font-size:13px;text-align:center}.detCard #wyborRozmiaru div.jestUklad.owszem{background:#8fcdbd;color:white}.detCard #wyborRozmiaru a.obrotKadru{background:url(ikona_zamien.svg) 50% 50% no-repeat;background-size:20px;width:30px;height:30px;display:inline-block;cursor:pointer}.detCard #wyborRozmiaru a.obrotKadru:hover{background-color:white}.detCard #wyborRozmiaru table.rozmiary th{font-size:13px !important;font-weight:600 !important;background-color:#cccccc;padding-top:10px;padding-bottom:10px;position:relative;transition:0.5s}.detCard #wyborRozmiaru table.rozmiary th .pop.hide{background:white;padding:10px;position:absolute;margin-top:20px;left:50%;margin-left:-120px;max-height:1px;overflow:hidden;opacity:0;transition:max-height 2s, opacity 0.5s;width:240px;z-index:5000;font-weight:normal !important}.detCard #wyborRozmiaru table.rozmiary th:hover .pop.hide{position:absolute;max-height:600px;display:block;opacity:1;transition:max-height 0s, opacity 0.5s;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21)}.detCard #wyborRozmiaru .button{margin-top:30px}.detCard #wyborUkladu .wybierz .button,.detCard #wyborRozmiaru .wybierz .button{background-image:url(check_w.svg);margin-top:30px}.detCard #wyborRozmiaru span.check{display:inline-block;width:30px;height:30px;background:url(check.svg) 50% 50% no-repeat;background-size:18px}div.wyborUkladu div.rozFoot{position:absolute;bottom:10px;width:914px}div.wyborUkladu div.rozFoot div.rozCena{width:650px}div#wyborUkladu div.uklHead{clear:both;font-size:20px;font-weight:600;padding:30px 0px;margin:0px}div.wyborUkladu table.atrybutyWybierane{width:100%}div.wyborUkladu table.atrybutyWybierane td{vertical-align:middle;padding:5px 0 5px 0}div.wyborUkladu table.atrybutyWybierane td div.etykieta{display:none}div.wyborUkladu table.atrybutyWybierane td span.select{width:180px;display:inline-block}div.wyborUkladu table.atrybutyWybierane td span.select select{color:#6C6355;height:27px;padding:3px 5px}div#wyborUkladu select{border:2px solid #b1b1b1}div#wyborUkladu .mainCanvasInfo .etykieta{display:inline-block;margin-right:20px}div#karuzelka{padding:20px 0px 5px 0px}div#karuzelka div.ukladList ul{list-style:none;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;width:auto}div#karuzelka div.ukladList ul li{background-color:#cccccc;width:101px;height:71px;float:left;margin:0px 35px 20px 0px;padding:0px}div#karuzelka div.ukladList ul li:hover,div#karuzelka div.ukladList ul li.selected{background-color:#2e2e2e}div#karuzelka div.ukladList ul li img{cursor:pointer;width:101px;height:71px;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:crisp-edges}.jcarousel-skin-tango .jcarousel-direction-rtl{direction:rtl}.jcarousel-skin-tango .jcarousel-container-horizontal{width:auto;padding:0 0}.jcarousel-skin-tango .jcarousel-clip{overflow:hidden}.jcarousel-skin-tango .jcarousel-clip-horizontal{position:absolute;left:93px;width:673px;height:100px}.jcarousel-skin-tango .jcarousel-item{width:101px;height:71px}.jcarousel-skin-tango .jcarousel-item-horizontal{margin-left:0;margin-right:4px}.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal{margin-right:0}.jcarousel-skin-tango .jcarousel-item-placeholder{background:#fff;color:#000}.jcarousel-skin-tango .jcarousel-next-horizontal{position:absolute;top:4px;right:25px;width:35px;height:64px;cursor:pointer;background:transparent url(colNav_nextUpsell.png) no-repeat 50% 50%}.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active{cursor:default;background-image:none}.jcarousel-skin-tango .jcarousel-prev-horizontal{position:absolute;top:4px;left:17px;width:35px;height:64px;cursor:pointer;background:transparent url(colNav_previousUpsell.png) no-repeat 50% 50%}.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active{cursor:default;background-image:none}div#kadrujOdstep{width:400px;float:right}div#kopiaFotki{overflow:hidden}div#kopiaFotki img{position:absolute}div#wizualizacjaUkladu{position:absolute;top:0;left:0;text-align:center;z-index:10}div#wizualizacjaUkladu img{image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:crisp-edges}div#opisUkladu{text-align:center;padding-bottom:10px}div#opisUkladu .uklWymiary{font-weight:bold;padding-bottom:7px}div#opisUkladu span.uklKadr{margin-right:18px}div#wukladPhoto{float:left;background-color:#cccccc;width:101px;height:71px;margin-top:5px}div#wukladOpis{float:right;max-width:250px}div#wukladOpis span{display:block;padding-top:3px;font-size:11px}.mainCanvas{width:44%;float:left;padding:20px 3% 10px 3%}.secondaryCanvas{padding:80px 3% 10px 3%;float:right;width:44%}.whiteCanvas{background:white;margin-top:30px;padding-top:10px}.mainCanvasInfo{padding:15px 0px 15px 0px;clear:both}@media screen and (max-width: 1680px){.whiteCanvas{margin-left:-55%;margin-right:-5%;position:relative;z-index:5000}.detCard #wyborRozmiaru{width:60%}}@media screen and (max-width: 980px){.mainCanvas{transform:scale(0.85);width:44%;float:left;padding:20px 3% 10px 3%}.secondaryCanvas{transform:scale(0.85);padding:80px 3% 10px 3%;float:right;width:44%}div#wukladOpis{float:none;max-width:100%}div#opisUkladu .uklWymiary{clear:both}.detCard #wyborRozmiaru table.rozmiary th .pop.hide{display:none !important}.detCard #wyborRozmiaru th.rozRozmiar,.detCard #wyborRozmiaru td.rozRozmiar{width:35%}.detCard #wyborRozmiaru th.rozZamiana,.detCard #wyborRozmiaru td.rozZamiana{width:8%}.detCard #wyborRozmiaru th.subRozRama,.detCard #wyborRozmiaru td.rozRama{width:16%}.detCard #wyborRozmiaru th.rozUklad,.detCard #wyborRozmiaru td.rozUklad{width:25%}}@media screen and (max-width: 900px){.whiteCanvas{display:none}.detCard #wyborUkladu,.detCard #wyborRozmiaru{float:none;width:auto;padding:30px 6.5%}.detCard #wyborUkladu div.zamknijRozmiar,.detCard #wyborRozmiaru div.zamknijRozmiar{right:30px;top:5px}}@media screen and (max-width: 600px){.detCard #wyborRozmiaru table.rozmiary th{word-break:break-all;word-break:break-word}.detCard #wyborRozmiaru td.rozRozmiar input{margin:0px 10px}}@media screen and (max-width: 500px){.detCard #wyborRozmiaru td.rozRozmiar input{margin:0px auto;display:block}.detCard #wyborRozmiaru td.rozRozmiar{text-align:center}}div.detCardDescBorder{border-bottom:2px solid #e1e1e1;clear:both}div.detCardDescPrice{float:right;width:16.25%;padding:15px 5% 60px;border-top:2px solid #e1e1e1;padding-bottom:60px;margin-bottom:0px;clear:right}div.detCardDescInfo{float:left;width:63.75%;padding:60px 5%;background:white;position:relative;color:#696969;font-size:15px;letter-spacing:1px;min-height:300px;line-height:26px;background:#fff url(2px_border.gif) right 0px repeat-y}#zaletyKarta{font-size:14px;width:73.75%;float:left;clear:left;border-bottom:0px;position:relative}#zaletyKarta .borderProjector{position:absolute;top:0px;right:0px;bottom:0px;width:2px;background:#e1e1e1;margin:0px;padding:0px;z-index:5}div.wymiana,div.bezpieczenstwo,div.wysylka,div.gwarancja{border-top:1px solid #e2e2e2;width:25%;float:right}#zaletyKarta a{border-right:1px solid #e2e2e2;color:#201c1d;display:block;padding:24px 34px 24px 80px;background-color:#edf8f5;background-position:30px 50%;background-repeat:no-repeat;position:relative;line-height:20px}#zaletyKarta>div:first-child a{border:0px}#zaletyKarta a svg{fill:#8fcdbd;width:6px;height:11px;position:absolute;right:24px;top:50%;margin-left:10px;padding:0px;margin-top:-5px}#zaletyKarta a:hover{background-color:white;color:#8fcdbd}div.wymiana a{background-image:url(ikona_okraglaStrzalka.svg)}div.bezpieczenstwo a{background-image:url(ikona_tarcza.svg)}div.wysylka a{background-image:url(ikona_ciezarowka.svg)}div.gwarancja a{background-image:url(ikona_certyfikat.svg)}ul.slowaLista.detCardList{padding:40px 0px 0px 0px;border:0px}ul.slowaLista.detCardList li{width:20%;margin:0px;float:left}ul.slowaLista.detCardList li a{display:block;margin:0px 6px 5px 0px;padding-left:5px;padding-right:5px;text-align:center}@media screen and (max-width: 1680px){#zaletyKarta a{padding:24px 34px 24px 60px;background-position:20px 50%}}@media screen and (max-width: 1560px){#zaletyKarta a{padding:24px 34px 24px 80px;background-position:30px 50%}div.wymiana,div.bezpieczenstwo,div.wysylka,div.gwarancja{width:50%}#zaletyKarta>div:nth-child(3) a{border:0px}}@media screen and (max-width: 1440px){ul.slowaLista.detCardList li{width:25%}}@media screen and (max-width: 1680px){div.detCardDescPrice{width:20%}div.detCardDescInfo{width:60%}#zaletyKarta{width:70%}}@media screen and (max-width: 980px){ul.slowaLista.detCardList li{width:auto}div.detCardDescInfo{float:none;clear:both;border:0px;width:auto;padding:40px 6.5%;border-top:1px solid #e1e1e1;background:white}#zaletyKarta .borderProjector{display:none}#zaletyKarta{width:auto;float:none;clear:both;border-left:0px;margin-left:0px}#bigImg{display:none !important}}@media screen and (max-width: 980px){div.detCardDescInfo{border-top:0px}}@media screen and (max-width: 800px){#zaletyKarta a{padding:24px 34px 24px 60px;background-position:20px 50%}}@media screen and (max-width: 600px){#zaletyKarta a{padding:24px 34px 24px 80px;background-position:30px 50%}div.wymiana,div.bezpieczenstwo,div.wysylka,div.gwarancja{width:auto;float:none;clear:both}#zaletyKarta a{border:0px}}div.detCardDesc .trescOpisu{padding-top:70px;clear:both;font-size:14px;line-height:28px}.detCardDescPrice{font-weight:bold;position:relative;z-index:10;background:#f3f3f3}.detCardDescPrice div.cena{font-size:26px;margin-bottom:10px}.detCardDescPrice span.grosze,.detCardDescPrice span.waluta{font-size:30px}.detCardDescPrice div.cena .cenaPrzekreslona{color:#d7d7d7;margin-bottom:-5px;text-decoration:line-through}.detCardDescPrice div.cena #kwotaPrzekreslona{font-size:48px;font-weight:bold}.detCardDescPrice div.cena .cenaPrzekreslona span.grosze,.detCardDescPrice div.cena .cenaPrzekreslona span.waluta{font-size:24px}.detCardDescPrice #kwotaZamowienia{font-size:48px}.detCardDescPrice div.kwotaOszczednosci{font-size:17px;color:#8fcdbd;margin-bottom:20px}.detCardDescPrice #kwotaOszczednosci{font-size:inherit}.detCardDescPrice div.kwotaOszczednosci span.grosze,.detCardDescPrice div.kwotaOszczednosci span.waluta{font-size:inherit}.detCardDescPrice #kwotaZamowienia span.grosze,.detCardDescPrice #kwotaZamowienia span.waluta{font-size:30px}.detCardDescPrice input.button{width:auto;padding-left:35px;padding-right:35px;letter-spacing:1px}@media screen and (max-width: 1440px){.detCardDescPrice input.button{padding-left:30px;padding-right:30px}}@media screen and (max-width: 980px){.detCardDescPrice div.kwotaOszczednosci,.detCardDescPrice div.kwotaOszczednosci{top:55px;line-height:30px}.detCardDescPrice div.cena #kwotaPrzekreslona,.detCardDescPrice #kwotaOszczednosci{font-size:24px}}@media screen and (max-width: 900px){div.detCardDescPrice{float:none;width:auto;padding:15px 6.5% 30px 6.5%;border-top:2px solid #e1e1e1;top:0px;margin-bottom:0px;clear:both}}@media screen and (max-width: 600px){.detCardDescPrice span.grosze,.detCardDescPrice span.waluta{font-size:24px}.detCardDescPrice #kwotaZamowienia{font-size:48px}}.detCard div.zakladki{margin-top:75px}div.zakladki.detCard{border-bottom:1px solid #d7d7d7}.detCard div.zakladki a.zakladka{display:inline-block;margin-bottom:-1px;background-color:#efefef;color:#201c1d;font-size:13px;font-weight:600;border-right:1px solid #d5d5d5;border-top:1px solid #d5d5d5;cursor:pointer;padding:24px;min-width:125px;text-align:center}.detCard div.zakladki a.zakladka:hover,.detCard div.zakladki a.zakladka.selected{color:#b1b1b1;background-color:white}.detCard div.daneZakladek{border-top:1px solid #d5d5d5;background-color:#f3f3f3}.detCard .listaPodobnych{padding-top:60px;margin-bottom:60px;float:left;width:56.8%}.detCard .daneZakladek .hoverOverlay,.detCard .daneZakladek div.lista_div.itemList a .fotka .hoverOverlay img{background-color:transparent}.detCard .daneZakladek .hoverOverlay.ready,.detCard .daneZakladek div.lista_div.itemList a .fotka .hoverOverlay.ready img{background-color:black}.detCard .daneZakladek .detOpis{font-size:14px;line-height:28px}.detCard .opiList{float:right;width:43%;clear:none}.detCard .opiList h3{display:none}.detCard .opiList{border-left:1px solid #d8d8d8}.detCard .opiList .opiniaKlienta:nth-child(odd){background-color:white;border-left:1px solid white}.detCard .opiList .opiniaKlienta:nth-child(even){background-color:#f3f3f3;border-left:1px solid white}.detCard .listaPodobnych div.lista_div.itemList .lt{width:31.25%}.detCard .opiList{position:relative}.detCard .wiecejOpiniiContainer{text-align:center}.detCard .wiecejOpinii span{display:none}.detCard .opiList .opiniaKlienta{padding-left:17%}@media screen and (max-width: 1440px){.detCard .listaPodobnych div.lista_div.itemList .lt{width:31.25%}.detCard .opiList .opiniaKlienta{padding-left:20%}}@media screen and (max-width: 1240px){.detCard .listaPodobnych div.lista_div.itemList .lt{width:48%}.detCard .wiecejOpinii{float:right;position:static;margin:40px 6.5% 40px 0px}}@media screen and (max-width: 980px){.detCard .listaPodobnych div.lista_div.itemList .lt{width:31.25%}.detCard .listaPodobnych,.detCard .opiList{float:none;width:auto;clear:both}.detCard .opiList{padding-top:50px}.detCard .opiList .opiniaKlienta:first-child{border-top:1px solid #d7d7d7}.detCard .opiList .opiniaKlienta{padding-left:13%}}@media screen and (max-width: 800px){.detCard .listaPodobnych div.lista_div.itemList .lt{width:48%}.detCard .opiList .opiniaKlienta{padding-left:17%}}@media screen and (max-width: 450px){.detCard .listaPodobnych div.lista_div.itemList .lt{width:97.3%}.detCard .opiList .opiniaKlienta{padding:25px 6.5% 25px 20%}}@media screen and (max-width: 600px){.wiecejOpinii{top:-15px}.detCard .wiecejOpinii{top:auto}}@media screen and (max-width: 980px){.detCard div.zakladki a.zakladka{padding:24px 12px;min-width:1px}}@media screen and (max-width: 500px){.detCard div.zakladki a.zakladka{padding:12px 12px;min-width:1px;display:block;width:auto;margin:0px;border-right:0px}.detCard div.zakladki a.zakladka.selected{padding:24px 12px}.detCard div.zakladki a.zakladka:hover{transition:0.5s}}.detProduct .detCard div.daneZakladki{padding:60px 6.5%}.detProduct .detCard div.daneZakladek{border-top:0px}.detProduct .productMain .detCardDescPrice{float:none;width:auto;padding:60px 0px 60px 0px;border:0px}.detProduct .productMain div.fotka{position:relative;z-index:2;background:white;width:60%;padding:5%;float:right;border:1px solid #e1e1e1;border-right:0px;margin-left:-1px}.detProduct .productMain div.fotka img{max-width:100%}.detProduct .productMain div.blokCen{background:#f3f3f3;width:20%;padding:5%;float:left;position:static}@media screen and (max-width: 1240px){.detProduct .productMain div.fotka{width:40%;padding:5%}.detProduct .productMain div.blokCen{width:40%;padding:5%}}@media screen and (max-width: 500px){.detProduct .productMain div.fotka,.detProduct .productMain div.blokCen{width:auto;padding:6.5% 6.5% 0px 6.5%;margin:0px;border:0px;float:none;text-align:center}.detProduct .productMain .detCardDescPrice{padding:30px 0px 30px 0px}}.jcrop-holder{margin:60px auto 60px auto;text-align:left}.jcrop-vline,.jcrop-hline{font-size:0;position:absolute;background-color:white}.jcrop-vline{height:100%;width:1px !important}.jcrop-hline{width:100%;height:1px !important}.jcrop-vline.right{right:0}.jcrop-hline.bottom{bottom:0}.jcrop-handle{font-size:1px;width:7px !important;height:7px !important;border:1px #eee solid;background-color:#333}.jcrop-tracker{width:100%;height:100%}.custom .jcrop-vline,.custom .jcrop-hline{background:yellow}.custom .jcrop-handle{border-color:black;background-color:#C7BB00}.addCartTopLayer h2{text-align:center}.addCartTopLayer .whiteStripe{background:white;border-bottom:1px solid #d5d5d5;position:relative;left:-200px;min-height:160px;width:100%;padding:20px 200px;margin-top:70px}.addCartTopLayer .produkt{margin:0px;position:relative;z-index:5}.addCartTopLayer .produkt .fotka{width:160px;height:160px;margin-right:6%;float:left}.addCartTopLayer .produkt .fotka a img{width:auto;height:auto;max-width:160px;max-height:160px}.addCartTopLayer .produkt .fotka span{display:block;height:160px;background-size:cover;background-position:50% 50%}.addCartTopLayer .produkt .cena{float:right;width:200px;font-size:45px;font-weight:bold;text-align:right}.addCartTopLayer .produkt .grosze{font-size:24px}.addCartTopLayer .produkt .nazwa{float:left;width:50%;font-weight:600;font-size:24px}.addCartTopLayer .produkt .nazwa a{display:block;font-weight:600;font-size:24px;margin-bottom:30px}.addCartTopLayer .produkt .nazwa a div{display:inline-block}.addCartTopLayer .produkt .nazwa>div{font-size:13px;font-weight:bold;line-height:28px}.addCartTopLayer .produkt .nazwa>div span{font-weight:normal}.addCartTopLayer div.kontynuuj{float:left}.addCartTopLayer div.doKoszyka{float:right}.addCartTopLayer div.kontynuuj .button{background-image:url(ikona_strzalkaLewo.svg)}.addCartTopLayer .popKoszyk{margin-bottom:20px}.addCartTopLayer .popAkcesoria .naglowek{letter-spacing:3px;font-size:16px;padding-top:40px}.addCartTopLayer .recUpselling{border-bottom:1px solid #d5d5d5;padding:40px 0px}.addCartTopLayer div.upselling.upsellingList .nazwaPolecamy{font-size:20px}.addCartTopLayer div.upselling.upsellingList .fotkaPolecamy a{display:block;height:160px;background-repeat:no-repeat;background-position:50% 50%}.addCartTopLayer div.upselling.upsellingList .dodajDoKoszyka a{cursor:pointer}.addToCartResult #toplayer,.addToCartResult div.ui-dialog-wrap-close{max-width:1020px}.samaFotka{min-height:190px}.samaFotka>img{margin:60px 0px 60px 150px}@media screen and (max-width: 1040px){.addCartTopLayer .produkt .nazwa{float:left;width:36%}}@media screen and (max-width: 800px){.addCartTopLayer .produkt .nazwa{float:left;width:60%;font-size:22px}.addCartTopLayer .produkt .cena{float:left;text-align:left}.samaFotka>img,.jcrop-holder,#photo_main{margin-left:12%}}@media screen and (max-width: 600px){.addCartTopLayer .produkt .nazwa{width:50%}}@media screen and (max-width: 500px){.addCartTopLayer .produkt .nazwa{width:auto;float:none;margin-top:20px}.addCartTopLayer .produkt .fotka{float:none;margin-left:0px}.addCartTopLayer .produkt .cena{float:none;width:auto}.addCartTopLayer div.kontynuuj{float:none}.addCartTopLayer div.doKoszyka{float:none;margin-bottom:20px}}.cartAlert{color:#e98484;margin:30px 6.5%;text-align:center;font-size:20px;font-weight:600}.cartForm.korzysci{text-align:left;letter-spacing:3px;position:relative;top:-20px;padding-right:6.5%;font-size:16px}.cartForm.korzysci .questionMark{letter-spacing:0px}.cartForm.korzysci>div{display:inline-block;padding-left:6.95%}.cartForm.korzysci>div img{margin-bottom:-12px}@media screen and (max-width: 600px){.cartForm.korzysci{letter-spacing:0px;font-size:15px;padding-top:10px}}@media screen and (max-width: 400px){.cartForm.korzysci{text-align:center;padding-left:15%;padding-right:15%}.cartForm.korzysci>div{padding-left:0px}}.produktWKoszyku{border-bottom:1px solid #d5d5d5;background-color:white;padding:50px 6.5%;position:relative}.produktWKoszyku div.fotka{margin-right:5%;float:left}.produktWKoszyku div.fotka a{display:block;width:160px;height:160px;text-align:center;overflow:hidden}.produktWKoszyku div.fotka img{width:auto;height:auto;max-width:160px;max-height:160px}.produktWKoszyku div.nazwa{min-height:160px;float:left;width:38%;margin-right:5%}.produktWKoszyku div.nazwa a{font-weight:600px;font-size:24px}.produktWKoszyku table.wybraneAtrybuty{margin-top:40px}.produktWKoszyku table.wybraneAtrybuty td{font-weight:bold;font-size:13px;padding-right:10px;padding-bottom:10px}.produktWKoszyku table.wybraneAtrybuty td:first-child{font-weight:400}.produktWKoszyku table.wybraneAtrybuty td .opisWymiaru{font-weight:normal}.produktWKoszyku div.przeliczProdukt{float:left;min-height:160px;width:160px}.produktWKoszyku div.przeliczProdukt input{font-weight:bold;width:80px;padding-left:15px;padding-right:15px;text-align:center}.produktWKoszyku div.przeliczProdukt span.jednostka{font-size:14px}.produktWKoszyku div.przeliczProdukt span.przelicz{color:#8fcdbd;display:inline-block;margin-top:25px;padding:5px 5px 5px 0px;cursor:pointer;transition:0.6s;font-size:14px;font-weight:bold}.produktWKoszyku div.przeliczProdukt span.przelicz svg{fill:#8fcdbd;width:17px;height:21px;margin-right:10px;position:relative;top:4px;transition:0.6s}.produktWKoszyku div.przeliczProdukt span.przelicz:hover{color:#b1b1b1;transition:0.2s}.produktWKoszyku div.przeliczProdukt span.przelicz:hover svg{fill:#b1b1b1;transition:0.2s}.produktWKoszyku div.wartosc{float:right}.produktWKoszyku div.wartosc a.usunMnie{position:absolute;right:25px;top:15px;width:30px;height:30px;z-index:10;background:url(ikona_zamknij.svg) 50% 50% no-repeat;cursor:pointer;display:block;transition:0.5s;background-size:20px}.produktWKoszyku div.wartosc{width:20%;text-align:right}.produktWKoszyku span.cena_promocja{font-size:45px;font-weight:bold}.produktWKoszyku span.grosze{font-size:24px}@media screen and (max-width: 1240px){.produktWKoszyku div.nazwa{width:30%;margin-right:5%}.produktWKoszyku div.wartosc{width:22%}.produktWKoszyku div.przeliczProdukt{width:120px}.produktWKoszyku div.przeliczProdukt input{width:60px}}@media screen and (max-width: 980px){.produktWKoszyku div.nazwa{width:55%;margin-right:0px;min-height:1px}.produktWKoszyku div.przeliczProdukt{width:35%;clear:left;margin-left:160px;padding-left:5%;min-height:1px}.produktWKoszyku div.wartosc{width:30%}.produktWKoszyku div.przeliczProdukt span.przelicz{margin-left:20px;margin-top:2px}}@media screen and (max-width: 800px){.produktWKoszyku div.fotka{margin-right:6.5%}.produktWKoszyku div.nazwa{width:55%}.produktWKoszyku div.przeliczProdukt{width:auto;clear:both;margin-left:160px;padding-left:6.5%;min-height:1px;float:none}.produktWKoszyku div.wartosc{width:auto;clear:both;margin-left:160px;padding-left:6.5%;min-height:1px;float:none;text-align:left;margin-top:25px;font-size:40px}.produktWKoszyku span.cena_promocja{font-size:40px}}@media screen and (max-width: 500px){.produktWKoszyku div.fotka{margin:0 auto;float:none}.produktWKoszyku{padding:30px 6.5%}.produktWKoszyku div.nazwa{width:auto;clear:both;min-height:1px;float:none;padding-bottom:15px;padding-top:12px}.produktWKoszyku table.wybraneAtrybuty{margin-top:10px}.produktWKoszyku div.przeliczProdukt{margin-left:0px;padding-left:0px}.produktWKoszyku div.wartosc{margin-left:0px;padding-left:0px;margin-top:15px;text-align:right}.produktWKoszyku div.przeliczProdukt input{padding:10px 15px}}.cartForm #kodRabatowy{margin:30px 6.5%;text-align:right}.cartForm #kodRabatowy input#kod_rabatowy{width:70%;margin-right:30px;padding-top:1%;padding-bottom:1%;height:25px;max-width:600px}.cartForm #kodRabatowy a.button.dodajRabat{background-image:url(check_w.svg);background-size:15px}.cartForm #kodRabatowy a.button.usunRabat{background-image:url(ikona_zamknij_w.svg);background-size:15px}.uwagiKoszty{background-color:white;padding:30px 6.5%;position:relative}div.uwagiDoZamowienia{float:left;width:40%;max-width:600px;padding-bottom:10px}div.uwagiDoZamowienia textarea{width:92%;height:100px;padding-left:4%;padding-right:4%}.sumaKoszyk{float:right;text-align:right;font-size:14px;line-height:28px;clear:right}span.kwota{font-weight:bold}.sumaKoszyk.dostawaKoszyk{width:57%;min-width:800px;float:right;font-size:14px;position:relative;top:20px}.sumaKoszyk.dostawaKoszyk>div{float:right}.sumaKoszyk.dostawaKoszyk .cena{font-weight:bold}.sumaKoszyk.dostawaKoszyk #dostawcaKraj{width:auto;text-align:left;display:inline-block;float:left}.sumaKoszyk.dostawaKoszyk #dostawcaKraj div.etykieta{display:inline-block;float:left}.sumaKoszyk.dostawaKoszyk #dostawcaKraj div#krajDostawy{display:inline-block;float:left;position:relative;top:-10px;margin-left:10px}.sumaKoszyk.dostawaKoszyk #krajDostawy{border:0px;background:#e1e1e1 url(header_arrowDown.svg) 90% 50% no-repeat;background-size:11px;color:#696969;letter-spacing:1px;font-size:15px;padding:10px 20px;cursor:pointer;font-style:italic;height:28px;z-index:1000}.sumaKoszyk.dostawaKoszyk img{max-height:17px;position:relative;top:3px}.sumaKoszyk.dostawaKoszyk .wyborDostawy{display:inline-block;padding-left:30px}.sumaKoszyk.dostawaKoszyk .opisDostawy{display:inline-block}.sumaKoszyk.dostawaKoszyk .optData.koszt{padding-left:30px}.sumaKoszyk.dostawaKoszyk #dostawca{width:auto !important;overflow:hidden}.sumaKoszyk.dostawaKoszyk #dostawca .dd-select{width:auto !important}.sumaKoszyk.dostawaKoszyk .wyborDostawy.wieluDostawcow ~ .opisDostawy{display:none !important}.sumaKoszyk.dostawaKoszyk .wyborDostawy.wieluDostawcow ~ .optData.koszt{padding-left:10px}ul.dd-options{background-color:white;list-style:none;margin:10px 0px 0px -20px;padding:0px 0px 0px 0px;width:220px !important;max-height:160px;overflow-y:scroll}ul.dd-options li{margin:0px;padding:2px 20px;font-weight:bold;background:#efefef;font-style:normal;font-size:11px;line-height:27px;border:1px solid #e1e1e1;border-top:0px}ul.dd-options li:hover{background:#fff url(check.svg) 93% 50% no-repeat;color:#8fcdbd}.sumaKoszyk.dostawaKoszyk>div.wyborDostawy{float:left;height:38px !important;overflow:visible}#dostawca{border:1px solid #e1e1e1;position:relative;top:-10px}#dostawca img{cursor:pointer;margin-right:10px}#dostawca .dd-select{padding:9px 40px 9px 20px;background:url(header_arrowDown.svg) 94% 50% no-repeat;background-size:11px;min-width:220px;height:28px !important;text-align:left;cursor:pointer;overflow:hidden}#dostawca ul.dd-options{background-color:white;list-style:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;width:auto !important;overflow-y:visible;overflow-x:hidden;text-align:left}#dostawca ul.dd-options li{margin:0px;padding:2px 20px;font-weight:bold;font-style:normal;font-size:11px;line-height:27px;border:1px solid #e1e1e1;border-top:0px}#dostawca ul.dd-options li:hover{background:#fff url(check.svg) 93% 50% no-repeat;color:#8fcdbd}div.razemKoszyk{padding:40px 6.5%;text-align:right;font-size:14px;clear:both}div.razemKoszyk span.razem{font-size:65px;font-weight:bold;position:relative;top:18px;margin-left:20px}div.razemKoszyk span.grosze{font-size:30px}div.razemKoszykButtons{padding:20px 6.5% 40px 6.5%}#reg_submit{float:right}#reg_back{background-image:url(ikona_strzalkaLewo.svg);background-size:15px;margin-top:25px;margin-right:25px}.koszykBezpieczenstwo{padding:60px 6.5% 60px 6.5%;background:white;font-size:16px;text-align:left;letter-spacing:2px}.koszykBezpieczenstwo a{color:#8fcdbd;font-size:14px;font-weight:bold;letter-spacing:0px}.koszykBezpieczenstwo a:hover{color:#b1b1b1}.koszykBezpieczenstwo img{max-width:100%}@media screen and (max-width: 1700px){.sumaKoszyk.dostawaKoszyk{width:auto}}@media screen and (max-width: 1240px){.cartForm #kodRabatowy input#kod_rabatowy{width:50%}#reg_back{background-position:20px 50%}}@media screen and (max-width: 980px){#reg_submit{padding:30px 60px}.cartForm #kodRabatowy input#kod_rabatowy{letter-spacing:0px}.sumaKoszyk.dostawaKoszyk{width:auto;min-width:280px;padding-bottom:40px;text-align:right}.sumaKoszyk.dostawaKoszyk .wyborDostawy{display:block;clear:left;margin-top:10px;margin-bottom:25px}.sumaKoszyk.dostawaKoszyk>div.wyborDostawy{float:none}.sumaKoszyk.dostawaKoszyk span.cena{display:inline-block;width:90px}.sumaKoszyk.dostawaKoszyk #dostawcaKraj{float:none}.sumaKoszyk.dostawaKoszyk .wyborDostawy.wieluDostawcow{float:right;padding-bottom:20px;padding-left:80px;padding-top:0px;margin:0px}.sumaKoszyk.dostawaKoszyk .optData.koszt{clear:right}}@media screen and (max-width: 800px){#reg_submit{padding:30px 40px}div.uwagiDoZamowienia{float:none;width:auto;max-width:800px;padding-bottom:20px}.sumaKoszyk.dostawaKoszyk .opisDostawy{clear:right}}@media screen and (max-width: 600px){#reg_submit{padding:30px 0px;width:100%;text-align:center}div.razemKoszyk span.razem{font-size:50px;font-weight:bold;position:relative;top:18px;margin-left:20px}div.razemKoszyk span.grosze{font-size:24px}.cartForm #kodRabatowy{text-align:center}.cartForm #kodRabatowy input#kod_rabatowy{width:90%;padding:3% 5%;margin-right:0px}.cartForm #kodRabatowy a.button.dodajRabat,.cartForm #kodRabatowy a.button.usunRabat{padding-top:3%;padding-bottom:3%;margin-top:5%;font-size:15px}#dostawca ul.dd-options li{line-height:16px}}@media screen and (max-width: 500px){div.razemKoszyk{padding-bottom:0px}div.razemKoszyk span.razem{display:block;top:0px}.sumaKoszyk.dostawaKoszyk #dostawcaKraj div.etykieta{display:block;width:auto;float:none;text-align:right}.sumaKoszyk.dostawaKoszyk #dostawcaKraj div#krajDostawy{margin-left:0px;margin-top:15px;display:block;width:auto}}div.upselCart{padding:50px 6.5% 50px 6.5%}div.upselCart h3{font-size:16px;font-weight:normal;letter-spacing:2px}div.recUpselling{clear:both;padding:20px 0px 20px 0px}div.upselling .fotkaPolecamy{height:160px;width:160px;margin-right:5%;float:left;text-align:center;overflow:hidden}div.upselling .fotkaPolecamy img{height:100%}div.upselling .nazwaPolecamy{font-size:24px;font-weight:600;margin-bottom:20px;margin-left:160px;padding-left:5%}div.upselling .cenaPolecamy{font-size:30px;font-weight:bold;margin-bottom:20px;margin-left:160px;padding-left:5%}div.upselling .cenaPolecamy .grosze{font-size:66%}div.upselling .dodajDoKoszyka{margin-left:160px;padding-left:5%}div.upselling .dodajDoKoszyka a{font-size:16px;font-weight:bold;color:#8fcdbd}div.upselling .dodajDoKoszyka a:hover{color:#b1b1b1}@media screen and (max-width: 600px){div.upselling .fotkaPolecamy{height:80px;width:80px}div.upselling .nazwaPolecamy{font-size:20px;margin-bottom:10px;margin-left:80px}div.upselling .cenaPolecamy{font-size:24px;margin-bottom:10px;margin-left:80px}div.upselling .dodajDoKoszyka{margin-left:80px}}.wybor{background-color:white}.wybor h2{border-bottom:2px solid #f3f3f3;padding:50px 13%;font-weight:600;font-size:24px;line-height:30px;margin:0px;transition:0.5s;letter-spacing:1px}.wybor h2 span{display:table-cell;height:70px;vertical-align:middle}.wybor .regRight h2,.wybor .regRight .wyborContent{border-left:2px solid #f3f3f3}.wybor .wyborContent{height:400px;padding:90px 13% 0px 13%;font-size:13px;position:relative;transition:0.5s}.wybor .regLeft,.wybor .regRight{width:50%}.wybor .regLeft{float:left}.wybor .regRight{float:right}.wybor .naglowek{font-size:20px;font-weight:600;padding-bottom:50px;transition:0.5s}.wybor ul{list-style:none;padding:0px}.wybor li{padding-left:50px;background:url(ikona_miniArrow.svg) 0px 5px no-repeat;background-size:25px}div.maszPytania{padding:45px 6.5%;font-size:16px;letter-spacing:3px}a.reg_process,input.reg_process{font-size:16px;display:inline-block;font-weight:600;letter-spacing:2px;color:white;background-color:#6d6d6d;padding:15px 45px 15px 85px;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.75);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.75);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.75);text-shadow:1px 1px 1px rgba(0,0,0,0.15);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:0px;line-height:25px;height:25px;transition:0.5s;background-position:35px 50%;background-size:15px;background-repeat:no-repeat}input.reg_process{box-sizing:content-box}a.reg_process:hover,input.reg_process:hover{background-color:#8e8e8e;transition:0.2s}.wybor .regLeft .reg_process{background-image:url(ikona_klodka.svg)}.wybor .reg_process#zaloguj{background-image:url(header_login.svg)}.wybor .regRight input[type="text"],.wybor .regRight input[type="password"]{padding-left:5%;padding-right:5%;width:90%;margin:12px 0px}.wybor #przypomnijmi{padding:12px 0px}.wybor #przypomnijmi a{color:#8fcdbd;font-weight:bold}.wybor #przypomnijmi a:hover{color:#e1e1e1}.wybor .reg_process{position:absolute;bottom:110px}.wybor .reg_process.bezRejestracji{right:13.5%;height:auto}.wybor #upomnienie{position:absolute;top:20px;font-size:22px;color:#e98484;font-weight:600;max-width:500px;padding-right:10%;transition:0.5s}@media screen and (max-width: 1640px){.wybor .reg_process.bezRejestracji{right:auto;bottom:40px}}@media screen and (max-width: 980px){a.reg_process,input.reg_process{padding:15px 35px 15px 65px;background-position:25px 50%}.wybor h2{padding:30px 13%;font-size:21px}.wybor #upomnienie{top:25px;font-size:17px;padding-right:5%}.wybor .reg_process.bezRejestracji{right:auto;bottom:20px;margin-right:13.5%}}@media screen and (max-width: 700px){a.reg_process,input.reg_process{padding:15px 25px 15px 45px;background-position:15px 50%;letter-spacing:0px}.wybor h2{font-size:20px}.wybor .wyborContent{height:450px;padding:40px 13% 0px 13%}.wybor .naglowek{font-size:17px;font-weight:600;padding-bottom:20px}.wybor .reg_process{position:absolute;bottom:160px}.wybor .reg_process.bezRejestracji{bottom:60px}.wybor #upomnienie{top:auto;bottom:440px;font-size:14px;margin-right:12%;padding:10px;color:white;background-color:#e98484}}@media screen and (max-width: 500px){.wybor .regLeft,.wybor .regRight,.wybor .regRight h2{width:auto;float:none;clear:both;border-left:0px}.wybor .regLeft h2{border-top:2px solid #f3f3f3}a.reg_process,input.reg_process{padding:15px 25px 15px 45px;background-position:15px 50%;letter-spacing:0px}.wybor h2{padding:20px 13%;height:auto}.wybor .wyborContent{height:auto;padding:40px 13% 40px 13%}.wybor .naglowek{font-size:17px;font-weight:600;padding-bottom:20px}.wybor .reg_process.bezRejestracji,.wybor .reg_process{position:static;margin-top:10px}.wybor #upomnienie{bottom:auto;font-size:16px;margin:0px;padding:0px 0px 25px 0px;color:#e98484;background-color:white;position:static}}.regForm.wybierzPlatnoscDostawe{position:absolute;left:6.5%;top:22px;font-weight:600;font-size:24px}.regForm.dostawcy,.regForm.platnosci{position:relative}.regForm.dostawcy{background-color:white}.regForm.dostawcy .regFormRow,.regForm.platnosci .regFormRow{padding:40px 6.5%}.regForm.dostawcy .regFormRow{border-bottom:1px solid #f3f3f3}.regForm.platnosci .regFormRow{border-bottom:1px solid white}.regForm.dostawcy .regFormRow>div,.regForm.platnosci .regFormRow>div{margin-left:300px}.regFormRow img{width:auto;max-height:30px;max-width:80px}.regFormRow div.radio{height:53px;float:left;width:80px}.regFormRow div.obrazek{height:53px;float:left;width:120px}.regFormRow div.nazwa{height:53px;float:left;width:40%;font-size:14px}.regFormRow div.nazwa a{display:inline-block;padding-top:15px;color:#8fcdbd;font-weight:bold}.regFormRow div.nazwa a:hover{color:#b1b1b1}.regFormRow div.cena{height:53px;float:right;width:200px;text-align:right;font-size:45px;font-weight:bold}.regFormRow div.cena .grosze{font-size:24px}.regFormRow input,.regFormRow label{cursor:pointer}.regFormRow div.radio>div,.regFormRow div.obrazek>div,.regFormRow div.nazwa>div,.regFormRow div.cena>div{height:53px;display:table-cell;vertical-align:middle}.regFormRow div.cena>div{width:200px}.regForm.sumaKoszyk{float:none;text-align:right;clear:both;background:white;border-bottom:1px solid #d5d5d5;padding:30px 6.5%}.regFormDataBlock{border-top:1px solid white;padding:30px 6.5% 60px 6.5%}.regFormDataBlock.getPassword{background-color:white;border-bottom:1px solid #d5d5d5;padding:30px 6.5% 60px 6.5%}.regFormDataBlock.getPassword div.regForm#daneOsobowe{float:left;width:55%}.regFormDataBlock.getPassword div.regForm#daneHasla{float:right;width:40%;padding-top:30px}.regFormDataBlock.getPassword div.regForm#daneFaktury{float:right;width:40%;clear:right}.regFormDataBlock.getPassword div.regForm#daneInnegoAdresu{float:right;width:40%;clear:right}.regFormDataBlock.getPassword div.regForm#daneNewslettera{padding-top:50px;clear:right}.regFormDataBlock div.regForm#daneOsobowe{float:none;width:55%}.regFormDataBlock div.regForm#daneHasla{float:none;width:55%;padding-top:30px}.regFormDataBlock div.regForm#daneFaktury{float:none;width:55%;clear:right}.regFormDataBlock div.regForm#daneInnegoAdresu{float:none;width:55%;clear:right}.regFormDataBlock div.regForm#daneNewslettera{float:none;width:55%;clear:right}.regForm h3{font-size:24px;font-weight:600;border:0px}.regFormDataBlock table{width:100%}.regFormDataBlock input[type="text"],.regFormDataBlock input[type="password"],.regFormDataBlock input[type="email"],.regFormDataBlock select{width:100%;margin-bottom:25px;padding-left:0px;padding-right:0px;text-indent:30px}.regFormDataBlock select{border:2px solid #e1e1e1;text-indent:0px;padding-left:30px}.regFormDataBlock div.alert{width:10%}.regFormDataBlock div.pole{float:left;clear:left;width:80%;position:relative}.regFormDataBlock div.pole.kodPocztowy{width:35%;float:left}.regFormDataBlock div.pole.miasto{width:45%;float:left;clear:none}.regFormDataBlock input.kodPocztowy{width:95%}.regFormDataBlock input.miasto{width:100%}.regFormDataBlock div.alert{float:right;width:10%;padding:10px 5px}.regFormDataBlock label.error{color:#e98484;height:0px;position:relative;top:-25px;font-size:14px}.regFormDataBlock .error input,.regFormDataBlock .error select{background-color:#f4ddde;border:2px solid #f4ddde}.regFormDataBlock p{color:#b1b1b1;font-size:14px;clear:both}.regFormDataBlock a{color:#8fcdbd;font-size:14px;display:inline-block;font-weight:bold;margin-bottom:20px;cursor:pointer}.regFormDataBlock a:hover{color:#b1b1b1}.regFormDataBlock .checkbox{font-size:13px;clear:both}.regFormDataBlock .checkbox input[type="checkbox"]{margin:7px 10px 10px 0px}.regFormDataBlock .checkbox label{cursor:pointer}.regFormDataBlock span.asterisk{position:absolute;height:14px;top:20px;right:-20px}.regForm#daneNewslettera .checkbox{position:relative;clear:both;padding-bottom:10px}.regForm#daneNewslettera .checkbox input{position:absolute;left:0px;margin:0;top:8px}.regForm#daneNewslettera .checkbox label{padding-left:25px;display:block;padding-top:3px}.regForm#daneNewslettera .checkbox .zgoda .show{margin-left:5px;display:inline}.checkbox label.error{display:block;top:-15px;left:23px;padding:5px 0px 0px 0px}#userFormDiv .regFormDataBlock div.regForm#daneFaktury{float:left;width:55%;clear:none}#userFormDiv .regFormDataBlock div.regForm#daneInnegoAdresu{clear:right}#userFormDiv .regFormDataBlock p{max-width:55%;float:left;clear:left}#userFormDiv .regFormDataBlock.getPassword{border-bottom:0px}#userFormDiv div.razemKoszykButtons{background-color:white;padding-top:0px}#userFormDiv div.razemKoszykButtons #reg_submit{background-image:url(header_login.svg);background-position:34px 50%;background-size:18px;background-repeat:no-repeat;padding-left:80px;padding-right:40px}#userFormDiv .regFormDataBlock.getPassword{padding-bottom:20px}ul#subMenu.userProfile li a{padding-left:20px;text-align:center;width:auto;min-width:20px}ul#subMenu.userProfile li{width:auto !important}@media screen and (max-width: 1240px){.regFormDataBlock input[type="text"],.regFormDataBlock input[type="password"],.regFormDataBlock input[type="email"],.regFormDataBlock select{letter-spacing:1px;text-indent:20px}.regFormDataBlock select{text-indent:0px;padding-left:20px}ul#subMenu.userProfile li a{padding-left:10px}}@media screen and (max-width: 980px){.regFormDataBlock input[type="text"],.regFormDataBlock input[type="password"],.regFormDataBlock input[type="email"],.regFormDataBlock select{letter-spacing:3px;text-indent:30px}.regFormDataBlock select{text-indent:0px;padding-left:30px}#userFormDiv .regFormDataBlock.getPassword div.regForm#daneOsobowe,#userFormDiv .regFormDataBlock div.regForm#daneFaktury,#userFormDiv .regFormDataBlock div.regForm#daneInnegoAdresu,.regFormDataBlock div.regForm#daneOsobowe,.regFormDataBlock div.regForm#daneHasla,.regFormDataBlock div.regForm#daneFaktury,.regFormDataBlock div.regForm#daneInnegoAdresu,.regFormDataBlock div.regForm#daneNewslettera{float:none;width:auto;clear:both}.regFormDataBlock.getPassword div.regForm#daneOsobowe,.regFormDataBlock.getPassword div.regForm#daneHasla,.regFormDataBlock.getPassword div.regForm#daneFaktury,.regFormDataBlock.getPassword div.regForm#daneInnegoAdresu,.regFormDataBlock.getPassword div.regForm#daneNewslettera{float:none;width:auto}.regForm.dostawcy .regFormRow>div,.regForm.platnosci .regFormRow>div{margin-left:220px}.regForm.wybierzPlatnoscDostawe{top:24px;font-size:20px}}@media screen and (max-width: 800px){.regForm.dostawcy .regFormRow,.regForm.platnosci .regFormRow{padding-top:20px;padding-bottom:20px}.regForm.dostawcy .regFormRow>div,.regForm.platnosci .regFormRow>div{margin-left:0px}.regForm.wybierzPlatnoscDostawe{position:static;padding:30px 6.5% 0px 6.5%;clear:both;margin:0px}.regFormRow img{width:auto;max-height:24px;max-width:60px}.regFormRow div.radio{height:53px;float:left;width:30px}.regFormRow div.obrazek{height:53px;float:left;width:80px}.regFormRow div.nazwa{height:53px;float:left;width:40%;font-size:14px}.regFormRow div.cena{font-size:30px}.regFormRow div.cena .grosze{font-size:18px}.regFormRow div.cena>div{height:53px;display:table-cell;vertical-align:middle}.regFormDataBlock div.regForm#daneOsobowe,.regFormDataBlock div.regForm#daneHasla,.regFormDataBlock div.regForm#daneFaktury,.regFormDataBlock div.regForm#daneInnegoAdresu,.regFormDataBlock div.regForm#daneNewslettera{float:none;width:auto}}@media screen and (max-width: 600px){.regFormDataBlock input[type="text"],.regFormDataBlock input[type="password"],.regFormDataBlock input[type="email"],.regFormDataBlock select{letter-spacing:0px;text-indent:10px}.regFormDataBlock select{text-indent:0px;padding-left:10px}}@media screen and (max-width: 500px){.regFormRow div.nazwa{width:60%}.regFormRow div.cena{height:auto;float:none;width:auto;text-align:right}}.thank{text-align:center;max-width:1300px;margin:0px auto;min-height:680px;background:url(zyrafa.png) left bottom no-repeat}.thank h1{background-color:transparent}.thankInfo{margin:0 auto;width:50%;min-width:280px;max-width:570px;color:#696969;font-weight:200;font-size:24px;margin-top:-50px}.thank .backToShop{text-align:center;margin-top:80px}.thank .backToShop .button{background-image:url(ikona_strzalkaLewo.svg)}@media screen and (max-width: 1240px){.thank{background-size:36%;min-height:1px}.thank .backToShop{padding-bottom:60px}}@media screen and (max-width: 980px){.thankInfo{margin-top:-20px;font-size:22px}}@media screen and (max-width: 700px){.thankInfo{margin-top:0px;font-size:20px}.thank .backToShop{margin-top:50px}}@media screen and (max-width: 600px){.thank{padding-bottom:150px;background:url(zyrafa.png) 50% bottom no-repeat;background-size:50%}}.pasRemForm{background-color:white;margin:0px;padding:60px 6.5%}.pasRemForm .opis{max-width:600px;margin:0px auto;padding-bottom:5px}.pasRemForm .cartAlert{max-width:600px;margin:0px auto;padding-bottom:25px;text-align:left}.pasRemForm .opis strong{font-size:24px;font-weight:200;color:#696969}.pasRemForm .field{padding-bottom:25px;max-width:600px;margin:0px auto}.pasRemForm .field input[type="text"]{width:100%;padding-left:0px;padding-right:0px;text-indent:30px}#przypomnij{background-image:url(ikona_mail_w.svg)}@media screen and (max-width: 700px){.pasRemForm{padding:30px 6.5%}.pasRemForm .field input[type="text"]{text-indent:10px}}.pasRemForm .reg_process#zaloguj{background-image:url(header_login.svg)}.pasRemForm .zmianaHasla{margin:0 auto;max-width:600px;padding-top:20px}.pasRemForm .zmianaHasla #haslo1,.pasRemForm .zmianaHasla #haslo2{width:100%;margin-bottom:5px}.pasRemForm .loginForm2{max-width:600px;margin:0 auto;padding-top:20px}.pasRemForm .loginForm2 #login,.pasRemForm .loginForm2 #haslo{width:100%;margin-bottom:5px}.pasRemForm .loginForm2 #przypomnijmi{display:none}.pasRemForm #upomnienie{font-size:19px;color:#e98484;font-weight:600;max-width:600px;margin-bottom:20px}div.ordList{clear:both;border-top:1px solid #d8d8d8;padding:60px 6.5%;background-color:white}table.ordList{width:100%;table-layout:fixed}table.ordList img{width:20px}table.ordList td{padding:20px 10px;text-align:center;vertical-align:middle;font-size:14px}table.ordList th{border-bottom:1px solid #d5d5d5;padding:20px 10px;font-size:24px;font-weight:200;color:#696969}.ordList .tr1 td{background-color:#f3f3f3}.stackMe{display:table}.stacked{display:none}div.ordDet{clear:both;border-top:1px solid #d8d8d8;padding:60px 6.5%;background-color:white}.ordDet .ord_podsumowanie{font-size:14px;float:left}.ordDet .ord_podsumowanie td{padding:5px}.ordDet .ord_podsumowanie td.statusy{font-weight:600}.ordDet .curvedCartFormBox{clear:both;padding-top:40px}.ordDet .towary{width:100%}.ordDet .towary td{font-size:14px;vertical-align:middle;padding:10px !important;text-align:center}.ordDet .towary td td{padding:2px 0px !important}.ordDet .towary .tr2 td{background-color:#f3f3f3}.ordDet .towary input{border:0px;width:30px;padding:0px;background:transparent;text-align:center}.ordDet th{border-bottom:1px solid #d5d5d5;padding:20px 10px;font-size:24px;font-weight:200;color:#696969}.ordDet div.regFormHead{clear:both;padding-top:40px;font-size:24px;font-weight:200;color:#696969}.ordDet .regFormNumer{display:none}.ordDet .subHead{font-size:16px;font-weight:600;padding:20px 0px 3px 0px}.ordDet .daneOdbiorcy{font-size:14px;line-height:28px}.ordDet strong,.ordDet .daneOdbiorcy strong{font-weight:600}@media screen and (max-width: 1640px){table.ordList{table-layout:auto}}@media screen and (max-width: 980px) and (min-width: 800px){table.ordList th,table.ordDet th{font-size:20px}.ordDet .towary td,table.ordList td{padding:5px 10px}table.ordList .button{padding-left:10px;padding-right:10px}}@media screen and (max-width: 800px){.ordDet .towary th,table.ordList th{font-size:20px;font-weight:600;border-top:3px solid #d5d5d5}.ordDet .towary td,table.ordList td{padding:20px 10px}.stackMe{display:none}.stacked{display:table}.ordDet .towary td,table.ordList td{text-align:left}table.ordList tr:first-child{display:none}.ordDet .towary td.kadr{display:none}.ordDet .towary td.st-key{padding-top:0px !important;padding-bottom:0px !important}}#toflist .oferta>div:nth-child(odd){background:white}#toflist .oferta>div:nth-child(even){background:#f3f3f3}div.opisOferty{padding:80px 6.5%;border-bottom:1px solid #f3f3f3;font-size:14px;line-height:28px}div.opisOferty h2{padding-top:0px;margin-top:0px}div.elementOferty{position:relative;padding:80px 6.5%;font-size:14px;line-height:28px}div.elementOferty h3{font-size:20px;font-weight:600;padding-top:0px;margin-top:0px;margin-bottom:30px}div.elementOferty div.obrazek{float:left;width:47.3%}div.elementOferty img{max-width:783px;max-height:367px;width:100%}div.elementOferty div.opis{width:46.3%;float:right}div.elementOferty .cenaElementu{float:right;border:2px solid #d3d3d3;font-size:14px;width:240px;text-align:center;padding:66px 25px 16px 25px;position:relative;z-index:100;clear:left;top:-60px;margin-bottom:-70px;right:7%;letter-spacing:1px}div.elementOferty div.cena{font-size:32px;font-weight:bold;display:inline;letter-spacing:3px}div.elementOferty div.cena span.grosze{font-size:15px;letter-spacing:1px}.listaElementowOferty div.elementOferty:nth-child(odd){background:white}.listaElementowOferty div.elementOferty:nth-child(even){background:#f3f3f3}.listaElementowOferty div.elementOferty:nth-child(even) div.obrazek{float:right}.listaElementowOferty div.elementOferty:nth-child(even) div.opis{float:left}.brakOferty{text-align:center;margin:80px 6.5%;background-color:#f3f3f3}#toflist .oferta>div.brakOferty:nth-child(even),#toflist .oferta>div.brakOferty:nth-child(odd){background-color:#f3f3f3;font-weight:bold}@media screen and (max-width: 800px){div.elementOferty div.obrazek{float:none;width:auto}div.elementOferty img{max-width:783px;max-height:367px;width:100%}div.elementOferty div.opis{width:auto;float:none;clear:both}div.elementOferty .cenaElementu{margin-bottom:00px}}@media screen and (max-width: 500px){div.elementOferty .cenaElementu{float:right;border:2px solid #d3d3d3;font-size:14px;width:200px;padding:55px 5px 15px 5px;position:relative;top:-40px}div.elementOferty div.cena{font-size:24px}div.elementOferty div.cena span.grosze{font-size:13px}div.opisOferty,div.elementOferty{padding:40px 6.5%}}.vis-edit{position:absolute;width:300px;overflow:hidden;background-color:white;border:2px solid black;color:#515151;font-weight:bold;text-align:center;font-size:13px}.vis-edit .ui-dialog-titlebar{display:block;padding:.4em 1em;position:relative;color:white;background-color:black;height:23px;font-size:13px}.vis-edit .ui-dialog-title{display:block;float:left;margin:.1em 16px .1em 0}.vis-edit .ui-dialog-titlebar-close{position:absolute;right:10px;top:50%;width:100px;margin:-10px 0 0 0;height:18px;display:block;color:white}.vis-edit .ui-dialog-titlebar-close span{display:block;margin:1px}.vis-edit .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0}.vis-edit .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1}.vis-edit .ui-dialog-buttonpane{text-align:center;border-width:1px 0 0 0;background:none;margin:.5em 0 0 0;padding:.3em .4em .5em .4em}.vis-edit .ui-dialog-buttonpane .ui-dialog-buttonset{background:none;text-align:center;margin:0 auto}.vis-edit .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer;margin:0 auto}.vis-edit .vis-table{width:100%}.vis-edit .vis-table td{text-align:left;padding:3px 3px 3px 3px;vertical-align:top;color:black;font-size:13px}.vis-edit .vis-table td.etykieta{text-align:right;width:150px;padding-top:5px}.vis-edit .vis-table td textarea{width:400px;height:300px;color:#696969;border:1px solid black;background-color:white}.vis-edit .vis-table td input{width:400px;color:#696969}.vis-edit .vis-table td input,.vis-edit .vis-table td select{color:#696969;border:1px solid black;background-color:white}.vis-edit .vis-but{padding-top:15px;text-align:center}.vis-edit .vis-but .button{border:1px solid black;background-color:black;color:white}.vis-edit .vis-but .button:hover{border:1px solid black;background-color:white;color:black}.ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:black;opacity:0.69;filter:alpha(opacity=69);z-index:49999 !important}.ui-dialog.ui-widget.ui-widget-content.ui-toplayer{z-index:50000 !important}#toplayer{background:#efefef url(my.svg) 50% 40px no-repeat;background-size:12%;z-index:500000;display:none;margin:0px auto;width:84% !important;max-width:1200px;padding:4%;overflow:hidden}.ui-dialog.ui-widget.ui-widget-content.ui-toplayer{z-index:50000 !important;width:100% !important;position:absolute !important;top:0px;background:transparent;border:0px}#toplayer h2{margin-top:10px;font-size:30px;letter-spacing:5px}.ui-dialog{outline:0px}.ui-widget-header{border:0px;background:transparent}div.ui-dialog-wrap-close{width:84% !important;max-width:1200px;padding:0px 0px 0px 8%;margin:0px auto;position:relative;z-index:1000000}div.ui-dialog-wrap-close div.ui-dialog-wrap-close{width:100% !important;margin:0px;padding:0px}.ui-dialog .ui-dialog-titlebar-close{width:40px;height:40px;display:block;position:absolute;right:10px;bottom:-50px;background:url(ikona_zamknij.svg) 50% 50% no-repeat;border:0px;outline:0px;cursor:pointer;top:auto}.ui-dialog .ui-dialog-titlebar{cursor:default}.ui-dialog .ui-dialog-titlebar .ui-dialog-title{display:none}span.ui-icon.ui-icon-closethick{background-image:none}div.pp_pic_holder.pp_default{width:100% !important;left:0px !important;right:0px !important;position:absolute}.pp_content_container{width:84% !important;max-width:1200px !important;margin:0 auto !important;position:relative}div.light_rounded .pp_content,div.pp_default .pp_content{background-color:#efefef !important;background-image:url(my.svg) !important;background-position:50% 40px !important;background-repeat:no-repeat !important;background-size:12% !important;z-index:500000;padding:60px;min-height:200px}div.pp_pic_holder .pp_content{width:auto !important;height:auto !important}div.pp_content_container img{max-width:100% !important;height:auto !important}.pp_content.noPadding{padding:0 !important}div.pp_pic_holder.pp_default div.ppt{max-width:100%}div.pp_default a.pp_close{width:40px;height:40px;display:block;position:absolute;right:10px;top:5px;background:url(ikona_zamknij.svg) 50% 50% no-repeat}div.pp_default .pp_loaderIcon{background-color:#efefef !important;margin-top:30px}div.pp_left,div.pp_right{padding:0px !important}div.pp_content_container #fullResImage{display:block;width:100% !important}div.pp_float_button a.button{background-color:#6D6D6D;border-radius:0px;box-shadow:none;text-transform:uppercase}div.pp_float_button a.button:hover{background-color:#8FCDBE}@media screen and (max-width: 980px){#toplayer h2{font-size:30px;letter-spacing:5px}}@media screen and (max-width: 700px){#toplayer h2{font-size:24px;letter-spacing:3px}#toplayer{background-size:18%;padding-top:40px}div.light_rounded .pp_content,div.pp_default .pp_content{background-size:18% !important;padding:40px}}@media screen and (max-width: 500px){#toplayer h2{margin-top:20px;font-size:20px;letter-spacing:1px}#toplayer{background-size:25%;background-position:50% 8%}div.light_rounded .pp_content,div.pp_default .pp_content{background-size:25% !important;padding:30px}}.pop_content.simple{font-size:14px;line-height:28px;font-weight:400;color:#201C1D}.pop_content.simple div.popNaglowek{letter-spacing:5px;font-size:21px;line-height:30px;padding:28px 0px 28px;text-align:center}.pop_content.simple h2{font-size:14px;font-weight:bold}.subCon{text-align:center}.subConOpis{font-size:18px;color:#b1b1b1}.subCon .alert{color:#ea3c3c;font-size:16px;font-weight:normal;padding:10px 20px 20px}.subConField{margin:20px 0px 20px 0px}.subConField input{width:70%;max-width:700px}.subCon input.button.submitGray{background-image:url(ikona_mail_w.svg)}.ulubioneToplayer{text-align:center}.ulubioneToplayerOpis{padding:30px 0px 40px 0px}.subCon .checkbox{max-width:765px;text-align:left;margin:0 auto 10px}.subCon .checkbox .alert{padding-bottom:0px}.subCon .checkbox .zgoda .show{color:red;margin-left:5px;cursor:pointer}.subCon .checkbox .zgoda .show .asterisk{margin-left:2px}.lowFoto{margin:0px 6.5%;text-align:center;overflow:hidden}.lowFoto img{max-width:100%;margin-top:80px;margin-bottom:-5px}.page404{background:url(my_middle.svg) 50% 10px no-repeat;background-size:28%}.searchNoResults{background:url(my_middle.svg) 50% 70px no-repeat;background-size:18%}h1.searchPage{color:#696969;text-align:center;margin:0px 6.5%;width:auto;line-height:30px;padding:110px 0px 80px 0px;font-size:24px;font-weight:200}.searchPhrase{font-size:34px;color:#201c1d;font-weight:600;border-bottom:4px solid #f4ddde;display:inline-block;padding:8px 15px 15px 15px;line-height:50px}.moreSearchOptionInfo{font-size:18px;max-width:700px;text-align:center;margin:0px auto;padding:0px 6.5%}.moreSearchOptionInfo strong{font-weight:normal;line-height:28px}.searchConForm{background:white;padding:80px 6.5%;margin-top:80px}.searchConFormContent{width:1240px;margin:0px auto}@media screen and (max-width: 1440px){.searchConFormContent{width:auto;margin:0px auto}}.searchConFormInfo{font-size:13px;float:left;background:#f3f3f3 url(header_magnifier.svg) 8.2% 50px no-repeat;line-height:28px;padding:50px 3.25% 50px 8%;background-size:30px;width:30.5%;margin-left:0px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:1px 2px 3px 0px rgba(0,0,0,0.31);-moz-box-shadow:1px 2px 3px 0px rgba(0,0,0,0.31);box-shadow:1px 2px 3px 0px rgba(0,0,0,0.31)}.searchConFormInfo strong{font-weight:normal}.searchConFormInfo h3{font-size:18px;font-weight:normal;padding-bottom:10px;margin-top:0px}.itemConFormWrap{float:right;margin:0px 1% 0px 4%;width:53%;text-align:left}.conForm .conFormField{padding-bottom:25px}.conForm input[type="text"],.conForm textarea{width:90%;max-width:640px;padding-left:30px;padding-right:30px}.conForm textarea{height:120px}.conForm #wyslijConForm,.conForm #wyslijConForm2{background-image:url(ikona_mail_w.svg);background-size:20px}.conForm h2{text-align:center}.conForm .conFormField label{color:#b1b1b1;font-size:14px;padding-left:0px;clear:both;padding-top:10px}.conForm .error input[type="text"]{border:2px solid #f4ddde;background:#f4ddde}.conFormField .information.error{color:#b1b1b1;font-size:14px;padding-left:25px}.page404{text-align:center;padding-bottom:80px;margin:0px 6.5%;color:#696969}.page404 img{margin:30px 0px 0px 0px;max-width:60%}.secondFindForm{background-color:#e1e1e1;max-width:540px;padding:10px 40px;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.21);margin:40px auto}.secondFindForm input#findFormFin{min-width:1px;width:405px;float:left;margin-right:0px;padding-bottom:14px;padding-top:14px}.secondFindForm input#szukaj{height:60px;width:60px;border:0px;background:url(header_magnifier.svg) 50% 50% no-repeat}.secondFindForm input#findFormFin:focus{border:1px solid #8fcdbd !important;outline:none}.secondFindForm input#szukaj:hover,.secondFindForm input#findFormFin:focus+input#szukaj{border-color:#8fcdbd;background:#8fcdbd url(header_magnifier_w.svg) 50% 50% no-repeat}@media screen and (max-width: 700px){.secondFindForm input#findFormFin{min-width:1px;width:78%}.secondFindForm input#szukaj{height:60px;width:20%}}.toHome404{margin:40px auto}.page404 h2{line-height:30px;color:#696969;font-size:25px;font-weight:200;margin:10px 0px 0px 0px}.page404 h1{font-weight:600;letter-spacing:1px;margin-top:8px;color:#201c1d;font-size:33px}p.parag404{margin-top:50px;font-size:18px;letter-spacing:1px}p.parag404lub{font-size:18px;letter-spacing:1px}.page404 .secondFindForm{margin-top:45px;margin-bottom:37px}.toHome404{margin-top:35px}.toHome404 a.button{padding-left:25px;padding-right:25px;font-weight:400}@media screen and (max-width: 1240px){.searchConFormInfo{padding:50px 3.25% 50px 10%;width:26.5%;margin-left:0px}.itemConFormWrap{margin:0px 0px 0px 5%;width:55%}}@media screen and (max-width: 980px){.conForm input[type="text"],.conForm textarea{width:80%}.searchNoResults{background-size:40%}h1.searchPage{font-size:20px}.searchPhrase{font-size:28px}}@media screen and (max-width: 600px){.toHome404{margin:20px auto}.secondFindForm{margin:20px auto;padding:10px 5px}.searchConForm{padding-top:40px;margin-top:40px}.page404{padding-bottom:40px}.searchConFormInfo{float:none;width:auto;padding:50px 5% 50px 20%;margin-bottom:40px}.itemConFormWrap{float:none;width:auto;margin-left:0px}.conForm input[type="text"],.conForm textarea{width:100%;padding-left:10px;padding-right:10px;margin-left:-10px;margin-right:-10px}.searchNoResults{background-size:50%}h1.searchPage{font-size:20px;padding:60px 0px 40px 0px}.searchPhrase{font-size:24px}}@media screen and (max-width: 980px){#jGrowl{width:100%;min-width:200px;top:auto;bottom:0px;z-index:1200}#jGrowl .jGrowl-notification.alert.ui-state-highlight{min-width:100px;max-width:85%;width:300px}button.jGrowl-close{width:30px;height:30px;background-size:30px;-ms-transform:scale(1.4);-webkit-transform:scale(1.4);transform:scale(1.4)}div.jGrowl-message{padding-right:16px}#jGrowl .jGrowl-notification.alert.ui-state-highlight.material{display:none !important}}#photo-slide{float:left;width:220px;overflow:hidden;display:block;left:-238px;padding-right:50px;position:fixed;top:110px;z-index:1000;background:transparent url(photo-left.png) scroll no-repeat 100% 0;cursor:pointer;font-size:12px}#photo-slide #photo-frame{padding:10px 12px 10px 6px;width:220px;background-color:#363636}#photo-slide #photo-frame #photo-back{background:white;min-height:100px;padding:15px 15px 15px 15px;line-height:17px}#photo-slide #photo-frame #photo-back div.photo{text-align:center}#photo-slide #photo-frame #photo-back div.photo-nazwa{padding:10px 0px}#photo-slide #photo-frame #photo-back div.photo-link{text-align:right;padding-top:10px}#photo-slide #photo-frame #photo-back div.photo-link a{cursor:pointer;text-decoration:underline}#portal-slide{float:left;width:220px;overflow:hidden;display:block;left:-238px;padding-right:50px;position:fixed;top:110px;z-index:1000;background:transparent url(portal-left.png) scroll no-repeat 100% 0;cursor:pointer;font-size:12px}#portal-slide #portal-frame{padding:10px 12px 10px 6px;width:220px;background-color:#363636}#portal-slide #portal-frame #portal-back{background:white;min-height:100px;padding:15px 15px 15px 15px}#portal-slide #portal-frame #portal-back div.portal{text-align:center}#portal-slide #portal-frame #portal-back div.portal-nazwa{padding:10px 0px 5px 0px;text-align:center}#portal-slide #portal-frame #portal-back li.portal-link{text-align:left;padding-top:5px}#portal-slide #portal-frame #portal-back li.portal-link a{cursor:pointer;text-decoration:underline}#portal-slide #portal-frame #portal-back div.portal-info{text-align:center;font-size:15px;padding-top:5px}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;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}div.article{position:relative}div.article h1{font-size:30px;font-weight:400;letter-spacing:6px;line-height:normal;text-align:left}div.article div.articleFoto{background-color:white;padding:0px 0px 0px 0px;text-align:center}div.article div.articleFoto img{width:60%;margin:25px auto 25px}div.article .author-box{width:288px;clear:both;margin:0 auto;background-color:#f3f3f3;border-left:1px solid #D6D6D6;height:100%;display:table-cell;vertical-align:top}div.article .author-box .post-date{display:block;margin:100px 0px 0px;color:#8FCDBD;font-size:18px;font-weight:700;background-color:white;padding:20px 20px 20px 40px}div.article .author-box .author{display:block;margin:40px auto 0px auto;width:210px}div.article .author-box .author-image{display:block;margin:25px 0px 0px 0px}div.article .author-box .author-image img{display:block;height:auto;margin:25px auto;width:100%}div.article .author-box .auth-desc,div.article .author-box .description{font-size:12px;line-height:22px;margin-top:25px}div.article .author-box .name,.author .name{font-size:18px;font-weight:700}div.articleColumn{display:table;width:100%;border-bottom:1px solid #D6D6D6}div.article div.filler{width:260px;border-right:1px solid #D6D6D6;height:100%;display:table-cell;text-align:center;background-color:white;vertical-align:top}div.article div.filler div.my-logo{background:url(my-blog.svg) 50% 50% no-repeat #F3F3F3;min-height:276px;width:100%;border-bottom:1px solid #D6D6D6}div.article div.articleContent{background-color:white;font-size:14px;line-height:28px;text-align:justify;height:100%;display:table-cell;padding:0px 0px 0px 0px;vertical-align:top}div.article div.articleContent div.content{padding:115px 163px;margin:0 auto}div.article div.articleContent div.content img{border:0px none;height:auto;margin:0px;padding:0px;width:100%}@media screen and (max-width: 1689px){div.article .author-box{width:240px}div.article div.articleContent div.content{padding:73px 95px 115px}}@media screen and (max-width: 1470px){div.article div.articleContent div.content{padding:73px 95px 75px}div.article .articleColumn>.author-box{display:none}div.article .articleContent .author-box{border:0px;width:100%;display:block}div.article .articleContent .author-box{position:relative;height:auto !important;padding:0px 0px 0px;width:100%}div.article .articleContent .author-box .post-date{display:inline-block;padding-left:95px;margin:0}div.article .articleContent .author-box .author{padding-top:0px;margin-top:0px;display:block;clear:both;width:auto}div.article .articleContent .author-box .name,.author .name{width:auto}div.article .articleContent .author-box .author{padding:0px 15px 10px 15px;margin-top:25px}div.article .articleContent .author-box .author-image{display:inline-block;vertical-align:top;margin:10px 10px 0 10px;width:130px}div.article .articleContent .author-box .author-image img{margin:0px 0px 0px 0px;width:100%}div.article .articleContent .author-box .description{margin-top:0px}div.article .articleContent .author-box .auth-desc{margin-top:10px}}@media screen and (max-width: 1329px){div.article div.articleContent div.content{padding:15px 30px}}@media screen and (max-width: 991px){div.article div.filler{width:195px}}@media screen and (max-width: 767px){div.article div.filler{display:none}}@media screen and (max-width: 480px){div.article div.articleContent div.content{padding:0px 15px}}div.article div.articleKafels{padding:25px 0px 25px 0px;width:75%;margin:0 auto}div.article div.articleKafels div.articleKafel{float:left;margin-right:1.6%;padding-bottom:20px;width:23.8%}div.article div.articleKafels>div.articleKafel:nth-child(4n){margin-right:0}div.article div.articleKafels div.articleKafel a div.obrazek img{width:100%}div.article div.articleKafels div.articleKafel a div.nazwa{font-family:"Open Sans";line-height:17px;font-size:16px;padding:5px 5% 0px 5%;height:19px;overflow:hidden;width:90%}@media screen and (max-width: 1006px){div.article div.articleKafels>div.articleKafel:nth-child(4n){margin-right:1.6%}div.article div.articleKafels>div.articleKafel:nth-child(3n){margin-right:0px}div.article div.articleKafels div.articleKafel{width:32%}}@media screen and (max-width: 600px){div.article div.articleKafels{width:100%}div.article div.articleKafels>div.articleKafel:nth-child(4n){margin-right:1.6%}div.article div.articleKafels>div.articleKafel:nth-child(3n){margin-right:1.6%}div.article div.articleKafels>div.articleKafel:nth-child(2n){margin-right:0px}div.article div.articleKafels div.articleKafel{width:49.2%}}@media screen and (max-width: 380px){div.article div.articleKafels div.articleKafel{margin-right:0;width:100%}}div.article div.articleWhite{background-color:white;padding-bottom:10px}div.article div.articleSmall{padding:25px 0px 5px 0px;width:75%;margin:0 auto}@media screen and (max-width: 1200px){div.article div.articleFoto img,div.article div.articleKafels,div.article div.articleSmall{width:90%}}.popularne.popularne_article{margin:0px 0px 0px 0px;padding:5px 0px 5px 0px;border-top:1px solid #D6D6D6}.popularne.popularne_article .popularneCol2{padding-top:0px}.popularne.popularne_article .popularna{width:98%}.popularne.popularne_article .popularneHeader{font-size:30px;letter-spacing:6px;text-align:center;background:url(my-blog.svg) 50% 50% no-repeat #E1E1E1;height:186px;display:table;width:98%;margin:5px}.popularne.popularne_article .popularneHeader div{display:table-cell;vertical-align:middle}.popularne.popularne_article .popularna .popularnaOpis{padding-right:25%;text-align:left}@media screen and (max-width: 1200px){.popularne.popularne_article .popularneHeader,.popularne.popularne_article .popularna{width:97%}}@media screen and (max-width: 1006px){.popularne.popularne_article .popularna .popularnaOpis{padding-right:0%;background-image:none}}@media screen and (max-width: 900px){.popularne.popularne_article .popularneHeader,.popularne.popularne_article .popularna{width:95%}.popularne.popularne_article .popularneHeader{font-size:22px}}@media screen and (max-width: 500px){.popularne.popularne_article .popularneHeader,.popularne.popularne_article .popularna{margin:10px;width:93%}}div.articleSmall{padding-top:30px;width:87%;margin:0 auto}div.articleSmall div.articleElement{float:left;margin:0 1.6% 1.6% 0;padding-bottom:10px;width:32%;border:1px solid #c4c4c4;-webkit-box-shadow:1px 1px 5px 0px rgba(50,50,50,0.2);-moz-box-shadow:1px 1px 5px 0px rgba(50,50,50,0.2);box-shadow:1px 1px 5px 0px rgba(50,50,50,0.2);position:relative;background-color:white}div.articleSmall>div.articleElement:nth-child(3n){margin-right:0}div.articleSmall div.articleElement:hover{background-color:#f9f9f9}div.articleSmall div.articleElement a div.obrazek img{width:100%}div.articleSmall div.articleElement a div.nazwa{font-family:"Open Sans";line-height:19px;font-size:15px;padding:5px 4% 0px 4%;height:40px;overflow:hidden;width:90%;text-align:left;font-weight:bold}div.articleSmall div.articleElement a div.temat{font-family:"Open Sans";line-height:17px;font-size:13px;padding:15px 4% 0px 4%;height:52px;overflow:hidden;width:90%;text-align:justify;float:left}div.articleSmall div.articleElement a div.wiecej{display:none;position:absolute;right:-1px;bottom:-1px;height:28px;color:white;background-color:#8FCDBE;padding:0px 6px 0px 6px;line-height:28px;text-transform:uppercase;font-size:12px;font-family:"Open Sans"}@media screen and (max-width: 1006px){div.articleSmall>div.articleElement:nth-child(3n){margin-right:1.6%}div.articleSmall>div.articleElement:nth-child(2n){margin-right:0}div.articleSmall div.articleElement{width:48.5%}}@media screen and (max-width: 600px){div.articleSmall div.articleElement{margin-right:0;width:100%}}div.articleSmall.noPadding{padding-top:0px}div.articleSmall.twoArticles div.articleElement a div.temat{width:70%}div.articleSmall.twoArticles div.articleElement a div.wiecej{display:block}@media screen and (max-width: 1500px){div.articleSmall.twoArticles div.articleElement a div.temat{width:65%}}@media screen and (max-width: 1250px){div.articleSmall.twoArticles div.articleElement a div.temat{width:60%}}@media screen and (max-width: 1080px){div.articleSmall.twoArticles div.articleElement a div.temat{width:55%}}@media screen and (max-width: 1006px){div.articleSmall.twoArticles div.articleElement a div.temat{width:65%}}@media screen and (max-width: 815px){div.articleSmall.twoArticles div.articleElement a div.temat{width:55%}}@media screen and (max-width: 600px){div.articleSmall.twoArticles div.articleElement a div.temat{width:75%}}@media screen and (max-width: 588px){div.articleSmall.twoArticles div.articleElement a div.temat{width:70%}}@media screen and (max-width: 475px){div.articleSmall.twoArticles div.articleElement{margin-bottom:3%}div.articleSmall.twoArticles div.articleElement a div.temat{width:60%}}@media screen and (max-width: 355px){div.articleSmall.twoArticles div.articleElement a div.temat{width:50%}}div.inspiracje.artykuly{margin-bottom:70px}div.inspiracje.artykuly div.articleColumn1{float:left;width:49.9%}div.inspiracje.artykuly div.articleColumn2{float:left;width:49.9%;padding-top:8%}div.inspiracje.artykuly div.articleColumn1.border{border-right:2px solid #d4d4d4}div.inspiracje.artykuly div.articleColumn2.border{border-left:2px solid #d4d4d4}div.inspiracje.artykuly div.inspiracja.artykul{width:76%;background-color:transparent;margin-bottom:100px}div.inspiracje.artykuly div.inspiracja.artykul .kontenerObrazka{width:100%;overflow:hidden}div.inspiracje.artykuly div.inspiracja.artykul:last-child{margin-bottom:0px}div.inspiracje.artykuly .kreska{width:13%;border-bottom:2px solid #d4d4d4;position:absolute;bottom:-1px;height:1px}div.inspiracje.artykuly .articleColumn1 .kreska{right:-2px}div.inspiracje.artykuly .articleColumn1 .inspiracja.artykul{float:right;padding-right:15%}div.inspiracje.artykuly .articleColumn2 .kreska{left:-2px}div.inspiracje.artykuly .articleColumn2 .inspiracja.artykul{float:left;padding-left:15%}div.inspiracje.artykuly .szary_pasek{height:auto}div.inspiracje.artykuly div.inspiracja.artykul .wpis{background-color:white;padding:60px 10% 60px 10%}div.inspiracje.artykuly div.inspiracja.artykul .wpis img{width:100%}div.inspiracje.artykuly div.inspiracja.artykul .wpis .opis{text-align:justify}div.inspiracje.artykuly div.inspiracja.artykul h2{font-size:21px}@media screen and (max-width: 1400px){div.inspiracje.artykuly div.inspiracja.artykul{width:81%}div.inspiracje.artykuly .articleColumn1 .inspiracja.artykul{padding-right:10%}div.inspiracje.artykuly .articleColumn2 .inspiracja.artykul{padding-left:10%}div.inspiracje.artykuly .kreska{width:8%}div.inspiracje.artykuly div.inspiracja.artykul .wpis{padding:10px 5% 30px 5%}}@media screen and (max-width: 1020px){div.inspiracje.artykuly div.inspiracja.artykul{width:84%}div.inspiracje.artykuly .articleColumn1 .inspiracja.artykul{padding-right:7%}div.inspiracje.artykuly .articleColumn2 .inspiracja.artykul{padding-left:7%}div.inspiracje.artykuly .kreska{width:5%}div.inspiracje.artykuly div.inspiracja.artykul .wpis{padding:10px 5% 20px 5%}div.inspiracje.artykuly div.articleColumn1,div.inspiracje.artykuly div.articleColumn2{width:49.8%}}@media screen and (max-width: 850px){div.inspiracje.artykuly div.inspiracja.artykul{width:95%;margin:0 auto 40px}div.inspiracje.artykuly .articleColumn1 .inspiracja.artykul{padding:0;float:none}div.inspiracje.artykuly .articleColumn2 .inspiracja.artykul{padding:0;float:none}div.inspiracje.artykuly div.kreska{display:none}div.inspiracje.artykuly div.inspiracja.artykul .wpis{padding:10px 5% 20px 5%}div.inspiracje.artykuly div.articleColumn1,div.inspiracje.artykuly div.articleColumn2{width:100%;border:0px !important}}#leftCategoryMenu svg{height:16px;fill:#d6d6d6;position:absolute;left:22px;top:50%;margin-top:-8px}#leftCategoryMenu :hover svg,#leftCategoryMenu .selected svg{fill:#8fcdbd}#leftCategoryMenu ul{list-style:none;padding:0px;margin:0px}#leftCategoryMenu>ul{border-bottom:1px solid #d8d8d8}#leftCategoryMenu li{font-size:13px;background:transparent;position:relative}#leftCategoryMenu a{display:block;min-height:38px;color:#201c1d;padding-left:60px;position:relative;border:1px solid #d8d8d8;border-left:0px;border-right:0px;margin-bottom:-1px;padding-top:19px;padding-right:40px}#leftCategoryMenu li.leftLev1{border-right:1px solid #d8d8d8}#leftCategoryMenu li.leftLev1>a{background:#efefef;font-weight:600}#leftCategoryMenu li.leftLev1>a:hover{background:transparent;color:#b1b1b1}#leftCategoryMenu li.leftLev2>a{font-weight:600}#leftCategoryMenu li.leftLev2>a:hover{font-weight:600;color:#b1b1b1}#leftCategoryMenu li.leftLev3>a{border:0px;margin-top:1px;margin-bottom:0px}#leftCategoryMenu li.leftLev3>a:hover{color:#b1b1b1}#leftCategoryMenu li.leftLev2>ul{display:none}#leftCategoryMenu li.leftLev2.expanded>ul,#leftCategoryMenu li.leftLev2.selected>ul{display:block}#leftCategoryMenu li.leftLev4{display:inline-block;width:100%}#leftCategoryMenu li.leftLev4>a{background:white;border:0px;margin-bottom:0px;margin-top:-1px;padding-left:80px}#leftCategoryMenu li.leftLev4>a:hover{color:#b1b1b1}#leftCategoryMenu li.leftLev5{display:inline-block;width:100%}#leftCategoryMenu li.leftLev5>a{background:#f8f8f8;border:0px;margin-bottom:0px;margin-top:-1px;padding-left:90px;font-size:12px}#leftCategoryMenu li.leftLev5>a:hover{color:#b1b1b1}#leftCategoryMenu li.leftLev6{display:inline-block;width:100%}#leftCategoryMenu li.leftLev6>a{background:#f8f8f8;border:0px;margin-bottom:0px;margin-top:-1px;padding-left:100px;font-size:12px}#leftCategoryMenu li.leftLev6>a:hover{color:#b1b1b1}#leftCategoryMenu li.leftLev7{display:inline-block;width:100%}#leftCategoryMenu li.leftLev7>a{background:#f8f8f8;border:0px;margin-bottom:0px;margin-top:-1px;padding-left:110px;font-size:12px}#leftCategoryMenu li.leftLev7>a:hover{color:#b1b1b1}#leftCategoryMenu li.leftLev1 li.leftLev2>a,#leftCategoryMenu li.leftLev1 li.leftLev3>a,#leftCategoryMenu li.leftLev1 li.leftLev4>a,#leftCategoryMenu li.leftLev1 li.leftLev5>a,#leftCategoryMenu li.leftLev1 li.leftLev6>a,#leftCategoryMenu li.leftLev1 li.leftLev7>a{background-position:25px 50%;background-repeat:no-repeat}#leftCategoryMenu li.leftLev1 li.leftLev2.selected>a,#leftCategoryMenu li.leftLev1 li.leftLev3.selected>a,#leftCategoryMenu li.leftLev1 li.leftLev4.selected>a,#leftCategoryMenu li.leftLev1 li.leftLev5.selected>a,#leftCategoryMenu li.leftLev1 li.leftLev6.selected>a,#leftCategoryMenu li.leftLev1 li.leftLev7.selected>a{background-image:url(check.svg);background-position:25px 50%;background-repeat:no-repeat;color:#8fcdbd;font-weight:600}#leftCategoryMenu .strzalka{position:absolute;right:14px;top:14px;display:inline-block;bottom:14px;width:28px;background:url(header_arrowDown.svg) 50% 50% no-repeat;border:1px solid transparent;transition:0.5s;border-radius:30px}#leftCategoryMenu .strzalka:hover{cursor:pointer;border:1px solid #8fcdbd}#leftCategoryMenu .expanded>a>.strzalka,#leftCategoryMenu .selected>a>.strzalka{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg)}#leftCategoryMenu .selected.notExpanded>a>.strzalka{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}@media screen and (max-width: 700px){#leftCategoryMenu{display:none}#leftCategoryMenu .strzalka{background-size:14px}#leftCategoryMenu li.leftLev3 .strzalka{display:inline-block;transform:inherit;-webkit-transform:inherit;-moz-transform:inherit;-o-transform:inherit;-ms-transform:inherit}#leftCategoryMenu li.leftLev3.selected>a>.strzalka{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg)}#leftCategoryMenu li.leftLev3.notExpanded>a>.strzalka{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}#leftCategoryMenu li.leftLev3 .strzalka:hover{cursor:pointer}#leftCategoryMenu li.leftLev3:hover>ul{display:none;width:100%;position:static;transition:0s}#leftCategoryMenu li.leftLev3>ul{display:none;border:0px;position:static;left:auto;width:100%;column-count:1;column-width:100%;-webkit-column-count:1;-webkit-column-width:100%;-moz-column-count:1;-moz-column-width:100%;transition:0s;opacity:1}#leftCategoryMenu li.leftLev3.selected>ul{display:block}#leftCategoryMenu li.leftLev4{border:0px}#leftCategoryMenu li.leftLev4>a{height:27px;line-height:27px;margin-right:0px;border:0px}#leftCategoryMenu li.leftLev5{border:0px}#leftCategoryMenu li.leftLev5>a{height:27px;line-height:27px;margin-right:0px;border:0px}#leftCategoryMenu li.leftLev6{border:0px}#leftCategoryMenu li.leftLev6>a{height:27px;line-height:27px;margin-right:0px;border:0px}#leftCategoryMenu li.leftLev7{border:0px}#leftCategoryMenu li.leftLev7>a{height:27px;line-height:27px;margin-right:0px;border:0px}}#photo_main{position:relative;margin:60px auto 60px auto}#photo_mask{position:absolute;z-index:300;height:100%;width:100%}#photo_tracker{opacity:0;position:absolute;z-index:400;cursor:move;top:0px;left:0px}#photo{z-index:200;position:absolute;top:0px;left:0px}#photo_container{z-index:300;position:absolute;overflow:hidden}#photo_helper{position:absolute}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;box-shadow:1px 1px 3px 1px rgba(0,0,0,0.41);border-radius:3px;background-color:white;font-size:14px}body .ui-tooltip{border-width:2px}#patternDesignWidgetContainer{width:290px}@media screen and (max-width: 1006px){#patternDesignWidgetContainer{padding:0px 0px 0px 0px}}#patternDesignWidgetContainer #patternDesignClose,#patternDesignWidgetContainer #patternDesignDescription{display:none}#patternDesignWidgetContainer #patternDesignRepeatView{display:none}#patternDesignWidgetContainer #patternDesignRecoloringContainer{padding:0px 0px 0px 0px}#patternDesignWidgetContainer .patternDesignScaleWrapper,#patternDesignWidgetContainer .patternDesignColorizeWrapper{margin-right:6%;width:44%;font-size:13px;color:#000000;font-weight:normal}#patternDesignWidgetContainer .patternDesignScaleWrapper{margin-right:0%}#patternDesignWidgetContainer #patternDesignRecolorTitle{margin:0px;display:none}#patternDesignWidgetContainer #patternDesignColorize{margin-top:10px}#patternDesignWidgetContainer #patternDesignColorize :nth-child(2){margin-right:0%}#patternDesignWidgetContainer #patternDesignColors{padding:0px 5px 0px 0px}#patternDesignWidgetContainer #patternDesignRecolor{display:block}#patternDesignWidgetContainer #patternDesignDetailsContainer{position:static;top:initial;left:initial}#patternDesignWidgetContainer #patternDesignWidgetWrapper{height:auto;overflow:visible}#patternDesignWidgetContainer .patternDesign-sp-replacer{margin:0px 0px 3px 3px}#patternDesignWidgetContainer #patternDesignResetColors{cursor:pointer;float:right;background:url(ikona_zamknij_red.svg) 0px 3px no-repeat;background-size:17px;width:20px;height:20px;margin-right:15px}#patternDesignWidgetContainer #patternDesignShowAllColors{float:right;padding:0px 12px 0px 0px;font-size:12px;margin-top:6px;cursor:pointer}.header_corner_promotion#ddd{z-index:1999;display:inline-block;position:fixed;cursor:pointer;top:149px;right:0}.ui-toplayer.subskrypcja.s400 #toplayer{background:#fff url(newsletter_pic.jpg) no-repeat 0 0;padding-top:30px;padding-left:317px;padding-right:30px;padding-bottom:0px;min-height:400px !important;box-sizing:border-box;max-width:1000px}.ui-toplayer.subskrypcja.s400 #toplayer .subCon{text-align:left}.ui-toplayer.subskrypcja.s400 #toplayer .subCon h2{font-size:37px;letter-spacing:1px;font-weight:normal}.ui-toplayer.subskrypcja.s400.cs #toplayer .subCon h2{font-size:34px}.ui-toplayer.subskrypcja.s400.de #toplayer .subCon h2{font-size:28px}.ui-toplayer.subskrypcja.s400 #toplayer .subCon div.alert{padding-left:0px;padding-top:0px;padding-bottom:10px}.ui-toplayer.subskrypcja.s400 #toplayer .subCon h2 svg{fill:#8fcdbe;width:44px;height:41px;margin-right:20px;float:left;margin-top:7px}.ui-toplayer.subskrypcja.s400.de #toplayer .subCon h2 svg{margin-top:0px}.ui-toplayer.subskrypcja.s400 #toplayer .subCon .subConOpis{font-size:16px;color:black}.ui-toplayer.subskrypcja.s400 #toplayer .subCon .subConOpis strong{font-size:17px}.ui-toplayer.subskrypcja.s400 #toplayer input#zamawianyadres2{background-color:#ececec;border:2px solid #90cdbe;max-width:550px;width:77%}.ui-toplayer.subskrypcja.s400 #toplayer .subConSubmit{position:absolute;bottom:30px;right:69px}.ui-toplayer.subskrypcja.s400 #toplayer input.button{background:#8fcdbe;color:white;border-radius:0;font-size:25px;text-transform:uppercase;min-width:254px;height:50px;padding-top:12px;box-sizing:border-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;text-align:center;padding:12px 20px;letter-spacing:2px;font-weight:normal}.ui-toplayer.subskrypcja.s400 .ui-dialog-titlebar-close{display:none}.ui-toplayer.subskrypcja.s400 #toplayer .zamknij{position:absolute;right:20px;top:20px;width:20px;height:20px;background-color:#8fcdbe;padding-top:3px;padding-left:3px;cursor:pointer}.ui-toplayer.subskrypcja.s400 #toplayer .zamknij svg{width:17px;height:17px;fill:white}@media screen and (max-width: 1160px){.ui-toplayer.subskrypcja.s400 #toplayer{padding-left:307px}.ui-toplayer.subskrypcja.s400 #toplayer .subCon h2{font-size:34px}.ui-toplayer.subskrypcja.s400 #toplayer .subCon h2 svg{width:34px;height:31px}}@media screen and (max-width: 1040px){.ui-toplayer.subskrypcja.s400 #toplayer{background-image:none;padding-left:50px}}@media screen and (max-width: 750px){.ui-toplayer.subskrypcja.s400.cs #toplayer .subCon h2,.ui-toplayer.subskrypcja.s400.de #toplayer .subCon h2,.ui-toplayer.subskrypcja.s400 #toplayer .subCon h2{font-size:28px}.ui-toplayer.subskrypcja.s400 #toplayer .subCon h2 svg{width:26px;height:23px}.ui-toplayer.subskrypcja.s400 #toplayer .subCon .subConOpis{font-size:15px;color:black}.ui-toplayer.subskrypcja.s400 #toplayer .subCon .subConOpis strong{font-size:16px}.ui-toplayer.subskrypcja.s400 #toplayer .subConSubmit{position:static;margin-top:30px;text-align:center;margin-bottom:20px}.ui-toplayer.subskrypcja.s400 #toplayer input.button{padding:12px 12px;width:auto;min-width:initial}}@media screen and (max-width: 500px){.ui-toplayer.subskrypcja.s400 #toplayer{padding:20px 20px}}.karty-podarunkowe{padding:20px 6.5% 50px;max-width:1524px;margin:0 auto}.karty-podarunkowe .karta-lista .karta{width:30%;margin-right:5%;max-width:630px;float:left;margin-bottom:65px;text-align:center}.karty-podarunkowe .karta-lista .karta:nth-child(3n){margin-right:0px}.karty-podarunkowe .karta-lista .karta img{width:100%;height:auto}.karty-podarunkowe .karta-lista .karta .karta-kup{margin-top:10px}@media screen and (max-width: 1200px){.karty-podarunkowe .karta-lista .karta{width:47%}.karty-podarunkowe .karta-lista .karta:nth-child(2n){margin-right:0px}.karty-podarunkowe .karta-lista .karta:nth-child(2n+1){margin-right:6%}}@media screen and (max-width: 600px){.karty-podarunkowe .karta-lista .karta{width:100%;margin-right:0px}.karty-podarunkowe .karta-lista .karta:nth-child(2n){margin-right:0px}}.noCropPic img.noCropOverlay{width:100%;height:100%;display:block}.faq{padding:30px 10%}.cartTopInfo{color:#262626;font-size:12px;line-height:22px;padding:30px 6.5% 30px}.cartTopInfo svg{margin-right:8px;float:left;transform:rotate(180deg);width:20px;height:20px}.cartTopInfo svg circle{fill:white;stroke:#262626}.cartTopInfo svg path{fill:#262626}@media only screen and (max-width: 600px){.cartTopInfo{padding:20px 6.95% 20px}}.kalkulatorTapet .pop_title{letter-spacing:5px;font-size:21px;line-height:30px;padding:28px 0px 28px;margin-bottom:10px;text-align:center}.kalkulatorTapet .rozFoot .wybierz{text-align:right}#kalkulator{padding-top:10px}#kalkulator .kalkulatorLewa{float:left;width:38%;margin-right:4%}#kalkulator .kalkulatorPrawa{float:left;width:58%}#kalkulator .kalkulatorPrawa .wynik{min-height:48px;width:100%;background-color:#f4f4f4;display:flex;align-items:center;padding:0px 10px;border:1px solid #a9a9a9;box-sizing:border-box}#kalkulator .kalkulatorPrawa .wynik .rolek{font-weight:bold}#kalkulator .kalkulatorRow{margin:20px 0px 0px}#kalkulator .kalkulatorRow label{margin-bottom:5px}#kalkulator .kalkulatorRow input{width:100%;padding:10px 10px;height:48px;box-sizing:border-box}@media only screen and (max-width: 600px){#kalkulator .kalkulatorLewa,#kalkulator .kalkulatorPrawa{float:none;width:auto;margin-right:0px}#kalkulator .kalkulatorPrawa .wynik{width:auto}}
/*# sourceMappingURL=styl.css.map */



/* *****************************
 FILE: colorbox.css (2013-11-29 10:16:14)
***************************** */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:11111; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: #000000; opacity: 0.4!important;}
#colorbox{ }
    #cboxTopLeft{width:21px; height:21px; }
    #cboxTopRight{width:21px; height:21px; }
    #cboxBottomLeft{width:21px; height:21px; }
    #cboxBottomRight{width:21px; height:21px; }
    #cboxMiddleLeft{width:21px;}
    #cboxMiddleRight{width:21px; }
    #cboxTopCenter{height:21px;}
    #cboxBottomCenter{height:21px; }
    #cboxContent{background:#fff; overflow:hidden; padding: 30px; border: 1px solid #cdcdcd;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{display: none!important;position:absolute; bottom:4px; left:58px; color:/*#949494*/ white;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{display: none!important;position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{display: none!important;position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:0; right:0; background: transparent url(zamknij_popup.png) no-repeat 0 17px; text-indent:-9999px; color: white; cursor: pointer; display: block; font-size: 13px; height: 29px; padding-top: 17px; position: absolute; right: 17px; text-align: center; text-decoration: none; width: 29px; z-index: 1000;}
        #cboxClose:hover{}

div#colorbox div.cboxHeader {font-weight: bold; font-size: 25px; font-family: "HelveticaNeue", "Arial Narrow", Arial, Verdana, sans-serif; padding: 5px 20px 8px 20px;}
div#colorbox.fototapety div#cboxWrapper {width: 815px!important;}
div#colorbox.fototapety div.imgIt {border: 1px solid #cdcdcd; }
div#colorbox.fototapety div.wizDiv { width: 110px; overflow:hidden; }
div#colorbox.fototapety div.wizDiv ul.wizualizacje {width: 110px; margin: 0px; padding: 0px; height: 290px; }
div#colorbox.fototapety div.wizDiv ul.wizualizacje li {margin: 0px 0px 9px 0px; width: 110px; height: 88px;}
div#colorbox.fototapety div#cbox-wiz-prev {background: url(wiz_gora.png) no-repeat 50% 50%; width: 15px; height: 15px; position: absolute; top: -23px; left:50px; cursor: pointer;}
div#colorbox.fototapety div#cbox-wiz-next {background: url(wiz_dol.png) no-repeat 50% 50%; width: 15px; height: 15px; position: absolute; bottom: -23px; left:50px; cursor: pointer;}

div#colorbox.fototapety div.wizDiv .jcarousel-item-vertical,
div#colorbox.fototapety div.wizDiv .jcarousel-item-placeholder-vertical { width: 110px; height: auto; }
div#colorbox.fototapety div.wizDiv .jcarousel-container-vertical { width: 110px; height: 290px; }
div#colorbox.fototapety div.wizDiv .jcarousel-clip-vertical { width: 110px; height: 290px; z-index: 20; }

div#colorbox.obrazy div#cboxWrapper {width: 990px!important;}
div#colorbox.obrazy div.imgIt {border: 1px solid #cdcdcd; }
div#colorbox.obrazy div.wizDiv { width: 110px; overflow:hidden; }
div#colorbox.obrazy div.wizDiv ul.wizualizacje {width: 110px; margin: 0px; padding: 0px; height: 290px; }
div#colorbox.obrazy div.wizDiv ul.wizualizacje li {margin: 0px 0px 9px 0px; width: 110px; height: 88px;}
div#colorbox.obrazy div#cbox-wiz-prev {background: url(wiz_gora.png) no-repeat 50% 50%; width: 15px; height: 15px; position: absolute; top: -23px; left:50px; cursor: pointer;}
div#colorbox.obrazy div#cbox-wiz-next {background: url(wiz_dol.png) no-repeat 50% 50%; width: 15px; height: 15px; position: absolute; bottom: -23px; left:50px; cursor: pointer;}

div#colorbox.obrazy div.wizDiv .jcarousel-item-vertical,
div#colorbox.obrazy div.wizDiv .jcarousel-item-placeholder-vertical { width: 110px; height: auto; }
div#colorbox.obrazy div.wizDiv .jcarousel-container-vertical { width: 110px; height: 290px; }
div#colorbox.obrazy div.wizDiv .jcarousel-clip-vertical { width: 110px; height: 290px; z-index: 20; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}



/* *****************************
 FILE: prettyPhoto.css (2016-11-08 09:57:47)
***************************** */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:5px}
/*
div.pp_default .pp_top .pp_left{background:url(../grafika/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../grafika/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../grafika/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
*/
div.pp_default .pp_content .ppt{color:white}
div.pp_default .pp_content {}
div.pp_default .pop_head {border-top-left-radius: 8px; border-top-right-radius: 8px;}
/*
div.pp_default .pp_content_container .pp_left{background:url(../grafika/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:5px}
div.pp_default .pp_content_container .pp_right{background:url(../grafika/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:5px}
*/
div.pp_default .pp_next:hover{background:url(../grafika/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../grafika/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../grafika/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px; display: none!important;}
div.pp_default .pp_expand:hover{background:url(../grafika/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../grafika/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(../grafika/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}




div.pp_default .pp_close{cursor:pointer;  z-index: 1000; color: white; font-size: 13px; text-decoration: none; display: block; height: 29px; width: 29px; text-align: center; padding-top: 17px; position: absolute; right: 17px; background: url(../grafika/zamknij_popup.png) no-repeat 0 17px; }
div.pp_default .pp_close:hover {color: #727272;}
/*
div.pp_default .pp_close{cursor:pointer; position: absolute; right: 33px; top:50px; color: #464646; z-index:1000; text-transform: uppercase; font-family: 'Open Sans'; font-size: 14px;}
div.pp_default .pp_close:hover {}
*/


div.pp_default .pp_gallery ul li a{background:url(../grafika/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../grafika/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../grafika/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:1}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
/*
div.pp_default .pp_bottom .pp_left{background:url(../grafika/prettyPhoto/default/sprite.png) -78px -135px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../grafika/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../grafika/prettyPhoto/default/sprite.png) -112px -135px no-repeat}
*/
div.pp_default .pp_loaderIcon{background:url(../grafika/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../grafika/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../grafika/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../grafika/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../grafika/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../grafika/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../grafika/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../grafika/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../grafika/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../grafika/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../grafika/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../grafika/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../grafika/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../grafika/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../grafika/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(../grafika/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../grafika/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../grafika/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../grafika/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../grafika/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../grafika/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../grafika/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../grafika/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../grafika/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../grafika/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../grafika/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(../grafika/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(../grafika/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../grafika/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../grafika/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../grafika/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../grafika/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../grafika/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../grafika/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../grafika/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../grafika/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../grafika/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../grafika/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../grafika/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../grafika/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../grafika/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../grafika/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(../grafika/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../grafika/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../grafika/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../grafika/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../grafika/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../grafika/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../grafika/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../grafika/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../grafika/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../grafika/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../grafika/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500; opacity: 0.4!important;}
div.pp_pic_holder{display:none;position:fixed!important;top: 10px!important; width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../grafika/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../grafika/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../grafika/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}

.pp_loaderIcon{display:block;height:100px;left:50%;margin:-50px 0 0 -100px;position:absolute;top:50%;width:200px}
#pp_full_res{line-height:1!important;position: relative;}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color: white;}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative; display:none;}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../grafika/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../grafika/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

div.pp_float_button { position: absolute; bottom: 0px; right: 0px;}
div.pp_float_button a.button {}


/* *****************************
 FILE: cusStyle.css (2014-02-07 15:30:21)
***************************** */

.tableback {
			background-position: bottom; background-repeat: repeat-x;
			}
			.Film {
			display: inline-block;
			}
			.helvetica {
			font-family: "HelveticaNeue", "Arial Narrow", Arial, Verdana, sans-serif; font-weight: normal;
			}
			.ikona_facebook {
			font-weight:normal; 
			}
			.ikona_pinterest {
			font-weight:normal;
			}
			.ikona_deccoria {
			font-weight:normal;
			}
			.ikona_behance {
			font-weight:normal;
			}
			.ikona_tumblr {
			font-weight:normal;
			}
			.ikona_flickr {
			font-weight:normal;
			}
			.ikona_blog {
			font-weight:normal;
			}
			


/* *****************************
 FILE: jquery.jgrowl.css (2019-09-30 13:46:38)
***************************** */

@charset "UTF-8";

.jGrowl { z-index: 1000; color: #201c1d; font-size: 14px; font-family: "Open Sans", sans-serif; position: fixed; }
.jGrowl.top-left { left: 0px; top: 0px; }
.jGrowl.top-right { right: 0px; top: 160px; }
.jGrowl.bottom-left { left: 0px; bottom: 0px; }
.jGrowl.bottom-right { right: 0px; bottom: 0px; }
.jGrowl.center { top: 0px; width: 50%; left: 25%; }
.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer { margin-left: auto; margin-right: auto; }
.jGrowl-notification { background-color: white; zoom: 1; max-width: 380px; min-width: 320px; width: auto; padding: 10px; margin: 10px; text-align: left; display: none; border-radius: 5px; min-height: 40px; -webkit-box-shadow: 3px 3px 3px 0px rgba(176,176,176,1); -moz-box-shadow: 3px 3px 3px 0px rgba(176,176,176,1); box-shadow: 3px 3px 3px 0px rgba(176,176,176,1); border-left: 1px solid #eaeaea; } /* word-break: break-all; */
.jGrowl-notification.alert {color: inherit; font-size: inherit; font-weight: inherit;}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {}
.jGrowl-notification .jGrowl-header { font-weight: bold; font-size: .85em; }
.jGrowl-notification .jGrowl-message {padding: 16px 30px 16px 30px;}
.jGrowl-notification .jGrowl-close { background: url(ikona_zamknij.svg) no-repeat; background-size: 10px 10px; padding: 0px 0px; content: ""; color: inherit; border: none; z-index: 99; float: right; font-weight: bold; font-size: 1em; cursor: pointer; width: 10px; height: 10px; }
.jGrowl-closer { zoom: 1; width: 250px; padding: 10px; margin: 10px; text-align: left; display: none; border-radius: 5px; word-break: break-all; padding-top: 4px; padding-bottom: 4px; cursor: pointer; font-size: .9em; font-weight: bold; text-align: center; }
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {}
/** Hide jGrowl when printing **/
@media print {
  .jGrowl { display: none; }
}

.jGrowl-notification.ulubione .jGrowl-message {background: url(header_heart.svg) no-repeat 20px 50%; background-size: 33px 30px; padding-left: 69px;}
.jGrowl-notification.material {min-width: 320px;}
.jGrowl-notification.material .jGrowl-message {background: url(ikona_material.svg) no-repeat 20px 50%; background-size: 20px 22px; padding-left: 60px;}
.jGrowl-notification.zwrot .jGrowl-message {background: url(ikona_okraglaStrzalka.svg) no-repeat 20px 50%; background-size: 20px 22px; padding-left: 60px;}


/* *****************************
 FILE: perfect-scrollbar.min.css (2017-01-04 10:23:44)
***************************** */

/* perfect-scrollbar v0.6.15 */
.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}



