/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------------------- */

/* -------------------------------- BODY ------------------------------ */

/* -------------------------------------------------------------------- */

body {
	color: #252525;
	background: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

b {
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

/* -------------------------------------------------------------------- */

/* ------------------------------- CLASSES ---------------------------- */

/* -------------------------------------------------------------------- */

.section {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.transition {
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}

.transition:hover {
	transform: scale(0.96);
}

.parallax {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-katalog {
	background-image: url('../img/bg_cat.jpg');
}

.animate-in {
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.animate-in-sync {
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.animate-in {
	-webkit-transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.pre-animate {
	opacity: 0;
	-webkit-transform: translateX(25px);
	-moz-transform: translateX(25px);
	transform: translateX(25px);
}

.pre-animate-sync {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

::-webkit-scrollbar {
	width: 13px;
	height: 2px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #3c98ff;
	border: 0px none #ffffff;
}

::-webkit-scrollbar-thumb:hover {
	background: #3c98ff;
}

::-webkit-scrollbar-thumb:active {
	background: #3c98ff;
}

::-webkit-scrollbar-track {
	background: #666666;
	border: 0px none #ffffff;
}

::-webkit-scrollbar-track:hover {
	background: #666666;
}

::-webkit-scrollbar-track:active {
	background: #666666;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

.sitepreloader {
	background: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	z-index: 5000000;
	position: fixed;
}

.sitepreloader #outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.sitepreloader #container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 400px;
}

.sitepreloader #inner {
	width: 300px;
	height: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* -------------------------------------------------------------------- */

/* ------------------------------- CLASSS ----------------------------- */

/* -------------------------------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clear10 {
	clear: both;
	height: 10px;
}

.clear20 {
	clear: both;
	height: 20px;
}

.clear30 {
	clear: both;
	height: 30px;
}

.clear40 {
	clear: both;
	height: 40px;
}

.clear50 {
	clear: both;
	height: 50px;
}

/* -------------------------------------------------------------------- */

/* ------------------------------ NAGLOWKI ---------------------------- */

/* -------------------------------------------------------------------- */

h3 {
	text-transform: uppercase;
}

/* -------------------------------------------------------------------- */

/* ------------------------------- COLORS ----------------------------- */

/* -------------------------------------------------------------------- */

.blue {
	color: #3b8dea;
}

.bg_blue {
	background-color: #3b8dea;
}

.orange {
	color: #ff9e00 !important;
}

.bg_orange {
	background-color: rgba(255, 158, 0, 0.9) !important;
}

.green {
	color: #61b830;
}

.bg_green {
	background-color: #61b830;
}

.red {
	color: #dd1106;
}

.bg_red {
	background-color: #ea212d;
}

.violet {
	color: #b475d5;
}

.bg_violet {
	background-color: #b475d5;
}

.dark_violet {
	color: #382872;
}

.bg_dark_violet {
	background-color: #382872;
}

.ft-left {
	float: left;
}

/* -------------------------------------------------------------------- */

/* --------------------------------- TOP ------------------------------ */

/* -------------------------------------------------------------------- */

#wrapper_top {
	margin: 0px auto;
	width: 100%;
	height: 140px;
	position: relative;
	z-index: 99999999;
	background: #30343c;
}

#top {
	margin: 0 auto;
	z-index: 999999;
	width: 1100px;
	height: 150px;
}

#hornav {
	width: 1100px;
	margin: 0 auto;
	height: 34px;
	color: #737373;
	text-align: right;
}

#hornav .icon {
	padding-right: 5px;
	padding-left: 55px;
	margin-top: 10px;
}

#hornav p, #hornav a {
	float: right;
	padding-right: 13px;
	font-weight: 300;
	font-size: 14px;
	color: #282828;
}

#hornav span {
	padding-top: 15px;
}

#hornav .mailo {
	background: #3c98ff;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	float: right;
	margin-top: -35px;
}

#hornav .mailo a, #hornav .mailo p {
	color: #fff;
	font-weight: bold;
}

/* -------------------------------------------------------------------- */

/* ------------------------------- HORNAV ----------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_header {
	margin: 0px auto;
	margin-top: 50px;
	width: 100%;
	height: 80px;
	background: #fff;
	position: absolute;
	z-index: 999;
}

#header {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	z-index: 9999;
}

#fast_tel {
	float: right;
	text-align: right;
	padding-top: 20px;
	border-bottom: 2px solid #3c98ff;
}

#fast_tel .icon {
	vertical-align: middle;
	padding-right: 8px;
}

#fast_tel a {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	float: left;
	padding-left: 20px;
}

#fast_tel span {
	color: #ffffff;
	font-size: 27px;
}

#fast_tel p {
	float: left;
	color: #282828;
	font-size: 13px;
	line-height: 10px;
}

/* -------------------------------------------------------------------- */

/* ------------------------ FORMULARZ KONTAKOWY ----------------------- */

/* -------------------------------------------------------------------- */

.form {
	float: left;
	width: 50%;
	height: 60px;
	z-index: 999;
	position: absolute;
	padding-top: 50px;
	box-sizing: border-box;
}

.form a {
	padding-top: 50px;
	font-size: 14px;
	font-weight: 900;
	color: #132f6a;
	text-transform: uppercase;
}

.form .icon {
	vertical-align: middle;
	padding-left: 8px;
}

/* -------------------------------------------------------------------- */

/* -------------------------------- LOGO ------------------------------ */

/* -------------------------------------------------------------------- */

.logo {
	float: left;
	z-index: 999;
	padding-top: 15px;
}

.logo_mobi {
	display: none;
}

/* -------------------------------------------------------------------- */

/* -------------------------------- MENU ------------------------------ */

/* -------------------------------------------------------------------- */

#wrapper_navigation {
	margin: 0px auto;
	width: 100%;
	z-index: 999;
	height: 63px;
}

#navigation {
	position: absolute;
	margin: 0 auto;
	z-index: 999999;
	width: 1100px;
	height: 54px;
	background: #3f454f;
	margin-top: 30px;
}

#menu ul {
	padding-left: 15px;
	padding: 0px;
	z-index: 999999;
	float: right;
}

#menu li {
	float: left;
	list-style: none;
	text-align: left;
	z-index: 99999999;
	padding: 20px 20px;
	margin: 0;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}

#menu li:last-child {
	border: none;
}

#menu li a {
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	padding: 24px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}

#menu li p {
	font-size: 16px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}

#menu li:hover {
	background: #30343b;
}

#menu a:hover {
	color: #fff;
}

#menu .pad0 {
	padding: 0px;
}

.icon_shop {
	vertical-align: middle;
}

.slicknav_menu {
	display: none;
}

/* -------------------------------------------------------------------- */

/* ------------------------------ SUB MENU ---------------------------- */

/* -------------------------------------------------------------------- */

#menu li ul {
	width: 300px;
	position: absolute;
	list-style: none;
	z-index: 999999999;
	margin-top: 20px;
	height: auto;
	background: #30343c;
	margin-left: -20px;
}

#menu li ul li {
	width: 100%;
	float: left;
	list-style: none;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0;
	border-right: none;
}

#menu li ul li a {
	font-size: 14px;
	padding-left: 15px;
	text-align: left;
	font-weight: 600;
	color: #fff;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}

#menu li ul li a:hover {
	padding-left: 30px;
}

/* -------------------------------------------------------------------- */

/* ------------------------------- SLIDER ----------------------------- */

/* -------------------------------------------------------------------- */

#flash {
	overflow: hidden;
	text-align: center;
	z-index: 999;
	height: 416px;
	width: 2000px;
}

#flash_pd {
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	z-index: 999;
	height: 161px;
	width: 100%;
	background: url(../img/slider/bg_sub.jpg) center no-repeat;
}

#flash_pd h1 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 40px;
	color: #815e3f;
	margin-top: 40px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: none;
	text-transform: none;
}

#flash_pd hr {
	margin-left: 1px;
	text-align: left;
	border: none;
	background: #815e3f;
	height: 3px;
	width: 15%;
	margin-bottom: 50px;
	clear: both;
}

#slider_pd {
	width: 1100px;
	text-align: left;
	margin: 0 auto;
	clear: both;
	z-index: 999;
}

#slider {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.txt_slider {
	position: absolute;
	text-align: left;
	margin: 0 auto;
	margin-top: 180px;
	width: 43%;
	z-index: 999;
}

.txt_slider_pd {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;
	z-index: 99999;
	left: 10%;
}

.txt_slider h2, .txt_slider_pd h2 {
	font-size: 24px;
	color: #fff;
	padding-left: 12%;
	text-align: left;
	margin-bottom: 10px;
}

.txt_slider h3, .txt_slider_pd h3 {
	padding-left: 12%;
	padding-bottom: 15px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	text-transform: uppercase;
	width: 63%;
}

.txt_slider span, .txt_slider_pd span {
	font-size: 65px;
}

.txt_slider hr, .txt_slider_pd hr {
	margin-left: 12%;
	float: left;
	right: 0px;
	border: none;
	background: #3c98ff;
	height: 4px;
	width: 17%;
	margin-bottom: 15px;
	clear: both;
}

.txt_slider p, .txt_slider_pd p {
	padding-left: 12%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	color: #000;
	font-weight: 300;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 25px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}

.txt_slider a, .txt_slider_pd a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 45px;
	padding-left: 45px;
	margin-right: 12px;
	margin-left: 12px;
}

/* -------------------------------------------------------------------- */

/* ----------------------------- WYSZUKIWARKA ------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_wyszukiwarka {
	width: 100%;
	margin: 0 auto;
	min-height: 140px;
	margin-top: -130px;
}

#wyszukiwarka {
	position: relative;
	width: 1150px;
	text-align: left;
	margin: 0 auto;
	clear: both;
	z-index: 999;
}

#wyszukiwarka .bg-wysz {
	float: right;
	background: rgba(48, 52, 60, 0.9);
	width: 45%;
	padding: 30px;
}

#wyszukiwarka h2 {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#wyszukiwarka b {
	font-size: 18px;
}

#wyszukiwarka hr {
	margin: 0 auto;
	border: none;
	background: #fff;
	height: 1px;
	width: 16%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

#wyszukiwarka p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}

#wyszukiwarka .more {
	background: #c90404;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
	padding: 10px 45px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/* -------------------------------------------------------------------- */

/* -------------------------------- OFERTA ---------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_oferta {
	width: 100%;
	margin: 0 auto;
	min-height: 380px;
	margin-top: -250px;
}

#oferta {
	position: relative;
	width: 1150px;
	text-align: left;
	margin: 0 auto;
	clear: both;
	z-index: 999;
}

#oferta .right {
	text-align: right;
}

#oferta .space {
	padding-right: 20px;
}

#oferta .box {
	float: left;
	width: 362px;
	height: 324px;
	padding: 50px 30px;
	box-sizing: border-box;
	background-color: rgba(28, 28, 28, 0.90);
	margin: 5px;
	text-align: center;
}

#oferta .srodek {
	margin-top: -12px;
	height: 360px !important;
}

#oferta img {
	padding-bottom: 30px;
}

#oferta h2 {
	font-size: 29px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#oferta hr {
	margin: 0 auto;
	border: none;
	background: #fff;
	height: 1px;
	width: 16%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

#oferta p {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}

#oferta .more {
	background: #c90404;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
	padding: 10px 45px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/* -------------------------------------------------------------------- */

/* ------------------------- ZAMÓWIENIE FORMULARZ --------------------- */

/* -------------------------------------------------------------------- */

#userForm7 input[type="text"] {
	float: right;
	padding-left: 10px;
	padding-right: 15px;
	height: 20px;
	border: 1px solid #CCC;
	width: 110px;
	background: #fff;
	;
	-webkit-box-shadow: inset 2px 2px 5px 0px #f6f6f6;
	box-shadow: inset 2px 2px 5px 0px #f6f6f6;
	color: #888888;
	font-size: 11px;
	outline: none;
	resize: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-family: 'Titillium Web', sans-serif;
}

#userForm7 input[type="file"] {
	float: right;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #3BAA35;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #777;
	font-size: 12px;
	outline: none;
	resize: none;
	font-family: 'Titillium Web', sans-serif;
}

#userForm7 textarea {
	float: right;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	margin-top: 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 160px;
	color: #777;
	font-size: 12px;
	outline: none;
	resize: none;
}

#userForm7 input[type="submit"] {
	font-size: 11px;
	height: 24px;
	width: 60px;
	color: #fff;
	background: #3BAA35;
	border: none;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
}

#form_dane {
	padding-right: 30px;
}

#form_dane h3 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left !important;
}

#form_dane input[type="text"] {
	width: 100%;
	float: left;
	height: 27px;
	margin-bottom: 15px;
	margin-top: 5px;
	font-family: 'Titillium Web', sans-serif;
}

#form_dane #box_left {
	display: inline-block;
	width: 45%;
}

#form_dane #box_right {
	display: inline-block;
	float: right;
	width: 45%;
	padding-top: 22px;
}

.box_tytul {
	margin-bottom: 10px;
	font-size: 13px;
}

#form_produkt {
	margin-top: 10px;
}

#form_produkt h3 {
	font-size: 13px;
	text-transform: uppercase;
	text-align: left !important;
}

#form_produkt #box_left {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}

#form_produkt #box_right {
	display: inline-block;
	float: right;
	width: 45%;
	padding-top: 20px;
}

#form_produkt .box_tytul {
	font-size: 13px;
}

#form_produkt input[type="text"] {
	width: 100%;
	float: left;
	height: 27px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #3BAA35;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}

#form_produkt select {
	width: 100%;
	float: left;
	height: 27px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #999;
	font-weight: bold;
	margin-top: 5px;
	font-family: 'Titillium Web', sans-serif;
}

#form_wysylka {
	padding-right: 0px;
	margin-top: 10px;
}

#form_wysylka #box_left {
	display: inline-block;
	width: 46%;
}

#form_wysylka #box_right {
	display: inline-block;
	float: right;
	width: 46%;
}

#form_wysylka .box_tytul {
	padding-bottom: 10px;
	font-size: 13px;
}

#form_wysylka input[type="text"] {
	width: 95%;
	float: left;
	height: 27px;
	margin-bottom: 15px;
	margin-top: 5px;
	font-family: 'Titillium Web', sans-serif;
}

#form_wysylka select {
	width: 100%;
	float: left;
	height: 27px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #999;
	font-weight: bold;
	margin-top: 5px;
}

#form_dodatkowe {
	padding-right: 23px;
	margin-top: 10px;
}

#form_dodatkowe h3 {
	font-size: 13px;
	text-transform: uppercase;
	text-align: left !important;
}

#form_dodatkowe #dodatkowe_info {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

#form_dodatkowe textarea {
	width: 100%;
	float: left;
	height: 70px;
}

#form_submit {
	height: 70px;
}

#form_submit #box_left {
	display: inline-block;
	width: 50%;
}

#form_submit #box_right {
	display: inline-block;
	float: right;
	width: 50%;
}

#form_submit input[type="submit"] {
	background: #30343c;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
	width: 200px;
	height: 45px;
	margin: 11px auto;
	line-height: 40px;
	outline: none;
	border: 0;
	float: left;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Titillium Web', sans-serif;
}

/* -------------------------------------------------------------------- */

/* ------------------------------ BOX SLIDER -------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_box {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	margin-top: -60px;
	background: #f6f5f5;
}

#wrapper_box_pd {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	background: #f6f5f5;
}

#box_container {
	position: relative;
	width: 1100px;
	text-align: left;
	margin: 0 auto;
	clear: both;
	z-index: 999;
}

/* -------------------------------------------------------------------- */

/* ------------------------------ NAVI PATH ----------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_navi {
	margin: 0px auto;
	display: inline-block;
	width: 100%;
	height: 45px;
	padding-bottom: 10px;
}

#navi {
	width: 1100px;
	margin: 0 auto;
	z-index: 999999;
	height: 45px;
	border-bottom: 1px solid #E6E6E6;
}

#navi img {
	padding-left: 10px;
}

#navi p {
	font-size: 14px;
}

#mini_help {
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}

#mini_help img {
	padding-left: 10px;
}

#path {
	float: left;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
}

#path a {
	color: #7c7c7c;
}

#path b {
	color: #7c7c7c;
	font-weight: bold;
}

/* -------------------------------------------------------------------- */

/* ---------------------------- STRONA GŁÓWNA ------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_main {
	width: 100%;
	min-height: 400px;
	margin: 20px 0px;
	background: url('../img/bg_main.jpg') top center no-repeat;
}

#main {
	width: 1100px;
	height: inherit;
	text-align: left;
	margin: 0 auto;
	clear: both;
	padding-top: 10px;
	z-index: 999999;
}

#main h1 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 28px;
	line-height: 45px;
	color: #3c98ff;
	margin-top: 10px;
	border-bottom: none;
	text-transform: uppercase;
}

#main h1 b {
	color: #3c98ff;
}

#main hr {
	float: left;
	border: none;
	background: #3c98ff;
	height: 3px;
	width: 16%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 40px;
}

#main p {
	color: #343434;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
}

#main .btn {
	float: right;
	text-align: center;
	margin: 0 auto;
	padding: 16px 55px;
	background: #071041;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
	margin-right: 25px;
}

#main .o_firmie {
	float: right;
	width: 70%;
	margin-top: 30px;
}

#main .fotki {
	float: right;
	width: 40%;
	margin-top: 30px;
}

#main .fotki img {
	margin-bottom: 30px;
}

/* -------------------------------------------------------------------- */

/* ------------------------------- CONTENT ---------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_content {
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 20px;
}

#content {
	width: 1100px;
	height: inherit;
	text-align: left;
	margin: 0 auto;
	clear: both;
	padding-top: 10px;
	z-index: 999999;
}

#content h1 {
	color: #1e1e1e;
	font-size: 27px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

#content hr {
	float: left;
	border: none;
	background: #3c98ff;
	height: 3px;
	width: 16%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 40px;
}

#content h2 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	float: center;
	text-align: left;
	font-size: 20px;
	color: #e71010;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

#content h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

#content .sciezka {
	float: left;
	width: 900px;
	padding-top: 0px;
	text-align: left;
	font-size: 12px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

#content .more {
	vertical-align: middle;
	padding-left: 5px;
	cursor: pointer;
}

#content p {
	color: #30343c;
	padding-right: 12px;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}

#content a {
	color: #000;
	padding-right: 12px;
	font-size: 14px;
	line-height: 22px;
}

#content a:link, #content a:visted {
	color: #1d2f8c !important;
}

#content .dystrybutor {
	float: right;
}

.kontakt_left {
	width: 40%;
	float: left;
}

.kontakt_right {
	width: 60%;
	float: left;
}

#uslugi {
	margin-top: 25px
}

#uslugi .bannery {
	float: left;
	padding-right: 18px;
	padding-bottom: 25px;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}

#uslugi .bannery1 {
	position: relative;
	float: right;
	padding-right: 18px;
	padding-bottom: 25px;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}

#uslugi .bannery:hover, #uslugi .bannery1:hover {
	transform: scale(0.95);
}

.oferta {
	text-align: center;
	display: inline-block;
}

.oferta div {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 25px;
}

/* -------------------------------------------------------------------- */

/* ---------------------------- AKTUALNOSCI --------------------------- */

/* -------------------------------------------------------------------- */

.aktualnosci {
	margin: 0 auto;
	width: 1100px;
	margin-bottom: 40px;
}

.aktualnosci img {
	vertical-align: middle;
}

.aktualnosci h2 {
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	font-size: 20px;
	color: #080808;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.aktualnosci hr {
	margin: 0 auto;
	border: none;
	background: #e71010;
	height: 4px;
	width: 12%;
	margin-bottom: 20px;
	clear: both;
}

.news_box {
	width: 100%;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_box .data {
	background: #e71010;
	margin-right: 3%;
	float: left;
	padding: 15px 20px 15px 20px;
	box-sizing: border-box;
}

.news_box .data p {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}

.news_box h3 {
	color: #211e22;
	font-size: 16px;
	font-weight: 600;
}

.news_box p {
	color: #211e22;
	font-size: 14px;
	font-weight: 400;
}

.news_box .zawartosc {
	float: left;
	width: 88%;
	padding-top: 10px;
}

.news_box .zawartosc a {
	padding-top: 10px;
	float: right;
	color: #211e22;
	font-size: 14px;
	font-weight: 600;
}

.news_box .img_news {
	position: relative;
	margin-left: 30px;
	background: #ccc;
	float: right;
	width: 385px;
	height: 110px;
}

.news_box .city {
	position: absolute;
	bottom: 0px;
	right: 10px;
	width: 40%;
	background: #153270;
	padding: 20px 15px 20px 15px;
}

.city p {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

.city b {
	font-size: 18px;
}

/* -------------------------------------------------------------------- */

/* ------------------------------ TELFONY ----------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_firma {
	display: inline-block;
	height: 325px;
	width: 100%;
	background: url('../img/bg_icon_form.jpg') center no-repeat;
}

.firma_icon {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	margin-bottom: 20px;
}

.firma_icon h2 {
	color: #fff;
	font-size: 23px;
	padding-top: 35px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.firma_icon .tytul1 {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 700;
	padding-top: 45px;
	padding-bottom: 2px;
}

.firma_icon h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 20px;
	line-height: 25px;
}

.firma_icon hr {
	margin: 0 auto;
	border: none;
	background: #ed1c24;
	height: 4px;
	width: 7%;
	clear: both;
	margin-bottom: 20px;
}

.firma_icon p {
	margin-top: 5px;
	margin-bottom: 22px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.firma_icon a {
	background: #815e3f;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 45px;
	padding-left: 45px;
}

.firma_icon .box {
	float: left;
	width: 250px;
	margin: 10px;
	text-align: center;
}

/* -------------------------------------------------------------------- */

/* ------------------------------- PRODUKTY --------------------------- */

/* -------------------------------------------------------------------- */

#produkty {
	width: 31%;
	height: auto;
	border: 1px solid #f0f0f0;
	float: left;
	margin: 1%;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	margin-bottom: 25px;
}

#produkty-sys {
	width: 47%;
	height: auto;
	border: 1px solid #f0f0f0;
	float: left;
	margin: 1%;
	text-align: center;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	margin-bottom: 25px;
}

#opis {
	height: 80px;
	margin-top: -4px;
	background: #282a2a;
	border-bottom: 4px solid #3c98ff;
}

#opis h3 {
	text-align: left;
	color: #fff;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 7px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

#mini_info {
	padding-right: 17px;
	padding-top: 33px;
	padding-bottom: 10px;
	font-size: 12px;
	float: right;
}

.cat {
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #ccc;
}

#foto_prod {
	float: left;
	width: 60%;
}

#info_prod {
	float: left;
	text-align: left;
	width: 40%;
	padding-top: 10px;
}

#info_prod h2 {
	width: 100%;
	padding: 10px 0px;
	text-align: left;
	font-size: 17px;
	color: #888;
	text-transform: uppercase;
	border-bottom: none;
	margin-bottom: 0px;
}

#atrybuty_prod {
	box-sizing: border-box;
}

#atrybuty_prod ul li {
	margin-bottom: 18px;
}

#atrybuty_prod ul li {
	text-align: left;
	font-size: 15px;
	margin: 5px 0px;
	color: #7c7c7c;
}

.slides {
	width: 210px;
	height: 190px;
	float: left;
	padding: 20px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	border: 1px solid #ccc;
}

.nr {
	color: #666;
	border: 0px;
	clear: left;
}

.nr a, .nr a:link, .nr a:visited, .nr a:hover, .nr a:active {
	text-decoration: none;
	color: #636363;
	background: #F9F9F9;
	border: 1px solid #E6E6E6;
	padding: 6px 12px;
	font-size: 13px;
}

.nr a:hover {
	background: #232323;
	color: #FFFFFF;
	border-color: #E6E6E6;
}

.nr span {
	text-decoration: none;
	background: #232323;
	padding: 6px 12px;
	border: 1px solid #E6E6E6;
	color: #fff;
	font-size: 13px;
}

.atrybuty_prod {
	width: 100%;
	margin-top: 20px;
}

.atrybuty_prod p {
	font-size: 13px;
}

.atrybuty_prod a {
	width: 100%;
	display: block;
	background: #232323;
	padding: 10px;
	color: #fff !important;
	margin-bottom: 10px !important;
}

/* -------------------------------------------------------------------- */

/* --------------------------- FAST FORMULARZ ------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_formularz {
	background: url('../img/bg_mail.jpg') center no-repeat;
	width: 100%;
	height: 304px;
}

#formularz {
	width: 1100px;
	height: 200px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
}

#formularz h2 {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 700;
	padding-top: 45px;
}

#formularz .tytul1 {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 700;
	padding-top: 45px;
	padding-bottom: 2px;
}

#formularz h3 {
	color: #f2f2f2;
	font-size: 21px;
	font-weight: 600;
	padding-top: 30px;
}

#formularz .tytul2 {
	color: #30343c;
	font-size: 27px;
	font-weight: bold;
	padding-top: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

#formularz p {
	color: #191919;
	font-size: 14px;
	font-family: 200px;
	padding-bottom: 30px;
}

form#formularz1 {
	float: left;
	width: 1100px;
	margin: 15px auto;
	text-align: center;
}

form#formularz1 .input {
	width: 242px;
	height: 50px;
	outline: none;
	display: inline;
	float: left;
	border: 0;
	color: #737373;
	text-align: left;
	padding-left: 39px;
	box-sizing: border-box;
	background: #fff;
	margin-right: 10px;
}

form#formularz1 .input_nr {
	width: 25px;
	text-align: center;
	margin: 0px;
}

form#formularz1 input[type="submit"] {
	background: #30343c;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
	width: 24%;
	height: 50px;
	line-height: 40px;
	outline: none;
	border: 0;
	float: left;
	color: #fff;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}

form#formularz1 input[type="submit"]:hover {
	transform: scale(0.95);
	border: none;
	outline: none;
	cursor: pointer;
}

/* -------------------------------------------------------------------- */

/* ----------------------------- FAST FORM ---------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_fast_form {
	margin: 0px auto;
	display: inline-block;
	width: 100%;
	height: 450px;
	background: url('../img/bg_form.jpg') center bottom no-repeat;
}

#fast_form {
	margin: 0px auto;
	width: 1100px;
	height: 250px;
}

#fast_form h2 {
	margin-top: 60px;
	font-size: 25px;
	color: #000000;
	font-weight: 300;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

#fast_form hr {
	margin-left: 1px;
	text-align: left;
	border: none;
	background: #0085c6;
	height: 5px;
	width: 15%;
	margin-bottom: 25px;
	clear: both;
}

#fast_form p {
	color: #000000;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#fast_form .red {
	font-size: 28px;
	color: #dc0203;
	font-weight: 700;
}

/* -------------------------------------------------------------------- */

/* --------------------------- FAST FORMULARZ ------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_bottom {
	background: #fff;
	width: 100%;
	height: 370px;
}

#wrapper_bottom h3 {
	color: #282a2a;
	font-size: 17px;
	font-weight: 600;
	padding-top: 50px;
}

#wrapper_bottom hr {
	float: left;
	border: none;
	background: #ff9e00;
	height: 2px;
	width: 76%;
	clear: both;
	margin-bottom: 20px;
}

#wrapper_bottom p {
	color: #787878;
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 30px;
}

#wrapper_bottom .dane {
	float: left;
	width: 40%;
	padding-left: 15%;
	box-sizing: border-box;
}

#wrapper_bottom .mapa {
	float: left;
	width: 100%;
}

/* -------------------------------------------------------------------- */

/* -------------------------------- MAP ------------------------------- */

/* -------------------------------------------------------------------- */

#map {
	width: 100%;
	height: 370px;
	cursor: pointer;
}

/* -------------------------------------------------------------------- */

/* ------------------------------- FOOTER ----------------------------- */

/* -------------------------------------------------------------------- */

footer {
	margin: 0px auto;
	text-align: left;
	width: 100%;
	height: 140px;
	background: #31353d;
}

#wrapper_footer {
	margin: 0px auto;
	width: 1100px;
	padding-top: 37px;
	text-align: center;
}

footer .boxo {
	width: 45%;
	box-sizing: border-box;
	float: left;
}

footer .boxo1 {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	float: left;
}

footer ul {
	text-align: center;
	width: 100%;
}

footer ul li {
	padding: 0px 17px;
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
}

footer p {
	color: #ffffff;
	font-size: 13px;
	text-align: left;
	line-height: 22px;
}

footer span {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}

footer a {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
	padding-top: 10px;
	float: left;
}

footer a:hover {
	color: #666;
	padding-left: 5px;
}

footer .tel {
	font-size: 24px;
	padding-top: 15px;
}

footer .icon {
	vertical-align: middle;
	padding-right: 12px;
}

footer .bg_grey {
	background: #303030;
}

footer .bg_blue {
	background: #0c6fa9;
}

footer .mini_logo {
	float: left;
	padding-right: 25px;
}

footer #copyright {
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	border-top: 1px solid #242424;
}

footer #newsletter {
	width: 100%;
	height: 305px;
	padding: 50px;
	box-sizing: border-box;
}

footer #box_newsletter {
	padding-top: 20px;
}

footer #bnewsletter {
	float: left;
}

.inputGray {
	float: left;
	width: 180px;
	line-height: 28px;
	background: #f5f5f5;
	border: none;
	text-align: left;
	padding-left: 10px;
}

/* -------------------------------------------------------------------- */

/* ------------------------------ COPYRIGHT --------------------------- */

/* -------------------------------------------------------------------- */

#wrapper_copyright {
	margin: 0px auto;
	height: 100px;
	width: 100%;
	background: #fff;
	text-align: center;
}

#copyright {
	margin: 0px auto;
	width: 1100px;
}

#copyright p {
	color: #b7b7b7;
	padding-top: 35px;
	font-size: 13px;
	line-height: 15px;
}

#copyright a {
	color: #b7b7b7;
	padding-top: 5px;
	font-size: 13px;
}

#copyright a:hover {
	color: #b7b7b7;
}

#copyright .icon {
	padding-right: 16px;
	padding-top: 3px;
}

/* -------------------------------------------------------------------- */

/* ---------------------------- MEDIA QUERIES ------------------------- */

/* -------------------------------------------------------------------- */

@media (max-width: 1200px) {
	#formularz1>div {
		width: 25%;
		box-sizing: border-box;
		padding: 0 5px;
		float: left;
	}
	form#formularz1 .input, form#formularz1 input[type="submit"] {
		width: 100%;
	}
	form#formularz1 input[type="submit"] {
		margin: 10px auto;
	}
}

@media (max-width: 1115px) {
	#top, #hornav, #navigation, #oferta, #main, #formularz, #wrapper_footer, #copyright, #content, form#formularz1 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 5px;
	}
	#oferta .box {
		width: 32.333%;
		margin: 20px 0.5%;
	}
	#oferta .box.bg_orange {
		margin: 0px 0.5%;
	}
	#menu li {
		width: 13%;
		padding: 22px 0;
		text-align: center;
	}
	#menu li a {
		padding: 22px 0;
	}
	#menu li:first-child, #menu li:last-child {
		width: 17.5%;
	}
	#fast_tel p {
		display: none;
	}
	#fast_tel, #fast_tel a:first-of-type {
		padding-left: 0px;
	}
	#wrapper_bottom .dane {
		padding-left: 10px;
	}
	#wrapper_footer {
		padding-top: 37px;
	}
}

@media (max-width: 1024px) {}

@media (max-width: 960px) {
	.ukryj {
		display: none !important;
	}
	.logo_mobi {
		margin: 0 auto;
		display: block;
		float: none;
		text-align: center;
		z-index: 999;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	section {
		height: auto;
	}
	.slicknav_menu {
		display: block;
	}
	.js .slicknav_menu {
		display: block;
	}
	#wrapper_footer, #copyright, .telefon, #info {
		width: 100%;
	}
	.left, .right {
		width: 100%;
		float: none;
		text-align: center;
	}
	#flash {
		display: none;
	}
	/* ------- WRAPPER TOP ------ */
	#wrapper_top {
		height: auto;
		width: 100%;
		background: none;
		float: left;
	}
	#top {
		height: auto;
		width: 100%;
		background: none;
	}
	#hornav {
		width: 100%;
		height: auto;
		float: left;
	}
	#hornav table {
		width: 100%;
	}
	#hornav table td {
		width: 20%;
	}
	userForm2 {
		width: 100%;
		float: none;
	}
	#hornav form {
		width: 100%;
	}
	#hornav ul {
		position: absolute;
		right: 0px;
		clear: both;
		width: 100%;
		float: left;
		margin: 0 auto;
		text-align: center;
	}
	#hornav ul li {
		margin: 0 auto;
		padding-left: 10px;
		float: left;
		text-align: center;
	}
	#telefony {
		text-align: center;
		margin: 0 auto;
		padding-bottom: 15px;
		float: none;
	}
	#telefony a {
		padding-left: 5px;
	}
	/* ------- WRAPPER HEADER ------ */
	#wrapper_header {
		height: auto;
		width: 100%;
		float: none;
	}
	#header {
		height: auto;
		width: 100%;
	}
	.form {
		position: relative;
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 5px;
		box-sizing: border-box;
		text-align: center;
	}
	.form a {
		margin: 0 auto;
		text-align: center;
	}
	#shop-online {
		position: relative;
		width: 100%;
		height: auto;
		float: none;
		padding-left: 10px;
		margin: 0 auto;
		text-align: center;
		box-sizing: border-box;
		padding-bottom: 20px;
	}
	#shop-online .icon1 {
		float: left;
		vertical-align: middle;
		box-sizing: border-box;
		padding-left: 5px;
	}
	#fast_tel {
		width: 100%;
		height: auto;
		text-align: center;
		padding-left: 0px;
		margin-bottom: 20px;
	}
	#fast_tel a {
		float: none;
		padding-top: 25px;
		text-align: center;
		padding-left: 0px;
	}
	.txt_slider {
		display: none;
	}
	/* ------- NAVIGACJA ------ */
	#wrapper_navigation {
		display: none;
	}
	.row1 {
		float: left;
		width: 100%;
		padding-left: 0px;
		padding-top: 10px;
		box-sizing: border-box;
	}
	.row2 {
		float: left;
		width: 100%;
		padding-left: 0px;
		padding-top: 10px;
	}
	.row3 {
		float: left;
		width: 100%;
		padding-left: 0px;
		padding-top: 10px;
	}
	/* ------- BOX MYJNIE ------ */
	#wrapper_myjnie {
		margin: 0 auto;
		heigh: auto;
		position: relative;
	}
	#myjnie {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
	}
	#myjnie h2 {
		padding-top: 55px;
		margin: 0;
	}
	#myjnie .modulowe, #myjnie .kontenerowe, #myjnie .tir {
		text-align: center;
		margin: 0 auto;
	}
	/* ------- FORM PLANY ------ */
	#wrapper_formularz {
		height: auto;
		box-sizing: border-box;
	}
	#formularz {
		width: 100%;
		height: 500px;
		padding: 10px;
		box-sizing: border-box;
	}
	form#formularz1 {}
	form#formularz1 .input {
		width: 100%;
	}
	form#formularz1 input[type="submit"] {
		width: 100%;
	}
	/* ------- ŚĆIEŻKA ------ */
	#navi {
		width: 100%;
	}
	#path {
		float: none;
		text-align: center;
	}
	#path a {
		line-height: 15px;
	}
	#mini_help {
		display: none;
	}
	/* ------- WRAPPER PRACE ------ */
	#wrapper_prace {
		height: auto;
	}
	#prace {
		width: 100%;
		text-align: center;
	}
	#prace .ziemne, #prace .budowlane, #prace .transportowe, #prace .kostka {
		float: none;
		margin: 0 auto;
	}
	/* ------- WRAPPER MAIN ------ */
	#wrapper_main, #main {
		width: 100%;
		background: none;
	}
	#main .o_firmie, #main .park_maszynowy {
		float: left;
		width: 100%;
	}
	#main .o_firmie {
		padding-bottom: 30px;
	}
	#main .park_maszynowy {
		margin-left: 0px;
		background: url('../img/bg_maszyny.jpg') top no-repeat;
		height: 650px;
	}
	#main .park_maszynowy .tyt1 {
		margin-top: 505px;
		padding-bottom: 5px;
	}
	#main .park_maszynowy .tyt2 {
		clear: both;
		margin-bottom: 22px;
	}
	#main .park_maszynowy a {
		float: none;
	}
	/* ------- CONTENT ------ */
	#wrapper_content, #content {
		width: 100%;
		height: auto;
	}
	#content {
		padding: 10px;
		box-sizing: border-box;
	}
	.galeria_bg {
		box-sizing: border-box;
		width: 97% !important;
	}
	.galeria_bg img {
		width: 100% !important;
	}
	/* ------- PRODUKTY ------ */
	#produkty {
		width: 98%;
		height: auto;
		display: block;
		border: 1px solid #ccc;
		float: left;
		margin: 2%;
	}
	#foto_prod {
		text-align: center;
		float: none;
		width: 100%;
	}
	#foto_prod img {
		width: 100% !important;
	}
	#info_prod {
		float: none;
		text-align: left;
		width: 100%;
		padding-top: 10px;
	}
	/* ------- ZAMOWIENIE ------ */
	#formularz {
		height: 450px !important;
	}
	#zamowienie {
		width: 100%;
	}
	#form_dane #box_left, #form_dane #box_right, #form_opcje #box, #form_produkt #box_left, #form_produkt #box_right, #zamowienie .boksik {
		width: 100%;
		padding: 0px;
	}
	/* ------- REALIZACJE ------ */
	#realizacje {
		width: 100% !important;
	}
	/* ------- KONTAKT ------ */
	.kontakt_main, .kontakt_sub, .kontakt_mapy, .kontakt_left {
		width: 100%;
		height: auto;
		float: none;
	}
	.kontakt_main .box_kontakt1, .kontakt_main .box_kontakt2, .kontakt_main .box_kontakt3, .kontakt_sub .box_kontakt, .kontakt_mapy .box_kontakt2 {
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}
	.kontakt_mapy .box_kontakt2 {
		height: 40px;
	}
	.kontakt_mapy .box_kontakt2 img {
		padding-right: 0px !important;
		clear: both;
	}
	.kontakt_left #formularz {
		height: auto;
	}
	.map_siedziba {
		margin-left: 0px;
		height: 250px;
	}
	/* ------- PARALAX ------ */
	.parallax, .katalog {
		width: 100%;
		height: auto;
	}
	.box_ikony {
		width: 48%;
		float: none;
		display: inline-block;
	}
	.box_ikony h3, .box_ikony p {
		padding: 15px;
	}
	/* ------- BOXY ------ */
	#wrapper_info {
		display: none;
		height: auto;
		text-align: center;
		margin: 0 auto;
		padding: 0px;
	}
	#wrapper_info_pd {
		display: none;
		height: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0px;
	}
	#info {
		text-algin: center;
	}
	.sklep, .galeria, .filmy {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.title_box, .title_box1, .title_box2 {
		left: 0px;
		margin-left: 0px;
		width: 70%;
	}
	.title_box2 img {
		display: none;
	}
	.news_box .city {
		width: 90%;
		box-sizing: border-box;
		padding: 5px;
	}
	.news_box .city b, .news_box .city p {
		font-size: 15px;
	}
	/* ------- NEWS ------ */
	.aktualnosci {
		width: 100%;
		height: auto;
		padding-top: 20px;
	}
	.aktualnosci h2 {
		text-align: center;
		padding-bottom: 0px;
		margin: 0px;
	}
	.aktualnosci img {
		width: 99%;
	}
	.news_box {
		width: 50%;
		float: left;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.news_box .data {
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	.news_box .data br {
		display: none;
	}
	.news_box .zawartosc {
		float: none;
		width: 100%;
		clear: both;
		height: auto;
		margin-bottom: 40px;
	}
	.news_box .img_news {
		position: relative;
		margin: 0 auto;
		float: none;
		width: 90%;
		background: none;
	}
	/* ------- TELFON ------ */
	#wrapper_telefon {
		height: auto;
		padding-top: 20px;
		padding-bottom: 10px;
		box-sizing: border-box;
		background: #19377d;
	}
	.telefon {
		padding-top: 10px;
	}
	/* ------- FOOTER ------ */
	#wrapper_footer {
		height: auto;
	}
	footer {
		height: auto;
		padding-bottom: 30px;
	}
	footer ul li {
		width: 100%;
		float: none;
		padding: 10px 0;
	}
	footer .left, footer .right {
		width: 100%;
		height: auto;
		float: none;
	}
	footer h3 {
		text-align: center;
	}
	footer hr {
		float: none;
		text-align: center;
	}
	footer .box_right, footer .box_right1 {
		float: none;
		width: 100%;
		height: auto;
		padding: 0px 10px 20px;
		text-align: center;
	}
	footer .box_right {
		margin-top: 20px;
	}
	footer .box_right a {
		display: block;
		width: 100%;
	}
	footer .spacer, footer .spacer1 {
		padding-left: 0px;
	}
	footer .icon {
		padding-right: 0px;
	}
	.copyright {
		text-align: center;
	}
	#copyright .right {
		display: none;
	}
	.logo {
		float: none;
		margin: 0 auto;
		width: 215px;
	}
	#hornav p {
		padding: 0;
		width: 318px;
		margin: 10px auto 0 auto;
		float: none;
	}
	#hornav .icon {
		padding-left: 5px;
	}
	#fast_tel {
		margin-bottom: 50px;
		padding-top: 10px;
	}
	#navigation {
		display: none;
	}
	#formularz1>div {
		width: 100%;
	}
}

@media (max-width: 830px) {
	#oferta {
		padding: 0;
	}
	#oferta .box {
		width: 99%;
		margin: 0px 0.5%;
	}
}

@media (max-width: 768px) {
	.ukryj {
		display: none !important;
	}
	.logo_mobi {
		margin: 0 auto;
		display: block;
		float: none;
		text-align: center;
		z-index: 999;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	section {
		height: auto;
	}
	.slicknav_menu {
		display: block;
	}
	.js .slicknav_menu {
		display: block;
	}
	#wrapper_footer, #copyright, .telefon, #info {
		width: 100%;
		text-align: center;
		height: auto;
		padding-bottom: 20px;
	}
	.left, .right {
		width: 100%;
		float: none;
		text-align: center;
	}
	#flash {
		display: none;
	}
	/* ------- WRAPPER TOP ------ */
	#wrapper_top, #top {
		height: auto;
		width: 100%;
		background: none;
		position: relative;
		padding-bottom: 20px;
	}
	#hornav {
		width: 90%;
		height: auto;
		float: none;
		text-align: center;
	}
	#hornav form {
		display: none;
		width: 100%;
	}
	#hornav table {
		width: 80%;
	}
	#hornav table td {
		width: 20%;
	}
	userForm2 {
		width: 100%;
		float: none;
	}
	#hornav p, #hornav a {
		float: none !important;
		width: 100% !important;
		display: block !important;
	}
	#hornav ul {
		clear: both;
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	#hornav ul li {
		margin: 0 auto;
		padding-left: 10px;
		float: left;
		text-align: center;
	}
	#telefony {
		text-align: center;
		margin: 0 auto;
		padding-bottom: 15px;
		float: none;
	}
	#telefony a {
		padding-left: 5px;
	}
	/* ------- WRAPPER HEADER ------ */
	#wrapper_header {
		height: auto;
		width: 100%;
		position: relative;
		margin-bottom: 40px;
	}
	#header {
		height: auto;
		width: 100%;
	}
	#navigation {
		display: none;
	}
	.form {
		position: relative;
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 20px;
		box-sizing: border-box;
		text-align: center;
	}
	.form a {
		margin: 0 auto;
		text-align: center;
	}
	#shop-online {
		position: relative;
		width: 100%;
		height: auto;
		float: none;
		padding-left: 10px;
		margin: 0 auto;
		text-align: center;
		box-sizing: border-box;
		padding-bottom: 20px;
	}
	#shop-online .icon1 {
		float: left;
		vertical-align: middle;
		box-sizing: border-box;
		padding-left: 5px;
	}
	/* ------- ZAMOWIENIE ------ */
	#zamowienie {
		width: 100%;
	}
	#form_dane #box_left, #form_dane #box_right, #form_opcje #box, #form_produkt #box_left, #form_produkt #box_right, #zamowienie .boksik {
		width: 100%;
		padding: 0px;
	}
	/* ------- NEWS ------ */
	.aktualnosci {
		width: 100%;
		height: auto;
		padding-top: 20px;
	}
	.aktualnosci h2 {
		text-align: center;
		padding-bottom: 0px;
		margin: 0px;
	}
	.aktualnosci img {
		width: 99%;
	}
	.news_box {
		width: 100%;
		float: none;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.news_box .data {
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	.news_box .data br {
		display: none;
	}
	.news_box .zawartosc {
		float: none;
		width: 100%;
		clear: both;
		height: auto;
		margin-bottom: 40px;
	}
	.news_box .img_news {
		position: relative;
		margin: 0 auto;
		float: none;
		width: 90%;
		background: none;
	}
	#meble {
		width: 100%;
		text-align: center;
		margin-top: 0px;
	}
	.owl-item img {
		width: 100%;
	}
	#wrapper_firma_icon {
		height: auto;
		width: 100%;
		background-size: cover;
	}
	#wrapper_main .fotka {
		display: none;
	}
	#main div {
		width: 100% !important;
		float: none !important;
		padding: 20px;
		box-sizing: border-box;
	}
	#main img {
		width: 100%;
	}
	.kontakt_right {
		margin-top: 25px;
		width: 100% !important;
	}
	.firma_icon {
		width: 100%;
		text-align: center;
	}
	.firma_icon .box {
		float: none;
		width: 100%;
	}
	#formularz h2 {
		text-align: center;
	}
	#formularz hr {
		margin: 0 auto;
		float: none;
		margin-top: 20px;
	}
	form#formularz1 div {
		width: 100% !important;
		float: none !important;
	}
	form#formularz1 .input {
		width: 100% !important;
	}
	footer li {
		float: none;
		padding-right: 0px;
		padding-bottom: 10px;
	}
	#copyright p {
		width: 100%;
		float: none!important;
		width: 100%;
		text-align: center;
	}
	#copyright p:last-of-type {
		padding-top: 5px;
	}
	#wrapper_bottom .dane {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	#wrapper_bottom .mapa, #wrapper_bottom hr {
		width: 100%;
	}
	#main div {
		padding: 10px;
	}
}

@media (max-width: 480px) {
	#main h1 {
		line-height: 30px;
	}
	#main p {
		text-align: justify;
	}
	#navi {
		display: none;
	}
}

@media (max-width: 390px) {
	#content img {
		max-width: 92%;
	}
	#produkty img {
		max-width: 100%!important;
	}
}

/* -------------------------------------------------------------------- */

/* -------------------------------- SEARCH ---------------------------- */

/* -------------------------------------------------------------------- */

#userForm2 input[type="text"] {
	padding: 12px 20px;
	border: none;
	width: 280px;
	background-color: #fff;
	color: #868686;
	font-size: 12px;
	outline: none;
	resize: none;
	border: 1px solid #e9e9e9;
	float: left;
}

#userForm2 input[type="submit"] {
	padding: 12px 30px;
	font-size: 12px;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
	resize: none;
	font-weight: bold;
	text-transform: uppercase;
	background: #3c98ff;
	border: 1px solid #3c98ff;
	float: left;
}

#userForm2 input[type="submit"]:hover {
	opacity: 0.9;
}

/* -------------------------------------------------------------------- */

/* ----------------------- FORMULARZ KONTAKTOWY ----------------------- */

/* -------------------------------------------------------------------- */

form#formularz {
	width: 100%;
	margin: 10px auto;
	text-align: left;
}

form#formularz .input, form#formularz textarea {
	display: block;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	text-indent: 10px;
}

form#formularz .input_nr {
	width: 25px;
	text-align: left;
	margin: 0px;
}

form#formularz input[type="submit"] {
	font-weight: bold;
	text-transform: uppercase;
	background: #c90404;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 40px;
	outline: none;
	border: none;
	color: #fff;
}

/* -------------------------------------------------------------------- */

/* ------------------------------ NEWSLETTER -------------------------- */

/* -------------------------------------------------------------------- */

#newsletter input[type="text"] {
	float: left;
	padding-left: 20px;
	margin-left: 28px;
	height: 37px;
	border: none;
	width: 170px;
	background-color: #e7e7e7;
	color: #868686;
	font-size: 12px;
	outline: none;
	resize: none;
}

#newsletter input[type="submit"] {
	font-size: 12px;
	height: 37px;
	width: 110px;
	float: left;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	background: #080808;
}

#newsletter input[type="submit"]:hover {
	opacity: 0.9;
}

/* -------------------------------------------------------------------- */

/* -------------------------------- SEARCH ---------------------------- */

/* -------------------------------------------------------------------- */

#formularz_main {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 11px;
	color: #fff;
	height: 180px;
}

#formularz_main form, #formularz_main input, #formularz_main textarea, #formularz_main select, #formularz_main option, #formularz_main .caption {
	-webkit-box-sizing: border-box;
	/* iOS <= 4 i Android <= 2.3 */
	-moz-box-sizing: border-box;
	/* Firefox */
	box-sizing: border-box;
	/* Chrome, Opera, Safari 5+ i IE 8+ */
	color: #fff;
}

#formularz_main input[type="text"], #formularz_main textarea, #formularz_main select, #formularz_main .caption {
	border: 1px solid #444444;
	background: rgba(52, 52, 52, 0.15);
	margin-bottom: 5px;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px !important;
	background: #292929 !important;
}

#formularz_main input, #formularz_mainselect, #formularz_main .caption {
	height: 33px;
	line-height: 33px;
}

#formularz_main .formularz-opis, #formularz_main .formularz-content {
	display: inline-block;
}

#formularz_main .formularz-opis {
	width: 240px;
	padding-right: 30px;
}

#formularz_main .formularz-opis .opis {
	margin-top: 30px;
}

#formularz_main .formularz-content {
	width: 830px;
}

#formularz_main .formularz-content form {
	margin-top: 0.67em;
}

#formularz_main .formularz-content>form>div.inline {
	width: 49.4%;
	margin-left: 0.3%;
}

#formularz_main input[type="text"] {
	width: 100%;
	text-indent: 10px;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px;
}

#formularz_main textarea {
	width: 100%;
	height: 72px;
	padding: 10px 10px;
	color: #ccc;
}

#formularz_main select {
	width: 69%;
	color: #da6601;
	padding-left: 50px;
}

#formularz_main select:focus, #formularz_main input:focus, #formularz_main textarea:focus {
	outline: 1px solid #ccc;
}

#formularz_main input[type="submit"] {
	width: 160px;
	float: right;
	outline: none;
	padding: 0;
	margin: 0;
	background: #ea212d;
	color: #fff;
	border: 1px solid #7e231d;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: rgba(255, 153, 0, .5) 0px 0px 1px;
}

#formularz_main .lewa {
	width: 47% !important;
	float: left;
}

#formularz_main .prawa {
	width: 47% !important;
	float: right;
}

.clear {
	clear: both;
}

.inline {
	display: inline;
	/* Dla IE < 8 */
	zoom: 1;
	/* Dla IE < 8 */
	display: inline-block;
}

/* ---------------FACEBOOK--------------- */

#multitab {
	position: fixed;
	right: 0px;
	top: 190px;
	z-index: 999999;
}

#multitab p {
	padding-right: 7px;
	font-size: 11px;
	text-align: justify;
	line-height: 15px;
}

#multitab .title {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#multitab li {
	cursor: pointer;
	width: 35px;
	height: 110px;
	margin-bottom: 3px;
	position: relative;
}

#multitab>li>div {
	padding: 10px;
	border: solid #0170cf 3px;
	background: #fff;
	float: left;
	width: 286px;
	height: 296px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	position: absolute;
	top: 0;
	left: 35px;
	z-index: 999999;
}

/* ---------------FORMULARZ--------------- */

#userForm input[type="text"] {
	float: right;
	padding-left: 10px;
	padding-right: 15px;
	height: 20px;
	border: 1px solid #CCC;
	width: 110px;
	background: #fff;
	;
	-webkit-box-shadow: inset 2px 2px 5px 0px #f6f6f6;
	box-shadow: inset 2px 2px 5px 0px #f6f6f6;
	color: #888888;
	font-size: 11px;
	outline: none;
	resize: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#userForm input[type="file"] {
	float: right;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #3BAA35;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #777;
	font-size: 12px;
	outline: none;
	resize: none;
}

#userForm textarea {
	float: right;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	margin-top: 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 160px;
	color: #777;
	font-size: 12px;
	outline: none;
	resize: none;
}

#userForm select {}

#userForm select {
	width: 200px;
	padding: 4px;
}

#userForm input[type="file"] {
	width: 387px;
}

#userForm input[type="submit"] {
	font-size: 11px;
	height: 24px;
	width: 60px;
	color: #fff;
	background: #3BAA35;
	border: none;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
	#wyszukiwarka .bg-wysz {
		float: none !important;
		width: calc(100% - 60px);
	}
	#top {
		padding: 0px !important;
		background-color: #30343C !important;
	}
	#wyszukiwarka {
		width: 100%;
	}
	#userForm2 input[type="text"] {
		width: calc(100% - 50px);
	}
	.bg-wysz {
		width: 100%;
	}
	#userForm2 input[type="text"] {
		margin-bottom: 20px;
	}
	#wrapper_top, #top {
		padding-bottom: 0px;
	}
	#hornav .mailo {
		float: none;
		margin: 0px;
	}
	#hornav p, #hornav a {
		font-size: 27px;
	}
}