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

@font-face {
font-family: 'Century Gothic';
src: url(../font/century.TTF)  format("truetype");
font-weight: normal;
}


@font-face {
font-family: 'Century Gothic';
src: url(../font/century_bold.TTF)  format("truetype");
font-weight: bold;
}

* {
	margin: 0px; 
	padding: 0px;	
	box-sizing: border-box;
}
body {
	background-color: #F5F5F5;
	font: 16px 'Century Gothic';
	line-height: 18px;
	color: #3a3a3a;
}

#header {
	background: white;
	height: 50px;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.sign {
	display: none;	
}

.sign2 {
	font: 13px 'Century Gothic';
	text-align: center;	
}

.sign3 {
	font: 13px 'Century Gothic';
	text-align: center;	
}

#baner {
	background-color: #4265a7;
	height: 200px;	
	margin-top: 10px;
	text-align: center;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

#baner iframe {
	height: 200px; 
	width: 940px; 
	border: none; 
	overflow: hidden;	
}

.underline_red {
	min-height: 1px;
	max-height: 1px;
	background-color: #4265a7;
}

.underline_grey {
	min-height: 1px;
	max-height: 1px;
	background-color: #d4d4d4;	
}

#dm {
	width: 100%;
	margin-bottom: 30px;
	padding-top: 15px;
}

#dr {
	margin: 0 auto;
	width: 70%;	
}

.dr_left {
	float: left;
	text-align: center; 
	font: 20px 'Century Gothic'; 
	margin-top: 15px;
	display: block;
	margin-left: 15%;
	width: 30%;	
}

.dr_right {
	float: right;
	text-align: center; 
	font: 20px 'Century Gothic'; 
	margin-top: 15px;
	display: block;
	margin-right: 15%;
	width:30%;
}

#klienci {
	margin-top: 20px;	
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	height: 125px;
}


#klienci iframe {
	margin-top: 10px;	
	margin-bottom: 10px;
	border: none;
	height: 100px;
	width: 100%;
}

#menu_m {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align:center;
}

#menu_m ul li {
	list-style-type: none;
	display: inline-table;
	font: 15px 'Century Gothic';
	width: 100px;
	height: 50px;
	line-height: 50px;
	vertical-align: central;
	color: #4265a7;
	background-color: white;
	overflow:hidden;
	transition: all 0.5s;
}

#menu_m ul li:hover {
	color: white;
	background-color: #4265a7;
	transition: all 0.2s;	
}

#menu_m ul li a {
	text-decoration: none;
}

#menu_m ul img {
	display: inline-table;
	line-height: 50px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#menu {
	display: none;	
}

#wraper {
	background-color: #F5F5F5;
	display: block;
	margin: 0 auto;
}

.dr_p {
	font: 30px 'Century Gothic';
	color: #4265a7;
	text-align: center;
}

.title3 {
	font: 25px 'Century Gothic';
	color: #4265a7;
	text-align: left;	
}

.title2 {
	font: 30px 'Century Gothic';
	color: #4265a7;
	text-align: center;
}

.title {
	display: none;
}

#icons {
	min-height: 42px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	font: 18px 'Century Gothic';
}	

.icon {
	display: inline;
}

#icons a {
	line-height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}

#icons img {
	margin-right: 10px;
	vertical-align: middle;
}

#icons br {
	display: none;	
}

#content {
	background: white;
	width: 68%;	
	padding: 1%;
	margin: 0 auto;
	overflow: hidden;
	font: 14px 'Century Gothic';
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

#content-prod {
	text-align: center;
	background: white;
	width: 50%;	
	padding: 1%;
	margin: 0 auto;
	overflow: hidden;
	font: 14px 'Century Gothic';
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

#content-prod a {
	color: #fff;
}

#content .dm {
	font: 30px 'Century Gothic';
	color: #4265a7;
	text-align: center;
}


#footer {
	width: 100%;	
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 1%;
	padding-bottom: 1%;
	overflow: hidden;
	position: relative;
	bottom: 0px;
	min-height: 160px;
	background-color: #f0f0f0;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	font: 15px 'Century Gothic';
	color: #969696;
}

#footer_content1 {
	display: block;
	text-align: left;
	float: left;
	width: 40%;	
}

#footer_content1 span3 {
	color: #4265a7;
}

#footer_content2 span3 {
	color: #4265a7;
}

#footer img {
	margin-top: 5px;	
}

#footer_content1 a{
	text-decoration: none;
	color: #969696;
	transition: all 0.5s;
}


#footer_content1 a:hover{
	transition: all 0.2s;
	text-decoration: none;
	color: #4265a7;
}

#footer_content2 {
	display: block;
	text-align: right;
	float: right;
	width: 40%;	
}

#foot_menu {
	margin: 0 auto;
	text-align: center;
	height: 20px;
}

#foot_menu nav ul li{
	display: inline;
	text-decoration: none;
	margin-right: 8px;
}

#foot_menu nav ul li a{
	text-decoration: none;
	font: 15px 'Century Gothic';
	color: #969696;
	transition: all 0.5s;
}

#foot_menu nav ul li a:hover{
	transition: all 0.2s;
	text-decoration: none;
	font: 15px 'Century Gothic';
	color: #4265a7;
}

#footer_bottom {
	margin-top: 20px;
	border-top: 1px solid #d4d4d4;
	display: block;
	position: absolute;
	bottom: 0;
	min-height: 40px;
	width: 80%;
	text-align: center;
	font: 12px 'Century Gothic';
	color: #969696;
	line-height: 25px;
	vertical-align: middle;
}

#dsgn {
	display: inline;
	position: absolute;
	top: 7px;
	margin-left: -90px;
}

#logo_overlay {
	display: inline;
	position: absolute;
	margin-left: 30px;
}

#footer_bottom a{
	color: #4265a7;
	text-decoration: none;
}

#footer_bottom img {
	max-height: 25px;	
}

#footer_bottom .underline_grey{
	margin-top: 15px;
	margin-bottom: 5px;
}

.js .slicknav_menu {
	display: none;
}

#header2 {
	display: none;
}

#baner .mobile_slide {
	display: none;
}

.mobile_break {
	display: none;	
}

#left_c {
	margin-top: 20px;
	float: left;
	width: 45%;
	display: inline;
}

#left_c p {
	font: 15px 'Century Gothic';
	text-align: left;
	padding: 5px;
}

#right_c {
	margin-top: 20px;
	float: right;
	width: 45%;
	display: inline;
}

#right_c p {
	font: 15px 'Century Gothic';
	text-align: left;
	padding: 5px;	
}

#right_c a {
	text-decoration:none;
	color: black;	
}

#right_c a:hover {
	color: #4265a7;	
}

#right_c b {
	color: #4265a7	
}


/* FORMULARZ */

#formularz {
    width: 100%;
	margin: 0 auto;
    background-color: white;
}

#formularz label {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #4265a7;
}

#formularz textarea,
#formularz input {
	border: 1px solid #4265a7;
	margin-bottom:25px;
	min-width: 98%;
	max-width: 98%;
	padding: 1%;

}

#formularz textarea {
	height: 200px;
	min-height: 150px;	
}

input#submit {
	min-width: 100%;
	max-width: 100%;
	height: 40px;
	color: #4265a7;
	background-color: white;
	cursor: pointer;
	transition: all 0.5s;
}

input#submit:hover {
	background-color: #4265a7;
	color: white;
	transition: all 0.2s;
}

.reg_container {
	margin-bottom: 20px;	
}

.gallery_row {
	text-align: center;
	width: 100%;
}

.gallery_row a {
	width: calc(25% - 15px);
	margin: 5px;
	height: 380px;
	background: #fff;
	overflow: hidden;
	display: inline-block;
	border: 1px solid transparent;
	transition: transform 0.3s, border 0.3s;
}

.gallery_row a:hover {
	transform: scale(1.1);
	transition: transform 0.3s, border 0.3s;
	border: 1px solid #4265a7;
}

.gallery_row a img {
	width: 100%;
}

.c_left {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	display: block;
}

.c_right {
	float: right;
	width: 49%;
	margin-bottom: 20px;
	display: block;
}

.tg  {border-collapse:collapse;border-spacing:0; width: 100%;}
.tg td {font: 15px 'Century Gothic'; padding: 5px ; border-style:solid;border-width:1px; border-color: #4265a7;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-wymiar{font-size:20px; font-weight: bold; background-color:#4265a7;color:#ffffff;text-align:center}
.tg .tg-wymiar-liczby{font: 16px 'Century Gothic'; font-weight: bold; background-color:#4265a7;color:#ffffff;text-align:center}
.tg .tg-reszta{background-color:#ffffff;text-align:center;width: 50%;}

.tg .tg-title {
	font: 16px 'Century Gothic'; 
	font-weight: bold; 
	background-color:#4265a7;
	color:#fff;
	text-align:center;
}

.info_box {
	font: 25px 'Century Gothic';
	border: 2px solid #4265a7;
	color: #4265a7;
	width: 50%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}

#produkty {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.tabcontent a {
	color: transparent;
}

.prod_button {
	width: 170px;
	border: 1px solid #CCC;
	margin: 3px;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	text-align: center;
}

.kliknij {
	display: none;
	font: 13px 'Century Gothic';
	background-color: #ffa018;
	color: white;
	width: 120px;
	padding: 3px;
	border-radius: 5px;
	z-index: 5;
	position: absolute;
	margin-top: 10px;
	margin-left: 25px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.prod_button img {
	dispay: block;
	width: 80%;
}

.prod_title {
	width: 170px;
	height: 30px;
	line-height: 30px;
	vertical-align: central;
	text-align: center;
	background-color: none;
	color: #797979;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.prod_button:hover {
	cursor: pointer;
	border: 1px solid #659aff;	
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.prod_button:hover > .prod_title {
	background-color: #44C6F3;
	color: white;	
}

.prod_button:hover > .kliknij {
	display: block;	
}

#rollupy {
	margin: 0 auto;
	width: 675px;
	text-align: center;
	margin-top: 30px;
}

.rollup_button {
	float: left;
	display: inline;
}

.rollup_button iframe {
	border-left: none;
	border-top: 1px solid white;
	border-right: none;
	border-bottom: 1px solid white;
	cursor: pointer; 
	height: 250px; 
	width: 220px; 
	margin-top: 1px;
}

.rollup_button iframe:hover {
	border-top: 1px solid #ffa018;
	border-bottom: 1px solid #ffa018;
}

.rollup_button:hover > .title3 {
	color: #ffa018;
}


.rollupy_left {
	box-sizing: border-box;
	float: left;
	width: 60%;
	margin-bottom: 20px;
	padding: 10px;
}

.rollupy_right {
	float: left;
	width: 40%;
	margin-bottom: 20px;
	display: block;
	border: 2px solid #4265a7;
	border-radius: 10px;
	padding: 10px 20px;
}

.rollupy_right a {
	text-decoration: overline underline;
	color: black;	
}

.rollupy_ceny {
	width: 50%;
	text-align: center;
	margin-top: 30px;	
	text-align: center;
}

.rollup_nazwa {
	font: 30px 'Century Gothic';
	font-weight: bold;
	text-transform: uppercase;
}

.raz {
	font: 14px 'Century Gothic';
	font-weight: bold;	
	margin-bottom: 0px;
	padding: none;
}

.dwa {
	font: 14px 'Century Gothic';
}

.trzy {
	padding-top: 14px;
	padding-bottom: 14p;
	font: 14px 'Century Gothic';
	color: #4265a7;	
}

@media only screen and (max-width: 1430px) {
	#content-prod {
	width: 75%;	
}
}

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

#content-prod {
	width: 90%;
}

#produkty {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.rollupy_left {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	display: block;
}

.rollupy_right {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	display: block;
}

#faq_container1, #faq_container2, #faq_container3, #faq_container4, #faq_container5, #faq_container6, #faq_container7, #faq_container8, #faq_container9 {
	border: none;
	padding: 5px;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;	
	background-color: white;
}


#faq_container1 .underline_red, #faq_container2 .underline_red, #faq_container3 .underline_red, #faq_container3 .underline_red, #faq_container4 .underline_red, #faq_container5 .underline_red, #faq_container6 .underline_red, #faq_container7 .underline_red, #faq_container8 .underline_red, #faq_container9 .underline_red {
	margin-bottom: 5px;	
}

.mobile_break {
	display: block;	
}

#baner {
	background-color: #4265a7;
	height: 100px;	
	margin-top: 10px;
	text-align: center;
}

#baner .mobile_slide {
	width: 470px;
	height: 100px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

#baner .screen_slide {
	display: none;	
}



	
}

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

.c_left {
	float: none;
	margin: 0 auto;
	width: 80%;
	margin-bottom: 20px;
	display: inline;
}

.c_right {
	float: none;
	margin: 0 auto;
	width: 80%;
	margin-bottom: 20px;
	display: inline;
}

.info_box {
	width: 70%;	
}

#right_c {
	display: block;
	float: none;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

#left_c {
	margin: 0 auto;
	width: 100%;
	float: none;
	display: block;	
}

.mobile_break {
	display: none;	
}

.dr_left {
	float: left;
	margin-left: 15%;
	text-align: center; 
	font: 15px 'Century Gothic'; 
	margin-top: 15px;
	display: block;
	width: 70%;
	
}

.dr_right {
	float: left;
	margin-left: 15%;
	text-align: center; 
	font: 15px 'Century Gothic'; 
	margin-top: 15px;
	display: block;
	width: 70%;
}

.sign {
	display: inherit;
	font: 13px 'Century Gothic';
	text-align: center;	
}

#foot_menu {
	display: none;
}

#menu_m {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align:center;
}

#menu_m ul li {
	list-style-type: none;
	display: inline-table;
	font: 13px 'Century Gothic';
	width: 85px;
	height: 50px;
	line-height: 50px;
	vertical-align: central;
	color: #4265a7;
	background-color: white;
	overflow:hidden;
	transition: all 0.5s;
}

#menu_m ul li:hover {
	color: white;
	background-color: #4265a7;
	transition: all 0.2s;	
}

#menu_m ul li a {
	text-decoration: none;
}

#menu_m ul img {
	display: inline-table;
	line-height: 50px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#menu {
	display: none;	
}

.js .slicknav_menu {
	display: none;
}

#header2 {
	display: none;
}

.sign2 {
	display: none;	
}

}	

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

#icons {
width: 70%;	
margin: 0 auto;
text-align: left;
}

.icon {
width: 100%;
float: left;
margin-bottom: 5px;
margin-top: 5px;
}
	
}

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

#right_c {
	display: block;
	float: none;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 50px;
}

#left_c {
	padding-top: 30px;
	margin: 0 auto;
	width: 95%;
	float: none;
	display: block;	
}

#icons {
	width: 70%;	
	margin: 0 auto;
	text-align: left;
}

.icon {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

	
#foot_menu {
	display: none;	
}
	
#menu_m {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align:center;
}

#menu_m ul li {
	list-style-type: none;
	display: inline-table;
	font: 12px 'Century Gothic';
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: central;
	color: #4265a7;
	background-color: white;
	overflow:hidden;
	transition: all 0.5s;
}

#menu_m ul li:hover {
	color: white;
	background-color: #4265a7;
	transition: all 0.2s;	
}

#menu_m ul li a {
	text-decoration: none;
}

#menu_m ul img {
	display: inline-table;
	line-height: 50px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#menu {
	display: none;	
}

.js .slicknav_menu {
	display: none;
}

#header2 {
	display: none;
}

.sign2 {
	display: none;	
}

}

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

.info_box {
	width: 90%;	
}


#baner {
	display:none;	
}

#klienci {
	display: none;	
}

#foot_menu {
	display: none;	
}

.js #menu {
	display:none;
}
	
.js .slicknav_menu {
	display: block;
	position: relative;
	top: 90px;
	width: 90%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 3px 3px rgba(66, 101, 167, 0.1);
	-moz-box-shadow: 0px 3px 3px rgba(66, 101, 167, 0.1);
	box-shadow: 0px 3px 3px rgba(66, 101, 167, 0.1);
}

#header {
	display: none;
}

#wraper {
	position: relative;
	top: 130px;

}

#content {
	width: 90%;
	text-align: left;
	padding: 10px;
}

#header2 {
	text-align: center;
	background-color: white;
	width: 100%;
	min-height: 75px;
	max-height: 75px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0px;
	-webkit-box-shadow: 0px 3px 3px rgba(147, 27, 29, 0.1);
	-moz-box-shadow: 0px 3px 3px rgba(147, 27, 29, 0.1);
	box-shadow: 0px 3px 3px rgba(147, 27, 29, 0.1);
}


#icons {
	width: 95%;	
	margin: 0 auto;
	text-align: left;
}

.icon {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

#header2 img {
	margin-top: 15px;	
}

#menu_m {
	display: none;
}

#menu_container {
	display: block;
	margin: 0px 15px 0px 15px;	
}

#footer {
	width: 100%;
	float: none;
	padding: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
	overflow: hidden;
	position: relative;
	bottom: -200px;
	min-height: 230px;
	background-color: #f0f0f0;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
}

#footer_content1 {
	padding-left: 4%;
	padding-right: 4%;
	float: left;
	display: block;	
	width: 92%;
}

#footer_content2 {
	padding-left: 4%;
	padding-right: 4%;
	text-align: left;
	float: left;
	display: block;
	width: 92%;
	margin-bottom: 50px;
}

#dr {
	width: 95%;	
}

.dr_left {
	float: none;
	margin: 0 auto;
	text-align: center; 
	font: 15px 'Century Gothic'; 
	margin-top: 15px;
	display: block;
	width: 70%;
}

.dr_right {
	float: none;
	margin: 0 auto;
	text-align: center; 
	font: 15px 'Century Gothic'; 
	margin-top: 15px;
	display: block;
	width: 70%;
}

.title {
	width: 100%;
	display: block;
	position: absolute;
	top: -45px;
	font: 30px 'Century Gothic';
	color: #4265a7;
	text-align: center;
}

.title2 {
	display: none;	
}


.sign2 {
	display: none;	
}
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

ul.tab li {float: left;}

ul.tab li a {
    box-sizing: border-box;
    display: inline-block;
    background-color: #4265a7;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

ul.tab li a:hover {background-color: #6886bd;}

ul.tab li a:focus, .active {background-color: #24478a;}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


ul.tab-prod {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

ul.tab-prod li {
	float: left; 
	width: 100%; 
	padding: 0px 10px; 
	box-sizing: border-box;
	margin-bottom: 5px;
}

ul.tab-prod li a {
	box-sizing: border-box;
    display: inline-block;
    background-color: #4265a7;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
}

ul.tab-prod li a:hover {background-color: #6886bd;}

ul.tab-prod li a:focus, .active {background-color: #24478a;}

.tabcontentprod {
    display: none;
}

.prod-photo {
	width: 250px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 2px solid #4265a7;
	border-radius: 10px;
}

.prod-photo img {
	width: 100%;
}

.tablinks {
	margin-bottom: 10px;
}

.tablinks:first-letter {
	text-transform: uppercase;
}


.select {
	width: 100%;
	border: 1px solid #d4d4d4;
	padding: 15px 10px;
	margin-bottom: 10px;
}

.select-title {
	text-transform: uppercase;
	color: #666;
	margin-bottom: 10px;
}

.select select {
	width: 100%;
	padding: 10px;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

#tabelki object {
	width: 100%;
	height: 100%;
}

.produkty-kategorii {
	width: 100%;
	overflow-y: scroll;
	height: 700px;
	text-align: center;
	padding: 20px 10px;
	margin-top: 20px;
	webkit-box-shadow: inset 0px 3px 5px 0px rgba(209,209,209,1);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(209,209,209,1);
	box-shadow: inset 0px 3px 5px 0px rgba(209,209,209,1);
	border: 1px solid #ccc;
}

.produkty-kategorii a {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	transition: all 0.05s;
}

.produkty-kategorii .prod_button:hover > .kliknij {
	display: none;	
}

.produkty-kategorii a:hover {
	background-color: #EDEDED;
	transition: all 0.05s;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-5 .tablinks {
	margin-bottom: 0px;
}