@icon-font-path 'fonts/';

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v14/Xyjz-jNkfiYuJf8UC3Lizw.woff) format('woff');
}



h3{
	font-weight: bold;
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 10px;
}


/*menu_gora_drop*/
/* PRIMARY MENU style */

.js-css-menu{
display: inline-block;
}


.js-css-menu, .js-css-menu ul, .js-css-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.js-css-menu ul{
	margin-top: -15px !important;
}

.js-css-menu a {
	text-decoration: none;
	
}
.js-css-menu > li {
	display: inline-block;
}
.js-css-menu > li > a {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 20px;
	color: #fff !important;
	background-color: #0054a2;
	border-radius: 0px;
}
.js-css-menu > li:hover > a {
	background-color: #3678b6 !important;
	color: red;
	border-radius: 0px;
}

/* SUBMENU */
.js-css-menu > li div {
	display: block;
	position: absolute;
	left: 0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	padding: 20px !important;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.js-css-menu > li div a {
	color: #333 !important;
}
.js-css-menu > li div a.st:hover, .js-css-menu > li div a.st:focus {
	color: #005aa5 !important;
}
.js-css-menu > li div ul {
	float: left;
	padding: 15px;
}
.js-css-menu > li div ul li {
	line-height: 1.5em;
}
.js-css-menu > li div ul:not(:first-child) {
	margin-left: 0px;
}
.js-css-menu > li:hover div, .js-css-menu > li:focus div {
	color: #333 !important;
	background: #fff;
	padding: 10px 15px;
	border: 2px solid #cccccc;
	visibility: visible;
	opacity: 1;
}

/* VERTICAL style */
.js-css-menu.vertical {
	width: 100%; /* Adjust the width of the vertical menu */
}
.js-css-menu.vertical > li {
	display: inline-block;
	float: none;
}
.js-css-menu.vertical > li div {
	top: 0;
}

.menu_gora_naglowek{
	color: #0054A2;
	font-size: 15px;
	font-weight: bold;
}


/*menu_gora_drop koniec*/

.box_folder{
	background-color: none;
}

.box_folder > li{
	margin-left: 0px;
}

a.linki_menu_gora{
	color: #333 !important;
}


.img-shadow{
   -moz-box-shadow:    inset 0 0 10px #000000 !important;
   -webkit-box-shadow: inset 0 0 10px #000000 !important;
   box-shadow:         inset 0 0 10px #000000 !important;
}



.zdjecia-carousel{
	margin-bottom: -40px;

}

.zdjecia-carousel li.active{
	background-color: #333;
	border: 0px;
	border-radius: 0px;
	padding: 10px;
	color: fff;
	background-color: red;
	text-indent: -5px;
}

.zdjecia-carousel li{
	border: 1px solid #333;
	border-radius: 0px;
	padding: 10px;
	color: #000;
	padding-bottom: -20px;
	text-indent: inherit !important;
}

.strzalka-left-zdjecie{
	position: absolute;
	top: 50%;
	left:0%;
	padding: 15px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
}

.strzalka-right-zdjecie{
	position: absolute;
	top: 30%;
	right:0%;
	padding: 15px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
}


@media screen and (max-width: 767px){ 

.strzalka-left{
	position: absolute;
	top: 30%;
	left:0%;
	padding: 15px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
}

.strzalka-right{
	position: absolute;
	top: 30%;
	right:0%;
	padding: 15px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
}

.box_dp{
	padding-left: 30px;
}

}


@media screen and (min-width: 768px) and (max-width: 991px){

.strzalka-left{
	position: absolute;
	top: 30%;
	left:0%;
	padding: 30px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
}

.strzalka-right{
	position: absolute;
	top: 30%;
	right:0%;
	padding: 30px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
}

.box_dp{
	padding-left: 30px;
}

}


@media screen and (min-width: 992px) and (max-width: 1199px) {

.strzalka-left{
	position: absolute;
	top: 30%;
	left:0%;
	padding: 40px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
}

.strzalka-right{
	position: absolute;
	top: 30%;
	right:0%;
	padding: 40px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
}

.tresc_artykul{
	padding-left: 50px;
}

.box_dp{
	padding-left: 65px;
}

}

@media screen and (min-width: 1200px){

.strzalka-left{
	position: absolute;
	top: 35%;
	left:0%;
	padding: 40px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
	z-index: 100;
}

.strzalka-right{
	position: absolute;
	top: 35%;
	right:0%;
	padding: 40px 15px;
	background-color: #bebebe;
	color: #fff;
	font-weight: bold;
	z-index: 100;
}

.tresc_artykul{
	padding-left: 50px;
}

.box_dp{
	padding-left: 65px;
	margin-top: 50px;
	display: block;
}

}



.podgrupa_checkbox > input{
	display: block;
	margin-left: 30px;
	
}

.carousel{
	padding: 0px -15px 0px -15px !important; 
	margin: 0 auto;
}



.box_home{
	margin-left: -12px !important;
	margin-right: -12px !important;
	margin-top: 30px;
	border: 1px solid #9ebedc;
	background-color: #fafafa;
	min-height: 170px;
	max-height: 180px;
}

.box_home_text{
	padding: 15px 30px !important;
	color: #999999;
	font-size: 12px;
}

.box_home_text_naglowek{
	font-weight: bold;
	font-size: 14px;
	color: #005aa5;
}

.przycik_wiecej_box{
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 15px;
	background-color: #999999;
	padding: 8px;
	color: #fff;
}

.dzial_naglowek{
	font-weight: bold;
	font-size: 22px;
	color: #005aa5;
	margin-top: 20px;
	margin-bottom: 0px;
}

.podgrupa_naglowek{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 0px;
}

.hr_home{
	margin-top: 8px;
	color: #cfdfed;
}

.hr_content{
	margin-top: 10px;
	color: #cfdfed;
}


.hr_menu_bok{
	margin-top: 8px;
	margin-bottom: 8px;
	color: #cfdfed;
}

.aktualnosc_naglowek{
	font-weight: bold;
	color: #005AA5;
}

.blok_aktualnosc{
	margin-bottom: 20px;
	font-size: 14px;
}

.box_tresc{
	padding: 15px;
	min-height: 450px;
	padding-bottom: 80px;
}


.menu_bok{
	margin-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #9ebedc;
	border-top: 15px solid #0054a2;
	color: #333;
}

.menu_bok > a{
	color: #333;
}

.menu_bok_aktywny{
	color: #0054A2 !important;
	font-weight: bold;
}

.naglowek_menu_tresc{
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
}

.link_aktualnosc, a:hover.link_aktualnosc {
	color: #333;
	text-decoration: none;
}

.aktualnosc_naglowek:hover{
	color: #0054A2 !important;
	text-decoration: underline;
}

.zdjecia, .dane_techniczne, .cechy{
	padding: 0px;
}

.dane_techniczne{
	padding-left: 80px;
}

.cechy{
	margin-bottom: 30px;
}

.cechy2{
	text-align: center;

}

.produkt_miniatura_box{
	text-align: center;
	margin-bottom: 30px;
}

.seria_miniatura_box{
	text-align: center;
	margin-bottom: 15px;
}

.top10{
	margin-top: 10px;
}

.top20{
	margin-top: 20px;
}

.box_miniatura{
	margin-top: 10px;
	font-size: 12px !important;
}

.bottom20{
	margin-bottom: 20px;
}

.bottom25{
	margin-bottom: 25px;
}

.nopadding{
	padding: 0px;
}

.nazwa_produktu{
	color: #333;
	font-size: 22px;
}

.menu_naglowek{
	margin-left: 20px;
}

.menu_stopka{
	margin: 0px 15px;
}




.js-css-menu2, .js-css-menu2 ul, .js-css-menu2 li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
.js-css-menu2 a {
	text-decoration: none;
}

.js-css-menu2 > li > a {
	color: #0054A2;
	padding: 0px;
	display: block;
}
.js-css-menu2 > li:hover > a {
}

/* SUBMENU */
.js-css-menu2 > li div {
	display: block;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	padding: 0px 20px !important;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.js-css-menu2 > li div a {
	color: #ddd;
}
.js-css-menu2 > li div a:hover, .js-css-menu2 > li div a:focus {
	color: #fefefe;
}
.js-css-menu2 > li div ul {
	float: left;
	padding: 15px;
}
.js-css-menu2 > li div ul li {
	line-height: 1.5em;
}
.js-css-menu2 > li div ul:not(:first-child) {
	margin-left: 0px;
}
.js-css-menu2 > li:hover div, .js-css-menu2 > li:focus div {
	color: #fefefe;
	background: #2494f2;
	padding: 0px 15px;
	visibility: visible;
	opacity: 1;
}

.miniatura_utnij{
	min-height: 90px;
	max-height: 90px;
	overflow: hidden; 
	text-overflow: ellipsis;
	text-align: left;
	font-size: 12px !important;
}

.basket_utnij > p{
	min-height: 50px;
	max-height: 50px;
	overflow: hidden; 
	text-overflow: ellipsis;
	text-align: left;
	font-size: 13px !important;
	padding-right: 15px;
}


.miniatura_utnij_serie{
	min-height: 50px;
	max-height: 50px;
	overflow: hidden; 
	text-overflow: ellipsis;
	text-align: left;
	margin-top: 5px;
	font-size: 12px !important;
}


.box-prezentacja{
	display: block;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #eeeeee;
}


.box-sprzedaz{
	display: block;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #eeeeee;
}


.menu_bok > a{
	display: block;
	margin-bottom: 5px !important;
	font-size: 14px;
}

#search_form{
display: absolute;
	float: left;
	background-color: #156aab;
}

.search {
   width: 80%;
   float: left;
   height: 30px !important;
   color: #fff;
   background-color: #156aab;
   border: 0px;
   padding: 4px 8px;
   font-weight: bold;
   	overflow: hidden; 
	text-overflow: ellipsis;
   
}

.search2 {
   width: 50px;
   float: left;
   height: 30px !important;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   transition: all .5s ease;
   color: #fff;
   background-color: #156aab;
   border: 0px;
   padding: 4px 8px;
   font-weight: bold;
   	overflow: hidden; 
	text-overflow: ellipsis;
   
}

.search_submit{
   width: 30px;
   height: 30px;
   border: 0px;
   float: right;
   background-image: url('../images/lupa.png');
   background-position:  0px 0px;
}

.search2:focus {
   width: 800px;
   overflow: hidden; 
    height: 30px !important;
	position: relative;
	white-space: nowrap;
	top: 0px;
	z-index: 500;
}


.nav-pills{
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #a6a6a6;
	border-radius: 0px;
	font-size: 22px;
}

.nav-pills li.active > a:hover, .nav-pills li a:hover, .nav-pills li.active{
		background-color: #106ab6 !important;
		border-radius: 0px;
		color: #fff;
		border-radius: 0px;
}

.nav-pills li.active a{
		background-color: #121212 !important;
		border-radius: 0px;
		color: #fff;
}

.nav-pills li a{
		background-color: #428BCA !important;
		border-radius: 0px;
		color: #fff;
}


/* ------------------------------------------------------------------------------------------ zamowienia*/

.r-tabs .r-tabs-nav {
    margin: 0px;
	margin-top: 20px;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}




/* Tabs container */
.r-tabs {
	position: relative;
	background-color: #fff;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #fff;
	border: 1px solid #333;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #fff;
	background-color: #0054A2;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #fff;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #333;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #fff;
	background-color: #0054A2;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	background-color: #00c5ad;
	
	cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 



.cechy-panel{
	border: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.cechy-panel > .panel-footer{
	background-color: inherit;
	border: 0px;
}



body .scrollpanel {
  float: left;
  width: 100%;
  height: 290px;
  border: 0px solid #ccc;
}
body .scrollpanel .sp-scrollbar {
  width: 10px;
  background-color: #ccc;
  cursor: pointer;
}
body .scrollpanel .sp-scrollbar .sp-thumb {
  background-color: #aaa;
  transition: height 0.2s ease-in-out;
}
body .scrollpanel .sp-scrollbar.active .sp-thumb {
  background-color: #999;
}
body .no2 .sp-scrollbar {
  margin: 4px;
}
body .foo {
  height: 90px;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px;
}



body .scrollpanel2 {
  float: left;
  width: 100%;
  height: 120px;
  border: 0px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px){ 

.ikona_ue{
	position: relative; 
	top: -180px; 
	left: 100px;
	width: 40px; 
	z-index: 20;
}


.ikona_oznaczenie{
	position: relative; 
	bottom: 40px;  
	margin-bottom: -36px;
	z-index: 2;
}


}


@media screen and (min-width: 768px) and (max-width: 991px){

.ikona_ue{
	position: absolute; 
	top: 0px; 
	right: 70px;
	width: 40px; 
	z-index: 20;
}

.ikona_oznaczenie{
	position: relative; 
	bottom: 40px;  
	margin-bottom: -36px;
	z-index: 2;
}

.produkt_miniatura_box{
	height: 290px;
}

}


@media screen and (min-width: 992px) and (max-width: 1199px) {

.ikona_ue{
	position: absolute; 
	top: 0px; 
	right: 0px;
	width: 30px; 
	z-index: 20;
}

.ikona_oznaczenie{
	position: relative; 
	bottom: 27px;  
	margin-bottom: -26px;
	z-index: 2;
}

.produkt_miniatura_box{
	height: 290px;
}

}

@media screen and (min-width: 1200px){

.ikona_ue{
	position: absolute; 
	top: 5px; 
	right: 8px;
	width: 32px; 
	z-index: 20;
}

.ikona_oznaczenie{
	position: relative; 
	bottom: 40px;  
	margin-bottom: -36px;
	z-index: 2;
}

.produkt_miniatura_box{
	height: 290px;
}


}




.pagination > .active > a{
	background-color: #0054A2 !important;
}

.silverTip						{  }
.silverTip .content				{width: 180px; height: 180px; padding: 0px; margin-left: 0px; margin-bottom: 0px; background: #fff url(../images/load.gif) center center no-repeat;}
.silverTip .bottom				{width: 180px; height: 180px; padding: 0px; top: -10px; height: 14px; background: #fff url(../images/notch-blue.png) top  center no-repeat; }

.form-control{
	margin-left: 0px;
}


.no-padding{
	padding: 0px;
	margin: 0px;
}

.no-padding-input{
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}

.podpis_form{
	font-size: 13px;
	margin-left: 0px;
}

.form-group{
	margin-bottom: 10px;
}

.checkbox, .podpis_checkbox{
	font-weight: normal;
}


#send_info{
	margin-left: 50px;
	padding-left: 50px;
	color: red;
	font-weight: bold;
	margin-top: 15px;
	vertical-align: center;
	line-height: 45px;
}


.ilosc_koszyk, .box_ilosci_zmienne{
	font-size: 12px;
}

.przycisk_wiersz_recy{
	display: inline-block !important;
	margin: 0px;
}

.przycisk_wiersz_basket{
	display: inline-block !important;
	padding: 6px;
	margin: 0px;
	margin-top: -6px;
}

.order-table{
	width: 100% !important;
}

.product_sale_header{
	margin-top: 0px; 
	color: #0054A2;
	font-weight: bold;
	font-size: 18px;
}

.cena{
	font-size: 26px;
	font-weight: bold;
	
}

.basket_menu{
border-width: 1px;
border-style: solid;
border-color: #999 #999 -moz-use-text-color;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
margin: 0px 0px 0px 0px;
float: left;
position: relative;
text-decoration: none;
display: inline-block;
font-weight: bold;
color: #000;

}


.basket_menu > a{
color: #999;
display: block;
font-size: 14px;
line-height: 2.3;
padding: 0px 1.25em;
white-space: nowrap;
background-color: #F6F6F6;
background-image: linear-gradient(to bottom, #F6F6F6, #FFF);
}

.basket_menu_active > a{
font-weight: bold;
color: #FFF;
background-color: #3093C7;
background-image: linear-gradient(to bottom, #3093C7, #1C5A85);
}

ul.basket{
	margin-left: -25px;
}

.tooltip-inner{
    max-width: 300px !important;
	min-width: 150px;
	padding: 6px 8px;
	color: #FFF;
	text-align: center;
	background-color: #156AAB !important;
	border-radius: 4px;
}
