/**
 * 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: 'Exo 2', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
b {
	font-weight: bold;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
.icon {
	vertical-align: middle;
}
/* -------------------------------------------------------------------- */	
/* ------------------------------- 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: #2c3852;
 border: 0px none #ffffff;
}
	
	::-webkit-scrollbar-thumb:hover {
 background: #2c3852;
}
	
	::-webkit-scrollbar-thumb:active {
 background: #2c3852;
}
	
	::-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;
}
/* 2D TRANSITIONS */
	/* Grow */
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* Shrink */
.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
	
	/* Pulse */
	@-webkit-keyframes hvr-pulse {
 25% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 75% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
 @keyframes hvr-pulse {
 25% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 75% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
.hvr-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
	
	/* Pulse Grow */
	@-webkit-keyframes hvr-pulse-grow {
 to {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
 @keyframes hvr-pulse-grow {
 to {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
.hvr-pulse-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
	-webkit-animation-name: hvr-pulse-grow;
	animation-name: hvr-pulse-grow;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
	
	/* Pulse Shrink */
	@-webkit-keyframes hvr-pulse-shrink {
 to {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
 @keyframes hvr-pulse-shrink {
 to {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
.hvr-pulse-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
	-webkit-animation-name: hvr-pulse-shrink;
	animation-name: hvr-pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
	
	/* Push */
	@-webkit-keyframes hvr-push {
 50% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes hvr-push {
 50% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.hvr-push {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
	
	/* Pop */
	@-webkit-keyframes hvr-pop {
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
 @keyframes hvr-pop {
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
.hvr-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/* Bounce In */
.hvr-bounce-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Bounce Out */
.hvr-bounce-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Rotate */
.hvr-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}
/* Grow Rotate */
.hvr-grow-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
	-webkit-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}
/* Float */
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
/* Sink */
.hvr-sink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}
	
	/* Bob */
	@-webkit-keyframes hvr-bob {
 0% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
 50% {
 -webkit-transform: translateY(-4px);
 transform: translateY(-4px);
}
 100% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
}
 @keyframes hvr-bob {
 0% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
 50% {
 -webkit-transform: translateY(-4px);
 transform: translateY(-4px);
}
 100% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
}
 @-webkit-keyframes hvr-bob-float {
 100% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
}
 @keyframes hvr-bob-float {
 100% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
}
}
.hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
	
	/* Hang */
	@-webkit-keyframes hvr-hang {
 0% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 50% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 100% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
}
 @keyframes hvr-hang {
 0% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 50% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 100% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
}
 @-webkit-keyframes hvr-hang-sink {
 100% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
}
 @keyframes hvr-hang-sink {
 100% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
}
.hvr-hang {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	animation-name: hvr-hang-sink, hvr-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
/* Skew */
.hvr-skew {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}
/* Skew Forward */
.hvr-skew-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}
/* Skew Backward */
.hvr-skew-backward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
}
	
	/* Wobble Vertical */
	@-webkit-keyframes hvr-wobble-vertical {
 16.65% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 33.3% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 49.95% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 66.6% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 83.25% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes hvr-wobble-vertical {
 16.65% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 33.3% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 49.95% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 66.6% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 83.25% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
	
	/* Wobble Horizontal */
	@-webkit-keyframes hvr-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
}
 33.3% {
 -webkit-transform: translateX(-6px);
 transform: translateX(-6px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes hvr-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
}
 33.3% {
 -webkit-transform: translateX(-6px);
 transform: translateX(-6px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
	
	/* Wobble To Bottom Right */
	@-webkit-keyframes hvr-wobble-to-bottom-right {
 16.65% {
 -webkit-transform: translate(8px, 8px);
 transform: translate(8px, 8px);
}
 33.3% {
 -webkit-transform: translate(-6px, -6px);
 transform: translate(-6px, -6px);
}
 49.95% {
 -webkit-transform: translate(4px, 4px);
 transform: translate(4px, 4px);
}
 66.6% {
 -webkit-transform: translate(-2px, -2px);
 transform: translate(-2px, -2px);
}
 83.25% {
 -webkit-transform: translate(1px, 1px);
 transform: translate(1px, 1px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes hvr-wobble-to-bottom-right {
 16.65% {
 -webkit-transform: translate(8px, 8px);
 transform: translate(8px, 8px);
}
 33.3% {
 -webkit-transform: translate(-6px, -6px);
 transform: translate(-6px, -6px);
}
 49.95% {
 -webkit-transform: translate(4px, 4px);
 transform: translate(4px, 4px);
}
 66.6% {
 -webkit-transform: translate(-2px, -2px);
 transform: translate(-2px, -2px);
}
 83.25% {
 -webkit-transform: translate(1px, 1px);
 transform: translate(1px, 1px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
.hvr-wobble-to-bottom-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
	-webkit-animation-name: hvr-wobble-to-bottom-right;
	animation-name: hvr-wobble-to-bottom-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
	
	/* Wobble To Top Right */
	@-webkit-keyframes hvr-wobble-to-top-right {
 16.65% {
 -webkit-transform: translate(8px, -8px);
 transform: translate(8px, -8px);
}
 33.3% {
 -webkit-transform: translate(-6px, 6px);
 transform: translate(-6px, 6px);
}
 49.95% {
 -webkit-transform: translate(4px, -4px);
 transform: translate(4px, -4px);
}
 66.6% {
 -webkit-transform: translate(-2px, 2px);
 transform: translate(-2px, 2px);
}
 83.25% {
 -webkit-transform: translate(1px, -1px);
 transform: translate(1px, -1px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes hvr-wobble-to-top-right {
 16.65% {
 -webkit-transform: translate(8px, -8px);
 transform: translate(8px, -8px);
}
 33.3% {
 -webkit-transform: translate(-6px, 6px);
 transform: translate(-6px, 6px);
}
 49.95% {
 -webkit-transform: translate(4px, -4px);
 transform: translate(4px, -4px);
}
 66.6% {
 -webkit-transform: translate(-2px, 2px);
 transform: translate(-2px, 2px);
}
 83.25% {
 -webkit-transform: translate(1px, -1px);
 transform: translate(1px, -1px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
.hvr-wobble-to-top-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
	-webkit-animation-name: hvr-wobble-to-top-right;
	animation-name: hvr-wobble-to-top-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
	
	/* Wobble Top */
	@-webkit-keyframes hvr-wobble-top {
 16.65% {
 -webkit-transform: skew(-12deg);
 transform: skew(-12deg);
}
 33.3% {
 -webkit-transform: skew(10deg);
 transform: skew(10deg);
}
 49.95% {
 -webkit-transform: skew(-6deg);
 transform: skew(-6deg);
}
 66.6% {
 -webkit-transform: skew(4deg);
 transform: skew(4deg);
}
 83.25% {
 -webkit-transform: skew(-2deg);
 transform: skew(-2deg);
}
 100% {
 -webkit-transform: skew(0);
 transform: skew(0);
}
}
 @keyframes hvr-wobble-top {
 16.65% {
 -webkit-transform: skew(-12deg);
 transform: skew(-12deg);
}
 33.3% {
 -webkit-transform: skew(10deg);
 transform: skew(10deg);
}
 49.95% {
 -webkit-transform: skew(-6deg);
 transform: skew(-6deg);
}
 66.6% {
 -webkit-transform: skew(4deg);
 transform: skew(4deg);
}
 83.25% {
 -webkit-transform: skew(-2deg);
 transform: skew(-2deg);
}
 100% {
 -webkit-transform: skew(0);
 transform: skew(0);
}
}
.hvr-wobble-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
	-webkit-animation-name: hvr-wobble-top;
	animation-name: hvr-wobble-top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
	
	/* Wobble Bottom */
	@-webkit-keyframes hvr-wobble-bottom {
 16.65% {
 -webkit-transform: skew(-12deg);
 transform: skew(-12deg);
}
 33.3% {
 -webkit-transform: skew(10deg);
 transform: skew(10deg);
}
 49.95% {
 -webkit-transform: skew(-6deg);
 transform: skew(-6deg);
}
 66.6% {
 -webkit-transform: skew(4deg);
 transform: skew(4deg);
}
 83.25% {
 -webkit-transform: skew(-2deg);
 transform: skew(-2deg);
}
 100% {
 -webkit-transform: skew(0);
 transform: skew(0);
}
}
 @keyframes hvr-wobble-bottom {
 16.65% {
 -webkit-transform: skew(-12deg);
 transform: skew(-12deg);
}
 33.3% {
 -webkit-transform: skew(10deg);
 transform: skew(10deg);
}
 49.95% {
 -webkit-transform: skew(-6deg);
 transform: skew(-6deg);
}
 66.6% {
 -webkit-transform: skew(4deg);
 transform: skew(4deg);
}
 83.25% {
 -webkit-transform: skew(-2deg);
 transform: skew(-2deg);
}
 100% {
 -webkit-transform: skew(0);
 transform: skew(0);
}
}
.hvr-wobble-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
	-webkit-animation-name: hvr-wobble-bottom;
	animation-name: hvr-wobble-bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
	
	/* Wobble Skew */
	@-webkit-keyframes hvr-wobble-skew {
 16.65% {
 -webkit-transform: skew(-12deg);
 transform: skew(-12deg);
}
 33.3% {
 -webkit-transform: skew(10deg);
 transform: skew(10deg);
}
 49.95% {
 -webkit-transform: skew(-6deg);
 transform: skew(-6deg);
}
 66.6% {
 -webkit-transform: skew(4deg);
 transform: skew(4deg);
}
 83.25% {
 -webkit-transform: skew(-2deg);
 transform: skew(-2deg);
}
 100% {
 -webkit-transform: skew(0);
 transform: skew(0);
}
}
 @keyframes hvr-wobble-skew {
 16.65% {
 -webkit-transform: skew(-12deg);
 transform: skew(-12deg);
}
 33.3% {
 -webkit-transform: skew(10deg);
 transform: skew(10deg);
}
 49.95% {
 -webkit-transform: skew(-6deg);
 transform: skew(-6deg);
}
 66.6% {
 -webkit-transform: skew(4deg);
 transform: skew(4deg);
}
 83.25% {
 -webkit-transform: skew(-2deg);
 transform: skew(-2deg);
}
 100% {
 -webkit-transform: skew(0);
 transform: skew(0);
}
}
.hvr-wobble-skew {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
	-webkit-animation-name: hvr-wobble-skew;
	animation-name: hvr-wobble-skew;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
	
	/* Buzz */
	@-webkit-keyframes hvr-buzz {
 50% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 100% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
}
 @keyframes hvr-buzz {
 50% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 100% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
}
.hvr-buzz {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
	
	/* Buzz Out */
	@-webkit-keyframes hvr-buzz-out {
 10% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 20% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 30% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 40% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 50% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 60% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 70% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 80% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 90% {
 -webkit-transform: translateX(1px) rotate(0);
 transform: translateX(1px) rotate(0);
}
 100% {
 -webkit-transform: translateX(-1px) rotate(0);
 transform: translateX(-1px) rotate(0);
}
}
 @keyframes hvr-buzz-out {
 10% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 20% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 30% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 40% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 50% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 60% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 70% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 80% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 90% {
 -webkit-transform: translateX(1px) rotate(0);
 transform: translateX(1px) rotate(0);
}
 100% {
 -webkit-transform: translateX(-1px) rotate(0);
 transform: translateX(-1px) rotate(0);
}
}
.hvr-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/* Forward */
.hvr-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
/* Backward */
.hvr-backward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}
/* -------------------------------------------------------------------- */	
/* ------------------------------ NAGLOWKI ---------------------------- */	
/* -------------------------------------------------------------------- */	

		
h3 {
	text-transform: uppercase;
}
.txt_right {
	text-align: right;
}
.right {
	float: right !important;
}
.left {
	float:left;
}
.txtl {
	text-align:left !important;
}
.txtr {
	text-align:right !important;
}
.txtc {
	text-align:center !important;
}
.container{
	width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
.mr10 {

}
.mr10:last-child {
	margin-right:0;
}
/* ########################
   ######   WIDTH    ######
   ######################## */

.w100{
	width: 100% !important;
}
.w90{
	width: 90%;
	float: left;
}
.w80{
	width: 80%;
	float: left;
}
.w75{
	width: 75%;
	float: left;
}
.w70{
	width: 70%;
	float: left;
}
.w65{
	width: 65% !important;
	float: left;
}
.w60{
	width: 60%;
	float: left;
}
.w55{
	width: 55%;
	float: left;
}
.w50{
	width: 50% !important;
	float: left;
}
.w49 {
	width: 49% !important;
	float: left;
}
.w45{
	width: 45%;
	float: left;
}
.w40{
	width: 40%;
	float: left;
}
.w30{
	width: 30%;
	float: left;
}
.w33{
	width: 33.3333% !important;
	float: left;
}
.w25{
	width: 25%;
	float: left;
}
.w20{
	width: 20%;
	float: left;
}
.w15{
	width: 15%;
	float: left;
}
.w10{
	width: 10%;
	float: left;
}


/* ########################
   ######   clear    ######
   ######################## */
.c0{
	width: 100%;
	clear: both;
}
.c5{
	width: 100%;
	clear: both;
	height: 5px;
}
.c10{
	width: 100%;
	clear: both;
	height: 10px;
}
.c15{
	width: 100%;
	clear: both;
	height: 15px;
}
.c20{
	width: 100%;
	clear: both;
	height: 20px;
}
.c25{
	width: 100%;
	clear: both;
	height: 25px;
}
.c30{
	width: 100%;
	clear: both;
	height: 30px;
}
.c40{
	width: 100%;
	clear: both;
	height: 40px;
}
.c50{
	width: 100%;
	clear: both;
	height: 50px;
}
.c60{
	width: 100%;
	clear: both;
	height: 60px;
}
.c70{
	width: 100%;
	clear: both;
	height: 70px;
}
.c80{
	width: 100%;
	clear: both;
	height: 80px;
}
.c90{
	width: 100%;
	clear: both;
	height: 90px;
}
.c100{
	width: 100%;
	clear: both;
	height: 100px;
}
.c150{
	width: 100%;
	clear: both;
	height: 150px;
}
.c200{
	width: 100%;
	clear: both;
	height: 200px;
}
/* -------------------------------------------------------------------- */	
/* ------------------------------- COLORS ----------------------------- */	
/* -------------------------------------------------------------------- */	
.blue {
	color: #165b9a;
}
.bg_blue {
	background-color: #165b9a;
}
.orange {
	color: #ff5639;
}
.bg_orange {
	background-color: #ff5639;
}
.green {
	color: #038137;
}
.bg_green {
	background-color: #038137;
}
.red {
	color: #d00000;
}
.bg_red {
	background-color: #ea212d;
}
.brown {
	color: #9e8a6f;
}
.violet {
	color: #b475d5;
}
.bg_white {
	background-color: #fff;
}
.bg_violet {
	background-color: #b475d5;
}
.dark_violet {
	color: #382872;
}
.bg_dark_violet {
	background-color: #382872;
}
/* -------------------------------------------------------------------- */	
/* -------------------------------  ----------------------------- */	
/* -------------------------------------------------------------------- */		
#wrapper_header {
	margin: 0px auto;
	width: 100%;
	background: #252525;
	position: relative;
	z-index: 999;
	height:50px;
}
#header {
	margin: 0 auto;
	z-index: 999999;
	width: 1180px;
	box-sizing:border-box;
	text-align:right;
}
#header .btm {
	margin-top:20px;
	margin-left:20px;
    font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 7px 20px;
	box-sizing: border-box;
	background: #1b325e;
	float: right;
}
.fast_tel .icon {
	vertical-align: middle;
	padding-right: 8px;
}
.fast_tel .social {
	padding-left: 10px;
}
.fast_tel .social .icon {
	padding-right:0px !important;
}
.fast_tel a {
	color: #3d3d3d;
	font-weight: 300;
	font-size: 14px;
	text-align:right;
	padding-left: 30px;
	display: inline-block;
	padding-top:27px;
}
.langBox { 
	margin: 0 auto; 
}
.langBox small { 
	font-family: 'Exo 2', sans-serif; 
	color: #444444; 
	font-weight: 400; 
}
#langBoxChangeLang { 
	display: none; 
}
.lang { 
	padding-right: 20px; 
	float: right; 
	z-index: 101; 
	margin-top: 27px;
	margin-left:15px; 
  	font-weight: 300; 
	width: auto; 
	height: 28px; 
	line-height: 23px; 
	position: relative; 
	box-sizing: border-box; 
	cursor: pointer; 
	background: url(../img/strzalka_dol.png) top 9px right 6px no-repeat; 
}
.langBoxActiveLang img { margin-left: 5px; margin-right: 5px; vertical-align: middle; }
.lang span { color: #4c4c4c; font-weight: 400; font-size: 13px; font-family: 'Exo 2', sans-serif; -webkit-transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -o-transition: .4s ease-in-out; transition: .4s ease-in-out; transition-property: color; text-transform: uppercase; }
.lang:hover span { color: #ae802a; }
.lang #langBoxChangeLang { display: block; height: 0px; overflow: hidden; z-index: 100; position: absolute; top: 40px; width: 100px; right: -16px;}
#langBoxChangeLang ol { padding-top: 7px; padding-bottom: 15px; width: 100%; background: #fff; box-sizing: border-box; overflow: auto; }
#langBoxChangeLang ol li { padding-left: 0px!important; width: 100%!important; line-height: 20px!important; border: none!important; text-align: left!important; float: left; box-sizing: border-box; text-transform: uppercase; font-weight: 400; font-size: 13px; padding-right: 0px; background: none; }
#langBoxChangeLang ol li a { padding-left: 6px!important; padding-top:0; display: block; width: 100%; color: inherit; padding-left: 0; -webkit-transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -o-transition: .4s ease-in-out; transition: .4s ease-in-out; transition-property: color; box-sizing: border-box; color: #ababab; font-weight: 400; font-size: 12px; font-family: 'Exo 2', sans-serif;  text-align:center !important}
#langBoxChangeLang ol li a:hover { color: #ae802a; }
#langBoxChangeLang ol li:hover { background: rgba(0,0,0,0.05); }
#langBoxChangeLang img { padding-right: 0px; vertical-align: middle; margin-top: 0px!important; margin-right:7px }
#langBoxChangeLang img:hover { filter: grayscale(0%)!important; ; }
/* -------------------------------------------------------------------- */	
/* ------------------------------- HORNAV ----------------------------- */	
/* -------------------------------------------------------------------- */	
#wrapper_hornav {
	margin: 0px auto;
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 99999999;
	background: #fff;
	border-bottom:1px solid #eeeeee;
}
#hornav {
	width: 1180px;
	margin: 0 auto;
	height: 34px;
	padding-top: 15px;
	text-align: right;
}
#hornav .icon {
	padding-right: 5px;
	padding-left:2px;
	vertical-align: middle;
}
#hornav p,  #hornav a {
	padding-left: 10px;
	font-size: 13px;
	margin-top: 2px;
	color: #3e3e3e;
	text-transform: uppercase;
}
/* -------------------------------------------------------------------- */	
/* ------------------------ 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;
	margin-top:15px;
}
.logo_mobi {
	display: none;
}
/* -------------------------------------------------------------------- */	
/* --------------------------------- TOP ------------------------------ */	
/* -------------------------------------------------------------------- */		
#wrapper_top {
	margin: 0px auto;
	width: 100%;
	position: relative;
	z-index: 999;
}
#top {
	margin: 0 auto;
	z-index: 999999;
	width: 1180px;
	background:#fff;
	height:160px;
	box-sizing:border-box;
}
/* -------------------------------------------------------------------- */	
/* -------------------------------- MENU ------------------------------ */	
/* -------------------------------------------------------------------- */	
#wrapper_navigation {
	margin: 0px auto;
	width: 100%;
	position: relative;
	z-index: 99999;
	background:#1b325e;
}
#navigation {
	margin: 0 auto;
	z-index: 999999;
	width: 1180px;
	height:60px;
	box-sizing:border-box;
}
#navigation .right {
	margin-top:20px;
}
#navigation .right a {
	padding-left:20px;
	color:#000;
	text-transform:uppercase;
}
#navigation .icon {
	padding-right:10px;
}
#menu {
	box-sizing:border-box;
	
}
#menu ul {
	padding: 0px;
	z-index: 999999;
}
#menu li {
	float: left;
	list-style: none;
	text-align: left;
	z-index: 99999999;
	padding:20px 26px 8px 26px;
	margin: 0;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	border-right: 1px solid #585858;
	box-sizing:border-box;
}

#menu li a {
	font-size: 15px;
	text-align: left;
	color: #ffffff;
	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: #545454;
	font-weight: 600;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}
#menu li:hover {
	background: #5a6b8b; 
	background: -moz-linear-gradient(top, #5a6b8b 0%, #1b325e 100%); 
	background: -webkit-linear-gradient(top, #5a6b8b 0%,#1b325e 100%); 
	background: linear-gradient(to bottom, #5a6b8b 0%,#1b325e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a6b8b', endColorstr='#1b325e',GradientType=0 ); 
}
.li_ru li {
	padding:20px 16px 8px 16px !important;
}
.slicknav_menu {
	display: none;
}
/* -------------------------------------------------------------------- */	
/* ------------------------------ SUB MENU ---------------------------- */	
/* -------------------------------------------------------------------- */	
#menu li ul {
	margin-top:23px;
	width:250px;
	position: absolute;
	list-style: none;
	z-index: 999999999;
	padding-top: 10px;
	height: auto;
	background: #fff !important;
	border: 1px solid #ededec;
	display:inline-grid;
}
#menu li ul li {

	float: left;
	list-style: none !important;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0;
	background: #fff !important;
	border: none;
}
#menu li ul li a {
	font-size: 14px;
	padding:0px 15px;
	text-align: left;
	font-weight: 600;
	color: #000000;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
}
#menu li ul li:hover {
	background: none;
	color: #937255;
	padding:15px;
	border-bottom:none;
}
/* -------------------------------------------------------------------- */	
/* ----------------------------- WYSZUKIWARKA ------------------------- */	
/* -------------------------------------------------------------------- */	
.wyszukiwarka {
	text-align:center;
	float:right;
	margin-top: 20px;
}
.wrapper {
	margin:0 auto;
	width:1180px;
	text-align:center;
}
.wyszukiwarka h2 {
	font-size: 16px;
	color: #ffffff;
	margin-bottom:10px;
}
.wyszukiwarka input[type="text"] {
	padding-left: 20px;
	height: 48px;
	border: 1px solid #e7e7e7;
	width: 300px;
	color: #333;
	font-size: 12px;
	outline: none;
	resize: none;
}
.wyszukiwarka input[type="submit"] {
	font-size: 12px;
	color: #fff;
	border: none;
	cursor: pointer;
	background:url('../img/lupa.jpg') center no-repeat;
	margin-left:-80px;
}
.wyszukiwarka input[type="submit"]:hover {
	opacity: 1;
}
/* -------------------------------------------------------------------- */	
/* ------------------------------- SLIDER ----------------------------- */	
/* -------------------------------------------------------------------- */	
#flash {
	overflow: hidden;
	text-align: center;
	z-index: 999;
	height: 608px;
	width: 100%;
}
#flash_pd {
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	z-index: 999;
	height: 146px;
	width: 100%;
	background:#f9f9f9 url('../img/slider/bg_sub.jpg') center no-repeat;
}
#flash_pd h1 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 60px;
	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: #fff;
	height: 3px;
	width: 15%;
	margin-bottom: 50px;
	clear: both;
}
#slider_pd {
	width: 100%;
	text-align: center;
	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:90px;
	width: 83%;
	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: 26px;
	color: #373737;
	text-align: left;
	padding:15px 0;
	padding-left: 7%;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
.txt_slider h3,  .txt_slider_pd h3 {
	font-size: 42px;
	padding:20px 0;
	color: #fff;
	font-weight: 500;
	text-align: left;
	text-transform:none;
	background: -moz-linear-gradient(left, rgba(27,50,94,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(27,50,94,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(27,50,94,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b325e', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
	padding-left: 7%;
}
.txt_slider span,  .txt_slider_pd span {
	font-size: 65px;
}
.txt_slider hr,  .txt_slider_pd hr {
	float: left;
	right: 0px;
	border: none;
	background: #fff;
	height: 1px;
	width: 5%;
	margin-bottom: 5px;
	clear: both;
}
.txt_slider p,  .txt_slider_pd p {
	font-size: 15px;
	color: #1a171b;
	font-weight: 300;
	text-align: left;
	line-height: 25px;
	padding:10px 0;
	padding-left: 7%;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-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;
}
/* -------------------------------------------------------------------- */	
/* ------------------------------- BOXY MENU -------------------------- */	
/* -------------------------------------------------------------------- */	
#menu-box{
	position: relative;
	z-index: 110;
	margin: 0px auto;
	margin-top:-120px;
} 
.cont-bokso { 
	text-align:center;
	width:1200px;
	height:300px;
	margin: 0 auto;
}
.cont-bokso .item {
	width:50%;
	height:388px;
	float:left;
	padding:40px;
	box-sizing:border-box;
}
.cont-bokso img {
	padding-bottom:30px;
}
.cont-bokso h2 {
	margin: 0 auto;
	text-align:left;	
	font-size:32px;
	display: block;
	line-height:40px;
	color:#253d6b !important;
	font-weight:bold;
}
.cont-bokso h2 b {
	font-size:26px;
}
.cont-bokso .item p {
	font-size:14px;
	font-weight:300;
	color:#1a171b;
	text-align:left;
}
.cont-bokso hr {
    position:relative;
	margin: 0 auto;
    display: block;
    background:#253d6b;
    height: 1px;
    width: 5%;
    clear: both;
	border:none;
	float:left;
}
.cont-bokso .item .pos {
    position:absolute;
    top:40px;
    left:40px;
}
.cont-bokso .item .pos1 {
    position:absolute;
    bottom:50px;
    left:40px;
}
.cont-bokso .maszyny {
	background: url('../img/bg_maszyny.png') center no-repeat;
}
.cont-bokso .techniczne {
	background: url('../img/bg_techniczne.png') center no-repeat;
}
/* -------------------------------------------------------------------- */	
/* ------------------------- 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: 'Exo 2', 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: 'Exo 2', 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: 'Exo 2', 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: 'Exo 2', 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: 'Exo 2', 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: 'Exo 2', 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: 'Exo 2', 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: #071041;
	-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: 'Exo 2', 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: 1180px;
	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: 1180px;
	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;
}

/* -------------------------------------------------------------------- */	
/* ------------------------------- CONTENT ---------------------------- */	
/* -------------------------------------------------------------------- */	
#wrapper_content {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
#content {
	width: 1180px;
	height: inherit;
	text-align: left;
	margin: 0 auto;
	clear: both;
	padding-top: 10px;
	z-index: 999999;
}
#content h1 {
	width: 100%;
    float: left;
    text-align: left;
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    font-weight: bold;
}
#content hr {
	margin-left: 1px;
    text-align: left;
    border: none;
    background: #165b9a;
    height: 1px;
    width: 5%;
    float: left;
}
#content h2 {
	width: 100%;
	padding-bottom: 20px;
	text-align: left;
	font-size: 20px;
	color: #165b9a;
	text-transform: uppercase;
}
#content h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	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: #333;
	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;
}
#content table {
	padding:45px;
	margin:0 auto;
	box-sizing:border-box;
	margin-bottom:40px;
	width:80%;
	text-align:center;
	
}
#content tr:first-child {
	background: #d1d1d1;
	color:#333;	
	font-size:16px;
	text-align:center;
	border-top:1px solid #ccc;
}
#content tr:nth-child(even) {
	background:#f4f4f4;	
}
#content td {
	padding:8px;
	border-bottom:1px solid #ccc;
	line-height:28px;
	font-size:13px;
}
#content .formMail {
	width:100%;
}
#content .formMail input,
#content .formMail textarea {
	background:#f1f1f1;
	font-family: 'Exo 2', sans-serif !important;
}
#owl {
	height:608px;
}
.owl-item {
	padding:0 !important;
}
.owl-item img {
	width: 100%;
    height: 608px;
    object-fit: cover;	
}
.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;
}
#content li {
	font-size:13px;
	padding: 10px 0px;
    line-height: 25px;	
}
#show_prod h1 {
	margin-top:30px;
}
#show_prod h3 {
	font-weight:300;
}
#show_prod hr {
    clear:none !important;
}
.prod_foto {
	
}
#prodKontakt{
	margin-top: 60px;	
}

#prodKontakt a{
	color:#fff;
}
#prodKontakt span,
.warunki .w33{
    background: #125294;
    background: -moz-linear-gradient(top, #125294 0%, #16395e 100%);
    background: -webkit-linear-gradient(top, #125294 0%,#16395e 100%);
    background: linear-gradient(to bottom, #125294 0%,#16395e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125294', endColorstr='#16395e',GradientType=0 );
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    width: 22%;
    margin: 11px 10px;
	padding:10px;
	box-sizing:border-box;
    line-height: 40px;
    outline: none;
    border: 0;
    float: left;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
	text-align:center;
}
/* -------------------------------------------------------------------- */	
/* -------------------------------- PROD ------------------------------ */	
/* -------------------------------------------------------------------- */	
#wrapper_boxy {
	width: 100%;
	background: #fafafa;
	display:inline-block;
}
#boxy_main {
	margin-bottom: 20px;
	margin: 0 auto;
	text-align: center;
	display: inline-flex;
}
#boxy_main .w30{
	background: #125294;
	background: -moz-linear-gradient(top, #125294 0%, #16395e 100%);
	background: -webkit-linear-gradient(top, #125294 0%,#16395e 100%);
	background: linear-gradient(to bottom, #125294 0%,#16395e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125294', endColorstr='#16395e',GradientType=0 );
	box-sizing: border-box;
	text-align:left;
	padding:30px;
}
#boxy_main .w70{
	display: inline-flex;
}
#boxy_main h2 {
	color: #f6f6f6;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
#boxy_main h3 {
	color: #f6f6f6;
	font-size: 21px;
	font-weight: 600;
	padding-top: 30px;
}
#boxy_main hr {
	float:left;
	border: none;
	background: #f6f6f6;
	height: 1px;
	width: 6%;
	margin-top: 10px;
	clear: both;
}
#boxy_main p {
	color: #f6f6f6;
	font-size: 13px;
	line-height:26px;
}
#boxy_main .w30 a {
    font-size: 15px;
    background: #f6f6f6;
    color: #1c1c1c;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
	line-height:30px;
    padding: 15px 40px;
}
/* -------------------------------------------------------------------- */	
/* ------------------------------- PRODUKTY --------------------------- */	
/* -------------------------------------------------------------------- */	
#produkty {
	width: 33.333%;
	background:#fff;
	height: auto;
	float: left;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	background: #fff;
	box-sizing: border-box;
	border:1px solid #ededec;
	padding: 20px;
	display:inline-block;
}
.wiekszy:nth-child(3) {
	width:50% !important;
}
#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;
}
#produkty p {
	text-align:left;
	color:#bbbbbb;
	padding:0px 20px;
	text-transform:none;
}
#opis {
	height: 100px;
	margin-top: -4px;
}
#opis h3 {
	text-align: center;
	color: #2f2f2f;
	padding:20px 0px;
	font-size: 15px;
	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: 45%
}
#info_prod {
	float: left;
	text-align: left;
	width: 53%;
	padding-top: 10px;
}
.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%;
}
.atrybuty_prod p {
	font-size: 13px;
}
.atrybuty_prod a {
	width: 100%;
	display: block;
	background: #232323;
	padding: 10px;
	color: #fff !important;
	margin-bottom: 10px !important;
}
.oddzialy {
	padding-right:40px;
}
/* -------------------------------------------------------------------- */	
/* ---------------------------- STRONA GĹĂWNA ------------------------- */	
/* -------------------------------------------------------------------- */	
#wrapper_main{
	width:100%;
	display:inline-block;
	float: left;
}
#main {
	text-align:left;
	margin:0 auto;
	z-index:999999;
	width:1180px;
}
#main h1 {
	width:100%;
	float:left;
	text-align:left; 
	font-size:36px;
	color:#000000;
	line-height:40px;
	font-weight:bold;
}
#main hr {
	margin-left:1px;
	text-align:left;
	border: none;
	background: #259252;
	height: 1px;
	width: 5%;
	float:left;
}	
#main .park_maszynowy {
	float:left; 
	width:50%; 	
}
#main .o_firmie	{
	float:left; 
	width:50%;
	box-sizing:border-box;
	padding:2%;
	padding-left:30px;
}
.o_firmie h2 {
	width:100%;
	float:left;
	text-align:left; 
	font-size:36px;
	color:#038137;
	margin-top:35px;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:none;
	line-height:40px;
}
.o_firmie  h2 b{
	color:#242424;
	font-weight:500;
}
.o_firmie hr {
	margin-left:1px;
	text-align:left;
	border: none;
	background: #cdcdcd;
	height: 1px;
	width: 10%;
	float:left;
}
.o_firmie span {
	float:left;
	color:14px;
	text-transform:uppercase;
	color:#038137;
	margin-left:20px;
}
.o_firmie p {
	color:#080808;
	padding-right:12px;
	font-size: 14px;
	line-height: 25px;
	text-align:justify;
}
.o_firmie .tyt2 {
	color:#080808;
	font-size: 15px;
	text-transform:uppercase;
	float:left;
	padding-right:50px;
}
.o_firmie .btm {
    font-size: 15px;
    color: #f5f5f5;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    padding: 8px 30px;
    box-sizing: border-box;
	background-color: #1f191a;
	float:right;
}
/* -------------------------------------------------------------------- */	
/* -------------------------------- LICZBY ---------------------------- */	
/* -------------------------------------------------------------------- */
#wLiczbach {
    padding: 40px 0;
}
#wLiczbach h2 {
	color:#000;
	font-size:36px;
	text-transform:none;
	text-align:center;
}
#wLiczbach hr {
	text-align: center;
	border: none;
	background: #165b9a;
	height: 1px;
	width: 6%;
	clear: both;
	margin:0 auto;
}
#wLiczbach p {
	color:#000000;
	font-size:15px;
	line-height:25px;
	text-align:center;
	font-weight:300;
}
.ico {
    display: inline-block;
    width: 200px;
    margin: 15px 40px;
    position: relative;
}
.ico::after {
    position: absolute;
    top: 0;
    left: 65px;
    width: 1px;
    height: 95%;
    transform: rotate(25deg);
    content: '';
    background: rgba(0,0,0,0.2);
}
.ico img {
    float: left;
}
.ico span {
    display: block;
    float: right !important;
    width: 125px;
	text-align:center;
}
.ico p {
    font-weight: 600;
    line-height: 30px;
    font-size: 28px;
    color: #0e0100;
}
.ico span b {
	font-size: 32px;
}
.ico small {
    padding-top: 6px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    float: left;
    color: #676767;
    width: 100%;
}
/* -------------------------------------------------------------------- */	
/* ------------------------------ BANNER ------------------------------ */	
/* -------------------------------------------------------------------- */
#bottom {
	background:#fff;
	width:100%;
}
#bottom h3 {
	color:#1a171b;
	font-size:36px;
	font-weight:500;
	text-transform:none;
}
#bottom hr {
	margin-top: 11px;
	text-align: right;
	border: none;
	background: #9db0c2;
	height: 1px;
	width: 10%;
	clear: both;
	float: left;
}
#bottom span {
	color:#9db0c2;
	font-size:14px;
	float:left;
	padding-left:20px;
	text-transform:uppercase;
}
#bottom p {
	color:#1a171b;
	font-size:14px;
	line-height:25px;
}
#bottom b {
	font-weight:bold;
}
#bottom .left {
	background:url('../img/bg_pytania.jpg') bottom right no-repeat;
	min-height:850px;
}
#bottom .right {
	background:url('../img/bg_asortyment.jpg') bottom left no-repeat;
	min-height:850px;
}
#bottom .w100 {
	float:right;	
}
#bottom .walory {
	float:right;
	background:url('../img/bg_walory.png') center right no-repeat;
	min-height:663px;
	width:100%;
	margin-right:-30px;
	padding:100px 40px;
	box-sizing:border-box;
}
#bottom .walory .ikony {
	width:20%;
	float:left;	
	text-align:center;
}
#bottom .walory .ikony hr {
	margin:0 auto;
	float:none;
}
#bottom .walory .tekst {
	width:70%;
	float:right;	
}
#bottom .walory .tekst h3 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:30px;
}
#bottom .walory .tekst p {
	color:#fff;
	font-size:18px;
}
#bottom .walory .tekst b {
	font-size:50px;
}
#bottom .walory .tekst span {
	float:right;
	margin-right:120px;
}
#bottom .walory .tekst .btm {
    font-size: 15px;
	color: #1a171b;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	padding: 8px 30px;
	box-sizing: border-box;
	background: #fff;
	float: right;
	margin-right:120px;
}
#bottom .right {
	padding:60px 120px;
	box-sizing:border-box;
}

/* -------------------------------------------------------------------- */	
/* ----------------------------- FAST FORM ---------------------------- */	
/* -------------------------------------------------------------------- */
#wrapper_fast_form {
	margin: 0px auto;
	display:inline-block;
	width:100%;
	background: url('../img/bg_form.jpg') center bottom no-repeat;
}
#fast_form {
	margin: 0px auto;
	width:1180px;
}
#fast_form h2 {
	font-size:35px;
	color:#131413;
	font-weight:300;
	text-align:left;
	padding-top:45px;
	padding-bottom:15px;
	text-transform:uppercase;
}
#fast_form h4 {
	font-size:18px;
	color:#131413;
	font-weight:500;
	text-align:left;
	padding-bottom:15px;
	text-transform:uppercase;
}
#fast_form hr {
	float: left;
	right: 0px;
	border: none;
	background: #ca0000;
	height: 2px;
	width: 7%;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
#fast_form span {
	font-size:12px;
	font-weight:300;
	color:#646464;
}
#fast_form p {
	color:#000000; 
	font-size:20px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 20px;
	text-transform:uppercase;
	float:left;
}	
#fast_form .red {
	font-size:28px;
	color:#dc0203;
	font-weight:700;
}
form#formularz1 {
	float:left;
	margin: 35px auto;
	text-align: center;
}	
form#formularz1 .input {
	height: 49px;
	outline: none;
	display: inline;
	float:left;
	border:0;
	color:#151515;
	text-align:left;
	padding-left:39px;
	box-sizing:border-box;
	background-color: rgba(255, 255, 255, 0.90);
	margin-right:1%;
	margin-top:10px;
	border:1px solid #cfcfcf;
}
form#formularz1 .input_nr {
	width: 25px;
	text-align: center;
	margin: 0px;
}
#formularz1 .red b {
	font-size:53px;
}
::-webkit-input-placeholder {
  	color:#151515;
}
::-moz-placeholder {
  	color:#151515;
}
:-ms-input-placeholder {
  	color:#151515;
}
:-moz-placeholder {
  	color:#151515;
}
form#formularz1 input[type="data"] {
	color:#151515;
}
form#formularz1 input[type="submit"] {
	background: #151515;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
	width: 180px;
	height: 50px;
	margin: 11px auto;
	line-height: 40px;
	outline: none;
	border:0;
	float:left;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Exo 2', sans-serif;
	margin-right:20px;
}	
form#formularz1 input[type="submit"]:hover {
	transform: scale(0.95);
	border:none;
	outline: none;
	cursor: pointer;
} 
/* -------------------------------------------------------------------- */	
/* ---------------------------- WRAPPER OFERTA ------------------------ */	
/* -------------------------------------------------------------------- */
#wrapper_oferta {
	margin: 0px auto;
	display:inline-block;
	width:100%;
	background: url('../img/bg_form.jpg') center bottom no-repeat;
}
#oferta {
	margin: 0px auto;
	width:1200px;
}
#oferta span {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    color: #2b2b2b;
}
#oferta hr {
    margin-left: 1px;
    text-align: left;
    border: none;
    background: #253d6b;
    height: 1px;
    width: 5%;
    float: left;
}
#oferta h2 {
	float: left;
	text-align: left;
	font-size: 36px;
	color: #242424;
	margin-top:5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: none;
	line-height: 40px;
}
#oferta h2 b {
	font-weight:600;
}
#oferta .sort {
	color:#5a5a5a;
	font-weight:500;
	font-size:16px;
	line-height:20px;
	margin-top:70px;
}
#oferta .sort a{
	color:#5a5a5a;
	font-weight:500;
	font-size:16px;
	line-height:20px;
	margin:0 10px;
	padding-bottom:15px;
}
#oferta .sort a:hover {
	color:#253d6b;
	border-bottom:2px solid #253d6b;
}
#oferta .sort a::after {
	border-right:1px solid #5a5a5a;
}
/* -------------------------------------------------------------------- */	
/* ----------------------------- WRAPPER NEWS ------------------------- */	
/* -------------------------------------------------------------------- */
#wrapper_form {
	margin: 0px auto;
	display:inline-block;
	width:100%;
	background: url('../img/bg_form.png') center top no-repeat;
	min-height:490px;
}
#form {
	margin: 0px auto;
	width:1200px;
}
#form span {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    color: #2b2b2b;
}
#form hr {
    margin-left: 1px;
    text-align: left;
    border: none;
    background: #e2001a;
    height: 1px;
    width: 5%;
    float: left;
}
#form h2 {
    width: 100%;
	float: left;
	text-align: left;
	font-size: 32px;
	color: #253d6b;
	margin-top: 35px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: none;
	line-height: 40px;
}
#form h2 b {
	font-weight:600;
}
.formMail input,
.formMail select,
.formMail textarea{
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;	
	border: none;
	outline: none;
	height: 40px;
	margin: 8px 0;
}
.formMail .w33:nth-child(2){
	width: 31.333%;
	margin: 0 1%;	
}
.formMail textarea{
	width:98%;
	float: right;
	resize: none;
	height: 55px;	
}
.formMail.pd textarea{
	height: 208px!important;
}
.formMail img{
	margin-right: 15px;	
	-webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    transition-property: transform;	
}
.formMail img:hover{
	transform: scale(0.92);
}
.formMail{
    width:80%;
}
.formMail .w40{
	box-sizing: border-box;	
	width: 48% !important;
	margin: 0 1%;
}
.formMail .left{
	box-sizing: border-box;	
	padding-right: 15px;	
}
.formMail .right{
	box-sizing: border-box;	
	padding-left: 15px;	
}
.formMail h4{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 10px;	
}
.formMail label{
	font-weight: 400;
	color: #5c5c5c;
	line-height: 18px;
	font-size: 14px;
	margin-left: 3px;
}
.formMail label span{
	color: #ca0000;
	font-weight: 500;	
}
.formMail .social a{
	display: block;	
	float: left;
}
.formMail .social img{
	max-height: 42px;
	width: auto;
	margin-right: 12px;	
}
.formMail input{
	width:100%;
	height: 54px;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	color: #000;
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
	transition-property: border;
}
.formMail textarea{
	width: 78%;
	width: calc(98% - 100px);
	margin-left: 1%;
	border-right: none;
	outline: none;
	height: 54px;
	resize: none;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
	transition-property: border;
	font: 14px 'Titillium Web';
	color: #000;
	float: left;
}
.formMail1 button{
	height: 44px;	
	margin: 0 8px;
}
#mail{
	background: url(../img/formBG.jpg) center bottom /cover no-repeat;	
}
#mail .w70{
	max-width: 750px;	
}
#mail .line{
	float: left;	
	width: 70px;
	height: 2px;
	background: #5e2610;
}
#mail p{
	float: left;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
}
#mail p a{
	color: #5e2610;
	font-weight: 700;
	font-size: 24px;
	padding: 0 8px;
	-webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    transition-property: color;
}
#mail p a:hover{
	color: #ca0000;
}
#mail button{
	float: left;
	width: 100px;
	border-radius: 0;
	margin: 8px 0;
	outline: none;
	border: none;
	height: 54px;
	
	cursor: pointer;

	background: url(../img/send.png) center center no-repeat, #000;
	-webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    transition-property: background;
}
#mail button:hover{
	background: url(../img/send.png) center center no-repeat, #ca0000;
}
#mail .check_rodo {
	float:left; 
	margin-left:10px; 
	padding:0;
	height:15px;
	width:10%;
}
#mail small {
	line-height:15px;
}
/* -------------------------------------------------------------------- */	
/* ----------------------------- WRAPPER NEWS ------------------------- */	
/* -------------------------------------------------------------------- */
#wrapper_news {
	margin: 0px auto;
	display:inline-block;
	width:100%;
	background: url('../img/bg_form.jpg') center bottom no-repeat;
}
#news {
	margin: 0px auto;
	width:1200px;
}
#news span {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    color: #2b2b2b;
}
#news hr {
    margin-left: 1px;
    text-align: left;
    border: none;
    background: #253d6b;
    height: 1px;
    width: 5%;
    float: left;
}
#news h2 {
	float: left;
	text-align: left;
	font-size: 36px;
	color: #242424;
	margin-top:5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: none;
	line-height: 40px;
}
#news h2 b {
	font-weight:600;
}
#news .sort {
	color:#5a5a5a;
	font-weight:500;
	font-size:16px;
	line-height:20px;
	margin-top:70px;
}
#news .sort a{
	color:#5a5a5a;
	font-weight:500;
	font-size:16px;
	line-height:20px;
	margin:0 25px;
	padding-bottom:15px;
}
#news .sort a::after {
	border-right:1px solid #5a5a5a;
}
#news .sort a:hover {
	color:#253d6b;
	border-bottom:2px solid #253d6b;
}
.news_box {
	width:33.3333%;
	height:300px;
	padding:40px;
	box-sizing:border-box;
	vertical-align:top;
	float:left;
}

.news_box span {
	color:#212121 !important;
	font-size:14px !important;
	font-weight:300;
	line-height:20px;
	text-transform: none !important;
}
.news_box a {
	color:#242424;	
	font-size:20px;
}
.news_box p {
	color:#242424;
	font-weight:300;
	font-size:13px;
	line-height:20px;
}
.news_box .btm {
	color:#fff;	
	font-size:14px;
	background:#e2001a;
	float:right;
	padding:10px 25px;
}
.news_box:nth-child(3n+1) {
	height:400px;
	background:#000;
}
.news_box:nth-child(3n+1) a,
.news_box:nth-child(3n+1) p,
.news_box:nth-child(3n+1) span {
	color:#fff !important;
}
.news_box img{
	margin-right: 15px;
	margin-top:5px;
}
/* -------------------------------------------------------------------- */	
/* -------------------------------- MAP ------------------------------- */	
/* -------------------------------------------------------------------- */
#map {
	
	width: 100%;	
}
#map iframe {
	margin-top:100px;
}
.dane_mapa {
	background:#293d6c;
	padding:40px 60px;
	box-sizing:border-box;
}
.dane_mapa h3 {
	color:#fff;
	font-size:24px;
	text-transform:none;
	text-align:left;
}
.dane_mapa h3 b {
	font-size:36px;
}
.dane_mapa p, .dane_mapa a {
	color:#fff;
	font-size:14px;
	line-height:25px;
	text-align:left;
	font-weight:300;
}
.dane_mapa a {
	text-transform:uppercase;
	font-weight:600;
}
.dane_mapa .icon {
	padding-top:10px;
	padding-right:25px;
}
/* -------------------------------------------------------------------- */	
/* --------------------------- WRAPPER MENUS -------------------------- */	
/* -------------------------------------------------------------------- */
#wrapper_menus {
	width: 100%;	
	background:#fff;	
}
#menus {
	margin: 0px auto;
	width: 1180px;
	margin-top: 10px;
	text-align: center;
	height:90px;
	border-bottom:1px solid #eaeaea;
}
#menus p,
#menus a {
	color: #626262;
	font-size: 14px;
	line-height: 25px;
	font-weight:300;
	text-align:left;
}
#menus .icon {
	padding-top:7px;
}
#menus ul {
	float:left;
	padding-top:30px;
}
#menus li {
	text-align:center;
	text-transform:none;
	float:left;
	padding:0px 15px;
}
#menus li a {
	color:#000005;	
	font-size:15px;
}
#menus li a {
	color:#000005;	
	font-size:15px;
}
#menus .right {
	padding-top:15px;
}
#menus .right img {
	vertical-align:middle;
	padding-right:20px;
	padding-top: 15px;
}
#menus .right span .blue{
	font-size:18px;
}
/* -------------------------------------------------------------------- */	
/* ------------------------------ FOOTER ------------------------------ */	
/* -------------------------------------------------------------------- */
#wrapper_footer {
	width: 100%;
	height:70px;
	padding:20px 0;
	background:#fff;
}
#footer {
	margin: 0px auto;
	width: 1180px;
	margin-top: 10px;
	text-align: center;
}
#footer p,
#footer a {
	color: #626262;
	font-size: 14px;
	line-height: 25px;
	font-weight:300;
	text-align:left;
}
#footer .icon {
	padding-top:7px;
}	
#footer .right span{
	line-height:18px;
}
#footer .right img {
	vertical-align:middle;
	padding-right:20px;
	padding-top: 5px;
}
/*------------------------------------------*/
/*----------------- RODO -------------------*/
/*------------------------------------------*/
.rodo b {
	font-weight:bold;
}
.rodo ol {
	list-style:decimal;
	margin: 1em 0 1.4em 24px;
    padding: 0;
}
.rodo ul {
	list-style:disc;
	margin: 1em 0 1.4em 24px;
    padding: 0;
}
.rodo li {
	padding:5px 0;	
}
.rodo .c20 {
	height:20px;
}
.check_rodo {
	float:left; 
	width:auto !important; 
	height:auto !important;
}
.rodo .naglowek b {
	font-size:22px;
}
/*------------------------------------------*/
/*------------------ TAG -------------------*/
/*------------------------------------------*/
.tags{color:#333333;line-height:20px;text-decoration:none; text-align:center;}
.tags a{font-size:13px !important; color:#BBB !important; text-decoration:none; padding-right:15px;}
.tags a:hover{color:#000;}

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

@media (max-width: 1110px) {

}
@media (max-width: 1024px) {
	
	.cont-bokso, #menus, #header, #form, #footer, #news, #oferta, #top, #content, #navi {
		width:100%;
	}
	.c70 {
		height:20px;	
	}
	.left, .right {
		float:none !important;
	}
	
	.slicknav_menu {
		display: block;
	}
	.js .slicknav_menu {
		display: block;
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:99999;
	}
	#wrapper_top {
		padding-top:40px;
	}
	#top {
		height:100%;
		padding-bottom:30px;
	}
	.logo {
		text-align:center;
		float:none;
	}
	.langArea {
	    position: absolute;
		top: 70px;
		right: 10px;
	}
	.lang #langBoxChangeLang {
		right: -15px;
	}
	.fast_tel {
		display: inline-block;
    	text-align: center !important;
	}
	.fast_tel a:first-child {
		padding-left:0;
	}
	.wyszukiwarka, #header .btm {
		float:none;
	}
	#header .btm {
		margin-top:0;
	}
	.wyszukiwarka input[type="text"] {
		width:60%;
	}
	.lang {
		display:inline-block;
		float:none;
		margin:0;
	}
	#wrapper_navigation {
		display:none;
	}
	.cont-bokso {
		height:100%;
	}
	.cont-bokso .item {
		float:none;
		width: 100%;
		max-width:591px
	}
	#wrapper_content, #wrapper_navi {
		padding:20px;
		box-sizing:border-box;
		margin:0;
	}	
	#content h1 {
		margin-bottom:30px;
	}
	#content .w30, #content .w65 {
		width:100% !important;
	}
	#produkty {
		width:50%;
	}
	.prod_foto {
		max-width:100%;	
	}
	#wrapper_navi {
		height:100%;	
	}
	#navi {
		height: 95px;
	}
	#path {
		padding-left:0;
	}
	#wrapper_oferta {
		padding:20px;
		box-sizing:border-box;
	}
	#oferta h2 {
		width: 100%;
    	text-align: center;
	}
	#oferta hr {
		margin:0 auto;
		float:none;
	}
	#oferta .sort {
		text-align:center;
	}
	#wrapper_form {
		background-size: cover;
	}
	#form {    
		padding: 20px;
    	box-sizing: border-box;
	}
	.formMail {
		width:90%;
	}
	#form h2 {
		margin-top:0;
	}
	#mail small br {
		display:none;
	}
	#wrapper_news {
    	padding: 20px;
    	box-sizing: border-box;	
	}
	#news h2 {
		width: 100%;
    	text-align: center;
	}
	#news hr {
		margin:0 auto;
		float:none;
	}
	#news .sort {
		text-align:center;
	}
	#map {
		display: inline-flex;
	}
	#map iframe {
		margin:0;
		height:100%;
	}
	#menus {
		height:auto;
	}
	#menus ul, #menus li {
		float:none;
		display: inline-block;
	}
	#footer p, #footer a {
		text-align:center;
	}
	#footer .right span br {
		display:none;
	}
}
@media (max-width: 768px) {
	
	
}
@media (max-width: 640px) {
	.txt_slider {
		width:100%;
	}
	#wrapper_form {
		min-height:590px;
	}
	#form .w70 {
		width:100%;
	}
	#map {
		display:block;
	}
	#map .w50 {
		width:100% !important;
	}
	#map iframe {
		min-height:400px;
	}
	#produkty {
		width:100%;
	}
	#content table {
		width:100%;
	}
	#content td {
		display: inline-flex;
	}
	#cookies-message a {
		width:80%;
	}
}

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


#userForm2 input[type="text"] {
	float: right;
	padding-left: 20px;
	margin-left: 48px;
	height: 40px;
	border: none;
	width: 280px;
	background-color: #e7e7e7;
	color: #868686;
	font-size: 12px;
	outline: none;
	resize: none;
}
#userForm2 input[type="submit"] {
	font-size: 12px;
	height: 40px;
	width: 110px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	background: #e71010;
}
#userForm2 input[type="submit"]:hover {
	opacity: 0.9;
}
/* -------------------------------------------------------------------- */	
/* ----------------------- FORMULARZ KONTAKTOWY ----------------------- */	
/* -------------------------------------------------------------------- */	
	
	
form#formularz {
	width: 100%;
	padding: 0 15px;
	text-align: left;
	box-sizing:border-box;
}
form#formularz .input,  form#formularz textarea {
	display: block;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	text-indent: 10px;
	font-size:13px !important;
	font-family: 'Exo 2', sans-serif !important;
}
form#formularz .input_nr {
	width: 25px;
	text-align: left;
	margin: 0px;
}
form#formularz input[type="submit"] {
	font-weight: bold;
	text-transform: uppercase;
	background: #165b9a;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	padding:11px 20px;
	outline: none;
	border: none;
	color: #fff;
	font-family: 'Exo 2', sans-serif;
}
/* -------------------------------------------------------------------- */	
/* ------------------------------ NEWSLETTER -------------------------- */	
/* -------------------------------------------------------------------- */

#newsletter p {
	margin-left:13px;
	font-size:11px;	
}
#newsletter input[type="text"] {
	float: left;
	padding-left: 20px;
	margin-left: 13px;
	height: 45px;
	border: none;
	width: 220px;
	background-color: #fff;
	color: #868686;
	font-size: 12px;
	outline: none;
	resize: none;
}
#newsletter input[type="submit"] {
	font-size: 12px;
	height: 47px;
	width: 130px;
	float: left;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	background: #2c70b6;
}
#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;
}