﻿* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
}
*::selection {
	background: #555;
	color: #ffffff;
}
*::-moz-selection {
	background: #555;
	color: #ffffff;
}
*::-webkit-selection {
	background: #555;
	color: #ffffff;
}
html {
	overflow-y: scroll;
}
body {
	z-index: 999;
	background: #636363 url("../../../img/bg/bg_body.jpg") no-repeat fixed;
	background-size: cover;
	color: #555555;
    font-family: 'Roboto', sans-serif;
	font-size: 62.5%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
	color: inherit;
}
a:link {}
a:visited {}
a:hover {
	text-decoration: none;
	color: #09a0f1;
}
a:active {
	color: #09a0f1;
}
li {
    list-style-type: none;
	list-style-position: outside;
}
ul.standard,
ol.standard {
	padding: 5px 30px;
}
ul.standard > li {
	list-style-type: square;
	font-size: 1.2em;
}
ol.standard > li {
	list-style-type: decimal;
}
.blue {
	color: #3399FF;
}
.gradient-grey-horizontal {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 50%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.gradient-grey-radial {
	background: rgb(255,255,255);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
}
.transition {
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    -ms-transition: all 180ms ease;
    -o-transition: all 180ms ease;
    transition: all 180ms ease;
}
.button {
    width: 100%;
    max-width: 330px;
    display: inline-block;
    color: #656363;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: 1px 1px 0px #ffffff;
    text-indent: 0;
    position: relative;
    padding-left: 10px;
    padding-right: 32px;
    padding-bottom: 8px;
    padding-top: 8px;
    background: #ddd;
}
.button:hover {
	background: #0b94e5;
	color: #FFF;
	text-shadow: 1px -1px 0px #106292;
}
.button---old {
	width: 100%;
	max-width: 330px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-shadow: -1px -1px 0px #204d7d;
	-moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color: #f9f9f9;
	text-indent: 0;
	border: 1px solid #84bbf3;
	position: relative;
	padding-left: 20px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.button---old:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
	color: #ffffff;
}.button---old:active {
	position:relative;
	top:1px;
}
.button span {
    position: absolute;
    right: 0px;
    width: 32px;
    background: rgba(0,0,0,0.15);
    font-family: Arial;
    text-align: center;
    height: 100%;
    top: 0px;
	margin: 0 !important;
	text-shadow: none;
    line-height: 150%;
}
.btn-2 {
    display: block;
    padding: 8px 25px;
	cursor: pointer;
	font-family: inherit;
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    -ms-transition: all 180ms ease;
    -o-transition: all 180ms ease;
    transition: all 180ms ease;
}
.btn-2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn-2:hover span:after {
  opacity: 1;
  right: 0;
}
.btn-2.blue {
    background: #09a0f1;
    color: #FFF;
}
.btn-2.red {
    background: #de5d5d;
    color: #ffd9d9;
}
.btn-2.grey {
    background: #f1f1f1;
    color: #555;
}
.btn-2.grey:hover {
    background: #555555;
    color: #FFF;
}
.btn-2.darkgrey {
    background: #555;
    color: #fff;
}
.btn-2.darkgrey:hover {
    background: #de5d5d;
    color: #fff;
}
.red-b {
	color: red;
	font-weight: bold;
}
.btn-3 {
    padding: 14px 50px;
    overflow: hidden;
    font-size: 1.6em;
}
.btn-3 i {
    position: relative;
    left: 7px;
    top: 1px;
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    -ms-transition: all 180ms ease;
    -o-transition: all 180ms ease;
    transition: all 180ms ease;
}
.btn-3:hover i {
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    -ms-transition: all 180ms ease;
    -o-transition: all 180ms ease;
    transition: all 180ms ease;
	left: 17px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignMiddle {
	vertical-align: middle;
}
.margines{
	margin: 0px 10px 0px 10px;
}
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
}
.inline-block {
	display: inline-block;
}
.noMargin {
	margin: 0 !important;
}
.bold {
	font-weight: 700;
}
.jus {
	text-align: justify;
}
.w10 {width:10%;}
.w20 {width:20%;}
.w30 {width:30%;}
.w33 {width:33.33%;}
.w40 {width:40%;}
.w50 {width:50%;}
.w60 {width:60%;}
.w70 {width:70%;}
.w80 {width:80%;}
.w90 {width:90%;}
.w100 {width:100%;}
.margin-tb-small {
	margin: 10px 0;
}
.margin-tb-medium {
	margin: 20px 0;
}
.margin-tb-big {
	margin: 30px 0;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
/*

				Index dolny 

*/
span.sub {
	font-size: 70% !important;
	position: relative;
	top: 0.4em;
    margin-left: 2px !important;
}
/*

				Index górny
				
*/
span.sup {
	font-size: 70% !important;
	position: relative;
	bottom: 0.7em;
}
/*

				Zaznaczenie
				
*/
span.mark {
    font-size: 1.5em;
    position: relative;
    top: 0.1em;
}
.clickImgShadow {
    padding: 3px;
    border: solid 1px #EFEFEF;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 10ms ease;
    transition: all 100ms ease;
}
.clickImgShadow:hover {
	border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#tabsOuter {
    width: 100%;
    margin: 40px auto 30px auto;
}
#tabsOuter .tabs{
	display: table;
	width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 10;
	font-size: 1.2em;
}
#tabsOuter .tabs li {
    display: table-cell;
    position: relative;
    top: 1px;
    margin: 0;
    padding: 5px 20px 15px 20px;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.1em;
    color: #727272;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    -ms-transition: all 180ms ease;
    -o-transition: all 180ms ease;
    transition: all 180ms ease;
	background: #fdfdfd;
}
#tabsOuter .tabs li:hover {
    background: #FFF;
}
#tabsOuter .tabs li.current{
    background: #FFF;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #FFF;
	color: #09a0f1;
}
#tabsOuter .tabs li i {
	display: block;
	margin-top: 19px;
}
#tabsOuter .tabs li p {
    width: 100%;
    text-align: center;
}
#tabsOuter .tabs li span {
    margin-top: 7px;
    display: block;
}
#tabsOuter .tab-content {
    display: none;
    background: #FFF;
    padding: 15px 10px 10px 15px;
    line-height: 1.4;
    position: relative;
    z-index: 8;
	border: 1px solid #dddddd;
	overflow: hidden;
}
#tabsOuter .tab-content img {
	max-width: 100%;
}
#tabsOuter .tab-content p {
	margin-bottom: 10px;
}
#tabsOuter .tab-content h2 {
    margin: 10px 0px 10px 0px;
}
#tabsOuter .tab-content h4 {
    margin-top: 10px;
    margin-bottom: 25px;
}
#tabsOuter .tab-content.current{
	display: inherit;
}
.schema,
.budowa {
    background: #FFF;
    padding: 12px;
    border: solid 1px #EFEFEF;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 10ms ease;
    transition: all 180ms ease;
    box-sizing: border-box;
}
.schema:hover,
.budowa:hover {
    cursor: zoom-in;
    opacity: .6;
}
/*

				Tabela - taka jak przy parametrach produktu
	
*/
.table_main {
	width: 100%;
	border-collapse: collapse;
}
.table_main th {
    background: #555;
    color: #FFF;
    margin: 0;
    padding: 10px 6px;
    vertical-align: top;
    border: 1px solid #6d6d6d;
    font-weight: 300;
    text-align: left;
}
.table_main tr {
	margin: 0;
}
.table_main tr:nth-child(2n) {
	background: #f8f8f8;
}
.table_main tr td {
	margin: 0;
	padding: 10px 6px;
	vertical-align: top;
	border: 1px solid #dddddd;
}
.table_main tr td:first-child {
	color: inherit !important;
	font-weight: inherit !important;
	min-width: 160px;
}
/* Program Box 
[		        ]	NAGŁÓWEK
[	FOTO	]	Tekst
[	         	] 				[button]
*/
.program-box {
	width: 96%;
    overflow: hidden;
    padding: 2% 2%;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
	position: relative;
}
.program-box div {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    padding: 0% 2%;
}
.program-box div h3 {
    font-size: 2em;
    margin-bottom: 0.2em;
}
.program-box div h3 a {
	color: inherit;
	font-weight: inherit;
}
.program-box div h3 a:hover {
	color: #09a0f1;
} 
 .program-box div p {
	font-size: 1.2em;
    overflow: hidden;
}
.program-box div a {
	color: #09a0f1;
    font-weight: 700;
    bottom: 20px;
    right: 50px;
}
 .program-box img {
    width: 26%;
    display: inline-block;
    vertical-align: middle;
}
/*	Program Box

[ 	  	  		   ]
[     FOTO	   ]
[				   ]

 NAGŁOWEK
     Tekst
   [button]
*/
.program-box-small {
    width: 16.6%;
    margin: 0.59%;
    height: 290px;
	position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 1%;
	text-align: center;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
}
.program-box-small div {
    display: inline-block;
    vertical-align: middle;
}
.program-box-small div h3 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}
.program-box-small div p {
	font-size: 1em;
    overflow: hidden;
}
.program-box-small div a {
    font-size: 0.9em;
    width: 67%;
    position: absolute;
    bottom: 76px;
}
.program-box-small img {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}
/*

				Zakładki indywidualne
				
*/
#produkty_powiazane p {
	margin: 0;
	margin-top: 10px;
}
#produkty_powiazane > img {
	width: 10%;
}
#produkty_powiazane > a {
	display: block;
}
#produkty_powiazane ul li {
	text-align: left;
}
#produkty_powiazane > h4 {
	margin-bottom: 0 !important;
}
#produkty_pokrewne p {
	margin: 0;
	margin-top: 10px;
}
#produkty_pokrewne > img {
	width: 10%;
}
#produkty_pokrewne > a {
	display: block;
}
#produkty_pokrewne ul li {
	text-align: left;
	font-size: 1.2em;
}
#produkty_pokrewne > h4 {
	margin-bottom: 0 !important;
}
#documents img {
	width: 32px;
	height: 32px;
}
#documents span {
	position: relative;
	top: -9px;
	left: 3px;
}
#documents i {
	margin-right: 5px;
}
#documents ul li {
	padding: 10px 20px;
	font-size: 1.2em;
}
#documents ul li:nth-child(odd) {
    background: #f8f8f8;
}
#documents ul li:nth-child(even) {
    background: #FFF;
}
#social_media > a {
	display: inline-block;
	width: 25%;
	text-align: center;
}
/*

				Layout - top

*/
#top {
	width: 100%;
}
#top #lezka {
	width: 100%;
	height: 84px;
	background: url('../img/top.png') repeat-x #FFF 0px 30px;
	position: absolute;
	top: 0px;
	z-index: 999;
}
#top #lezka > div {
	width: 1200px;
	height: 84px;
	margin: 0 auto;
}
#top #lezka > div #logoOuter {
    width: 290px;
    overflow: hidden;
    padding: 10px 0px;
    float: left;
}
#top #lezka > div #logoOuter img {
	width: 160px;
}
#top #lezka > div #fastContact {
    float: left;
    overflow: hidden;
    line-height: 45px;
	padding: 0 4px;
}
#top #lezka > div #fastContact span img {
	position: relative;
	margin-right: 5px;
	margin-left: 20px;
}
#top #lezka > div #fastContact span:nth-child(2) img {
	top: 3px;
}
#top #lezka > div #flags {
    text-align: right;
    line-height: 74px;
}
#top #lezka > div #flags a {
    margin: 11px 1px;
    display: inline-block;
    width: 20px;
    height: 22px;
}
#top #under {
	margin-top: 84px;
}
#top #under #baner {
	width: 100%;
}
#top #under #baner img {
	width: 100%;
	height: 342px;
}
#top #under #baner.small {
	height: 342px;
}
#top #under #baner.big {
	height: 600px;
}
#top #under #baner.big img {
	width: 100%;
	height: 100%;
}
#top #under > div #addon {
	width: 350px;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 50px;
}
#top #under > div #addon img {
	margin-top: 14px;
}
#top #under > div #banerOuter {
	width: 850px;
	height: auto;
	overflow: hidden;
}
#top #under > div #banerOuter #banerShadow {
	position: relative;
	bottom: 1px;
}
/*

				Layout - header

*/
#header-main #searchBox {
    width: 315px;
    margin: 0 10px;
	float: left;
}
#header-main #searchBox ul {
    width: 750px;
    overflow-y: scroll;
    max-height: 350px;
    border-bottom: 1px solid #DDD;
}
#header-main #searchBox ul li {
    vertical-align: middle;
    font-size: 1.4em;
    cursor: pointer;
    height: 60px;
    border-bottom: 1px solid #DDD;
}
#header-main #searchBox ul li img {
	width: 70%;
	max-height: 60px;
	margin: 1% auto;
}
#header-main form#ProductSearch {
	border: 6px solid #eaeaea;
}
#header-main input[type="text"] {
    padding: 14px 11px;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    transition: box-shadow 0.3s, border 0.3s;
    width: 232px;
    font-size: 1.8em;
    color: #555;
    height: 21px;
	font-family: inherit;
    border-radius: 0px;
}
#header-main input[type="submit"] {
    cursor: pointer;
    background: #555;
    width: 47px;
    height: 51px;
    right: 6px;
    top: 6px;
}
#header-main button {
    position: absolute;
    cursor: pointer;
    background: #555;
    width: 47px;
    height: 51px;
    right: 6px;
    top: 6px;
}
#header-main button .fa-search {
    color: #fff;
    position: absolute;
    top: 11px;
    bottom: 0;
    right: 0;
    left: 0;
}
#header-main #buttonsGroup {
	overflow: hidden;
	float: right;
}
#header-main #buttonsGroup a:nth-child(1) {
	margin: 0 !important;
}
#header-main #buttonsGroup a {
	display: block;
	width: 195px;
	height: 60px;
	color: #717171;
	margin-left: 18px;
    box-sizing: border-box;
	float: left;
}
/*

				Layout - buttony

*/
.bg_button_pulpit_kontrahenta {
	background: url('../img/bg_button_pulpit_kontrahenta.png') no-repeat top right #DDD;
	background-size: 71px;
    font-size: 1.5em;
    padding: 10px 64px 10px 9px;
}
.bg_button_importer_meanwell {
	background: url('../img/bg_button_importer_meanwell.png') no-repeat bottom right #DDD;
    background-size: 201px;
    padding: 7px 57px 19px 0px;
    text-align: center;
    font-size: 1.2em;
}
.bg_button_programy_konfigurujace {
    background: url('../img/bg_button_programy_konfigurujace.png') no-repeat bottom right #DDD;
    background-size: 74px;
    padding: 11px 74px 0px 10px;
    font-size: 1.5em;
}
.bg_button_cennik {
	/* background: url('../img/bg_button_cennik.png') no-repeat bottom right #DDD; */
    background-size: 53px;
    padding: 12px 55px 0px 10px;
    font-size: 1.6em;
}
.bg_button_nowe_produkty {
	background: url('../img/bg_button_nowe_produkty.png') no-repeat bottom right #DDD;
    background-size: 93px;
    padding: 12px 55px 0px 10px;
    font-size: 1.6em;
}
/*

				Layout - header

*/
#header {
	height:125px;
	position:fixed;
	background: url("../img/header_bg.jpg") repeat-x;
	z-index:999;
	width:100%;
}
#header #top {
    height: 125px;
    margin: 0 auto;
    max-width: 1024px;
    min-width: 715px;
}
#header #top #head_logo{
	background:#FFF000;
    background: url("../img/logo.png") no-repeat;
	height:130px;
	width:354px;	
	float:left;
}
#header #top #head_flags{
	height:45px;
	width:330px;	
	float:right;	
}
#header #top #head_flags img {
	box-shadow: 1px 1px 2px #8a8a8a;
	margin: 16px 1px;
}
#header #top #head_search{
	height:80px;
	width:355px;	
	float:right;	
}
#header #top #head_search_input {
    background: url("../img/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 42px;
    position: relative;
    top: 33px;
    width: 350px;	
}
#header #top #head_search_input p {
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
}
#header #top #head_search_input form #s-kod {
	width: 150px;
	height: 18px;
	float: left;
	margin-left: 90px;
}
#header #top #head_search_input form #s-kod input {
	width: 150px;
	height: 18px;
	padding: 1px 6px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #757575;
}
#header #top #head_search_input form #s-btn {
	width: 18px;
	height: 18px;
	overflow: hidden;
}
#header #top #head_search_input form #s-btn input {
	width: 18px;
	height: 18px;
	background: url(../img/szukaj.png) no-repeat;
	cursor: pointer;
	border: none;
}
/*

				Layout - menu-top

*/
#menu-top {
    width: 100%;
    background: #555;
    color: #FFF;
	height: 46px;
    position: relative;
}
#menu-top > div {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#menu-top > div > ul {
	width: 100%;
	line-height: 35px;
}
#menu-top > div > ul > li {
    float: left;
    margin: 0px 3px;
}
#menu-top > div > ul > li > a {
    padding: 16px 11px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 46px;
    margin: 1px 0;
	cursor: pointer;
}
#menu-top > div > ul > li > a:hover,
#menu-top > div > ul > li > a.active {
	background-color: #09a0f1;
	background-color: #f5f5f5;
	color: #555;
	border-style: inset;
	/*font-weight: 700;*/
}
#menu-top > div > ul > li > ul {
    position: absolute;
    background: #09a0f1;
    background: #eaeaea;
    color: #555;
    top: 46px;
    display: none;
    z-index: 9999;
    border: 1px solid #ccc;
    border-top: none;
}
#menu-top > div > ul > li:hover {
	background-color: #f5f5f5;
	color: #555;
}
#menu-top > div > ul > li:hover ul {
	display: block;
}
#menu-top > div > ul > li > ul > li {
    padding: 2px 8px;
    font-size: 1.2em;
    box-shadow: 0px -2px 4px -3px #b5b5b5;
}
#menu-top > div > ul > li > ul > li:hover {
	background: #09a0f1;
	color: #FFF;
}
#menu-top > div > ul > li > ul > li:hover a {
	color: #FFF;
}
#menu-top > div > ul > li > ul > li > a {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 1.2em;
}

#menu-top > div > ul > li ul > li > ul {
	display: inline-block;
	width: 10%;
	vertical-align: top:
}

/**********************************
        OLD
**********************************/

#menu-top > div > ul > li .big-menu .only-one {
    width: 19.1%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0.3%;
}
    
#menu-top > div > ul > li .big-menu .only-one ul {
	display: inline-block;
    width: 25%;
	vertical-align: top;
	line-height: 17px;
	margin-bottom: 20px;
}

#menu-top > div > ul > li .big-menu .only-one ul li {
	list-style-position: inside;
}

#menu-top > div > ul > li .big-menu .only-one h4 {
    font-weight: bold;
    color: #555;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 5px;
    z-index: 88;
    padding: 4%;
}

#menu-top > div > ul > li .big-menu .only-one ul:hover {
	/*background: #DDD;*/
}

/*****************************************************************/

#menu-top > div > ul > li .big-menu {
	/*display: none;*/
	width: 1200px;
    position: absolute;
    top: 46px;
	left: 0px;
    display: none;
    z-index: 9999;
    color: #555;
    background: #09a0f1;
    background: #eaeaea;
	background: #FFF;
	background: #f5f5f5;
    border: 1px solid #555;
	border: 1px solid #DDD;
    border-top: none;
    box-sizing: border-box;
	font-size: 1.2em;
	padding: 10px;
	/*
	-webkit-transition: all 1800ms ease;
	-moz-transition: all 1800ms ease;
	-ms-transition: all 1800ms ease;
	-o-transition: all 1800ms ease;
	transition: all 1800ms ease;
	*/
	opacity: 0;
}

/* Dla testów */
/*
#menu-top > div > ul > li .big-menu {
    opacity: 1 !important;
    display: block !important;
}
*/

#menu-top > div > ul > li:hover .big-menu {
	display: block;
	opacity: 1;
}
#menu-top > div > ul > li .big-menu .category.a-lot-of-links {
    display: inline-block;
    width: 24.8%;
    vertical-align: top;
    line-height: 17px;
    height: 100px;
    z-index: 99;
    position: relative;
    overflow: hidden;
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links .expansible {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*background: #fff;*/
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,0);
    height: 100px;
    box-sizing: border-box;
/*    border: 1px solid none;*/
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links h4 {
	font-weight: bold;
    color: #555;
    font-size: 1.2em;
	margin-bottom: 5px;
    z-index: 88;
    padding: 4% 0% 4% 4%;
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links ul {
    position: absolute;
    top: 35px;
    left: 11px;
    z-index: 99999;
    overflow: hidden;
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links ul li {
    list-style-position: inside;
    padding-bottom: 4px;
    line-height: 12px;
    margin-bottom: 3px;
}




#menu-top > div > ul > li .big-menu .category.a-lot-of-links:hover {
    overflow: visible;
    z-index: 999;    
    /*box-shadow: 0px 0px 10px #dcdcdc;*/
    
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links:hover .expansible {
    background: #fff;    
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links:hover ul {
    overflow: visible;
    position: absolute;
    width: 90%;
    
 
}
#menu-top > div > ul > li .big-menu .category.a-lot-of-links:hover ul li {

}




/*

				Layout - wrapper

*/
#wrapper {
    margin: 0 auto;
    max-width: 1200px;
	width: 1200px;
	min-height: 700px;
}
#wrapper #header-main #head1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #919191;
	border-bottom: 0;
    border-radius: 15px 15px 0 0;
    height: 200px;
    max-width: 1240px;
}
#wrapper #header-main #head1 #head_logo_mw {
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 200px;
	text-align: center;
	width: 290px;
}
#wrapper #header-main #head1 #head_logo_mw #test_mw {
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 55px;
	text-align: center;
	width: 294px;
	line-height: 15px;
	top: 12px;
	position: relative;
}
#wrapper #header-main #head1 #head_banner {
	float: right;
	height: 200px;
	width: 71%;
	z-index: 2;
	position: relative;	
}
#wrapper #header-main #head2 {
    background: none repeat scroll 0 0 #FFFFFF;
    max-width:1240px;
	margin-top: 20px;
}
#wrapper #header-main #head2 #top_menu {
	background: url("../img/menu_tlo.jpg") repeat-x;
	background: #555555;
	height:36px;
	width:100%;
}	
#wrapper #header-main #head2 #top_menu ul {
	width:100%;
}	
#wrapper #header-main #head2 #top_menu ul li {
	float: left;
    margin: 0px 3px;
}
#wrapper #header-main #head2 #top_menu ul li a {
    color: #FFFFFF;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    margin: 1px 0;
}	
#wrapper #header-main #head2 #top_menu ul a:hover {
	background: rgba(0,0,0,.3);
	border-style: inset;
}	
/*

				Layout - breadcrumbs

*/
#breadcrumbs {
	width: 100%;
	overflow: hidden;
}	
#breadcrumbs #path_text {
    line-height: 40px;
    float: left;
    width: 100%;
	white-space: nowrap;
}
#breadcrumbs #path_text a {
    display: inline-block;
    font-size: 1em;
    margin: 0px 2px;
}
#breadcrumbs #path_text a:last-child {
	color: #09a0f1;
}
#breadcrumbs #path_text > a > i {
	position: relative;
	top: 4px;
}
#breadcrumbs #path_text > img {
	position: relative;
	top: 3px;
}
#breadcrumbs #path_text span {
    margin: 0px 3px;
}
#breadcrumbs #path_text span.first {
	margin: 0px 10px 0px 0px;
}
/*

				Layout - content

*/
#content {
	margin-bottom: 100px;
}
#content h1 {
	width: 80%;
	float: left;
}

#content #breadcrumbs {
	margin-top: 12px;
}
#content #breadcrumbs span {
	margin: 0 3px;
}
#content-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
    display: block;
    /*overflow: hidden;*/
	clear: both;
    max-width: 1240px;
    width: 100%;
}
#content-wrapper #left {
	min-width: 280px;
	width: 28%;
	float: left;
}
#content-wrapper #left #mod_left_up{
	margin-bottom:0px;
}
#content-wrapper #left  #left_menu{
	margin-bottom:20px;
	width: 100%;
}
#content-wrapper #left  #left_menu .menu-products-header {
    color: #FFF;
    padding: 16px 23px;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
	background-color: #0b94e5;
}
#content-wrapper #left  #left_menu .bg-logo-pulsar {
	background: url('../img/logo_white.png') no-repeat #0b94e5;
	background-position: center right;
	background-size: 27%;
}
#content-wrapper #left  #left_menu .bg-logo-meanwell {
	background: url('../img/logo_mw.png') no-repeat #0b94e5;
	background-position: center right;
	background-size: 15%;
}
#content-wrapper #left  #left_menu .bg-icon-oem {
	background: url('../img/logo_white.png') no-repeat #0b94e5;
	background-position: center right;
	background-size: 41%;
}
#content-wrapper #left  #left_menu .program-p {
    font-size: 1.2em;
    margin: 40px 0px 8px 0px;
}
#content-wrapper #left  #left_menu .program-a {
	width: 100%;
	display: block;
	font-size: 1.8em;
	padding: 25px;
	box-sizing: border-box;
	color: #555;
	text-align: center;
	border: 1px solid #DDD;
	margin-top: 10px;
    position: relative;
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    -ms-transition: all 180ms ease;
    -o-transition: all 180ms ease;
    transition: all 180ms ease;
}
#content-wrapper #left #left_menu .program-a._confi-dso {
    font-size: 1.8em;
    padding: 11px 9px 9px 109px;
    text-align: left;
    height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-dso img {
    position: absolute;
	left: 10px;
	top: 10px;
}
#content-wrapper #left #left_menu .program-a._confi-rack {
    font-size: 1.8em;
    padding: 11px 6px 9px 109px;
    text-align: left;
    height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-rack._ES {
	font-size: 1.5em;
}
#content-wrapper #left #left_menu .program-a._confi-rack img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 86px;
}
#content-wrapper #left  #left_menu .program-a:hover {
	background: #DDD;
	color: #555;
}
#content-wrapper #content {
	font-size: 1.2em;
}
#content-wrapper #content p,
#content-wrapper #content ul li {
	line-height: 1.6em;
}

.podpunkt li {
    list-style-type: initial !important;
    margin-left: 14px;
}

.podpunkt-a li {
    list-style-type: lower-alpha;
    margin-left: 14px;
}

ul.toggle-list-kursor-myszka > li {
    font-size: 0.8em;
    text-align: center; 
    overflow: hidden;
    margin-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #DDD;
    cursor: default;
    margin-bottom: 40px;
}

/* #content-wrapper #content ul li  ul li{
    margin-left: 14px;
    list-style-type: disc; 
} */




/*

				MainProductPage

*/
#MainProductPage .description {
    background: #F3F3F3;
    width: 90%;
    margin: 0 auto;
    margin-top: 120px;
    padding: 20px 20px;
    box-sizing: border-box;
}
#MainProductPage .description h1 {
    margin-bottom: 10px;
}
#MainProductPage .description p {
    font-size: 1.2em;
}
#MainProductPage h2 {
    padding: 20px 0px 20px 14px;
    font-size: 24px;
}
#MainProductPage h2 a {
    margin-left: 20px;
    background: #F5F5F5;
    padding: 3px 12px;
    color: #B3B3B3;
}
#MainProductPage ul {
	width: 100%;
	overflow: hidden;
}
#MainProductPage ul li {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
	position: relative;
	width: 290px;
	margin: 0px 3px 0px 6px;
}
#MainProductPage ul li:first-child {
	/*margin-left: 0;*/
}
#MainProductPage ul li:nth-child(n+0) {
    margin-left: 0;
}
#MainProductPage ul li:nth-child(4n+0) {
    margin-right: 0;
}
#MainProductPage ul li a {
	margin-top: 0%;
}
#MainProductPage ul li img {
	width: 100%;
}
#MainProductPage ul li p {
    text-align: left;
    font-weight: normal;
    height: 0px;
    overflow: hidden;
    background: rgba(85,85,85,0.8);
    color: #FFF;
    font-size: 1.2em;
    padding: 0% 7%;
	-webkit-transition: all 180ms ease;
	-moz-transition: all 180ms ease;
	-ms-transition: all 180ms ease;
	-o-transition: all 180ms ease;
	transition: all 180ms ease;
}
#MainProductPage ul li:hover p {
	height: 118px;
	background: rgba(85,85,85,0.8);
}
#MainProductPage ul li:hover h4 {
	background: rgba(85,85,85,0.8);
}
#MainProductPage ul li h3 {
    text-align: left;
    background: #545454;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
#MainProductPage ul li h4 {
    color: #222;
    background: rgba(85, 85, 85, 0.8);
    color: #FFF;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
#MainProductPage ul li div.mask {
	position: absolute;
	bottom: 5px;
	width: 100%;
}
/*

				Product Page

*/
#productPage .header .box-2 > div {
	width: 50%;
}
#productPage .header .box-2 #warranty {
	text-align: right;
	padding-right: 20px;
}
#productPage .header .box-2 #productPhoto {
	text-align: left;
	padding-left: 20px;
}
#productPage .header .box-3 > div {
	width: 33%;
}
#productPage .header .box-3 #warranty {
	text-align: right;
	padding-right: 20px;
}
#productPage .header .box-3 #productPhoto {
	text-align: left;
	padding-left: 20px;
}
#productPage .header #warranty .warranty {
	width: 130px;
	height: auto;
}
#productPage .header #productPhoto .productPhoto {
	width: 220px;
	height: auto;
}
#productPage .header #extra .powerSerie {
	width: 230px;
	height: auto;
}
#productPage .header #extra .leaflet {
	width: 80px;
	height: auto;
}
#productPage .header a.norma {
	display: block;
	position: relative;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    background: #F8F8F8;
    padding: 5px 0;
    font-size: 1.4em;
	text-align: center;
}
#productPage .header a.norma img {
    position: absolute;
    left: 4px;
    top: -12px;
}
#productPage #panel p {
    margin: 4px 0;
	padding: 4px 0;
    color: #696969;
    font-weight: bold;
}
#productPage #panel img {
	width: 140px;
	height: auto;
}
#productPage #medal {
	position: relative;
}
#productPage #medal img,
#productPage #medal p {
	position: absolute;
}
#productPage #medal img {
	width: 50px;
	height: auto;
}
#productPage #medal p#mtp-securex-2014 {
	top: 50px;
	right: 10px;
	background: #F8F8F8;
	padding: 5px 10px 5px 45px;
	font-weight: 700;
	font-size: 13px;
	width: 120px;
	text-align: right;
}
#productPage #medal #mtp-securex-2014-medal {
    width: 62px;
    left: 30px;
    top: 38px;
    z-index: 5;
}
#productPage #medal #mtp-securex-2014-statuetka {
	left: 0px;
	top: 0px;
	z-index: 1;
}
#productPage #CNBOP img {
	width: 180px;
}
#productPage #CNBOP ul {
	text-align: left;
	margin-left: 40px;
}
#productPage #CNBOP ul li {
    background: url(../../../img/ikona/pdf.png) no-repeat 0px 0px;
    background-size: 16px;
    list-style: none;
    padding: 4px 0px 3px 20px;
    margin-top: 5px;
    font-weight: 700;
}
.beforeProductDescription {
    border-left: 28px solid #DDD;
    padding: 5px 10px;
    margin: 20px 0px 20px 0px;
    font-size: 1.3em;
    background: #FFF;
    border-bottom: 1px solid #DDD;
}
#productPage.view-list .products .beforeProductDescription {
    padding: 12px 0;
    font-size: 1.2em;
}
#productPage .products .product:hover {
	background: #f5f5f5;
	color: #3399FF;
	cursor: pointer;
}
#productPage.view-list .singlePhoto {
    width: 180px;
    height: 150px;
    padding: 0 1.5%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#productPage.view-list .singlePhoto img {
    width: auto;
    max-height: 90%;
    max-width: 150px;
}
#productPage.view-list .products .product {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
}	
#productPage.view-list .products .product h4 {
    padding: 10px 0 0 20px;
}
#productPage.view-list .products .product .code {
    display: inline;
    color: #555555;
    padding: 6px 10px;
    margin-left: 20px;
	font-size: 1.4em;
    position: absolute;
    top: 0px;
    right: 0px;
}
#productPage.view-list .products .product .new_Text {
	display: block;
	width: 180px;
	text-align: center;
}
#productPage.view-list .products h3.name {
	background: none repeat scroll 0 0 #858585;
	font-size: 1.2em;
	height: auto;
	padding: 5px;
	font-weight: normal;
	color: #FFFFFF;
}	
#productPage.view-list .products .product > div {
	display: table;
	width: 100%;
}
#productPage.view-list .products .product > div .photo {
	width: 180px;
    height: 150px;
    padding: 0 1.5%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#productPage.view-list .products .product > div .photo a img {
    width: auto;
    max-height: 90%;
    max-width: 150px;
}
#productPage.view-list .products .product > div .description {
	overflow: hidden;
	width: 100%;
	display: table-row;
}
#productPage.view-list .products .product > div .description > a {
	display: table;
	vertical-align: middle;
	padding: 2%;
	padding-top: 0;
}
#productPage.view-list .products .product > div .name {
	width: 78%;
	padding-right: 2%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 1.4%;
}
#productPage.view-list .products .product .product-span-code,
#productPage.view-list .products .product .product-span-name {
	display: block;
	font-size: 1.2em;
	margin-left: 12px;
}
#productPage.view-list .products .product .product-span-code strong {
	font-size: 1.4em;
}
#productPage.view-list .products .product .product-span-name span {
	font-size: 1.2em;
}
/*

				Product Page - Lista produktów - widok: Boxy

*/
#productPage.view-box .photo {
	display: none !important;
}
#productPage.view-box .visible-box {
	display: block;
}
#productPage.view-box .visible-list {
	display: none;
}
#productPage.view-box .products .product .singlePhoto {
	text-align: center;
}
#productPage.view-box .products .product .singlePhoto img {
    max-height: 140px;
    width: auto;
    max-width: 70%;
    height: auto;
    position: absolute;
	top: -78px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
}
#productPage.view-box .products .product {
    width: 32%;
    margin: 1% 1.6%;
    display: inline-block;
    box-sizing: border-box;
    padding: 1%;
    vertical-align: top;
    height: 220px;
    position: relative;
}	
#search #productPage.view-box .products .product {
	width: 24%;
	margin: 0.6% 1%;
}
#search #productPage.view-box .products .product:nth-of-type(n+0) {
    margin-left: 0;
}
#search #productPage.view-box .products .product:nth-of-type(4n+0) {
    margin-right: 0;
}
#productPage.view-box .products .product:nth-of-type(n+0) {
    margin-left: 0;
}
#productPage.view-box .products .product:nth-of-type(3n+0) {
    margin-right: 0;
}
#productPage.view-box .products .product > div .photo {
    width: 150px;
    height: 150px;
    padding: 0 1.5%;
    text-align: center;
	display: block;
	width: 100%;
}
#productPage.view-box .products .product .name {
    position: absolute;
    bottom: 16px;
}
#productPage.view-box .products .product .name #paramsList {
	display: none;
}
#productPage.view-box .products .product h4 {
	position: absolute;
	bottom: 10px;
}
#productPage.view-box .products .product > div .photo a img {
    width: auto;
    max-height: 90%;
    max-width: 150px;
}
#productPage.view-box .products .product span.price {
    position: absolute;
    bottom: 90px;
    right: 70px;
    padding: 10px 14px;
    font-size: 1.4em;
}
#productPage.view-box .products .product span.price.new {
   
    
}
#productPage.view-box .products .product span.price.sale {
   
}
#productPage.view-list .products .watermark_MeanWell {
    position: absolute;
    width: 80px;
    right: 10px;
    top: 10px;
	opacity: .2;
}
#productPage.view-box .products .watermark_MeanWell {
	display: none;
}

#productList h1 {
    color: inherit;
    border-bottom: 1px solid #3399FF;
    padding-bottom: 15px;
}
#productList span {
	margin: 0 4px;
	font-size: 1.4em;
}
#productList span:nth-child(1) {
	margin-left: 0;
}
#productList.subgroup.view-box ul li {
    width: 32%;
    margin: 1% 1.6%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 1%;
    vertical-align: top;
	height: 280px;
	position: relative;
} 
#productList li a {
	font-size: 1.2em;
}
#productList.subgroup.view-box ul li h3 {
	height: 60px;
	display: none;
}
#productList.subgroup.view-box ul li h4.description {
	display: none;
}
#productList.subgroup.view-box ul li .box-photo .imageBox {
	width: 240px;
	height: 200px;
}
#productList.subgroup.view-box ul li .box-content-outer {
	margin-bottom: 10px;
}
#productList.subgroup.view-box ul li:nth-child(n+0) {
    margin-left: 0;
}
#productList.subgroup.view-box ul li:nth-child(3n+0) {
    margin-right: 0;
}
#productList.subgroup.view-box ul li h4 {
	display: none;
}
#productList.subgroup.view-box .box-links {
	display: none;
}
/*

				Product Page - Lista produktów - widok: Lista

*/
#productList.subgroup.view-list ul li {
	width: 100%;
	padding: 10px;
	margin: 16px 0;
	box-sizing: border-box;
	position: relative;
}
#productList.subgroup.view-list ul li.new_Mark {
	border: 0;
}
#productList.subgroup.view-list ul .new_Mark .new_Text {
	display: none;
}
#productPage.view-list .visible-list {
	display: block;
}
#productPage.view-list .visible-box {
	display: none;
}
#productList.view-list .box-content-outer {
	display: table;
	padding: 20px 0px 20px 0px;
}
#productList.view-list .box-content {
	display: table-row;
	position: relative;
}
#productList.view-list .box-photo,
#productList.view-list .box-links {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	position: relative;
}
#productList.subgroup.view-list ul li a {
	display: block;
	margin: 10px 0;
	-webkit-transition: all 180ms ease;
	-moz-transition: all 180ms ease;
	-ms-transition: all 180ms ease;
	-o-transition: all 180ms ease;
	transition: all 180ms ease;
	position: relative;
	z-index: 99;
}
#productList.subgroup.view-list ul li > a {
	display: none;
}
#productList.subgroup.view-list ul li .buttons {
	width: 70%;
	overflow: hidden;
}
#productList.subgroup.view-list ul li h4 {
	position: absolute;
	font-size: 1.2em;
}
#productList.subgroup.view-list ul li h4 p.above_links {
    width: 50%;
    right: 0;
	font-weight: 300;
}
#productList.subgroup.view-list .imageBox {
    width: 320px;
    height: 270px;
}
/*

				Box ze zdjęciami

*/
.imageBox {
	position: relative;
}
.imageBox img {
	max-width: 80%;
	position: absolute;
}
.imageBox{
	padding:5px;
}
/*

				changeBox

*/
#content #headerBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0px 10px 0px;
}
#changeViewBox {
    width: 20%;
    float: right;
    text-align: right;
    line-height: 32px;
}
#changeViewBox i {
	cursor: pointer;
	margin-left: 10px;
	color: #DDD;
	-webkit-transition: all 180ms ease;
	-moz-transition: all 180ms ease;
	-ms-transition: all 180ms ease;
	-o-transition: all 180ms ease;
	transition: all 180ms ease;
}
#changeViewBox i:hover {
	color: #555;
}
#changeViewBox span {
	position: relative;
	bottom: 4px;
}
/*

				Paginacja

*/
.pagination a {
    display: inline-block;
    padding: 8px 20px;
    margin: 0 2px;
    background: #f8f8f8;
    border: 1px solid #EEE;
    color: #555;
    font-size: 1.2em;
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    -ms-transition: all 180ms ease;
    -o-transition: all 180ms ease;
    transition: all 180ms ease;

}
.pagination a:hover,
.pagination a.active {
	background: #09a0f1;
	color: #FFF;
}
/*

				Lista rozwijana - toggle-box

*/
ul.toggle-list > li {
	overflow: hidden;
	margin-bottom: 10px;
	border-top: 1px solid #DDD;
	cursor: pointer;
}
ul.toggle-list > li h3 {
    margin-top: 10px;
}
ul.toggle-list > li h3 img {
	display: block;
	float: left;
	margin: 10px;
	width: 400px;
}
ul.toggle-list .ukryty {
	display: none;
}
ul.toggle-list .ikona {
    width: 40px;
    height: 40px;
    float: right;
    background: #DDD;
    text-align: center;
    line-height: 40px;
    color: #555;
}
ul.toggle-list .content {
	width: 100%;
	display: none;
	overflow: hidden;
	font-size: 1.2em;
	cursor: auto;
	margin-bottom: 30px;
}
/*

				Layout - footer

*/
#footer {
	background: #555;
	color: #FFF;
	height: auto;
	/*overflow: hidden;*/
	clear: both;
}
#footer #newsletter {
	background: #f1f1f1;
	color: #555555;
}
#footer #newsletter > div {
    width: 1060px;
    margin: 0 auto;
    padding: 10px 0;
    padding-right: 120px;
    font-size: 1.5em;
    height: 34px;
    text-align: right;
    height: 70px;
    line-height: 70px;
}
#footer #newsletter > div form {
	display: inline-block;
}
#footer #newsletter > div a {
    color: #09a0f1;
    font-weight: 700;
}
#footer #newsletter > div input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-right: 9px;
}
#footer #newsletter > div input[type="text"] {
	padding: 7px 8px;
    border-top: 3px solid #d1d1d1;
    border-left: 3px solid #d1d1d1;
    transition: box-shadow 0.3s, border 0.3s;
    width: 300px;
    color: #555;
    font-family: inherit;
    margin-left: 30px;
}
#footer #newsletter > div input[type="submit"] {
    font-family: inherit;
    width: 33px;
    height: 33px;
    position: relative;
    top: -2px;
    left: -4px;
	background: #09a0f1;
	color: #FFF;
}
#footer #newsletter > div input[type="submit"]:disabled {
	color: #555;
	background: #DDD;
}
#footer #newsletter .checkbox {
    border: 1px solid #dddddd;
    width: 21px;
    height: 21px;
    background: #FFF;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 6px;
    right: 5px;
}
#footer #newsletter .checkbox.checked {
    background: #FFFFFF url(../img/icon_check.png) no-repeat center center;
}
#footer #newsletter div#checkboxRegulamin {
    border: 1px solid #dddddd;
    width: 21px;
    height: 21px;
    background: #FFF;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 6px;
    right: 5px;
}
#footer #newsletter div#checkboxRegulamin.checked {
	background: #FFFFFF url(../img/icon_check.png) no-repeat center center;
}
#footer #newsletter #newsletterCaptcha {
	margin-left: 0px;
	width: 20px;
}

#footer #newsletter-span-accept {
    overflow: hidden;
    width: 63%;
    display: block;
    float: left;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2em;
}
#footer #newsletter-span-accept .newsletter-reg {
    margin-top: 3px;
    padding-left: 43px;
}

#footer #newsletter-span-accept .newsletter-text {
    padding: 7px 0;
}

#footer #newsletter-span-accept .checkbox {
    border: 2px solid #d1d1d1;
    float: left;
    top: 0;
    right: 0;
    margin: 16px 10px;
}

#footer #footer-content {
	width: 1180px;
	margin: 0 auto;
    padding: 20px 0px;
	font-size: 1.4em;
	color: #d1d1d1;
}
#footer #footer-content > div {
    display: inline-block;
    width: 19%;
    margin: 0 0.3%;
	vertical-align: top;
}
#footer #footer-content > div h5 {
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
	font-size: 1.4em;
}
#footer #footer-content a {
	display: block;
	color: #FFF;
}
#footer #footer-content a:hover {
	color: #09a0f1;
}
#footer #footer-content > div img {
    width: 56%;
    display: block;
    margin: 8% auto;
	margin-top: 0;
}
#footer #footer-copyright {
    font-size: 1.2em;
    text-align: center;
    background: #484848;
	color: #D1D1D1;
    padding: 20px 0;
}
/*

				Button - scroll to top

*/
#btn_ScrollToTop {
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 54px;
	bottom: 70px;
	right: 70px;
	background: rgba(221, 221, 221, 0.6);
	text-align: center;
	display: none;
	cursor: pointer;
}
.watermark {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
iframe[name=google_conversion_frame] {
	display: none;
}
/*

			Nowy produkt
			
*/
.new_Mark {
	border-right: 2px solid #d65656;
}
.new_Text {
    color: #d65656;
    padding: 6px 0px;
    position: absolute;
    left: 10px;
    top: 3px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em !important;
	z-index: 1;
}
.new_Plate {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 35px;
    line-height: 35px;
    padding-right: 10px;
    background: #d65656;
    z-index: 9;
    color: #fff;
    text-align: center;
    font-size: 1em !important;
    padding: 0px 10px;
}

.link_strefa_dystrybutora a{
	padding: 6px;
	background: #666;
	color: #fff;
	font-size: 16px;
}
.link_strefa_dystrybutora a:hover{
	background: #999;
}