/*
Quick.Cart.Ext default stylesheet
More about design modifications - http://opensolution.org/Quick.Cart/docs/ext_6.6/?id=en-design
*/
/* GLOBAL STYLES */
body,
body * {
	margin: 0;
	padding: 0;
	border: 0;
}
body,
table {
	color: #2e2323;
	font-size: 0.82em;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
tbody,
tfoot,
thead {
	margin: 0;
	padding: 0;
}
caption,
tr,
th,
td {
	margin: 0;
	padding: 2px 4px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	padding: 0;
	background: #fff;
	text-align: center;
}

.input,
select,
textarea {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #6c6c6c #cccccc #cccccc #6c6c6c;
	font-size: 1.1em;
}
.input.warning-required,
select.warning-required,
textarea.warning-required {
	border-color: #ac0000 #c78688 #c78688 #ac0000;
	background: #fbefef;
}
.input:focus,
select:focus,
.textarea:focus {
	text-shadow: none;
}
.submit {
	padding: 5px 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #9d9d9d #3f3f3f #3f3f3f #9d9d9d;
	background: #154a72;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana;
}
.submit:hover {
	background: #fe9100;
	cursor: pointer;
}
* html .submit {
	padding: 3px 1px;
} /* IE 6 hack */
* html .input {
	height: 21px;
} /* IE 6 hack */
.form {
	background: #fff url("img/body.png");
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}
.form label {
	font-size: 1em;
	color: #2e6a97;
	font-weight: bold;
}
.form legend {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
.form label span {
	padding-left: 10px;
	color: #949494;
	font-weight: normal;
	text-shadow: none;
}
.hide {
	display: none;
}

a {
	color: #413f44;
	text-decoration: none;
}
a:hover {
	color: #2e2323;
	text-decoration: none;
}
button {
	font-size: 0.92em;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 600;
	border: 1px solid #252525;
	padding: 25px 50px;
	margin: 50px auto 65px;
	background: transparent;
	color: #252525;
	cursor: pointer;
	font-family: "Poppins";
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
button:hover {
	background: #252525;
	border: 1px solid #252525;
	color: #fe9100;
}

h3 {
	font-weight: 600;
	font-size: 2.88em;
	margin: 14px auto;
	font-family: "Open Sans";
	color: #2e2323;
	text-align: center;
}
h6 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
	font-family: "Poppins";
	letter-spacing: 5px;
	color: #999;
	text-align: center;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0em;
	line-height: 0px;
}
#skiplinks {
	position: absolute;
	top: 0px;
	left: 0px;
}
#skiplinks a {
	position: absolute;
	top: -500px;
	left: 0px;
	z-index: 10;
	min-width: 200px;
	padding: 10px;
	color: #fff;
}
#skiplinks a:focus {
	top: 0;
	background: #000;
	color: #fff;
}

#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	overflow: hidden;
}
#body,
#foot {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#head1 .container,
#head2 .container,
#head3 .container,
#body .container {
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER WITH TOP MENU ABOVE LOGO */
#head1 {
	max-width: 1360px;
	background: #fff;
	margin: auto;
	padding: 0;
	height: 72px;
	border-bottom: 1px solid #eee;
}
#head1 .container {
	/*overflow:hidden;*/
}
* html #head1 .container,
* html #head2,
* html #head3,
* html #body {
	background: none;
} /* IE 6 hack */
.logo {
	margin: 0 0 0 3%;
	width: 180px;
}

/* MENU TOP 1 */
#menu1 {
	float: right;
	display: none;
}
#menu1 ul {
	float: right;
	margin: 44px -12px 0px 0;
	list-style: none;
}
#menu1 li {
	float: left;
	padding: 7px 0;
	margin: 0 25px;
}
#menu1 li:hover {
	background-image: url("img/menu.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 4px;
}
#menu1 li a {
	padding: 32px 0;
	font-weight: 600;
	text-decoration: none;
	color: #444;
	text-transform: uppercase;
	font-family: "Poppins";
	letter-spacing: 0.7px;
}
#menu1 li a:hover,
#menu1 .selected a,
#menu1 .selected-parent a {
	text-decoration: none;
	color: #000;
}

#menu1 li.lBasket {
	padding: 0 8px 5px 20px;
	background: url("img/cart.png") no-repeat 20px 0;
}
#menu1 li.lBasket a {
	position: relative;
	padding: 2px 0 0 18px;
	background: none;
	color: #fe9100;
}
#menu1 li.lBasket a:hover {
	color: #2e6a97;
}
#menu1 li.lBasket span {
	display: block;
	color: #444;
	font-size: 0.917em;
	font-family: sans-serif;
}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2 {
	clear: both;
}
#head2 {
	clear: both;
	background: #fe9100;
	width: 100%;
	margin: auto;
	background-size: cover;
}
#head2 .container {
	position: relative;
	height: 330px;
	background: transparent;
	border-top: 0px solid #c9c9c9;
	max-width: 100%;
}
#logo {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 55%;
	left: 50%;
	max-width: 850px;
	text-align: center;
	width: 100%;
}
#logo #title h6 {
	font-size: 13px;
	color: #fff;
}
#logo #title a {
	color: #fff;
	font: 600 4em "poppins";
	text-decoration: none;
	line-height: 1.08em;
}
#logo button {
	font-size: 0.82em;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 600;
	border: 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 12px 0;
	margin: 50px 10px 0;
	background: transparent;
	color: #fff;
}
#logo button:hover {
	padding: 12px 20px;
}
/*#logo #title a span{color:#fe9100;background:inherit;}
#logo #title a strong{color:#2e6996;background:inherit;}
#logo #title a em{color:#fe9100;font-style:normal;}*/
#logo #slogan {
	padding: 20px 0;
	line-height: 1.8em;
	background: inherit;
	color: #fff;
	font-size: 1.22em;
	max-width: 650px;
	margin: auto;
}
* html #logo #slogan {
	width: 100%;
} /* IE 6 hack */
.lupa {
	float: right;
	margin: 20px 10px 0 0;
	width: 16px;
	opacity: 0.8;
	background: #fff;
	padding: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	border-radius: 50% 50% 5px 50%;
}
.lupa:hover {
	opacity: 1;
	filter: invert(1);
}

/* HEADER WITH TOP MENU BELOW LOGO */
#head3 .container {
	background: #fff;
	height: auto;
}

/* MENU TOP 2 */
#menu2 ul {
	float: left;
	height: 100%;
	margin: 0;
	list-style: none;
}
#menu2 li {
	float: left;
	padding: 0; /*border-right:1px solid #494848;border-left:1px solid #6d6c6c;*/
}
#menu2 li:hover,
#menu2 .selected {
	border-right: 1px solid #5d5c5d;
	border-left: 1px solid #525151;
}
#menu2 li.l1,
#menu2 li.l1:hover,
#menu2 li.l1.selected {
	border-left: none;
}
#menu2 li a {
	float: left;
	padding: 11px 25px;
	color: #1b3340;
	font-size: 1.17em;
	text-decoration: none;
}
#menu2 li a:hover,
#menu2 .selected a,
#menu2 .selected-parent a {
	background: #fff;
	color: #1b3340;
	text-decoration: underline;
}

/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body {
	clear: both;
	margin: 0;
}
#body .container {
	overflow: hidden;
	background: #fff;
	margin-bottom: 120px;
}

/* LEFT COLUMN STYLES */
#column {
	float: left;
	width: 270px;
	padding: 20px 0;
	display: none;
}
.order #column {
	display: none;
}

#searchForm {
	padding: 15px 5px;
	text-align: right;
}
#searchForm label,
#searchForm legend {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	display: none;
}
#searchForm .input {
	min-width: 200px;
	width: 46%;
	padding: 6px 12px;
}
#searchForm .submit {
	padding: 12px 12px 0 15px;
	font-size: 0;
	font-style: normal;
	border: 0;
	background: url("img/lupa.png") no-repeat top right;
	background-size: 16px;
	width: 16px;
	height: 16px;
}
*:first-child + html #searchForm .submit {
	padding: 3px 3px 8px;
} /* IE 7 hack */
* html #searchForm .submit {
	padding: 3px 3px 8px;
} /* IE 6 hack */

#menu3 {
	padding: 0 20px 10px;
}
#column .type {
	margin-top: 10px;
	padding: 5px 13px 10px;
	font-size: 1.667em;
	font-weight: bold;
	color: #fff;
	background: #fe9100 url("img/menu3_bg.png") no-repeat left bottom;
}

/* LEFT MENU */
#menu3 ul {
	padding: 10px 0;
	list-style: none;
	background: #fff;
}
#menu3 li {
	margin: 0 3px;
	padding: 4px 0 4px 13px;
	border-bottom: 1px solid #e0e0e0;
}
#menu3 a {
	display: block;
	width: 100%;
	padding: 4px 0;
	color: #2e2323;
	font-weight: bold;
	text-decoration: none;
	background: none;
}
#menu3 a:hover,
#menu3 .sub1 a:hover {
	color: #fe9100;
	background: none;
	text-decoration: underline;
}
#menu3 .selected > a:first-child {
	color: #fe9100;
	background: none;
}

#menu3 .sub1 {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
#menu3 .sub1 li {
	padding: 2px 0 2px 20px;
	background: url("img/menu3_sub.gif") no-repeat 7px 8px;
	border: 0px;
}
#menu3 .sub1 a {
	display: block;
	width: 100%;
	padding: 2px 0;
	font-weight: normal;
}

/* BOXES */
#column .box {
	margin: 0 20px 15px;
}
#column .box .type {
	background: #326e9c url("img/menu_bg_grey.png") no-repeat left bottom;
}
#column .box .content,
#column .box .page-box,
#column .box .product-box {
	padding: 8px 10px;
	list-style: none;
	border-bottom: 2px solid #757575;
	line-height: 1.5em;
}
.box .page-box div,
.box .product-box div {
	padding-top: 5px;
	text-align: center;
}
.box .page-box div.description,
.box .page-box div.more,
.box .product-box div.description,
.box .product-box div.more {
	text-align: left;
}
.box .page-box div:last-child,
.box .product-box div:last-child {
	padding-bottom: 10px;
}
.box ul,
.box ol {
	margin: 0 !important;
	list-style: none;
}
.box li {
	padding: 6px 0 2px 15px;
	background: url("img/menu3_sub.gif") no-repeat 3px 13px;
}
.box li a {
	display: block;
	width: 87%;
	padding: 2px 2% 4px 7%;
	color: #002d41;
	font-size: 1.083em;
	background: none;
}
.box li a:hover {
	color: #fe9100;
	background: none;
}
.box .price,
.box .noPrice {
	padding: 2px 0 0;
	background: inherit;
	color: #fe9100;
}
.box .price strong {
	padding: 0 2px 0 5px;
	font-weight: bold;
}
.box .price em {
	padding: 0;
	background: inherit;
	color: #2e2323;
	font-style: normal;
}
.box .price span {
	color: #2e2323;
	font-weight: bold;
	padding-left: 5px;
}
.box .product-box .name {
	font-size: 1.1em;
	padding: 5px 0;
	font-weight: bold;
}
#column #box1 .type {
	background: #326e9c url("img/menu4_bg.png") no-repeat left bottom;
}
#column #box1 .content {
	border-bottom: 2px solid #01476e;
}
.boxes .box .type {
	padding: 7px 0 7px 10px;
	color: #fe9100;
	font-size: 1.5em;
	border: 0;
	text-align: left;
}
.boxes .box .content,
.boxes .box .page-box,
.boxes .box .product-box {
	padding: 5px 10px 15px;
	list-style: none;
	line-height: 1.5em;
	text-align: left;
}
.boxes .box {
	float: left;
	width: 30%;
	padding: 0;
	margin: 0 0 5px 2%;
	background: #fbfbfb;
	border: 2px solid #f3f3f3;
}
.boxes.footer .box {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* BASKET SUMMARY */
#basketSummary {
	padding: 10px 20px;
}
#basketSummary .title {
	margin-top: 10px;
	padding: 5px 13px 10px;
	font-size: 1.667em;
	font-weight: bold;
	color: #fff;
	background: #326e9c url("img/menu4_bg.png") no-repeat left bottom;
}
#basketSummary .title a {
	color: #fff;
	background: none;
	text-decoration: none;
}
#basketSummary .title a:hover {
	text-decoration: underline;
}
#basketSummary ol {
	margin: 6px 0;
	padding: 0 5px;
	list-style: none;
	font-weight: bold;
}
#basketSummary li {
	padding: 5px 3px 7px;
	border-bottom: 1px solid #e0e0e0;
}
#basketSummary .lL {
	border: 0;
}
#basketSummary li span.name {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
}
#basketSummary li a {
	color: #2e6a97;
}
#basketSummary li a:hover {
	color: #fe9100;
}
#basketSummary li div {
	padding: 5px 0 0;
	font-weight: normal;
	font-size: 0.9em;
}
#basketSummary li .priceQuantity {
	color: #fe9100;
	background: inherit;
}
#basketSummary li strong {
	padding: 0 2px 0 5px;
	font-weight: bold;
}
#basketSummary li em {
	color: #2e2323;
	background: inherit;
	font-style: normal;
}
#basketSummary .summary {
	margin: 0 5px;
	padding: 5px;
	border-top: 2px solid #e0e0e0;
	color: #fe9100;
	text-align: center;
	font-weight: bold;
}
#basketSummary .summary em {
	background: inherit;
	color: #2e2323;
	font-style: normal;
}
#basketSummary .summary strong {
	padding: 0 3px;
	font-weight: bold;
}
#basketSummary .summary span {
	color: #2e2323;
	font-weight: bold;
}

/* PROMOTED PRODUCTS */
#promoted {
	margin-bottom: 10px;
	padding: 0 20px;
}
#promoted .title {
	margin-top: 10px;
	padding: 5px 0px 10px 7px;
	font-size: 1.667em;
	font-weight: bold;
	color: #fff;
	background: #326e9c url("img/menu4_bg.png") no-repeat left bottom;
}
#promoted ul {
	list-style: none;
	padding-bottom: 10px;
	text-align: center;
}
#promoted li {
	padding: 13px 0;
	border-bottom: 1px solid #e0e0e0;
}
#promoted li img {
	padding: 1px;
	background: #c0bfbf;
	border: 4px solid #eee;
}
#promoted li img:hover {
	border: 4px solid #c9cdce;
}
#promoted li .name {
	font-size: 1.1em;
	padding: 5px 0;
	font-weight: bold;
}
#promoted li a {
	text-decoration: none;
}
#promoted li a:hover {
	background: inherit;
	color: #2e2323;
	text-decoration: underline;
}
#promoted li .price,
#promoted li .noPrice {
	padding: 2px 0 0;
	background: inherit;
	color: #fe9100;
}
#promoted li .price strong {
	padding: 0 2px 0 5px;
	font-weight: bold;
}
#promoted li .price em {
	padding: 0;
	background: inherit;
	color: #2e2323;
	font-style: normal;
}
#promoted li .price span {
	color: #2e2323;
	font-weight: bold;
	padding-left: 5px;
}

/* RIGHT COLUMN STYLES */
#content {
	float: left;
	width: 100%;
	padding: 0;
	text-align: center;
}
* html #content {
	width: 658px;
} /* IE 6 hack */
.order #content {
	width: 100%;
}
#page {
	clear: left;
	position: relative;
	float: left;
	width: 94%;
	margin: 0 3%;
	text-align: left;
}
* html #page {
	float: none;
	width: 96%;
} /* IE 6 hack */
* html .order #page {
	width: 94%;
} /* IE 6 hack */

/* PAGE TITLE */
#page h1 {
	font-weight: 600;
	font-size: 1.88em;
	margin: 14px auto;
	font-family: "Open Sans";
	color: #2e2323;
}

/* NAVIGATION PATH - TREE */
#page div.breadcrumb {
	position: absolute;
	top: -5px;
	left: 0px;
	padding: 2px 0;
	font-size: 1em;
	font-weight: normal;
	display: none;
}
#page div.breadcrumb a {
	text-decoration: none;
}
#page div.breadcrumb a:hover {
	text-decoration: underline;
}
*:first-child + html #page div.breadcrumb {
	top: -5px;
} /* IE 7 hack */
* html #page div.breadcrumb {
	top: -5px;
} /* IE 6 hack */

/* PAGE CONTENT */
#page div.content {
	padding: 5px 0;
	font-size: 1.083em;
	line-height: 1.5em;
}
#page div.content ul,
#content .subpagesList li ol {
	margin: 0 0 0 30px;
	padding: 0;
}
#page div.content li {
	margin: 8px 0;
	padding: 0;
	border-left: 0;
}
#page div.content p {
	padding-bottom: 10px;
}

.tS {
	float: right;
	margin: 17px 0 3px;
}
.tS div {
	display: inline;
}
.tS a {
	margin: 0 4px;
	text-decoration: none;
	background: inherit;
	color: #2e6a97;
	font-weight: bold;
	font-family: Arial;
}
.tS a:hover {
	color: #fe9100;
	background: inherit;
}
.tS0 {
	font-size: 0.917em;
}
.tS1 {
	font-size: 1.083em;
}
.tS2 {
	font-size: 1.333em;
}

.pages {
	padding: 20px 0 28px;
	text-align: center;
	font-size: 1em;
	clear: both;
}
.pages ul,
.pages li {
	display: inline;
	margin-left: 12px;
}
.pages li {
	padding: 0 2px;
	line-height: 4em;
	margin: 0 2px;
}
.pages a,
.pages strong,
.pages a:hover {
	font-size: 1.2em;
	color: #484845;
	font-weight: 400;
	border: 1px solid #fe9100;
	padding: 8px 15px;
	color: #fff;
	background: #fe9100;
}
a.pNext,
a.pPrev,
div.print,
#pagesBefore,
.viewAll {
	display: none;
} /* elementy usunięte, wyłączone */
.pages a,
#products li.pages strong {
	font-size: 1.2em;
	color: #484845;
	font-weight: 300;
	border: 1px solid #fe9100;
	padding: 8px 15px;
	color: #fe9100;
	background: #fff;
}

ul.options {
	float: left;
	width: 100%;
	margin: 10px 0;
	list-style: none;
}
ul.options::after {
	content: "";
	display: table;
	clear: both;
}
ul.options li {
	float: left;
	margin: 0 10px 0 0;
}
ul.options .edit a,
ul.options .delete a {
	display: inline-block;
	width: 21px;
	height: 21px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1%;
	color: transparent;
}
ul.options .edit a {
	background: url("../admin/img/ico_edit.gif") no-repeat 0px 0px;
}
ul.options .delete a {
	background: url("../admin/img/ico_del.gif") no-repeat 0px 0px;
}
ul.options .edit a:hover,
ul.options .delete a:hover {
	opacity: 0.6;
}

/* IMAGES STYLES */
#content .imagesList {
	list-style: none;
	width: 100%;
}
#content .imagesList li {
	margin: 0 0 15px 0;
	text-align: center;
}
#content .imagesList li div {
	text-align: center;
}
#content .subpagesList li img,
#content .imagesList li img,
#content .imagePreview img,
#products li .photo img,
.imagesGallery img,
#subpagesGallery img,
.box .page-box img,
.box .product-box img {
	background: #c0bfbf;
	border: 0 solid #c9cdce;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#content .subpagesList li img:hover,
#content .imagesList li img:hover,
#content .imagePreview img:hover,
#products li .photo a:hover img,
#subpagesGallery img:hover,
.imagesGallery img:hover,
.box .page-box img:hover,
.box .product-box img:hover {
	border: 0 solid #c9cdce;
}
#content .imagesList li img {
	border: 1px solid #ccc;
	padding: 6px 2%;
	background: #fff;
	width: 95%;
}
#content .imagesList li img:hover {
	border: 1px solid #aaa;
	box-shadow: 10px 10px 10px rgba(0);
}
#imagesList1 {
	float: left;
	margin: 9px 0 0 0;
}
#imagesList2 {
	clear: right;
	float: right;
	margin: 0;
}

/* IMAGES STYLES - GALLERY */
#imagesGallery4 {
	margin: 20px 0 0;
}
#imagesGallery5 {
	margin: 10px 0 10px;
}
#content .imagesGallery {
	clear: both;
}
#content .imagesGallery .pages {
	clear: both;
	border-top: 1px solid #e7e9ed;
}
#content .imagesGallery table {
	clear: both;
	width: 100%;
	padding: 10px 0;
	font-size: 1em;
}
#content .imagesGallery table caption {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
#content .imagesGallery td,
#content .imagesGallery th {
	padding: 15px 7px 10px;
	background: inherit;
	font-size: 0.917em;
	text-align: center;
	vertical-align: top;
}
#content .imagesGallery div {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
}

.imagePreview div {
	margin: 5px 0 10px;
	text-align: center;
}
#imagesListPreview {
	float: left;
	margin: 9px 20px 0 0;
}
* html #imagesListPreview {
	margin-top: -5px;
}
.imagesList#imagesListPreview li {
	margin-bottom: 3px;
}
.imagesList#imagesListPreview li img {
	border-width: 2px;
}
.imagesList#imagesListPreview li img:hover {
	border-width: 2px;
}

/* FILES LIST STYLES */
#filesList {
	width: 100%;
	float: left;
	margin: 15px 0 5px;
	list-style: none;
	vertical-align: middle;
	border-left: 2px solid #e0e0e0;
}
#filesList li {
	width: 100%;
	float: left;
	clear: left;
	margin: 5px 0 5px 10px;
	padding-left: 10px;
}
#filesList li a {
	color: #fe9100;
	background: inherit;
}
#filesList li a:hover {
	color: #2e2323;
	background: inherit;
}
#filesList img {
	margin: 0 8px 0 0;
	vertical-align: middle;
}
#filesList em {
	padding-left: 2px;
}

/* QUICK.BOX */
#quick-box {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 200;
}
#quick-box .background {
	height: 100%;
}
#quick-box .quick-box-container {
	position: absolute;
	padding: 0;
	border-radius: 5px;
}
#quick-box .image-wrapper {
	position: relative;
	line-height: 0;
}
#quick-box .image-wrapper img {
	margin: 0;
	padding: 0;
	border-radius: 5px;
}
#quick-box .navigation {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 0.875em;
	font-weight: bold;
	color: #ddd;
	line-height: normal;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
}
#quick-box .description {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 0.875em;
	color: #ddd;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.8);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	max-height: 66px;
	overflow: hidden;
}

#quick-box .prev,
#quick-box .next {
	position: absolute;
	display: block;
	width: 50%;
	top: 15%;
	height: 70%;
	margin: 0px;
	color: #fff;
	font-family: Verdana;
	z-index: 100;
	opacity: 0.15;
	text-decoration: none;
}
#quick-box .prev span,
#quick-box .next span {
	position: absolute;
	top: 47%;
	left: 0;
	padding: 10px;
	border: 1px solid #fff;
	background: #000;
}
#quick-box .next span {
	left: auto;
	right: 0;
	border-right: none;
}
#quick-box .prev span {
	border-left: none;
}
#quick-box .next:hover,
#quick-box .prev:hover {
	opacity: 0.8;
}
#quick-box .prev {
	left: 0;
}
#quick-box .next {
	right: 0;
}
#quick-box .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 4px 2px;
	opacity: 0.5;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-decoration: none;
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
	border-top-right-radius: 5px;
	z-index: 100;
}
#quick-box .close:hover {
	opacity: 0.8;
}
#quick-box .close,
#quick-box .prev,
#quick-box .next {
	line-height: normal;
}
#quick-box .loading {
	display: block;
	padding: 40px 35px;
	color: white;
	line-height: 1em;
}

/* SUB PAGES LIST STYLES */
#content .subpagesList {
	float: left;
	width: 100%;
	margin: 7px 0;
	list-style: none;
}
#content .subpagesList li {
	clear: left;
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0 0 30px;
	background: #252525;
}
* html #content .subpagesList li {
	width: 100%;
} /* IE 6 hack */
#content .subpagesList li .photo {
	margin: 0 0 0;
}
#content .subpagesList li h2 {
	font-size: 1.26em;
	font-weight: 400;
	text-align: center;
	background: none;
	letter-spacing: 2px;
	padding: 40px 3% 0;
	margin: 0;
	height: 54px;
	text-transform: uppercase;
}
#content .subpagesList li h2 a {
	color: #eee;
}
#content .subpagesList li h2 a:hover {
	color: #fff;
	background: none;
}
#content .subpagesList li h3 {
	font-size: 0.82em;
	text-align: center;
	font-weight: 400;
	font-family: "Poppins";
	background: none;
	letter-spacing: 2px;
	padding: 10px 3% 10px;
	text-transform: uppercase;
	margin: 0 auto;
}
#content .subpagesList li h3 a {
	color: #fe9100;
}
#content .subpagesList li h3 a:hover {
	color: #fff;
	background: none;
}
#content .subpagesList li div.description {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
}
#content .subpagesList li ul,
#content .subpagesList li ol {
	float: left;
	width: 100%;
	margin: 5px 0 0 30px;
	padding: 0;
}
#content .subpagesList li li {
	padding: 0;
	border-bottom: 0;
	background: none;
}
#content .subpagesList li ul {
	list-style: disc;
}
#content .subpagesList li ol {
	list-style: decimal;
}
#content .subpagesList li p {
	padding-bottom: 10px;
}

#subpagesGallery {
	width: 100%;
	padding: 10px 0;
	font-size: 1em;
	background: url("img/body.png");
	border-bottom: 1px solid #dadada;
}
#subpagesGallery caption {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
#subpagesGallery td,
#subpagesGallery th {
	padding: 15px 7px 10px;
	text-align: center;
}
#subpagesGallery h2 {
	margin: 5px 0 0;
}
#subpagesGallery h2,
#subpagesGallery h2 a {
	font-size: 1.2em;
	font-weight: normal;
	background: none;
}
#subpagesGallery h2 a:hover {
	color: #2e2323;
	background: none;
}

/* SOCIAL BUTTONS */
#plusOne {
	position: absolute;
	top: 20px;
	right: 20px;
}
#socialButtons {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 6px 0 4px;
	text-align: left;
	list-style: none;
	background: url("img/body.png");
	border-bottom: 1px solid #dadada;
}
#socialButtons .title {
	display: block;
	float: left;
	margin: 0 0 0 15px;
	padding: 2px 0 0;
}
#socialButtons li {
	float: left;
	margin: 0 10px 0;
}
#socialButtons li.social2 img {
	border: 1px solid #ccc;
}
#socialButtons a img {
	vertical-align: middle;
}

/* SITE MAP */
#siteMap {
	margin: 5px 0;
	list-style: none;
}
* html #siteMap {
	float: left;
	width: 100%;
}
#siteMap li {
	margin: 0 0 13px;
	padding: 8px 10px 10px;
	background: #fff url("img/body.png");
	border-bottom: 1px solid #dadada;
}
#siteMap li a {
	font-weight: bold;
	font-size: 1.1em;
	color: #fe9100;
	background: none;
}
#siteMap li a:hover {
	color: #2e6996;
	background: none;
}
#siteMap ul {
	margin: 0;
	padding: 3px 0 0 10px;
	border: 0;
	list-style: none;
}
#siteMap ul li {
	margin: 0;
	padding: 4px 10px;
	border: 0;
}
#siteMap ul li a {
	font-weight: bold;
	color: #2e6996;
	background: none;
}
#siteMap ul.products li {
	border: 0;
	background: url("img/menu3_sub.gif") no-repeat 3px 11px;
}
#siteMap ul.products li a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#siteMap ul.products li {
	padding-left: 15px;
	margin-left: 5px;
}
#siteMap li ul li a:hover,
#siteMap ul.products li a:hover {
	color: #fe9100;
	background: none;
	text-decoration: underline;
}
#siteMap li .price {
	display: inline;
	font-size: 0.917em;
	color: #2e6996;
	padding-left: 5px;
}
#siteMap li strong {
	padding: 0 5px 0 7px;
	background-color: inherit;
	color: #2e6996;
}
#siteMap li span {
	background-color: inherit;
	color: #2e6996;
}

/* COMMENTS */
#commentForm {
	clear: both;
	width: 100%;
	margin: 10px auto 0;
}
#commentForm fieldset {
	padding: 25px 20px;
}
#commentForm dl,
#commentForm dt,
#commentForm dd {
	margin: 0;
	padding: 0;
}
#commentForm dt {
	padding: 0 0 7px;
}
#commentForm dd {
	margin-bottom: 18px;
}
#commentForm dt.vote {
	color: #2e6a97;
	font-weight: bold;
}
#commentForm .input,
#commentForm textarea {
	width: 99%;
	padding: 3px;
	font-size: 1em;
}
#commentForm #captcha {
	width: 9%;
}
#commentForm .captcha em {
	font-style: normal;
	font-weight: bold;
}
#commentForm .captcha ins {
	padding: 0 3px;
	font-weight: bold;
	text-decoration: none;
}
#commentForm legend {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
#commentForm .save {
	text-align: center;
}

#commentTitle {
	overflow: hidden;
	margin: 18px 0 10px;
	padding-left: 10px;
	background: inherit;
	color: #2e6896;
	font-size: 2.2em;
	font-weight: normal;
	border-left: 2px solid #e0e0e0;
	background: inherit;
}
#comments {
	float: left;
	width: 100%;
	margin: 7px 0;
	list-style: none;
}
#comments li {
	clear: left;
	float: left;
	width: 96%;
	margin: 10px 0;
	padding: 13px 2%;
	border: 1px solid #e0e0e0;
}
* html #comments li {
	width: 100%;
}
#comments div {
	float: left;
	width: 25%;
}
#comments span.name {
	display: block;
	font-size: 1em;
	color: #2e6896;
	font-weight: bold;
}
#comments span.date {
	display: block;
	font-size: 1em;
	margin-top: 3px;
}
#comments p {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	width: 75%;
	float: right;
}

/* PRODUCTS RATING */
#productRating {
	margin: 10px 0 5px;
	text-align: center;
	display: none;
} /* gwiazdki, ocena */
#productRating .results {
	margin: 2px 0 0;
	font-size: 0.9em;
}
#productRating .results strong {
	padding: 0 0 0 2px;
}
.ratingDisplay {
	width: 80px;
	height: 16px;
	background: url("img/stars.gif") no-repeat 0 0;
	font-size: 0em;
	margin: 6px auto;
}
#comments .ratingDisplay {
	width: 80px;
	margin-bottom: 0;
	opacity: 0.5;
}
.rating {
	float: left;
	width: 80px;
	height: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	clear: both;
	background: url("img/stars.gif") no-repeat 0 0;
}
.stars0 {
	background-position: 0 0;
}
.stars1 {
	background-position: 0 -96px;
}
.stars2 {
	background-position: 0 -112px;
}
.stars3 {
	background-position: 0 -128px;
}
.stars4 {
	background-position: 0 -144px;
}
.stars5 {
	background-position: 0 -160px;
}
#commentForm dd.vote {
	float: left;
}
#commentForm dt.vote {
	float: left;
	margin-right: 5px;
}
* html #commentForm dd.vote {
	margin-bottom: 0;
}
#commentForm .commentContent {
	clear: both;
}
#commentForm ul.rating li {
	cursor: pointer;
	float: left;
	text-indent: -999em;
}
#commentForm ul.rating li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	text-decoration: none;
	z-index: 200;
}
#commentForm ul.rating li.one a {
	left: 0;
}
#commentForm ul.rating li.two a {
	left: 16px;
}
#commentForm ul.rating li.three a {
	left: 32px;
}
#commentForm ul.rating li.four a {
	left: 48px;
}
#commentForm ul.rating li.five a {
	left: 64px;
}
#commentForm ul.rating li a:hover {
	z-index: 2;
	width: 80px;
	height: 16px;
	overflow: hidden;
	left: 0;
	background: url("img/stars.gif") no-repeat 0 0;
}
#commentForm ul.rating li.one a:hover {
	background-position: 0 -96px;
}
#commentForm ul.rating li.two a:hover {
	background-position: 0 -112px;
}
#commentForm ul.rating li.three a:hover {
	background-position: 0 -128px;
}
#commentForm ul.rating li.four a:hover {
	background-position: 0 -144px;
}
#commentForm ul.rating li.five a:hover {
	background-position: 0 -160px;
}

/* CONTACT FORM */
#contactPanel {
	clear: both;
	width: 100%;
	margin: 10px auto 0;
}
#contactPanel fieldset {
	padding: 25px 20px;
}
#contactPanel fieldset legend {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
#contactPanel dl,
#contactPanel dt,
#contactPanel dd {
	margin: 0;
	padding: 0;
}
#contactPanel dt {
	padding: 0 0 7px;
}
#contactPanel dd {
	margin-bottom: 18px;
}
#contactPanel .input,
#contactPanel textarea {
	width: 99%;
	padding: 3px;
	font-size: 1em;
}
#contactPanel #captcha {
	width: 9%;
}
#contactPanel .captcha em {
	font-style: normal;
	font-weight: bold;
}
#contactPanel .captcha ins {
	padding: 0 3px;
	font-weight: bold;
	text-decoration: none;
}
#contactPanel .save {
	text-align: center;
}

/* PAYMENTS */
#paymentDescription {
	margin: 10px 30px 20px;
	padding: 20px;
	text-align: center;
	border: 1px solid #bebebe;
	background: url("img/body.png");
	font-weight: bold;
}
#paymentOuter {
	margin: 10px 0 0;
}
#paymentChannels {
	padding-left: 20px;
}
#paymentChannels select,
#paymentChannels label,
#paymentChannels .zagielInfo {
	display: none;
}
#paymentChannels .zagielInfo label {
	display: inline;
}
a.zagielInfo {
	margin: 0 20px 0 0;
}
.zagielInfo a {
	margin-left: 5px;
	font-weight: normal;
}

/* OPTIONS LINK */
#options {
	clear: both;
	float: right;
	width: 97%;
	padding: 0 1.5%;
	margin: 10px 10px;
	color: #2e2323;
	font-size: 1em;
	text-align: right;
}
*:first-child + html #options {
	width: 94%;
} /* IE 7 hack */
* html #options {
	width: 94%;
} /* IE 6 hack */
#options a {
	padding: 0 10px 0;
	color: #2e6a97;
	background: inherit;
}
#options a:hover {
	color: #fe9100;
	background: inherit;
}
#options .back,
#options .print {
	float: right;
}
#options .print a {
	border-left: 1px solid #e0e0e0;
}

.message {
	clear: both;
	padding: 50px 0;
	text-align: center;
}
.message h2 {
	background: inherit;
	color: #fe9100;
	font-weight: normal;
	font-size: 2.4em;
	line-height: 1.7em;
}
.message h2 a {
	color: #2e6a97;
	background: inherit;
}
.message h2 a:hover {
	color: #2e2323;
	background: inherit;
}

/* PRODUCTS LIST */
#products {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	list-style: none;
	border-bottom: 0 solid #e0e0e0;
}
#products ul.list {
	float: left;
	width: 100%;
	list-style: none;
}
#products .list li {
	float: left;
	width: 95%;
	margin: 10px 0;
	padding: 18px 2.5%;
	text-align: center;
	background: #fbfbfb;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#products .list li:hover {
	background: #fff;
	box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.16);
}
/* standard products list (not columns) example:
#products .list li{position:relative;clear:both;width:96%;margin:5px 0;padding:5px 2% 10px;text-align:left;} */
#products .list li li {
	float: none;
	width: auto;
	margin-left: 0px;
	padding: 0;
	border-top: 0px;
	text-align: left;
}
#products li.column1 {
	margin-left: 0;
}
#products li .photo {
	margin-bottom: 4px;
	font-size: 0px;
	line-height: 0px;
}
#products li h2 {
	padding: 18px 0 5px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.183em;
	text-align: center;
	height: 55px;
}
#products li h2 a {
	text-decoration: none;
}
#products li h2 a:hover {
	text-decoration: underline;
}
#products li h3 {
	padding-bottom: 5px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 0.917em;
}
#products li h3,
#products li h3 a {
	color: #2e2323;
	font-weight: 800;
}
#products li h3 a:hover {
	color: #fe9100;
}
#products li h3 em {
	padding: 0 5px;
}
#products li div.description {
	margin: 10px 0 0;
	text-align: center;
	display: none;
}
#products li div.description a {
	color: #2e2323;
}
#products li div.description a:hover {
	color: #fe9100;
}
#products li div.description ul,
#products li div.description ol {
	margin: 5px 0 0 25px;
	padding: 0;
}
#products li .price,
#products li .noPrice {
	margin: 2px 0 5px 0;
	background-color: inherit;
	color: #fe9100;
	font-weight: bold;
	text-decoration: none;
}
#products li .price em {
	padding: 0 6px 0 0;
	background: inherit;
	color: #2e2323;
	font-style: normal;
}
#products li .price strong {
	font-size: 1.167em;
}
#products li .noPrice strong {
	font-size: 0.92em;
	color: #fe9100;
}
#products li .price span {
	padding-left: 4px;
	font-size: 1.083em;
	color: #2e2323;
}
#products li .basket {
	width: 150px;
	margin: 10px auto 0;
	padding-left: 3px;
	font-size: 0.917em;
	font-weight: bold;
}
#products li .basket a {
	display: block;
	padding: 5px 32px 8px 7px;
	color: #fff;
	background: url("img/button_cart_list.png") no-repeat right bottom;
	text-decoration: none;
}

@media screen and (max-width: 960px) {
	#products .list li {
		background: #fff;
		box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.16);
	}
	#products li h2 {
		padding: 8px 0 5px;
		margin: 0 auto;
		font-weight: bold;
		font-size: 1.183em;
		text-align: center;
		height: auto;
	}
}

#products .sort {
	float: left;
	width: auto;
	margin: 0 10px 0 0;
	padding: 10px 0;
	border: 0;
	background: none;
	text-align: left;
}
#products .sort ul {
	display: inline;
	list-style: none;
}
#products .sort li {
	display: inline;
	padding: 0 6px;
	font-weight: bold;
	border-right: 1px solid #2e2323;
}
#products .sort li:last-child {
	border: none;
	padding-right: 0;
}
#products .sort li a {
	font-weight: normal;
}

/* PRODUCTS DETAILS */
#product {
	clear: left;
	float: right;
	display: block;
	width: 92%;
	margin: 0 4%;
	text-align: left;
}
* html #product {
	margin: 0;
} /* IE 6 hack */
#product h1 {
	font-weight: 600;
	font-size: 1.88em;
	margin: 14px auto;
	font-family: "Open Sans";
	color: #2e2323;
}
#product div.breadcrumb {
	margin: 0 0 10px;
	padding: 2px 0 7px;
	border-bottom: 1px solid #bebebe;
	font-weight: normal;
	font-size: 0.917em;
}
#product div.breadcrumb,
#product div.breadcrumb a {
	background: inherit;
	color: #2e2323;
	display: none;
}
#product div.breadcrumb a:hover {
	background-color: inherit;
	color: #fe9100;
}
#product div.breadcrumb em {
	padding: 0 5px;
}

#product #box {
	float: right;
	width: 100%;
	margin: 5px auto 10px;
	padding: 3px 0 10px;
	border-top: 0px solid #d4d4d4;
	border-bottom: 0px solid #d4d4d4;
	text-align: left;
}
#product #box form {
	font-weight: bold;
}
#product #box #price,
#product #box #noPrice {
	padding: 7px 0;

	background-color: transparent;
	color: #2e2323;
	font-size: 1.417em;
	text-align: left;
	margin: 0 0 10px;
}
#product #box #noPrice {
	color: #fe9100;
}
#product #box #price em {
	font-style: normal;
}
#product #box #price strong {
	padding: 0 6px;
	font-size: 1.176em;
	color: #fe9100;
	font-weight: bold;
}
#product #box #available {
	padding: 8px 2px 0;
	background-color: transparent;
	color: #2e2323;
	font-weight: bold;
	font-size: 0.9em;
}
#product #box #addBasket {
	padding: 10px 0 5px;
	background: none;
	border: none;
}
#product #box #addBasket .submit {
	width: 71%;
	padding: 5px 25px 8px 5px;
	border: 0;
	background: url("img/button_cart.png") no-repeat right bottom;
	background-color: inherit;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}

#product div.content {
	clear: left;
	padding: 10px 0 10px;
	font-size: 1.083em;
	line-height: 1.5em;
}
#product div.content ul,
#product div.content ol {
	margin: 5px 0 0 30px;
	padding: 0;
}
#product div.content li {
	margin: 8px 0;
	padding: 0;
	border-left: 0;
}
#product div.content p {
	padding-bottom: 10px;
}

/* FEATURES */
#features {
	margin: 0 0 15px;
	min-width: 300px;
	background: #e0e0e0;
	font-size: 1em;
}
#features caption {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
#features thead td {
	padding: 5px;
	background: #f0f0f0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e8eaee;
}
#features tbody td,
#features tbody th {
	padding: 5px;
	background: #fff;
	font-weight: normal;
	text-align: left;
	border: 1px solid #e8eaee;
}
#features .l0 td,
#features .l0 th {
	background: #f0f0f0;
}

/* BASKET AND ORDER */
#orderedProducts table {
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #e0e0e0;
	font-size: 1em;
	color: #fe9100;
}
#orderedProducts td,
#orderedProducts th {
	padding: 6px 7px;
}
#orderedProducts thead .price,
#orderedProducts thead .quantity,
#orderedProducts thead .summary {
	text-align: right;
}
#orderedProducts thead td {
	padding-bottom: 11px;
	background: #2e6896;
	color: #fff;
}
#orderedProducts thead em {
	padding: 0 4px 0 0;
	font-style: normal;
}
#orderedProducts tbody th,
#orderedProducts tbody td {
	border-top: 2px solid #fff;
	background: #f0f6fa url("img/body.png");
	border-bottom: 1px solid #e0e0e0;
}
#orderedProducts tbody th {
	text-align: left;
}
#orderedProducts tbody th a {
	background: inherit;
}
#orderedProducts tbody .price,
#orderedProducts tbody .summary {
	font-weight: bold;
	text-align: right;
}
#orderedProducts tbody .quantity,
#orderedProducts tbody .quantity input {
	text-align: right;
}
#orderedProducts tbody .quantity label {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
#orderedProducts tbody a:hover {
	background: inherit;
	color: #2e2323;
}
#orderedProducts tfoot {
	background: url("img/body.png");
	text-align: right;
}
#orderedProducts tfoot .summaryProducts,
#orderedProducts tfoot .summaryProducts th,
#orderedProducts tfoot .summaryShippingPayment,
#orderedProducts tfoot .summaryOrder {
	text-align: right;
}
#orderedProducts tfoot .nextStep .submit {
	background: #fe9100;
}
#orderedProducts tfoot .nextStep .submit:hover {
	background: #154a72;
}

#basket #orderedProducts table {
	margin: 10px 0 0;
}
#basket .info {
	padding: 10px 0;
	text-align: left;
}
#basket #recount {
	background: #fff;
	border-bottom: 2px solid #e0e0e0;
}
#basket #recount td {
	border-bottom: 1px solid #e0e0e0;
	text-align: right;
}
#basket #recount .submit {
	padding: 2px 3px;
}
#basket #recount .submit:hover,
#basket .buttons #continue .submit:hover {
	background: #fe9100;
}
#basket .summaryProducts {
	font-size: 1.36em;
	font-weight: bold;
}
#basket .summaryProducts #summary {
	font-weight: bold;
}
#basket .del {
	padding: 0 5px 0 10px;
}
#basket .del a {
	background: inherit;
	color: #2e2323;
}
#basket .del a:hover {
	background: inherit;
	color: #fe9100;
}
#basket .buttons #continue {
	text-align: left;
}
#basket .buttons #continue .submit {
	margin-right: 5px;
	padding: 3px 5px;
}
#basket #pageDescription {
	margin-top: 20px;
}

#basket #save {
	padding: 7px;
}
#basket #save .submit {
	margin-right: 5px;
	padding: 4px 9px;
	background: #f2f2f2;
	color: #2e2323;
	border: 2px solid #e0e0e0;
	font-weight: normal;
	text-shadow: none;
}
#basket #save .submit:hover {
	background: #154a72;
	color: #fff;
}
#basket legend {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

/* DISCOUNT VOUCHERS */
#discountVoucher td {
	text-align: right;
}
#discountVoucher strong {
	padding-right: 3px;
}
#incorrectVoucher {
	margin: 7px 0;
	background: inherit;
	color: #fe9100;
	font-weight: bold;
}
#orderedProducts tfoot #discountVoucher {
	color: #2e2323;
}

#order form {
	background: none;
	border: none;
}
#order legend {
	position: static;
	clip: auto;
	padding: 20px 0 10px;
	border: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #2e6a97;
}
#order #personalData {
	padding: 12px 3%;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	background: url("img/body.png");
	overflow: hidden;
}
#order #personalData #setBasic,
#order #personalData #setExtend {
	float: left;
	width: 50%;
}
#order #personalData label {
	display: block;
	padding: 2px 0;
	font-weight: bold;
	color: #2e6a97;
}
#order #personalData .input,
#order #personalData #oComment {
	width: 90%;
	margin: 0 0 5px;
}
#order #personalData #oComment {
	height: 125px;
}
#order #vrn {
	float: left;
	width: 40%;
}
#order #invoice {
	float: left;
	height: 20px;
	margin-left: 2%;
	padding-top: 18px;
	text-align: right;
}
#order #invoice input {
	float: left;
	margin-top: 3px;
}
#order #invoice label {
	float: left;
	margin: 0 0 0 5px;
	font-weight: normal;
}
#order #street {
	clear: both;
}

#shippingAndPayments div {
	padding: 11px 3%;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	background: url("img/body.png");
}

#order tfoot td,
#orderPrint tfoot td {
	color: #fe9100;
}
#order .summaryProducts,
#order .summaryShippingPayment,
#orderPrint .summaryShippingPayment {
	font-size: 1.182em;
}
#order .summaryProducts th,
#order .summaryShippingPayment th,
#orderPrint .summaryShippingPayment th {
	font-weight: normal;
	text-align: right;
}
#order .summaryOrder,
#orderPrint .summaryOrder {
	color: #2e2323;
	font-size: 1.36em;
	font-weight: bold;
}
#order .summaryOrder th,
#orderPrint .summaryOrder th {
	text-align: right;
}
#order .summaryOrder th,
#order .summaryOrder td {
	border-top: 1px solid #e0e0e0;
}
#order #rulesAccept th {
	color: #2e2323;
	font-weight: bold;
	text-align: right;
}
#order #rulesAccept th,
#order #nextStep th {
	border: 0;
	text-align: right;
}
*:first-child + html .nextStep .submit,
*:first-child + html #basket #continue .submit {
	padding: 2px 0px;
} /* IE 7 hack */

/* ORDER SUMMARY/PRINT PAGE */
#orderPrint #pageDescription {
	padding: 10px 8px 20px;
	text-align: center;
	background: inherit;
	color: #fe9100;
	font-weight: normal;
	font-size: 1.5em;
}
#orderPrint #pageDescription p {
	padding: 5px 0;
}
#orderPrint .legend {
	clear: both;
	padding: 20px 0 10px;
	background: inherit;
	color: #2e6a97;
	font-size: 1.2em;
	font-weight: bold;
}
#orderPrint dl {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	background: #fff url("img/body.png");
}
#orderPrint dt,
#orderPrint dd {
	float: left;
	display: inline-block;
	width: 40%;
	margin: 0;
	padding: 3px 0;
}
#orderPrint dt {
	clear: left;
	text-align: right;
}
#orderPrint dd {
	padding-left: 2%;
	font-weight: bold;
}
#orderPrint dd.orderComment,
#orderPrint dd.orderIP {
	font-weight: normal;
}

/* ORDER STATUS LINK */
#orderPrint .orderStatusLink {
	margin: 10px 30px 20px;
	padding: 14px;
	text-align: center;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}
#orderPrint .orderStatusLink div {
	padding: 3px 0;
}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#footer {
	clear: both;
	font-weight: 400;
	background: #252525;
	padding: 0 5%;
}
#footer .container {
	margin: 0 auto;
	padding: 100px 0 75px 0;
	color: #999;
	overflow: hidden;
	max-width: 1460px;
}
#footer h3 {
	color: #fff;
	font-size: 2.58em;
}
#footer span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9em;
	font-family: "Poppins";
	letter-spacing: 2px;
}
#footer button {
	font-size: 0.92em;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 600;
	border: 1px solid #fe9100;
	padding: 25px 50px;
	margin: 50px auto 65px;
	background: transparent;
	color: #fe9100;
	cursor: pointer;
	font-family: "Poppins";
}
#footer button:hover {
	background: #fe9100;
	color: #252525;
}
#footer .kontakt {
	width: 100%;
	max-width: 650px;
	margin: auto;
}
#footer .kontakt div {
	padding: 0 4.5%;
	margin: 20px auto;
}
#footer .kontakt div h2 {
	color: #fe9100;
	font-weight: 600;
	font-size: 2.1em;
	font-family: "Open Sans";
	letter-spacing: 0;
}
#footer .kontakt div a {
	color: #999;
	font-weight: 400;
	font-size: 0.96em;
	letter-spacing: 0.5px;
}
#footer .kontakt div a:hover {
	color: #ccc;
}

#foot {
	clear: both;
	font-weight: 300;
	background: #333;
}
#foot .container {
	margin: 0 auto;
	padding: 75px 0 160px;
	color: #aaa;
	overflow: hidden;
	max-width: 1460px;
}
#foot a {
	background: inherit;
	color: #aaa;
	text-decoration: none;
	font-weight: 300;
	width: 100%;
	display: block;
	margin: 12px 0;
}
#foot a:hover {
	color: #fff;
	background: inherit;
}
#copy,
.foot {
	width: 100%;
	text-align: center;
	margin: 12px 0;
}
.foot span {
	display: none;
}

#menu-mobile {
	display: block;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: auto;
	padding: 16px 0 0;
	background: url("img/menu_mobile_bg.png") no-repeat center center;
	background-size: cover;
	position: fixed;
}
#menu-mobile .menu {
	width: 96%;
	padding: 0 2% 5px;
	max-width: 500px;
	margin: auto;
}
#menu-mobile .menu .button {
	width: 20%;
	padding: 0;
	float: left;
}
#menu-mobile .menu .button .main,
.close .button {
	width: 90%;
	padding: 0 5%;
	transform: translate(0, -70%);
	cursor: pointer;
}
#menu-mobile .menu .button .add {
	width: 38%;
	padding: 1px 20% 3px;
	margin: 0 auto;
}
#menu-mobile .menu a {
	text-transform: uppercase;
	color: #f47900;
	font-weight: 600;
	font-size: 9px;
}
#menu-mobile .menu .gray {
	filter: grayscale(1);
}
#menu-mobile .menu .gray:hover {
	filter: grayscale(0) !important;
}
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	background-color: rgb(37, 37, 37);
	background-color: rgba(37, 37, 37, 0.95);
	overflow-y: hidden;
	transition: 0.5s;
	z-index: 999;
}
.overlay-content {
	position: relative;
	top: 18%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.overlay a {
	padding: 11px 0;
	text-decoration: none;
	font-size: 17px;
	color: #eee;
	font-family: "poppins";
	transition: 0.3s;
	text-transform: uppercase;
}
.overlay a:hover,
.overlay a:focus {
	color: #fe9100;
}
.overlay .closebtn {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 50px;
}
.mobile-menu {
	display: grid;
}
.colse {
	height: 76px;
	background: red;
	width: 100px;
}
.exit {
	width: 100%;
	margin: auto;
	bottom: 76px;
	position: absolute;
	transform: translate(0%, 54%);
}
.exit img {
	width: 20%;
	padding: 0 5%;
	transform: translate(0, -70%);
	cursor: pointer;
}
.lang {
	display: block;
	font-size: 13px;
	color: #999;
	letter-spacing: 2px;
	margin: 32px 0 10px;
}
.lang a {
	font-size: 14px;
	color: #999;
	letter-spacing: 2px;
	margin: 0 10px;
}

/*#menu-mobile {position: fixed;bottom:0;left:0;z-index:1000;width: 100%;margin:auto;padding:16px 0 0;background: url('img/menu_mobile_bg.png')no-repeat center center;background-size: cover;}
#menu-mobile .menu {width: 96%;padding:0 2% 5px;max-width: 500px;margin:auto;}
#menu-mobile .menu .button {width: 20%;padding: 0 ;float:left;}
#menu-mobile .menu .button .main, .close .button {width:90%;padding: 0 5%;transform: translate(0, -70%);cursor: pointer;}
#menu-mobile .menu .button .add {width: 38%;padding: 1px 20% 3px;margin: 0 auto;}
#menu-mobile .menu a {text-transform: uppercase;color:#f47900;font-weight: 600;font-size: 9px;}
#menu-mobile .menu .gray {filter: grayscale(1);}
#menu-mobile .menu .gray:hover {filter: grayscale(0) !important;}
.overlay {height: 0%;width: 100%;position: fixed;z-index: 1;bottom: 0;left: 0;background-color: rgb(255,255,255);background-color: rgba(255,255,255, 0.92);overflow-y: hidden;transition: 0.5s;z-index: 999;}
.overlay-content {position: relative;top: 25%;width: 100%;text-align: center;margin-top: 30px;}
.overlay a {padding: 8px;text-decoration: none;font-size: 36px;color: #818181;display: block;transition: 0.3s;}
.overlay a:hover, .overlay a:focus {color: #fe9100;}
.overlay .closebtn {position: absolute;top: 20px;right: 45px;font-size: 60px;}
.colse{height:76px;background:red;width:100px;}
*/

@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px;
	}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

/* DODATKI */
.startpage {
	margin: 100px 0 0 0;
}

#start-klip {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 70%;
	top: 0;
	overflow: hidden;
	z-index: -1;
}
.start-klip {
	position: absolute;
	top: 70px;
	right: 0;
	left: -20%;
	width: 140%;
	height: auto;
	z-index: 1;
	margin: 0;
	overflow: hidden;
}

.available-block {
	color: #fff;
	background: #e31e24;
	text-align: left;
	padding: 5px 5%;
	display: table;
	margin: 10px 0 -36px 14px;
	position: relative;
	z-index: 10;
	font-family: arial;
	height: 16px;
}

@media screen and (min-width: 1023px) {
	#start-klip {
		background: #252525;
		position: absolute;
		width: 84%;
		height: 806px;
		top: 0;
		overflow: hidden;
		z-index: -1;
		margin: 0 8%;
	}
	.start-klip {
		position: absolute;
		top: -18%;
		right: 0;
		left: 0;
		min-width: 110%;
		min-height: 110%;
		width: auto;
		height: auto;
		z-index: 1;
		margin: 0;
		overflow: hidden;
	}
}

#uslugi {
	width: 100%;
	margin: auto;
	background: #eee;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #eee;
	clear: both;
	padding: 170px 0 0 0;
}
.uslugi {
	width: 94%;
	max-width: 1460px;
	margin: auto;
	padding: 50px 0 190px;
}
.uslugi .blok {
	width: 88%;
	padding: 40px 5%;
	text-align: center;
	margin: 10px auto;
	background: #252525;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.uslugi .blok img {
	width: 60%;
	margin: auto;
	max-width: 120px;
	opacity: 0.77;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.uslugi .blok h2 {
	font-size: 0.946em;
	color: #ddd;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	margin: 20px auto 0;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.uslugi .blok:hover img {
	opacity: 1;
}
.uslugi .blok:hover h2 {
	color: #fff;
}
.uslugi .blok:hover {
	background: #000;
	box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.16);
}
#loga {
	width: 100%;
	margin: auto;
	background: #fff;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	clear: both;
}
.loga {
	width: 94%;
	max-width: 1460px;
	margin: auto;
	padding: 170px 0 190px;
}
.loga img {
	filter: grayscale(1);
	opacity: 0.55;
	max-width: 140px;
	margin: 49px 12px 29px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.loga img:hover {
	filter: grayscale(0);
	opacity: 1;
	max-width: 160px;
	margin: 40px 2px 19px 2px;
}
.loga h6 {
	color: #aaa;
}
.loga a {
	color: #ccc;
}
.loga a:hover {
	color: #bbb;
	text-decoration: underline;
}

#mapa {
	clear: both;
	width: 100%;
	padding: 130px 0 0;
	height: 250px;
	background: #000 url("img/kaskada-mapa.jpg") no-repeat center center;
	margin: 0 0;
}
.mapa-cien {
	padding: 0px 0 0;
	height: 40px;
	background: transparent;
	margin: 40px 0 -40px;
	z-index: 1;
}
.marker {
	position: relative;
	left: 47px;
	top: 62px;
	width: 70px;
}
.marker2 {
	position: relative;
	left: 72px;
	top: 28px;
	width: 70px;
}

.marker:hover {
	position: relative;
	-webkit-animation-name: marker-animacja; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
	animation-name: marker-animacja;
	animation-duration: 0.8s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes marker-animacja {
	0% {
		left: 47px;
		top: 62px;
	}
	50% {
		left: 47px;
		top: 52px;
	}
	100% {
		left: 47px;
		top: 62px;
	}
}
@keyframes marker-animacja {
	0% {
		left: 47px;
		top: 62px;
	}
	50% {
		left: 47px;
		top: 52px;
	}
	100% {
		left: 47px;
		top: 62px;
	}
}

.marker2:hover {
	position: relative;
	-webkit-animation-name: marker2-animacja; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
	animation-name: marker2-animacja;
	animation-duration: 0.8s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes marker2-animacja {
	0% {
		left: 72px;
		top: 28px;
	}
	50% {
		left: 72px;
		top: 18px;
	}
	100% {
		left: 72px;
		top: 28px;
	}
}
@keyframes marker2-animacja {
	0% {
		left: 72px;
		top: 28px;
	}
	50% {
		left: 72px;
		top: 18px;
	}
	100% {
		left: 72px;
		top: 28px;
	}
}

.google-link {
	text-align: right;
	margin: 155px 10px 0;
	font-size: 15px;
}
.google-link a {
	background: #fff;
	padding: 3px 5px;
	font-size: 12px;
}

#top {
	display: none;
}
.startpage h2 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6em;
	max-width: 600px;
	text-align: center;
	margin: 0 auto 40px;
}
.startpage h1 {
	margin: 10px 0 50px !important;
	text-align: center !important;
	font-size: 2.75em;
}
.start-oferta-wiecej {
	margin:/*10px auto 170px*/ 0px auto 80px;
	clear: both;
	text-align: center;
}
.start-oferta-wiecej button {
	margin: 60px 10px 15px;
	padding: 20px 30px;
}

#loader-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	background: #252525;
	display: none;
}
.load {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(-40%, -50%);
	width: 125%;
	height: 1px;
}
#loader-wrapper img {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 250px;
}
.load hr {
	border: 0;
	margin: 0;
	width: 50%;
	height: 100%;
	position: absolute;
	animation: spin 2s ease infinite;
}
.load :first-child {
	background-image: linear-gradient(
		to right,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.7),
		rgba(255, 255, 255, 0)
	);
	animation-delay: -1.5s;
}
@keyframes spin {
	0%,
	100% {
		transform: translate(0);
	}
	75% {
		transform: translate(400px, 0);
	}
}
.js .load,
.js #loader-wrapper {
	display: block;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}
@keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}
.fade2 {
	-webkit-animation-name: fade2;
	-webkit-animation-duration: 1.5s;
	animation-name: fade2;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade2 {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}
@keyframes fade2 {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}

/* search dropdown */
.dropdown {
	position: relative;
	float: right;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 7px 21px 5px 0;
	z-index: 1;
	right: -6px;
	top: 0;
}
.dropdown:hover .dropdown-content {
	display: block;
}
/* search dropdown end */

/* translate */
.flaga {
	opacity: 0.66;
	transition: 0.4s;
	margin: 12px 4px 0;
	border: 0;
}
.flaga:hover {
	opacity: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.72);
}
#google_translate_element2 {
	display: none !important;
}
#goog-gt-tt {
	display: none !important;
}
.goog-te-banner-frame {
	display: none !important;
}
.goog-te-menu-value:hover {
	text-decoration: none !important;
}
body {
	top: 0 !important;
}

/* translate end */

.kontakt-3 h2 {
	margin: 0 0 16px 0;
}

@media print {
	/* PRINT STYLES */
	* {
		color: #000 !important;
		background: #fff !important;
		border-color: #444 !important;
		border-width: 1px !important;
		text-shadow: none !important;
	}

	body {
		margin: 1cm 0;
	}
	#container {
		width: 17.2cm;
		height: auto;
	}
	#head2 .container,
	#head2 {
		height: auto;
	}
	#logo {
		padding: 0 0 0.2cm;
	}
	#head1 .container,
	#head2 .container,
	#head3 .container,
	#body .container,
	#foot .container {
		border-width: 0px !important;
	}
	#body {
		clear: none;
	}
	#body .container {
		overflow: visible;
	}
	#logo #title,
	#page h1 {
		padding: 0;
	}
	#page div.breadcrumb {
		position: relative;
		top: 0;
	}
	#header .container,
	#body .container,
	#foot .container,
	#content,
	#page,
	#products,
	#product,
	.order #content {
		float: none;
		width: 17.2cm;
		padding: 0;
		margin: 0;
	}
	#column,
	#head1,
	#head3,
	#back,
	#page .tS,
	#products li .basket,
	#product #box #addBasket .submit,
	#socialButtons,
	#plusOne,
	#contactPanel,
	#commentForm {
		display: none;
	}
}

/* RESPONSIVE WEB DESIGN - media queries */

@media screen and (min-width: 1023px) {
	#content .subpagesList li {
		clear: none;
		float: left;
		width: 30.333%;
		padding: 0 0 35px 0;
		margin: 18px 1.5%;
		background: #252525;
	}
	#content .subpagesList li h2 {
		font-size: 1.46em;
		padding: 50px 3% 10px 12%;
		text-transform: uppercase;
		text-align: left;
	}
	#content .subpagesList li h3 {
		padding: 10px 3% 10px 12%;
		text-transform: uppercase;
		text-align: left;
	}
	#products .list li {
		clear: none;
		float: left;
		width: 22.5%;
		padding: 0 0 35px;
		margin: 18px 1.25%;
	}
	#content .subpagesList,
	#products ul.list {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	#menu1,
	#logo {
		display: block;
	}
	.logo {
		margin: 20px 0 0 0;
		width: 216px;
	}
	#head1 {
		max-width: 100%;
		background: #fff;
		margin: auto;
		padding: 0;
		height: 120px;
	}
	#head1 .container {
		/*overflow: hidden;*/
		max-width: 1378px;
	}
	#head2 .container {
		background-color: #fe9100;
	}

	#footer .kontakt div {
		float: left;
		width: 40%;
		padding: 0 4.5%;
		margin: 40px auto 50px auto;
	}
	#footer .kontakt div:last-of-type {
		border-left: 1px solid #434343;
	}
	#copy {
		float: left;
		padding: 0 0 0 3%;
		width: 47%;
		text-align: left;
	}
	#foot .container {
		margin: 0 auto;
		padding: 15px 0;
	}
	.foot {
		float: right;
		padding: 0 3% 0 0;
		width: 47%;
		text-align: right;
	}
	#foot a {
		display: contents;
	}
	.foot span {
		display: initial;
		margin: 0 22px;
	}
	#footer .container {
		padding: 160px 0 125px 0;
	}
	#menu-mobile {
		display: none;
	}

	#products li .photo img {
		object-fit: cover;
		height: 240px;
	}
	#product h1,
	#page h1 {
		font-size: 2.88em;
	}
	#content .subpagesList li img {
		object-fit: cover;
		height: 320px;
	}
	#content .imagesList li img {
		object-fit: cover;
		height: 240px;
	}
	#products li .noPrice {
		height: 28px;
	}
	#page h1 {
		margin: 10px 0 70px;
		font-size: 2.75em;
	}
	#product h1 {
		margin: 10px 0 0;
		font-size: 2.75em;
	}
	#content .imagesList li {
		margin: 10px 1%;
		text-align: center;
		float: left;
		width: 23%;
	}

	.lupa {
		float: right;
		margin: 43px 0 0 50px;
	}

	.kontakt-lewa-kolumna {
		float: left;
		width: 60%;
	}
	.kontakt-prawa-kolumna {
		float: right;
		width: 38%;
		margin-top: 80px;
	}
	.kontakt-3 {
		float: left;
		width: 33.333%;
		line-height: 1.8em;
		margin-bottom: 55px;
	}
	.kontakt-2 {
		float: left;
		width: 45%;
		padding-right: 5%;
	}
	.kontakt-3 h2 {
		margin: 0 0 14px 0;
		font-size: 1.1em;
		font-weight: 600;
		text-transform: uppercase;
	}

	/*dodatki*/
	#top {
		display: block;
		width: 100%;
		padding: 0;
		height: auto;
		background: #252525;
		margin: 0;
		z-index: 1000;
		border-bottom: 1px solid #111;
	}
	.top {
		width: 100%;
		max-width: 1380px;
		margin: 0 auto;
		text-align: left;
		padding: 8px 0 9px 0;
		height: 18px;
		color: #bbb;
		font-size: 14px;
		font-weight: 100;
	}
	.top a {
		color: #bbb;
		margin: 0 10px;
		font-size: 13px;
		font-family: arial, tahoma, verdana;
	}
	.top a:hover,
	.top button:hover {
		color: #fff;
	}
	.kontakt-top {
		float: right;
		font-weight: 300;
		font-family: arial, tahoma, verdana;
		font-size: 13px;
		margin-top: 2px;
	}
	.kontakt-top div {
		margin: 0 0 0 50px;
		float: left;
	}
	.kontakt-top img {
		width: 16px;
		float: left;
		margin: -1px 5px 8px 10px;
	}
	.kontakt-top a {
		margin: 0;
	}
	#footer h3 {
		color: #fff;
		font-size: 2.88em;
	}
	.uslugi .blok {
		width: 19%;
		padding: 55px 2% 50px;
		text-align: center;
		margin: 0 1%;
		background: #252525;
		float: left;
	}
	.uslugi .blok h2 {
		height: 32px;
	}
	#uslugi {
		display: grid;
	}
	.start-oferta-wiecej button {
		margin: 80px 10px 65px;
		padding: 25px 50px;
	}
	.dropdown-content {
		padding: 7px 21px 8px 0;
		right: -16px;
		top: 24px;
	}
	#loader-wrapper {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1001;
		background: #252525;
		display: none;
	}
	.load {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-40%, -50%);
		width: 55%;
		height: 1px;
	}
	#loader-wrapper img {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 30%;
		max-width: 250px;
	}
	.load hr {
		border: 0;
		margin: 0;
		width: 50%;
		height: 100%;
		position: absolute;
		animation: spin 2s ease infinite;
	}
	.load :first-child {
		background-image: linear-gradient(
			to right,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.7),
			rgba(255, 255, 255, 0)
		);
		animation-delay: -1.5s;
	}
	@keyframes spin {
		0%,
		100% {
			transform: translate(0);
		}
		75% {
			transform: translate(400px, 0);
		}
	}
	.lang {
		margin: 1px 0 0 0;
		float: left;
	}
	.lang a {
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 600;
		font-family: "Open Sans", Verdana, Arial, sans-serif;
	}
}

.formularz {
	margin: auto;
	width: 86%;
	padding: 0 8%;
	text-align: left;
	max-width: 960px;
}
.pole {
	padding: 15px 4%;
	background: #ffffffe0;
	border: 1px solid #ddd;
	width: 100%;
	margin: 22px 0 5px 0;
	font-size: 15px;
	color: #323232;
	font-weight: 300;
	font-family: "poppins", arial, tahoma, verdana;
	-webkit-transition: all 0.75s;
	transition: all 0.75s;
	border-radius: 27px;
}
.pole-opis {
	padding: 20px 4%;
	background: #ffffffe0;
	border: 1px solid #ddd;
	width: 92%;
	float: left;
	margin: 32px 0 5px 0;
	font-size: 15px;
	color: #323232;
	font-weight: 300;
	font-family: "poppins", arial, tahoma, verdana;
	height: 120px;
	-webkit-transition: all 0.75s;
	transition: all 0.75s;
	border-radius: 27px;
}
.pole:hover,
.pole-opis:hover {
	background: #fff;
	border: 1px solid #aaa;
}
.formularz button {
	width: 100%;
	clear: both;
}

.fb-panel {
	width: 225px;
	height: 430px;
	background: url("img/facebook-panel.png");
	position: fixed;
	top: 20%;
	right: -240px;
	-webkit-transition: right 0.7s;
	transition: right 0.7s;
	z-index: 100;
	text-align: left;
	padding: 5px 5px 5px 45px;
}
.fb-panel:hover {
	right: 0;
}
.fb-top {
	display: none;
}
@media screen and (max-width: 960px) {
	.fb-panel {
		display: none;
	}
	.fb-top {
		display: block;
		width: 15px;
		height: 15px;
		padding: 8px;
		border-radius: 50%;
		border: 1px solid #fff;
		position: absolute;
		top: 23px;
		right: 70px;
		filter: invert(1);
	}
}
.fb-ico {
	width: 20px;
	height: 20px;
	padding: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: 30px;
	left: 20px;
}
/*
@media screen and (max-width:1023px){
  #head1 .container, #head2 .container, #head3 .container, #body .container, #foot .container{width:95%;}
  #column{width:30%;padding:10px 0;}
  #column .type{padding:3px 10px;background:#fe9100;text-shadow:none;}
  #column .box{margin:0 0 15px;}
  #column .box .type{background:#6b6b6a;}
  #column #box1 .type, #basketSummary .title, #promoted .title{padding:3px 10px;background:#326e9c;}
  #basketSummary, #promoted{padding:10px 0;}
  #menu3{padding:0px;}
  #menu3 ul{padding:0px;}
  #menu3 .sub1 li{padding:5px 22px;background-position:7px center;}
  #content{width:70%;}
  #page {margin:0px 3%;}
  #products .list li{width:48%;margin:1%;padding:10px 0 0;}
  #products .list .i1{clear:left;}
  #products li.column1{clear:none;}

  #product{width:94%;margin:0 3%;}
  #product #box{padding:2px 5px;width:auto;margin-top:10px;}
}
@media screen and (max-width:800px){
  img{max-width:100%;}
  #head3 .container{height:auto;background:#646262;border-bottom:none;}
  #menu2{float:left;width:100%;}
  #menu2 ul{width:100%;}
  #menu2 li, #menu2 li:hover, #menu2 .selected{width:25%;border:none;}
  #menu2 li a{width:100%;height:auto;padding:10px 5%;background:url('img/menu2_bg.png') repeat-x;border:1px solid #797879;border-left:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  #menu2 li a:hover, #menu2 .selected a, #menu2 .selected-parent a{background:url('img/menu2_bg.png') repeat-x;}
  #content .imagesGallery table img{max-width:110px;}
}
@media screen and (max-width:640px){
  #body.basket-page #column{display:none;}
  #body.basket-page #content{width:100%;}
  #order #vrn{float:none;width:90%;}
  #order #invoice{float:left;height:auto;margin-left:0;padding:0 0 7px;text-align:left;}
}
@media screen and (max-width:481px){
  #menu2 li{width:100%;margin-top:2px;border-bottom:1px solid #fff}
  #menu2 li:hover, #menu2 .selected{width:100%;}
  #menu2 li a:hover, #menu2 .selected a, #menu2 .selected-parent a{background:#585757;}
  a.zagielInfo{display:block;margin:4px 0 8px;}
  #column, #content{width:100%;}
  #copy, .foot{float:none;width:100%;text-align:center;padding:0 0 20px;}
}
@media screen and (max-width:360px){
  #head2 .container{height:100px;}
  #logo #title a{font-size:2em;}
  #logo #slogan{padding-left:0;}
  #lang{position:absolute;top:10px;right:10px;padding:0;}

  #products .list li{width:98%;margin:1%;}

  #product #box #addBasket .submit{width:96%;padding:10px 2%;background:#b51d5a;}

  #orderedProducts td{padding:2px;}
  #orderedProducts #recount td{padding:2px 0px;}
  #orderedProducts #recount .submit{font-size:0.83em;}
  #orderedProducts thead .name{padding-left:7px;}
  #orderedProducts thead .price span{display:none;}
  #continue .submit{width:70px;}
  #basket #save{padding:6px 4px 0;}
  #orderedProducts tbody .quantity input{width:25px;}
  #orderedProducts .del{overflow:hidden;width:16px;padding:0;vertical-align:center;font-size:1px;line-height:1px;}
  #orderedProducts .del a{display:inline-block;width:16px;height:16px;font-size:0px;line-height:1px;color:transparent;background:url('img/close.png') no-repeat 0px 0px;text-decoration:none;}
  #orderedProducts .del a:hover{color:transparent;background:url('img/close.png') no-repeat 0px -16px;}

  #order #personalData #setBasic, #order #personalData #setExtend{width:100%;}
  #order #personalData #oComment{height:80px;}

  #content .imagesGallery table img{max-width:70px;}
  #comments span.date{font-size:0.917em;}
}
@media screen and (max-width:320px){
}

/* PLUGINS */

/* BANNERS */
#banner0{text-align:center;padding-bottom:15px;}
#banner1{text-align:center;margin:10px 0;}
#column .theme-default{padding-top:15px;}
#column .theme-default .nivoSlider{width:230px;margin:0 auto;}
#content .theme-default .nivoSlider{width:660px;margin:0 auto;}
.theme-default .nivo-controlNav{padding: 5px 0;}
.nivoSlider a.nivo-imageLink {background:white; filter: alpha(opacity=0);opacity: 0;} /* modrhh+ IE link hack*/
@media print{ #banner0, #banner1, #column .theme-default, #content .theme-default{display:none;} }
#products .productField {
	text-align: left;
	margin: 5px 0;
}

#product .productField {
	font-size: 1.417em;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 20px;
	color: #fe9100 !important;
}

#products .productField {
	text-align: center !important;
	font-weight: 700 !important;
	font-size: 0.92em !important;
	color: #fe9100 !important;
	margin-bottom: 20px !important;
}


.rzr  {
	margin: 50px auto 20px;
	width: 100%;
	max-width: 600px;
  }

  #cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    text-align: center;
    display: none; 
    z-index: 1000;
}

#cookies h4 {
    margin: 0 0 5px;
}

#cookies p {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.8;
}

#closeCookies {
    background-color: #f44336;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#closeCookies:hover {
    background-color: #d32f2f;
}

.opinia_rzr {
    background: transparent;
    margin: 20px 20px 100px 20px;
    position: fixed;
    right: 0;
    bottom: 0;
    transition: opacity 1.5s ease, visibility 1.5s ease;
    opacity: 1;
    visibility: visible;
}

.opinia_rzr img {
    width: 100%;
  max-width: 140px;
  box-shadow: 5px 5px 15px #00000057;
  border-radius: 12px;
}

.opinia_rzr.hidden {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width:600px){
	.opinia_rzr img {max-width: 90px;}
}

.slider_desktop {display: none;}
.slider_mobile {display: block;}

@media screen and (min-width:600px){
.slider_desktop {display: block;}
.slider_mobile {display: none;}
}

.theme-default {display: none;}

.sklepLink {
	font-size: 0.92em;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 600;
	border: 1px solid #4444;
	padding: 15px 45px;
	margin: 30px auto 35px;
	background: #fe9100;
	color: #fff;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	display: inline-block;
	width: auto;
	text-align: center;
	text-decoration: none;
  }

  .sklepLink:hover {color: #fff;}