@charset "utf-8";
/* CSS Document */

b, strong {
	font-family: 'open_sansbold';
	font-weight:600;
}
a:focus, a:hover {
	outline:none;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('../fonts/opensans-semibolditalic-webfont.eot');
    src: url('../fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.eot');
    src: url('../fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans-bolditalic-webfont.eot');
    src: url('../fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('../fonts/opensans-extrabolditalic-webfont.eot');
    src: url('../fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}
#page div.ciastka {
	background-color:#0473B9;
	width:100%;
	position:fixed;
	bottom:0px;
	min-height:90px;
	color:#fff;
	z-index:1000;
	padding:20px;
	text-align:center;
	display:none;
}
#page div.ciastka a {
	color:#fff;
	font-weight:600;	
}
#page div.ciastka button {
	float:none;
	width:100px;
	margin-top:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	background-color:#EB2025;
	color:#fff;
	padding:5px;
	border:none;
	
}
#page .tagi {
	color:transparent;	
}
.padding10 {
	padding:10px;	
}
.padding20 {
	padding:20px;	
}
.container {
	padding:0px;	
	overflow:hidden;
}
.margin15 {
	height:15px;	
}
.margin20 {
	height:20px;	
	width:100%;
}
.clear {
	clear:both;	
}
#page #footer  {
	max-width:100%;
	overflow:hidden;
}
#page .nav-tabs {
    border:none;
}
#page .nav-tabs > li.active > a, #page .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: rgba(41,171,223,0.3);;
    border:none;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
#page .nav-tabs > li > a {
	border:1px solid transparent;	
}
#page .nav-tabs > li.active > a {
	border:solid 1px transparent
	 !important;
}
#page .nav-tabs > li.active {
	border:none !important;
}
#page div.tab-content {
	margin-bottom:20px;	
}
#page div.tab-content img {
	margin:auto;
	display:block;
	width:750px;
	height:auto;
	max-width:100%;
	height:auto;	
}
#page ul.nav.nav-tabs {
	padding:0 80px;	
}
#page ul.nav.nav-tabs li a {
	padding:5px;	
}
#page ul.nav.nav-tabs li a img {
	height:auto;	
}
body {
	/*overflow-x:hidden;*/
	 font-family: 'open_sansregular';
	 font-weight:400;
	 background-color:#fff;
	 line-height:1.6em;
	 font-size:14px;
}

#page header {
	padding-top:20px;	
}
#page header div#logo {
	width:200px;
	float:left;	
}
#page header div#social_media {
	float:right;
	width:200px;	
}
#page header div#social_media ul {
	float:right;
	margin-top:25px;
	margin-right:20px;
}
#page header div#social_media ul li {
	display:inline-block;
	margin-left:10px;
	margin-top:20px;
}
#page header div#call_center {
	width:215px;
	float:right;	
	padding:15px 20px;
	margin-top:20px;
}
#page header div#call_center img {
	float:left;	
}
#page header div#call_center p:nth-of-type(2) {
	float:right;	
	font-size:18px;
	 font-family: 'open_sansbold';
	 font-weight:600;
	 padding-bottom:0;
	 line-height:1em;
	 color:#009fe3;
}
#page header div#call_center p:nth-of-type(3) {
	float:right;	
	font-size:13px;
	padding:0;
	line-height:1em;
	color:#eb2025;
}
#page header div#wyszukiwarka {
	width:270px;
	float:right;	
	margin-right:20px;
}
#page header div.wyszukiwarka p {
	float:left;	
}
#page header  form.ccm-search-block-form {
	float:right;	
	width:270px;
	margin-bottom:0px;
	margin-top:15px;
}
#page header form.ccm-search-block-form h3 {
	display:none;	
}
#page header form.ccm-search-block-form input[name="query"] {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height:35px;
	outline:none;
	width:270px;
	color:#29abdf;
	padding:10px;
	padding-left:15px;
	background-color:#fff;
	box-shadow:none;
	border:1px solid #bee6f5;
	  font-family: 'open_sansitalic';
	font-weight:normal;
	font-style:italic;
}
#page header form.ccm-search-block-form input:placeholder  {
color:#29abdf;
	font-size:14px;
	   font-family: 'open_sansitalic';
	font-weight:normal;
	font-style:italic;
}
::-webkit-input-placeholder {
   color:#29abdf;
   font-size:14px;
    font-family: 'open_sansitalic';
	font-weight:normal;
	font-style:italic;
}

:-moz-placeholder { /* Firefox 18- */
   color:#29abdf;
   font-size:14px;
      font-family: 'open_sansitalic';
	font-weight:normal;
	font-style:italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#29abdf;
   font-size:14px;
     font-family: 'open_sansitalic';
	font-weight:normal;
	font-style:italic;
}

:-ms-input-placeholder {  
 color:#29abdf;
 font-size:14px;
   font-family: 'open_sansitalic';
	font-weight:normal;
	font-style:italic;
}
:placeholder {
	color:#29abdf;
	font-size:14px;
	   font-family: 'open_sansitalic';
	font-weight:normal;
	font-style:italic;
}
#page header  form.ccm-search-block-form input[name="submit"] {
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-color:transparent;
	position:relative;top:-27px;right:10px;
	border:none;
	width:20px;
	height:20px;
	float:right;
}
#page header nav {
	background-color:#0473b9;
	border:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	min-height:0;
}
#page header nav .navbar-collapse {
	padding:0;	
}
#page header nav ul {
	float:left;	
}
#page header nav ul.nav li {
	float:left;	
	background-image:url("../images/kropki.png");
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:0 10px;
}
#page header nav ul.nav li:first-of-type {
	backgrond:none;	
}
#page header nav ul.nav li a {
	color:#fff;	
	padding:10px 20px;
}
#page header nav  ul.konfig {
	float:left;	
	margin-left:15px;
}
#page header nav ul.konfig li a {
	color:#fff;	
	padding:10px 20px;
	display:block;
}
#page header nav ul.konfig li a:hover {
	background-color:#29abdf;
	text-decoration:none;
}
#page header nav ul.nav li a:hover, #page header nav ul.nav li a.nav-path-selected, #page header nav ul.nav li a.nav-selected.nav-path-selected {
	background-color:#29abdf;
}
#page header nav ul.nav li:first-of-type a {
	padding:10px 20px;
	background-image:url("../images/domek.png");
	background-repeat:no-repeat;
	background-position:10px 10px;
	text-indent:-99999px;	
}
#page #slider_menu div.slider_menu_left {
	min-height:355px;
	border-top:3px solid #29abdf;	
}
#page #slider_menu div.slider_menu_left  ul.nav {
	border-bottom:1px solid #e5242b;
	padding-top:15px;
	padding-bottom:15px;
	-webkit-padding-top-start:5px;
}
#page #slider_menu div.slider_menu_left  ul.nav li a {
	background-image:url("../images/ptaszek_czerwony.png");
	background-repeat:no-repeat;
	background-position:15px 13px;
	color:#0473b9;	
	padding:7px;
	padding-left:30px;
	 font-family: 'open_sanssemibold';
	 font-weight:500;
}
#page #slider_menu div.slider_menu_right {
	width:870px;
	overflow:hidden;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell span.largeText {
	background-color:transparent;
	font-size:34px;
	margin-left:485px;
	width:300px;
	position:absolute;top:70px;
	font-weight:bold;
	text-shadow:none;
	color:#0473b9;
	  font-family: 'open_sansextrabold';
	  font-weight:700;
	  text-transform:uppercase;
	  line-height:30px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell span.largeText  span {
	float:none;
	font-size:18px;
	position:absolute;top:80px;left:10px;
	width:300px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell span.smallText {
	background-color:transparent;
	font-size:14px;
	line-height:20px;
	color:#393939;
	margin-left:485px;
	width:320px;
	position:absolute;top:180px;
	clear:right;
	text-shadow:none;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell div.powerSliderContainer a {
	z-index:0 !important;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell a#wiecej {
	background-color:#0072b7;
	border:none;
	padding:10px 20px;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	position:absolute;bottom:50px;left:510px;
	z-index:5;
}
#page #slider_menu div.slider_menu_right  div.powerSliderPagination {
	margin-right:0px !important;
	float:right !important;
	width:593px !important;
}
#page #slider_menu div.slider_menu_right  .powerSliderPagination a {
	background-color:#00ade2;
	height:2px;
	margin-right:5px;
	width:15px;
	text-indent:9999em;
	padding:0;
}
#page #slider_menu div.slider_menu_right .powerSliderPagination a.activeSlide {
	background-color:#0573b8;
	height:2px;
	margin-right:5px;
	width:15px;
	text-indent:9999em;
	padding:0
}

#page #three_banners div.banner p {
	color:#232323;
	font-size:14px;
	padding:10px;
}
#page #three_banners div.banner p:first-of-type {
	color:#0473b9;
	font-size:22px;
	text-transform:uppercase;
	width:200px;
	line-height:24px;
}
#page #three_banners div.banner p a {
	display:block;
	background-color:#eb2025;
	width:140px;
	padding:10px;
	text-align:center;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	position:absolute;
	top:165px;right:30px;
	background-image:url("../images/ptaszek_bialy.png");
	background-repeat:no-repeat;
	background-position:13px 14px;
}

#page #news {
	padding-top:30px;
	border-top:1px solid #eb2025;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura {
	width:49%;
	float:left;	
	padding-right:10px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.zdjecie {
	width:270px;
	height:220px;
	float:left;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.zdjecie img {
	max-width:100%;
	max-height:100%;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga {
	width:270px;
	height:220px;
	float:right;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga a h3 {
	font-size:21px;
	color:#eb2025;
	padding-bottom:10px;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga p.data {
	color:#0473b9;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga div.opis {
	height:90px;
	overflow:hidden;
	margin-bottom:15px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga div.lacze a {
	display:block;
	background-color:#eb2025;
	width:140px;
	padding:7px;
	text-align:center;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background-image:url("../images/ptaszek_bialy.png");
	background-repeat:no-repeat;
	background-position:13px 14px;
}
#page #clients .ca-container {
    position: relative;
    margin: 10px auto;
    width: 1090px;
	height:90px;
}
#page #clients .ca-container div.ca-nav {
}
#page #clients {
	padding-top:10px;
	border-top:1px solid #eb2025;	
}
#page #clients div.clients {
	width:220px;
	float:left;	
	height:90px;
}
#page #clients div.clients div.clients_img {
	width:220px;
	height:90px;	
}
#page #clients div.clients div.clients_img img {
	max-width:100%;
	height:auto;	
	display:block;
	margin:0 auto;
}

/* PRODUKTY KOMPLEMENTARNE */

#page .produkty_komplementarne {
	min-height:250px;
}
.ca-wrapper {
	overflow:hidden !important;
	overflow-x:hidden !important;
}
.ca-container {
    position: relative;
    margin: 25px auto 20px;
    width: 1090px;
	height:250px ;
}
.ca-container.height {
	height:auto;	
}
#page .produkty_komplementarne div.produkt_komplementarny {
	width:220px;
	min-height:250px;
	height:250px;
	float:left;	
}
#page .produkty_komplementarne div.produkt_komplementarny div.produkt_k_zdjecie {
	width:220px;
	height:180px;	
	border-right:1px dotted #7f7f7f;
}
#page .produkty_komplementarne div.produkt_komplementarny div.produkt_k_zdjecie img {
	max-width:98%;
	height:180px;	
	display:block;
	margin:0 auto;
}
#page .produkty_komplementarne div.produkt_komplementarny div.nazwa_produktu {
	
	width:50%;
	max-width:50%;
	text-align:left;
	overflow:hidden;
}
#page .produkty_komplementarne div.produkt_komplementarny div.nazwa_produktu p {
	color:#00b1f0;
	font-size:13px;
}
#page .produkty_komplementarne div.produkt_komplementarny div.kod_produktu {
	width:50%;	
	text-align:left;
}
#page .produkty_komplementarne div.produkt_komplementarny div.link_produktu a {
	width:30%;	
	text-align:center;
	position:absolute;
	right:20px;
	bottom:30px;
	display:block;
	padding:5px;
	background-color:#eb2025;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
/* PRODUKTY KOMPLEMENTARNE end */


/* PODSTRONA */
#page div.left_side {
}
#page div.left_col ul.nav {
	margin-top:5px;
	border-bottom:2px solid #0473b9;
	margin-bottom:20px;
}
#page div.left_col ul.nav  li  {
	border-top:1px dotted #000;
}
#page div.left_col ul.nav  li:first-of-type {
	border:none;	
}
#page div.left_col ul.nav  li  a {
	color:#0473b9;
	font-family: 'open_sanssemibold';
	font-weight:500;
	margin:1px 0;
	padding:6px 15px;
}
#page div.left_col ul.nav  li  a:hover, #page div.left_col ul.nav  li  a.nav-path-selected  {
	background-color:#29abdf;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page div.left_col div.dane_kontaktowe p {
	font-size:20px;
}
#page div.left_col div.dane_kontaktowe p:first-of-type {
	font-size:22px;
	color:#0473b9;	
	font-family: 'open_sanssemibold';
	   font-weight:500;
	   padding-bottom:20px;
}
#page div.left_col div.dane_kontaktowe p img {
	display:block;
	float:left;
	margin-top:4px;	
	margin-right:10px;
}
#page div.left_col div.dane_kontaktowe hr {
	border-top:1px dotted #000;
}
#page div.left_col div.dane_kontaktowe hr + p {
	font-size:13px;
	padding-bottom:20px;
}
#page div.left_col div.dane_kontaktowe p a.mail {
	color:#000;
	background:none;
	display:inline;	
}
#page div.left_col div.dane_kontaktowe p a  {
	font-size:20px;
	color:#fff;
	padding:5px;
	display:block;
	width:100%;
	text-align:center;
	background-color:#eb2025;
	margin-top:10px;	
	font-family: 'open_sanssemibold';
	   font-weight:500;
	   font-size:16px;
	   border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page article.right_col {
	padding-left:20px;	
}
#page article.right_col div.right_col_left {
	width:550px;
	float:left;	
}
#page article.right_col div.right_col_left div.oferty_pracy {
	width:100%;
	background-color:#29abdf;
	padding-bottom:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page article.right_col div.right_col_left div.oferty_pracy p:first-of-type {
	font-size:20px;
	color:#fff;
	padding:20px;
	background: rgba(26,146,211,1);
background: -moz-linear-gradient(left, rgba(26,146,211,1) 0%, rgba(31,154,215,1) 51%, rgba(41,171,223,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26,146,211,1)), color-stop(51%, rgba(31,154,215,1)), color-stop(100%, rgba(41,171,223,1)));
background: -webkit-linear-gradient(left, rgba(26,146,211,1) 0%, rgba(31,154,215,1) 51%, rgba(41,171,223,1) 100%);
background: -o-linear-gradient(left, rgba(26,146,211,1) 0%, rgba(31,154,215,1) 51%, rgba(41,171,223,1) 100%);
background: -ms-linear-gradient(left, rgba(26,146,211,1) 0%, rgba(31,154,215,1) 51%, rgba(41,171,223,1) 100%);
background: linear-gradient(to right, rgba(26,146,211,1) 0%, rgba(31,154,215,1) 51%, rgba(41,171,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a92d3', endColorstr='#29abdf', GradientType=1 );
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-ms-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
}
#page article.right_col div.right_col_left div.oferty_pracy ul {
	padding:20px 20px 20px 20px;	
}
#page article.right_col div.right_col_left div.oferty_pracy ul li {
	color:#fff;	
	font-family: 'open_sanssemibold';
	font-weight:500;
	background-image:url("../images/form_bird.png");
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:20px;
	margin-bottom:30px;
	clear:both;
}
#page article.right_col div.right_col_left div.oferty_pracy ul li a:first-of-type {
	color:#fff;	
	font-family: 'open_sanssemibold';
	font-weight:500;
	padding-left:20px;
}
#page article.right_col div.right_col_left div.oferty_pracy ul li a:nth-child(2) {
	background-color:#fff;
	color:#29abdf;	
	padding:5px 10px;
	text-align:right;
	display:block;
	float:right;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page div#msg {
	background-color:#29abdf;
	color:#fff;
}
.miniSurveyView #msg .error {
    padding-left: 16px;
    color: #fff;
}
#page article.right_col div.right_col_left form table, #page article.right_col div.right_col_left form , #page article.right_col div.right_col_left form table tr  {
	max-width:100%;
}
#page article.right_col div.right_col_left form table tr td span, form table tr td span {
	color:#29abdf;
}
#page article.right_col div.right_col_left form table tr td input {
	width:100%;
}
#page article.right_col div.right_col_left form table tr td input.formBlockSubmitButton.ccm-input-button, #page #form form table tr td input.formBlockSubmitButton.ccm-input-button {
	background-color:#29abdf;
	color:#fff;
	border:none;
	box-shadow:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	padding:10px;
}

#page article.right_col div.right_col_left p {
	text-align:justify;
	padding-bottom:15px;	
}
#page article.right_col div.right_col_right {
	width:270px;
	float:right;
	margin-top:70px;	
}
#page article.right_col div.right_col_right  img {
	max-width:100%;
	height:auto;	
}
#page  h1 {
	color:#29abdf;
	font-size:25px;
	line-height:27px;
	 font-family: 'open_sansbold';
	 font-weight:600;
	 margin-bottom:10px;
}
#page  h2 {
	color:#29abdf;
	font-size:16px;
	line-height:27px;
	 font-family: 'open_sanssemibold';
	 font-weight:600;
	 margin-bottom:10px;
}
#page  div.okruszki  {
	color:#29abdf;
	font-size:14px;
	margin-bottom:10px;
}
#page  div.okruszki  a {
	color:#0473b9;
}
/* PODSTRONA END */


/* KARIERA*/
#page .ccm-page-list.kariera {
	background-color:#29abdf;
	float:left;
	padding:0px;
	width:100%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page .ccm-page-list.kariera p {
	display:block;
	padding:20px;
	color:#fff;
	font-size:20px;	
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-ms-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
	background: rgba(31,154,215,1);
background: -moz-linear-gradient(left, rgba(31,154,215,1) 0%, rgba(32,154,215,1) 50%, rgba(41,171,223,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,154,215,1)), color-stop(50%, rgba(32,154,215,1)), color-stop(100%, rgba(41,171,223,1)));
background: -webkit-linear-gradient(left, rgba(31,154,215,1) 0%, rgba(32,154,215,1) 50%, rgba(41,171,223,1) 100%);
background: -o-linear-gradient(left, rgba(31,154,215,1) 0%, rgba(32,154,215,1) 50%, rgba(41,171,223,1) 100%);
background: -ms-linear-gradient(left, rgba(31,154,215,1) 0%, rgba(32,154,215,1) 50%, rgba(41,171,223,1) 100%);
background: linear-gradient(to right, rgba(31,154,215,1) 0%, rgba(32,154,215,1) 50%, rgba(41,171,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f9ad7', endColorstr='#29abdf', GradientType=1 );
}
#page .ccm-page-list.kariera li {
	width:100%;
	float:left;
	background-image:url("../images/ptaszek_bialy.png");
	background-position:20px 15px;
	background-repeat:no-repeat;
	padding:10px 20px;
	padding-left:40px;
	margin-bottom:10px;
}
#page .ccm-page-list.kariera li div.name {
	width:60%;
	float:left;
	height:auto;	
}
#page .ccm-page-list.kariera li div.name a {
	color:#fff;
	text-decoration:underline;
}
#page .ccm-page-list.kariera li div.lacze  {
	float:right;
}
#page .ccm-page-list.kariera li div.lacze a {
	padding:5px 10px;
	color:#29abdf;
	background-color:#fff;
	text-align:center;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
/* KARIERA end */

/* REALIZACJE */
#page #map-poland {	
}
#page .css-map-container.m500 {
	margin-left:200px;	
}
#page ul.map-visible-list {
	position:relative;left:-270px;top:-460px;	
	width:260px;
	float:left;
	margin-bottom:-460px;
}
#page ul.map-visible-list li a {
	color:#0473b9;	
	 font-family: 'open_sansbold';
	 font-weight:600;
	 border-bottom:1px dotted #c4c4c4;
	 display:block;
	 width:100%;
	 margin-bottom:5px;
	 padding-bottom:5px;
	 background-image:url("../images/ptaszek_blue.jpg");
	background-repeat:no-repeat;
	background-position:right 0px top 1px;
}
#page ul.map-visible-list li a:hover {
	background-image:url("../images/ptaszek_blue_hover.jpg");
	background-repeat:no-repeat;
	background-position:right 0px top 2px;
}
#page ul.poland.css-map {
	left:0px;
}
#page .css-map-container {
    margin-left: 270px !important;
    overflow: visible;
    padding: 0px !important;
}
#page .css-map > li a .tooltip-arrow {
    display:none !important;
}
.tooltip-arrow {
  display:none !important;
}
#page .realizacje h2 {
	font-size:20px;
	color:#29abdf;
	font-family: 'open_sansbold';
	font-weight:500;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #29abdf;
}
#page .realizacje ul li p:first-of-type {
	float:left;	
	width:140px;
}

#page .realizacje ul li h3,#page .realizacje ul li h3 a  {
	font-size:18px;
	float:left;
	color:#0473b9;
	margin-top:10px;	
}
#page .realizacje ul li h3 + p {
	color:#29abdf;
	clear:both;
}
#page .realizacje ul li p:nth-of-type(2),#page .realizacje ul li p:nth-of-type(2) a  {
	color:#eb2226;
	clear:both;
}
#page .realizacje ul li hr {
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
	border-top:1px dotted #94d5ef;
}
#page .realizacje ul li table {
	margin-bottom:10px;
	border-bottom:1px dotted #94d5ef ;
	padding-bottom:30px;
	width:100%;
	clear:both;
}
#page .realizacje ul li table tr td {
	vertical-align:middle;
}
#page .realizacje ul li table tr td:first-of-type {
	/*display:block;*/
	width:140px !important;
}
#page .realizacje ul li table tr td:first-of-type img  {
	display:block;
	margin:auto;
	max-width:130px;
	height:auto;
}
/* REALIZACJE END */


/* AKTUAlNOSCI */
#page  ul.blog div.ccm-page-list li div.miniatura {
	width:100%;
	float:left;	
	padding-right:10px;
	margin-bottom:20px;
	position:relative;
}
#page ul.blog div.ccm-page-list li div.miniatura div.zdjecie {
	width:270px;
	height:220px;
	float:left;	
}
#page ul.blog div.ccm-page-list li div.miniatura div.zdjecie img {
	max-width:100%;
	max-height:100%;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page ul.blog div.ccm-page-list li div.miniatura div.opis_bloga {
	width:540px;
	height:220px;
	float:right;	
}
#page ul.blog div.ccm-page-list li div.miniatura div.opis_bloga a h3 {
	font-size:19px;
	color:#eb2025;
	padding-bottom:5px;	
}
#page  ul.blog div.ccm-page-list li div.miniatura div.opis_bloga p.data {
	color:#0473b9;
}
#page ul.blog div.ccm-page-list li div.miniatura div.opis_bloga div.opis {
	height:90px;
	overflow:hidden;
	margin-bottom:10px;
}
#page ul.blog div.ccm-page-list li div.miniatura div.opis_bloga div.lacze a {
	display:block;
	background-color:#eb2025;
	width:140px;
	padding:7px;
	text-align:center;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background-image:url("../images/ptaszek_bialy.png");
	background-repeat:no-repeat;
	background-position:13px 14px;
	position:absolute;bottom:0;
}
/* AKTUALNOSCI END */

/* CERTYFIKATY*/
#page div#ccm-layout-trescpodstrony-1-2 a, #page div#ccm-layout-trescpodstrony-3-4 a {
	color:#EB2025;	
	display:block;
	padding-top:10px;
}
#page div#ccm-layout-trescpodstrony-1-2 a img, #page div#ccm-layout-trescpodstrony-3-4 a img {
	padding:0px 0 10px 0;
}
/* CERTYFIKATY END */

/* USLUGI*/
#page .full hr {
	border:1px solid #c5e8f6;	
}
#page div#ccm-layout-trescpodstrony-9-1 h2  {
	font-size:30px;
	margin-bottom:10px;
}
#page div#ccm-layout-trescpodstrony-9-1 img {
	display:block;
	margin:auto;	
	max-width:100%;
	height:auto;
}
#page div#ccm-layout-trescpodstrony-10-3 img, #page div#ccm-layout-trescpodstrony-12-5 img {
	display:block;
	margin:10px auto 20px auto;	
	max-width:100%;
	height:auto;
}
#page div#ccm-layout-trescpodstrony-10-3 h2, #page div#ccm-layout-trescpodstrony-12-5 h2 {
	font-size:30px;
	margin-bottom:20px;
	text-align:center;	
}
#page div#ccm-layout-trescpodstrony-10-3 p, #page div#ccm-layout-trescpodstrony-12-5 p {
	margin-bottom:20px;
	text-align:center;	
	padding:0 12px;
}
/* USLUGI END */

/* PRODUKTY */
#page div.left_col.produkty {
	padding-top:50px;	
}
#page div.left_col.produkty ul.nav {
	border:none;	
}
#page div.left_col.produkty ul.nav li:last-of-type {
	border-bottom:1px dotted #000;	
}
#page div.left_col.produkty ul.nav li a {
	 background: url("../images/plus.png");
	 background-repeat:no-repeat;
	 background-position:right 1px top 11px;
	 padding:11px; 
	 padding-left:5px;
}
#page div.left_col.produkty ul.nav li  ul {
	width:100%;
	display:none;
}
#page div.left_col.produkty ul.nav li:hover > ul {
	display:none;
}
#page div.left_col.produkty ul.nav li:hover > ul li {
	border:none;	
}
#page div.left_col.produkty ul.nav li:hover > ul li a {
	background:none;
	padding:5px;
	display:block;
	padding-left:30px;	
	width:100%;
	text-decoration:none;
}
#page div.left_col.produkty ul.nav li:hover > ul li a:hover,#page div.left_col.produkty ul.nav li:hover > ul li a.nav-path-selected  {
	color:#fff;
	background-color:#29abdf;	
}
#page div.left_col.produkty ul.nav li a:hover {
	color:#0473b9;;
	background: url("../images/minus.png") no-repeat;
  background-position:right 1px top 11px;
}
#page div.left_col.produkty ul.nav li:hover  a {
	color:#0473b9;;
	background: url("../images/minus.png") no-repeat;
  background-position:right 1px top 11px;
}

#page div.left_col.produkty_open ul.nav li:last-of-type {
	border-bottom:1px dotted #000;	
}
#page div.left_col.produkty_open {
	padding-top:50px;	
}
#page div.left_col.produkty_open ul.nav {
	border:none;	
}
#page div.left_col.produkty_open ul.nav li a {
	 background: url("../images/plus.png");
	 background-repeat:no-repeat;
	 background-position:right 1px top 11px;
	 padding:11px;
	 padding-left:5px;
}
#page div.left_col.produkty_open ul.nav li  > ul {
	display:none;	
}
#page div.left_col.produkty_open ul.nav li:hover >   ul {
	width:100%;
	border:none;
	display:block;
	margin:0px 0px;
}
#page div.left_col.produkty_open ul.nav li:hover >   ul {
	display:none;	
}

#page div.left_col.produkty_open ul.nav li ul li, #page div.left_col.produkty_open ul.nav li ul li:last-of-type {
	border:none;	
}
#page div.left_col.produkty_open ul.nav li ul li a {
	background:none;
	padding:5px;
	display:block;
	padding-left:30px;
	width:100%;
	text-decoration:none;
	border:none;
}
#page div.left_col.produkty_open ul.nav li.nav-selected.nav-path-selected > ul {
	display:block;	
}
#page div.left_col.produkty_open ul.nav li:hover > ul li a {
	background:none;	
}
#page div.left_col.produkty_open ul.nav li > ul li a.nav-selected.nav-path-selected {
	color:#fff;
	background:none;	
	background-color:#29abdf;
}

#page div.left_col.produkty_open ul.nav li:hover > ul li a:hover,#page div.left_col.produkty_open ul.nav li:hover > ul li a.nav-path-selected  {
	color:#fff;
	background:none;	
	background-color:#29abdf;
}
#page div.left_col.produkty_open ul.nav li a:hover, #page div.left_col.produkty_open ul.nav li a.nav-path-selected {
	color:#0473b9;;
	background: url("../images/minus.png") no-repeat;
  background-position:right 1px top 11px;
}
#page div.left_col.produkty_open ul.nav li.nav-path-selected > ul {
	display:block;	
}
#page div.left_col.produkty_open ul.nav li:hover  a {
	color:#0473b9;;
	background: url("../images/minus.png") no-repeat;
  background-position:right 1px top 11px;
}
#page div.left_col.produkty_open ul.nav li.nav-path-selected  ul li.nav-path-selected a.nav-path-selected {
	background:none;	
	background-color:#29abdf;
	color:#fff;
	 border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page div.left_col.produkty div.banner, #page div.left_col.produkty_open div.banner {
	border:1px solid #34afe1;
	padding:20px;	
}
#page div.left_col.produkty div.banner p:nth-child(1), #page div.left_col.produkty_open div.banner p:nth-child(1) {
	color:#eb2025;
	  font-family: 'open_sanssemibold';
	font-weight:500;
	padding-bottom:20px;
}
#page div.left_col.produkty div.banner p:nth-child(2), #page div.left_col.produkty_open div.banner p:nth-child(2) {
	color:#29abdf;
	font-size:20px;
	padding-bottom:20px;
}
#page div.left_col.produkty div.banner p:nth-child(3) a, #page div.left_col.produkty_open div.banner p:nth-child(3) a {
	background-color:#eb2025;
	color:#fff;	
	padding:10px 20px;
	display:block;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
#page article.right_col.produkty {
	padding-left:0;	
}
#page article.right_col ul.nasze_produkty li {
	width:33%;float:left;
	margin-bottom:20px;	
	height:auto;
	display:block;
}
#page article.right_col ul.nasze_produkty li div.miniatura {
	width:95%;	
	height:auto;
}
#page article.right_col ul.nasze_produkty li div.miniatura div.zdjecie {
	width:270px;
	height:250px;
	margin-bottom:10px;	
	line-height:185px;
	border: 1px solid #DCDCDC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
#page article.right_col ul.nasze_produkty li div.miniatura div.zdjecie img {
	max-width:90%;
	display:block;
	margin:auto;	
	vertical-align:middle;
	height:auto;
} 
#page article.right_col ul.nasze_produkty li div.opis_bloga div.box {
		min-height:55px;
}
#page article.right_col ul.nasze_produkty li div.opis_bloga div.box a.tytul  h3 {
	font-family: 'open_sanssemibold';
	   font-weight:500;
	color:#0473b9;
	text-transform:uppercase;
	padding-bottom:10px;
	font-size:15px;
}
#page article.right_col ul.nasze_produkty li div.opis_bloga  div.opis {
	width:99%;
	border-top:1px dotted #000;
	padding-top:10px;
}
#page article.right_col ul.nasze_produkty li div.opis_bloga div.lacze {
	position:relative;	
	padding-top:10px;
}
#page article.right_col ul.nasze_produkty li div.opis_bloga div.lacze div.line {
	position:absolute;
	border-bottom:1px solid #dcdcdc;
	height:10px;
	width:100%;	
	z-index:0;
}
#page article.right_col ul.nasze_produkty li div.opis_bloga div.lacze a {
	padding:5px 15px 5px 10px;
	text-align:left;
	background-color:#eb2025;
	color:#fff;	
	position:relative;top:0;left:180px !important;
	z-index:1;
	 border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
 #fancybox-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px !important;
    z-index: 1101;
    display: none;
}
#fancybox-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background:#000 !important;
	opacity:0.8 !important;
    z-index: 1100;
    display: none;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    overflow: visible !important;
}
#cboxOverlay {
    background:none !important;
	 background:#000 !important;
	opacity:0.8 !important;
	 position: fixed;
}
#page article.right_col .right_col_left_photo {
	width:570px;
	float:left;	
}
#page article.right_col .right_col_left_photo ul li {
	background:none;	
}
#page article.right_col div.photo,#page article.right_col div.opis_produktu {
	width:570px;
	float:left;	
	margin-top:7px;
	margin-bottom:10px;
}
#page article.right_col div.photo,#page article.right_col div.opis_produktu ul {
	margin:5px 0;	
}
#page article.right_col div.opis_produktu ul li {
	background-image:url("../images/ptaszek_czerwony_maly.png");
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:10px;
}
#page div.lightboxed-image-block {
	border: 1px solid #E7E7E7;
}
#page div.lightboxed-image-block , #page div.lightboxed-image-block a img {
	max-width:100%;
	height:auto;
	display:block;	
	margin:0 auto;
}
#page article.right_col div.photo div.simple_image_gallery_container {
	border:1px solid #e7e7e7;
	margin-top:10px;
}
#page article.right_col div.right_col_right_galeria {
	width:270px;
	float:right;	
}
#page article.right_col div.galeria {
	width:270px;
	float:right;	
}
#page article.right_col div.right_col_right_galeria div.galeria div.simple_image_gallery_container {
	margin-top:35px;	
	padding-bottom:30px;
	border-bottom:1px dotted #b2b2b2;
	margin-bottom:20px;
}
#page article.right_col div.right_col_right_galeria div.galeria div.simple_image_gallery_container div.simple_image_gallery_image {
	width:48% !important;
	margin:0 1%;
	padding:4px 0;
}
#page article.right_col div.right_col_right_galeria div.galeria div.simple_image_gallery_container div.simple_image_gallery_image div {
}
#page article.right_col div.right_col_right_galeria div.galeria div.simple_image_gallery_container div:hover {
	/*background-color:#f0585c;*/	
}
#page article.right_col div.right_col_right_galeria div.galeria div.simple_image_gallery_container  img {
	border:1px solid #e7e7e7;
	max-width:100%;
	height:auto;
}
#page article.right_col div.right_col_right_galeria div.kod_produktu {
	color:#000;
	width:270px;	
	margin-bottom:20px;
}
#page article.right_col div.right_col_right_galeria div.kod_produktu p {
	font-size:14px;
	color:#00b1f0;
	display:inline;	
}
#page article.right_col div.right_col_right_galeria div.kod_produktu span {
	text-align:right;
	float:right;	
	display:inline;
	font-size:17px;
}
#page article.right_col div.right_col_right_galeria div.karta_produktu, #page article.right_col div.right_col_right_galeria div.instrukcja {
	float:right;
	color:#000;
	width:270px;	
}
#page article.right_col div.right_col_right_galeria div.karta_produktu a, #page article.right_col div.right_col_right_galeria div.instrukcja a {
	background-image:url("../images/karta_produktu.png");
	background-repeat:no-repeat;
	background-position:center;	
	padding:20px;
	display:block;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}
/*div.ccm-remo-expand {
  border-bottom:1px dotted #000;
  padding-bottom:15px;
  margin-bottom:5px;
}

#page div.left_col.produkty .ccm-remo-expand-title {
  cursor: pointer;
  margin-left: 0px;
  color:#0473b9;
}
#page div.left_col.produkty .ccm-remo-expand-content {
  padding:5px;
  margin-left: 0px;

} 
#page div.left_col.produkty .ccm-remo-expand-content a {
	color:#29abdf;
	padding-left:10px;	
}
#page div.left_col.produkty .ccm-remo-expand-open {
  background: url("../images/minus.png") no-repeat 2px 2px;
  padding-left:0px;
  background-position:right 10px top 2px;
}
#page div.left_col.produkty .ccm-remo-expand-closed {
  background: url("../images/plus.png") no-repeat 2px 2px;
  background-position:right 10px top 2px;
  padding-left:0px;
}*/
/* PRODUKTY END */


/* KONTAKT */
#page div.left_col.kontakt div.dane_kontaktowe p {
	font-size:18px;
}
#page div.left_col.kontakt {
	border-top:3px solid #29abdf;	
	padding-top:30px;
}
#page div.left_col.kontakt div.nip_regon {
	padding:20px;
	text-align:left;;	
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
#page article.right_col div.kolumn_kontakt {
	width:250px;
	float:left;
	margin-right:30px;	
}
#page article.right_col div.kolumn_kontakt hr {
	border-top:1px dotted #000;	
	margin-bottom:0px;
}
#page article.right_col div.kolumn_kontakt p:first-of-type {
	color:#0473b9;
	font-size:16px;
	font-family: 'open_sanssemibold';
	   font-weight:500;
}
#page article.right_col div.kolumn_kontakt p:nth-of-type(7) {
    color: #0473B9;
    font-size: 16px;
    font-family: "open_sanssemibold";
    font-weight: 500;
}

#page article.right_col div.kolumn_kontakt p a {
	color:#29abdf;
	background-image:url("../images/mail_maly.png");
	background-repeat:no-repeat;
	background-position:0px;
	font-size:14px;
	font-family: 'open_sansregular';
	 font-weight:400;
	padding-left:20px;
}
#page  form table tr td span {
	color:#29abdf;
}
#page  form table tr td input,  form table tr td select {
	width:100%;
}
#page article.right_col div.right_col_left form table tr td input.formBlockSubmitButton.ccm-input-button, #page form table tr td input.formBlockSubmitButton.ccm-input-button {
	background-color:#29abdf;
	color:#fff;
	border:none;
	box-shadow:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	padding:10px;
}
#page div.left_col.kontakt div.dane_kontaktowe p {
    font-size: 18px;
}
#page div.left_col.kontakt div.dane_kontaktowe hr + p {
    font-size: 13px;
    padding-bottom: 20px;
}
/* KONTAKT END */
#page #footer {
	border-top:5px solid #29abdf;
	padding-bottom:20px;
}
#page #footer div.footer_banner p:first-of-type  a {
	color:#e5242b;
	font-family: 'open_sanssemibold';
	   font-weight:500;
}
#page #footer div.footer_banner.kontakt {
	width:225px;	
}
#page #footer div.footer_banner.kontakt p:first-of-type a {
	color:#e5242b;
	font-family: 'open_sanssemibold';
	   font-weight:500;
	   float:left;
	   width:50%;
	   padding-bottom:20px;
}
#page #footer div.footer_banner.kontakt p:nth-of-type(2) {
		color:#e5242b;
		float:left;
		font-family: 'open_sanssemibold';
	   font-weight:500;
	   width:50%;
	   text-align:right;
	   padding-bottom:20px;
}
#page #footer div.footer_banner.kontakt p:nth-of-type(3) {
	color:#29abdf;
	font-size:14px;
	 font-family: 'open_sanssemibold';
	   font-weight:500;
	   padding-bottom:10px;
}
#page #footer div.footer_banner.kontakt p a {
	color:#e5242b;
	text-decoration:none;
}

#page #footer div.footer_banner hr {
	clear:both;
	margin-top:10px;
	border-color:#eb2025;
	border:1px solid #eb2025;
}
#page #footer div.footer_banner ul.nav li a {
	color:#29abdf;
	font-size:13px;	
	font-family: 'open_sanslight';
	font-weight:300;
	background-image:url("../images/ptaszek_czerwony_maly.png");
	background-repeat:no-repeat;
	background-position:10px 13px;
	padding:2px;
	padding-left:20px;
}
#page #footer div.footer_banner ul.nav li a:hover {
	background-color:transparent;	
}

#page #footer div.footer_banner.banner  img {
	display:block;
	margin:auto;	
	margin-bottom:10px;
}
#page #footer div.footer_banner.banner {
	width:250px;
	border:1px solid #29abdf;
	padding:10px;
	text-align:center;
}
#page #footer div.footer_banner.banner p {
	font-size:18px;
	color:#0473b9;
	padding-bottom:20px;
}
#page #footer div.footer_banner.banner p a {
	color:#fff;
	padding:10px 20px;
	background-color:#eb2025;
	margin-top:10px;	
	font-family: 'open_sanssemibold';
	   font-weight:500;
	   font-size:16px;
	   border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page #footer footer  {
	margin-top:10px;
	border-top:1px solid #e5242b;
	padding-top:10px;	
	padding-bottom:20px;
}
#page #footer footer div.certyfikat p {
	color:#29abdf;	
	text-align:center;
}
#page #footer footer div.design p {
	text-align:right;
}
#page #footer footer  p {
	padding:0px 20px;;	
	font-size:13px;
}
#page #footer footer  p a {
	color:inherit;	
}
/* wyszukiwarka wyniki*/
#page div#searchResults  {
	margin-top:-20px;	
	margin-left:-10px;
}
#page div.searchResult {
	width:213px;
	display:inline-block;	
	margin-left:19px;
}
#page div.searchResult div.searchResult_img {
	width:218px;
	height:218px;	
	border:1px solid #c9eaf7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	margin-bottom:10px;
}
#page div.searchResult div.searchResult_img:hover {
	border:1px solid #eb2226;
}
#page div.searchResult div.searchResult_img img {
	max-width:99%;
	height:auto;	
	display:block;
	margin:auto;
}
#page div#searchResults div.searchResult  p.searchResult_link {
	background-image:url("../images/result.png");
	background-position:right 0px;;
	background-repeat:no-repeat;
}
#page div#searchResults div.searchResult  p.searchResult_link  a {
	color:#eb2226;
	padding-right:20px;
	
}
#page div#searchResults div.searchResult p span {
	background-color:transparent !important;
	color:#000;
}
/* wyszukiwarka wyniki END */

@media (min-width: 993px) and  (max-width: 1199px) {
.container {
					width: 980px;
}
#page article.right_col ul.nasze_produkty li div.miniatura div.zdjecie img {
	max-width:80%;
	display:block;
	margin:auto;	
	vertical-align:middle;
	height:auto;
} 
#page #slider_menu div.slider_menu_left {
	min-height:300px;
	border-top:3px solid #29abdf;	
}
#page #slider_menu div.slider_menu_left ul.nav {
    border-bottom: 1px solid #E5242B;
    padding-top: 7px;
    padding-bottom: 7px;
}
#page #slider_menu div.slider_menu_left  ul.nav li a {
	background-image:url("../images/ptaszek_czerwony.png");
	background-repeat:no-repeat;
	background-position:5px 13px;
	color:#0473b9;	
	 font-family: 'open_sanssemibold';
	 font-weight:500;
	 padding:6px;
	 padding-left:20px;
	 font-size:11px;
}
#page #slider_menu div.slider_menu_right {
	width:730px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell {
	width:730px;	
	height:290px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell  div.powerSliderContainer a.powerSlide img {
	width:730px;	
}
#page #slider_menu div.slider_menu_right div.powerSliderShell span.largeText {
	background-color:transparent;
	font-size:30px;
	margin-left:400px;
	width:300px;
	position:absolute;top:40px;
	font-weight:bold;
	text-shadow:none;
	color:#0473b9;
	  font-family: 'open_sansextrabold';
	  font-weight:700;
	  text-transform:uppercase;
	  line-height:30px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell span.largeText  span {
	float:none;
	font-size:18px;
	position:absolute;top:80px;left:10px;
	width:300px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell span.smallText {
	background-color:transparent;
	font-size:14px;
	line-height:20px;
	color:#393939;
	margin-left:400px;
	width:320px;
	position:absolute;top:150px;
	clear:right;
	text-shadow:none;
	
}
#page #slider_menu div.slider_menu_right div.powerSliderShell a#wiecej {
	background-color:#0072b7;
	border:none;
	padding:10px 20px;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	position:absolute;bottom:20px;left:410px;
	z-index:5;
}
#page #slider_menu div.slider_menu_right  div.powerSliderPagination {
	margin-right:0px !important;
	float:right !important;
	width:493px !important;
	position:absolute;bottom:240px !important;
}
#page #three_banners div.banner img {
	max-width:100%;
	height:auto;	
}
#page #three_banners div.banner p {
	color:#232323;
	font-size:14px;
	padding:10px;
}
#page #three_banners div.banner p:first-of-type {
	color:#0473b9;
	font-size:19px;
	text-transform:uppercase;
	width:200px;
	line-height:24px;
}
#page #three_banners div.banner p a {
	display:block;
	background-color:#eb2025;
	width:120px;
	padding:6px;
	text-align:center;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	position:absolute;
	top:145px;right:20px;
	background-image:url("../images/ptaszek_bialy.png");
	background-repeat:no-repeat;
	background-position:10px 12px;
	font-size:13px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura {
	width:49%;
	float:left;	
	padding-right:10px;
	margin-bottom:20px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.zdjecie {
	width:220px;
	height:220px;
	float:left;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.zdjecie img {
	max-width:100%;
	max-height:100%;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga {
	width:220px;
	height:220px;
	float:right;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga a h3 {
	font-size:20px;
	color:#eb2025;
	padding-bottom:10px;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga p.data {
	color:#0473b9;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga div.opis {
	height:90px;
	overflow:hidden;
	margin-bottom:15px;
	font-size:13px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga div.lacze a {
	display:block;
	background-color:#eb2025;
	width:140px;
	padding:7px;
	text-align:center;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background-image:url("../images/ptaszek_bialy.png");
	background-repeat:no-repeat;
	background-position:13px 14px;
}
#page #clients .ca-container {
    position: relative;
    margin: 0px auto;
    width: 890px;
    height: 100px;
}
.ca-item {
    position: relative;
    float: left;
    width: 185px !important;
    height: 100%;
    text-align: center;
}
#page #clients div.clients {
    width: 170px;
    float: left;
    height: 100px;
}

#page #clients div.clients div.clients_img {
    width: 170px;
    height: 100px;
}

/* REALIZACJE */
.map-visible-list {
}
#page ul.map-visible-list {
	display:none;
    position: relative;
    left: -205px;
    top: -450px;
    width: 200px;
    float: left;
    margin-bottom:-290px;
}
#page .css-map-container {
    margin-left: 0px !important;
    overflow: visible;
    padding: 0px !important;
}
#page ul.map-visible-list li a {
    color: #0473B9;
    font-family: "open_sansbold";
    font-weight: 600;
	font-size:13px;
    border-bottom: 1px dotted #C4C4C4;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background-image: url('../images/ptaszek_blue.jpg');
    background-repeat: no-repeat;
    background-position: right 0px top 1px;
}

#page .realizacje ul li h3, #page .realizacje ul li h3 a {
    font-size: 16px;
    float: left;
    color: #0473B9;
    margin-top: 10px;
}
#page .realizacje ul li p:nth-of-type(2), #page .realizacje ul li p:nth-of-type(2) a {
    color: #EB2226;
    clear: both;
	font-size:13px;
}
#page .realizacje ul li table tr td:first-of-type img {
    display: block;
    margin: auto;
    max-width: 120px;
    height: auto;
}
/* REALIZACJE END */

/* PODSTRONA */
#page div.left_col div.dane_kontaktowe p:first-of-type {
    font-size: 20px;
    color: #0473B9;
    font-family: "open_sanssemibold";
    font-weight: 500;
    padding-bottom: 20px;
}
#page div.left_col div.dane_kontaktowe p {
    font-size: 18px;
}
#page article.right_col div.right_col_left {
    width: 400px;
    float: left;
}
page article.right_col div.right_col_left p {
    text-align: justify;
    padding-bottom: 15px;
}
#page article.right_col div.right_col_left div.oferty_pracy ul li {
	padding-left:5px;
}
/* PODSTRONA END */

/* PRODUKTY */
#page div.left_col.produkty ul.nav li a {
    background: url('../images/plus.png') no-repeat scroll right 1px top 11px transparent;
    padding: 6px 20px 5px 5px;
}
#page div.left_col.produkty_open ul.nav li a {
    background: url('../images/plus.png') no-repeat scroll right 1px top 8px transparent;
    padding: 6px 20px 5px 5px;
}
#page article.right_col ul.nasze_produkty li {
    width: 33%;
    float: left;
    margin-bottom: 20px;
    height: auto;
    display: block;
}
#page article.right_col ul.nasze_produkty li div.miniatura div.zdjecie {
    width: 230px;
    height: 185px;
    margin-bottom: 10px;
    line-height: 185px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}
#page article.right_col ul.nasze_produkty li div.opis_bloga div.lacze a {
    padding: 5px 15px 5px 10px;
    text-align: left;
    background-color: #EB2025;
    color: #FFF;
    position: relative;
    top: 0px;
    left: 140px !important;
    z-index: 1;
    border-radius: 5px;
}
#page article.right_col .right_col_left_photo, #page article.right_col .right_col_left_photo div.photo  {
	width:400px;
	float:left;	
}
#page article.right_col .right_col_left_photo div.photo img {
	height:auto;	
}
#page article.right_col div.opis_produktu {
    width: 400px;
    float: left;
    margin-top: 7px;
    margin-bottom: 10px;
}

.ca-container {
    position: relative;
    margin: 25px auto 20px auto;
    width: 880px;
    height: 250px;
}

#page .produkty_komplementarne div.produkt_komplementarny {
    width: 180px;
    min-height: 250px;
    height: 240px;
    float: left;
}
#page .produkty_komplementarne div.produkt_komplementarny div.produkt_k_zdjecie {
    width: 170px;
    height: 170px;
	margin-bottom:10px;
    border-right: 1px dotted #7F7F7F;
}
/* PRODUKTY END */

/* KONTAKT */
#page div.left_col.kontakt {
	border-top:3px solid #29abdf;	
	padding-top:30px;
}
#page div.left_col.kontakt div.nip_regon {
	padding:20px;
	text-align:left;;	
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
#page article.right_col div.kolumn_kontakt {
	width:215px;
	float:left;
	margin-right:20px;	
}
#page article.right_col div.kolumn_kontakt hr {
	border-top:1px dotted #000;	
	margin-bottom:0px;
}
#page article.right_col div.kolumn_kontakt p:first-of-type {
	color:#0473b9;
	font-size:15px;
	font-family: 'open_sanssemibold';
	   font-weight:500;
}
#page article.right_col div.kolumn_kontakt p a {
	color:#29abdf;
	font-size:13px;
	background-image:url("../images/mail_maly.png");
	background-repeat:no-repeat;
	background-position:0px;
	padding-left:20px;
}
#page article.right_col div.right_col_left form table, #page article.right_col div.right_col_left form , #page article.right_col div.right_col_left form table tr  {
	max-width:90%;
}
#page article.right_col div.right_col_left form table tr td input, #page article.right_col div.right_col_left form table tr td select, #page article.right_col div.right_col_left form table tr td textarea {
	width:300px;	
}
	
/* KONTAKT END */

}

@media (min-width: 769px) and  (max-width: 991px) { 
.container {
	width:750px;	
}
#page article.right_col ul.nasze_produkty li div.miniatura div.zdjecie img {
	max-width:80%;
	display:block;
	margin:auto;	
	vertical-align:middle;
	height:auto;
} 
#page #slider_menu div.slider_menu_left {
	min-height:0px;
	border-top:3px solid #29abdf;	
	margin-bottom:20px;
}
#page #slider_menu div.slider_menu_left  ul.nav li a {
	background-image:url("../images/ptaszek_czerwony.png");
	background-repeat:no-repeat;
	background-position:0px 12px;
	color:#0473b9;	
	 font-family: 'open_sanssemibold';
	 font-weight:500;
	 padding:6px;
	 padding-left:16px;
	 font-size:12px;
	 float:left;
	 display:block;
}
#page #slider_menu div.slider_menu_right {
	width:100%;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell {
	width:750px;	
	height:325px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell  div.powerSliderContainer a.powerSlide img {
	width:750px;	
	height:325px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell span.largeText {
	background-color:transparent;
	font-size:25px;
	margin-left:420px;
	width:300px;
	position:absolute;top:40px;
	font-weight:bold;
	text-shadow:none;
	color:#0473b9;
	  font-family: 'open_sansextrabold';
	  font-weight:700;
	  text-transform:uppercase;
	  line-height:30px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell span.largeText  span {
	float:none;
	font-size:18px;
	position:absolute;top:80px;left:10px;
	width:300px;
}
#page #slider_menu div.slider_menu_right div.powerSliderShell span.smallText {
	background-color:transparent;
	font-size:14px;
	line-height:20px;
	color:#393939;
	margin-left:420px;
	width:320px;
	position:absolute;top:150px;
	clear:right;
	text-shadow:none;
	
}
#page #slider_menu div.slider_menu_right div.powerSliderShell a#wiecej {
	background-color:#0072b7;
	border:none;
	padding:10px 20px;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	position:absolute;bottom:20px;left:410px;
	z-index:5;
}
#page #slider_menu div.slider_menu_right  div.powerSliderPagination {
	margin-right:0px !important;
	float:right !important;
	width:493px !important;
	position:absolute;bottom:270px !important;
}
#page #three_banners div.banner {
	width:390px;
	float:left;
	clear:right;
}

#page #three_banners div.banner img {
	max-width:100%;
	height:auto;	
}
#page #three_banners div.banner p {
	color:#232323;
	font-size:14px;
	padding:10px;
}
#page #three_banners div.banner p:first-of-type {
	color:#0473b9;
	font-size:19px;
	text-transform:uppercase;
	width:200px;
	line-height:24px;
}
#page #three_banners div.banner p a {
	display:block;
	background-color:#eb2025;
	width:120px;
	padding:6px;
	text-align:center;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	position:absolute;
	top:145px;right:20px;
	background-image:url("../images/ptaszek_bialy.png");
	background-repeat:no-repeat;
	background-position:10px 12px;
	font-size:13px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura {
	width:49%;
	float:left;	
	padding-right:10px;
	margin-bottom:20px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.zdjecie {
	width:250px;
	height:220px;
	float:left;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.zdjecie img {
	max-width:100%;
	max-height:100%;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga {
	width:90%;
	height:220px;
	float:left;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga a h3 {
	font-size:20px;
	color:#eb2025;
	padding-bottom:10px;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga p.data {
	color:#0473b9;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga div.opis {
	height:90px;
	overflow:hidden;
	margin-bottom:15px;
	font-size:13px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.opis_bloga div.lacze a {
	display:block;
	background-color:#eb2025;
	width:140px;
	padding:7px;
	text-align:center;
	color:#fff;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background-image:url("../images/ptaszek_bialy.png");
	background-repeat:no-repeat;
	background-position:13px 14px;
}
#page #clients .ca-container {
    position: relative;
    margin: 0px auto;
    width: 670px;
    height: 100px;
}

/* PODSTRONA */
#page div.left_col.produkty_open {
    padding-top: 0px;
}
#page div.left_col.produkty_open ul.nav li a {
    background: url('../images/plus.png') no-repeat scroll right 1px top 11px transparent;
    padding: 11px;
	font-size:13px;
}
#page div.left_col div.dane_kontaktowe p {
    font-size: 12px;
}
#page article.right_col div.right_col_left {
    width: 470px;
    float: left;
}
#page article.right_col div.right_col_right {
	display:none;	
}
/* PODSTRONA END */

/* PRODUKTY */
#page article.right_col ul.nasze_produkty li {
    width: 49%;
    float: left;
    margin-bottom: 20px;
    height: auto;
    display: block;
}
#page article.right_col ul.nasze_produkty li div.miniatura div.zdjecie {
    width: 230px;
    height: 185px;
    margin-bottom: 10px;
    line-height: 185px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}
#page article.right_col ul.nasze_produkty li div.opis_bloga div.lacze a {
    padding: 5px 15px 5px 10px;
    text-align: left;
    background-color: #EB2025;
    color: #FFF;
    position: relative;
    top: 0px;
    left: 130px !important;
    z-index: 1;
    border-radius: 5px;
}
#page article.right_col .right_col_left_photo {
    width: 100%;
    float: none;
}
#page article.right_col div.photo, #page article.right_col div.opis_produktu {
    width: 100%;
    float: none;
    margin-top: 7px;
    margin-bottom: 10px;
}
#page article.right_col div.photo, #page article.right_col div.opis_produktu {
    width: 100%;
    float: none;
    margin-top: 7px;
    margin-bottom: 10px;
}
#page article.right_col div.right_col_right_galeria {
    width: 100%;
    float: none;
}
#page article.right_col div.galeria {
    width: 100%;
    float: none;
}
#page article.right_col div.right_col_right_galeria div.karta_produktu, #page article.right_col div.right_col_right_galeria div.instrukcja {
    float: left;
    color: #000;
    width:270px;
    margin-bottom: 20px;
	clear:both;
}
.ca-container {
    position: relative;
    margin: 25px auto 20px auto;
    width: 670px;
    height: 250px;
}
.ca-item {
    position: relative;
    float: left;
    width: 240px !important;
    height: 100%;
    text-align: center;
}
#page .produkty_komplementarne div.produkt_komplementarny {
    width: 230px;
    min-height: 250px;
    height: 240px;
    float: left;
}
#page .produkty_komplementarne div.produkt_komplementarny div.produkt_k_zdjecie {
    width: 230px;
    height: 170px;
	margin-bottom:10px;
    border-right: 1px dotted #7F7F7F;
}
/* PRODUKTY END */

/* CERTYFIKATY*/
.ccm-layout-1-col-1.ccm-layout-cell.ccm-layout-col.ccm-layout-col-1, .ccm-layout-1-col-2.ccm-layout-cell.ccm-layout-col.ccm-layout-col-2, .ccm-layout-1-col-3.ccm-layout-cell.ccm-layout-col.ccm-layout-col-3, .ccm-layout-1-col-4.ccm-layout-cell.ccm-layout-col.ccm-layout-col-4 {
	width:50% !important;
}
.ccm-layout-3-col-1.ccm-layout-cell.ccm-layout-col.ccm-layout-col-1, .ccm-layout-3-col-2.ccm-layout-cell.ccm-layout-col.ccm-layout-col-2, .ccm-layout-3-col-3.ccm-layout-cell.ccm-layout-col.ccm-layout-col-3, .ccm-layout-3-col-4.ccm-layout-cell.ccm-layout-col.ccm-layout-col-4 {
	width:50% !important;	
}
/* CERTY END */

/* USLUGI*/
.ccm-layout-9-col-1.ccm-layout-cell.ccm-layout-col.ccm-layout-col-1 {
	width:60% !important;	
	padding-right:20px;
}
.ccm-layout-10-col-1.ccm-layout-cell.ccm-layout-col.ccm-layout-col-1 {
	width:33% !important;	
}
#page div#ccm-layout-trescpodstrony-9-1 h2  {
	font-size:24px;
	margin-bottom:10px;
}
#page div#ccm-layout-trescpodstrony-10-3 h2, #page div#ccm-layout-trescpodstrony-12-5 h2 {
	font-size:24px;
	margin-bottom:20px;
	text-align:center;	
}
/* USLUGI END */

/* REALIZACJE */
#page ul.map-visible-list {
	display:none;
}
#page .css-map-container {
    margin-left: 0px !important;
    overflow: visible;
    padding: 0px !important;
}
#page .realizacje ul li h3 a {
    font-size: 13px;
    float: left;
    color: #0473B9;
    margin-top: 10px;
}
#page .realizacje ul li p:nth-of-type(2), #page .realizacje ul li p:nth-of-type(2) a {
    color: #EB2226;
    clear: both;
	font-size: 12px;
}
/* REALIZACJE END */



/* KONTAKT */
#page div.left_col.kontakt {
	border-top:3px solid #29abdf;	
	padding-top:30px;
}
#page div.left_col.kontakt div.nip_regon {
	padding:20px;
	text-align:left;;	
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
#page article.right_col div.kolumn_kontakt {
	width:230px;
	float:left;
	margin-right:30px;	
}
#page article.right_col div.kolumn_kontakt hr {
	border-top:1px dotted #000;	
	margin-bottom:0px;
}
#page article.right_col div.kolumn_kontakt p:first-of-type {
	color:#0473b9;
	font-size:15px;
	font-family: 'open_sanssemibold';
	   font-weight:500;
}
#page article.right_col div.kolumn_kontakt p a {
	color:#29abdf;
	font-size:13px;
	background-image:url("../images/mail_maly.png");
	background-repeat:no-repeat;
	background-position:0px;
	padding-left:20px;
}
#page div.left_col.kontakt div.dane_kontaktowe p {
    font-size: 12px;
}
#page #footer footer div.certyfikat p {
    color: #29ABDF;
    text-align: left;
}
#page #footer footer div.design p {
    text-align: left;
}
/* KONTAKT END */
}




@media (max-width:767px) {
.container {
		width:98%;	
		padding-left:1%;
		padding-right:1%;
}
#page header div#logo {
    width: 200px;
    float: none;
	margin:auto;;
}
 #page header div#wyszukiwarka {
    width: 270px;
    float: none;
    margin: auto;
}
#page header div#call_center {
    width: 215px;
    float: none;
    padding: 15px 20px;
	margin:auto;
}
#page header nav ul.nav li {
	float:none;	
	background-image:url("../images/kropki.png");
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:0 0px;
}
#page header nav ul {
    float: none;
}
#page header nav ul.konfig {
    float: none;
    margin-left: 0px;
}
#page header nav ul.nav li:first-of-type a {
	padding:10px 20px;
	background-image:url("../images/domek.png");
	background-repeat:no-repeat;
	background-position:15px 10px;
	text-indent:-99999px;	
}
#page #news ul.blog div.ccm-page-list li div.miniatura {
    width: 100%;
    float: left;
    padding-right: 0px;
    margin-bottom: 20px;
}
#page #news ul.blog div.ccm-page-list li div.miniatura div.zdjecie {
    width: 300px;
    height: 220px;
    float: none;
}
#page #news ul.blog div.ccm-page-list li  div.miniatura div.opis_bloga {
    width: 270px;
    height: 220px;
    float: none;
}
#page #three_banners div.banner p:first-of-type {
color: #0473b9;
font-size: 20px;
text-transform: uppercase;
width: 100%;
line-height: 24px;
}
#page #three_banners div.banner p a {
    display: block;
    background-color: #EB2025;
    width: 140px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    position: static;
    top: 165px;
    right: 30px;
    background-image: url('../images/ptaszek_bialy.png');
    background-repeat: no-repeat;
    background-position: 13px 14px;
}
#page div.banner img {
	max-width:100%;
	height:auto;	
}
#page #clients {
	display:none;	
}
#page div.left_col.produkty_open ul.nav li a {
    background: url('../images/plus.png') no-repeat scroll right 1px top 11px transparent;
    padding: 11px;
	font-size:13px;
}
#page div.left_col.produkty_open {
    padding-top: 0px;
}
#page article.right_col div.right_col_left {
    width: 100%;
    float: none;
}
#page article.right_col div.right_col_right {
    width: 100%;
    float: none;
    margin-top: 10px;
}
#page article.right_col div.right_col_right img {
    max-width: 100%;
	height:auto;
}
#page article.right_col {
    padding-left: 0px;
}
#page article.right_col ul.nasze_produkty li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    height: auto;
    display: block;
}
#page article.right_col .right_col_left_photo {
    width: 100%;
    float: none;
}
#page article.right_col div.photo, #page article.right_col div.opis_produktu {
    width: 100%;
    float: none;
    margin-top: 7px;
    margin-bottom: 10px;
}
#page article.right_col div.right_col_right_galeria {
    width: 100%;
    float: none;
}
#page article.right_col div.right_col_right_galeria div.karta_produktu {
    float: left;
    color: #000;
    width: 270px;
    margin-bottom: 20px;
	clear:both;
}
#page article.right_col div.right_col_right_galeria div.instrukcja {
	float:left;
	color:#000;
	width:270px;
	margin-bottom:0;
	clear:both;	
}
#page article.right_col div.galeria {
    width: 100%;
    float: none;
}
#page .produkty_komplementarne {
	display:none;	
}
.ca-container {
    position: relative;
    margin: 25px auto 20px;
    width: 100%;
    height: 250px;
}
.ca-container .ca-item {
    position: relative;
    float: none !important;
    width: 220px;
    height: 100%;
    text-align: center;
}
#page #footer footer div.certyfikat p {
    color: #29ABDF;
    text-align: left;
}
#page #footer footer div.design p {
    text-align: left;
}
#page #footer div.footer_banner {
	margin-bottom:10px;	
}
#page  form table tr td span {
	color:#29abdf;
}
#page  form table tr td input,  form table tr td select, #page  form, #page  form table textarea {
	width:100%;
}
#page  form table,#page  form table input  {
	max-width:100% !important;
}
/* MAPKA */
#page .css-map-container {
    margin-left: 0px !important;
    overflow: visible;
    padding: 0px !important;
}
#page ul.map-visible-list {
   display:none;
}
/* MAPKA END */

	
}
@media (max-width:500px) {
	.row {
		margin-right:0;
		margin-left:0;	
	}
#page  form table,#page  form table input,#page  form table select, #page  form table textarea   {
	max-width:300px !important;
}
}

	

