@font-face {
    font-family: 'montserratbold';
    src: url('fonts/Montserrat-Bold-webfont.eot');
    src: url('fonts/Montserrat-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Bold-webfont.woff') format('woff2'),
         url('fonts/Montserrat-Bold-webfont.woff') format('woff'),
         url('fonts/Montserrat-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrathairline';
    src: url('fonts/Montserrat-Hairline-webfont.eot');
    src: url('fonts/Montserrat-Hairline-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Hairline-webfont.woff') format('woff2'),
         url('fonts/Montserrat-Hairline-webfont.woff') format('woff'),
         url('fonts/Montserrat-Hairline-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/Montserrat-Light-webfont.eot');
    src: url('fonts/Montserrat-Light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Light-webfont.woff') format('woff2'),
         url('fonts/Montserrat-Light-webfont.woff') format('woff'),
         url('fonts/Montserrat-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/Montserrat-Regular-webfont.eot');
    src: url('fonts/Montserrat-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Regular-webfont.woff') format('woff2'),
         url('fonts/Montserrat-Regular-webfont.woff') format('woff'),
         url('fonts/Montserrat-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

ul, ol, li, dl{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

html, body, h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	font-weight: 500;
}

a{
	text-decoration: none;
	outline: none;
	color: inherit;
}

a img{
	border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ 
    display: block;
}

strong{
/*    font-family: 'montserratregular';*/	

    font-weight: 700;
}

.sprzataczka{
	clear: both;
}

.szerokosc-min{
	width: 1170px;
	margin: 0 auto;
}

.szerokosc-max{
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
	min-width: 1200px;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	min-width: 1200px;	
    font-family: 'montserratlight';	
font-family: 'Roboto', sans-serif;    
    color: #3D3D3D;
}

.wrapper{
	background: url(../images/bg.jpg) no-repeat top center / cover;
	width: 100%;
	min-height: 100%;
	min-width: 1200px;	
}

.subpage.wrapper{
	background: url(../images/01metal.jpg) no-repeat top center;
}

.subpage.wrapper.plastik-bg{
	background: url(../images/03plastik.jpg) no-repeat top center;
}

.subpage.wrapper.metal-bg{
	background: url(../images/01metal.jpg) no-repeat top center;
}

.subpage.wrapper.tekstylia-bg{
	background: url(../images/02tekstylia.jpg) no-repeat top center;
}

header{
	position: relative;
	height: 121px;
}

.logo{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}

nav{
	float: right;
	clear: right;
}

nav ul li{
	float: left;
	margin-left: 30px;
	height: 50px;
	line-height: 50px;
	position: relative;
	-webkit-transition: color 0.3s, -webkit-transform;
	-moz-transition: color 0.3s, -moz-transform;
	transition: color 0.3s, transform;	
}

nav ul li a{
	text-transform: uppercase;
/*    font-family: 'montserratregular';	*/
}

nav ul li:hover{
	color: #0274BD;
	-webkit-transition: color 0.3s, -webkit-transform;
	-moz-transition: color 0.3s, -moz-transform;
	transition: color 0.3s, transform;	
}

.link_metal{
	color: rgba(49, 177, 226, .9);
}

.link_plastik{
	color: rgba(72, 205, 178, .9);
}

.link_tekstylia{
	color: rgba(230, 49, 146, .9);
}

.child{
	position: absolute;
	left: -20px;
	max-height: 0px;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
	overflow: hidden;
	opacity: 0;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(255,255,255,.7);
}

.link_produkty{
	pointer-events: none;
}

.parent:hover .child{
	max-height: 200px;
	opacity: 1;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

.child li{
	width: 100%;
	height: 30px;
	line-height: 30px;
}

#lang-switch{
	float: right;
	margin-top: 15px;
}

#lang-switch li{
	float: left;
	margin-left: 7px;
	opacity: .5;
}

#lang-switch li:hover, #lang-switch li.active{
	opacity: 1;
}

.info{
	float: right;
	margin-top: 5px;
	line-height: 24px;
	height: 24px;
	font-size: 18px;
	clear: right;
}

.info p, .info a{
	float: right;
}

.info span{
	color: #F093B2;
/*    font-family: 'montserratregular';	*/
}

.info p{
	margin-left: 30px;
}

.info .mobile{
	padding-left: 30px;
	background: url(../images/fax.png) left center no-repeat;
	height: 24px;
	line-height: 24px;
}

.info .phone{
	padding-left: 25px;
	background: url(../images/tel.png) left center no-repeat;
	height: 24px;
	line-height: 24px;	
}

.fb{
	margin-left: 30px;
}

.slogan{
	text-align: center;
	color: #0274BD;
	margin-top: 60px;
	font-size: 50px;
}

.slogan span{
/*    font-family: 'montserratregular';*/
}

.circle{
	margin-top: 150px;
	overflow: hidden;
}

.circle div{
	float: left;
	margin-top: 44px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s, -webkit-transform;
	-moz-transition: all 0.2s, -moz-transform;
	transition: all 0.2s, transform;	
	-webkit-backface-visibility: hidden;	
/*	visibility: hidden;
	opacity: 0;*/
}

.circle div:hover{
	-webkit-transition: all 0.5s, -webkit-transform;
	-moz-transition: all 0.5s, -moz-transform;
	transition: all 0.5s, transform;	
	-webkit-transform: rotate(-2deg) translate3d(0px,0px,1px);
	-moz-transform: rotate(-2deg) translate3d(0px,0px,1px);;
	transform: rotate(-2deg) translate3d(0px,0px,1px);;		
	-webkit-backface-visibility: hidden;
}

.circle div a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.circle .metal{
	background: url(../images/metal_pas.png) no-repeat center;
	width: 350px;
	height: 350px;
}

.circle .plastik{
	background: url(../images/plastik_pas.png) no-repeat center;
	width: 435px;
	height:435px;	
}

.circle .tekstylia{
	background: url(../images/tekstylia_pas.png) no-repeat center;
	width: 350px;
	height: 350px;	
}

.circle div:nth-child(2){
	margin: 0 17px;
	margin-top: 0px;
}

.circle div h2{
	position: relative;
/*	background: rgba(255,255,255,.7);*/
	padding: 24px 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	top: 64%;
	font-size: 33px;
}

.circle div h2 span{
	display: inline-block;
	position: absolute;
	bottom: -15px;
	border-radius: 5px;
	width: 120px;
	height: 30px;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	color: #fff;
	left: 50%;
	margin-left: -60px;
	font-size: 14px;
}

.metal h2{
	color: #33B0E8;
}

.metal h2 span{
	background: #33B0E8;
}

.plastik h2{
	color: #1DC4A8;
}

.plastik h2 span{
	background: #1DC4A8;
}

.tekstylia h2{
	color: #E73195;
}

.tekstylia h2 span{
	background: #E73195;
}

.bottom{
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}

.subpage .bottom{
	margin-top: 0px;
	margin-top: 10px;
}

.bottom .partnerzy{
	float: right;
}

.bottom .partnerzy img{
	margin-left: 10px;
}

.katalog{
	float: left;
}

.katalog a{
	text-transform: uppercase;
	background: rgba(2, 116, 189, .85) url(../images/katalog.png) 20px center no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 30px;
	color: #fff;
	font-size: 20px;
	display: block;
	border-radius: 10px;
	display: block;
	-webkit-transition: all 0.5s, -webkit-transform;
	-moz-transition: all 0.5s, -moz-transform;
	transition: all 0.5s, transform;	
}

.katalog a:hover{
	-webkit-transition: all 0.5s, -webkit-transform;
	-moz-transition: all 0.5s, -moz-transform;
	transition: all 0.5s, transform;	
	background: rgba(2, 116, 189, 1) url(../images/katalog.png) 20px center no-repeat;	
}

.content ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 6px;	
}

.content ol{
	padding-left: 15px;	
}

.content ol li{
	list-style-type: decimal;
	margin-bottom: 6px;
}

#foto{
	text-align: center;
}

#foto li{
	float: left;
	width: 23%;
	margin: 1%;
	list-style-type: none;
}

#foto li img{
	width: 100%;
	height: auto;
}

#kolory{
	text-align: center;
}

#kolory li{
	list-style-type: none;	
	width: 12%;
	margin: 2%;
	display: inline-block;
}

#kolory li img{
	width: 100%;
	height: auto;
}

#gallery_01{
	text-align: center;
	padding-top: 15px;
}

#gallery_01 a{
	display: inline-block;
	width: 10.5%;
	margin: 1%; 
}

#gallery_01 a img{
	width: 100%;
	height: auto;
}

.owl-wrapper-outer{
	text-align: center;
}

.owl-item{
	display: block;
}

.owl-item img{
	display: inline-block;
	height: auto;
	widows: 100%;
}

.left{
	float: left;
	width: 65%;
	margin-bottom: 20px;
}

.right{
	float: right;
	width: 30%;
	margin-bottom: 20px;	
}

form{
	float: right;
	width: 100%;
	overflow: hidden;	
	position: relative;
	display: block;
	padding-left: 1px;
	font-family: 'Lato', sans-serif;
}

form input[type="text"], form textarea, form input[type="email"]{
	border: 0px;
	margin: 0px 0px 5px 0px;
	padding: 10px 5%;
	width: 89%;
	color: #404040;	
    font-family: inherit;
	font-size: .9em;
	background: #eaeaea;
	margin: 1px 0;
}

form textarea{
	min-height: 150px;
	max-height: 150px;
	padding: 10px 5% 21px 5%;
	overflow: auto; 
	font-size: .9em;
    font-family: inherit;
	background: #eaeaea;
	color: #404040; 
	border:0;
}

form input[type="submit"] {
	background: #0274BD;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: block;
    font-family: inherit;
	letter-spacing: 1px;
	padding: 10px 0;
	width: 99.5%;
	border:0;
	margin: 0px;
	font-size: 1em;
}

form input[type="submit"]:hover{
}

.komunikat{
	display: block;
	text-align: center;
	width: 100%;
	padding: 3px 0;
	color: red;
}

div.suprise{
	display:none;
}

footer{
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 20px 0;
}

/*** strona produktu ***/
.subpage .content{
	background: url(../images/przezroczyste.png) no-repeat top center;
	margin-top: 170px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.subpage .content::after {
    background: #fff;
    content: "";
    display: block;
    height: auto;
    position: absolute;
    top: 800px;
    width: 100%;
}

.subpage .katalog {
    left: 300px;
    position: absolute;
    top: 177px;
}

.produkt .naglowek{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	padding: 20px 0;
}

/*.product-info > div{
	float: left;
}
.product-info .product-menu{
	float: right;
}
*/

/*.product-info > div:nth-child(1){
	width: 35%;
}

.product-info > div:nth-child(2){
	width: 40%;
}

.product-info > div:nth-child(3){
	width: 25%;
}
*/
.dostepne-kolory{
	clear: both;
	text-align: center;
	font-size: 22px;
	padding: 20px 0;
}

.product-menu ul, .product-menu ul li{
	list-style-type: none;
}

.product-menu ul{
	padding-left: 15px;
}

.product-menu > ul > li > h4, .product-menu h3{
    border-radius: 5px;
    background: rgba(72, 205, 178, .9);
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    cursor: pointer;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}

.product-menu > ul > li > h4.metal, .product-menu h3.metal{
	background: rgba(49, 177, 226, .9);
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

.product-menu > ul > li > h4.tekstylia, .product-menu h3.tekstylia{
	background: rgba(230, 49, 146, .9);
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

.product-menu > ul > li > h4:hover{
    background: rgba(72, 205, 178, 1);
   	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	 
}

.product-menu > ul > li > h4.metal:hover{
	background: rgba(49, 177, 226, 1);
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

.product-menu > ul > li > h4.tekstylia:hover{
	background: rgba(230, 49, 146, 1);
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

.product-menu > ul > li > ul{
	max-height: 0px;
	overflow: hidden;
/*	height: 0px;
	opacity: 0;*/
	-webkit-transition: all 1s, -webkit-transform;
	-moz-transition: all 1s, -moz-transform;
	transition: all 1s, transform;
	opacity: 0;
}


.product-menu ul .toggled{
    overflow: hidden;
    max-height: 1000px;
	-webkit-transition: all 1s, -webkit-transform;
	-moz-transition: all 1s, -moz-transform;
	transition: all 1s, transform;
	opacity: 1;
}

/*.product-menu > ul > li:hover ul{
	display: block;
	height: auto;
	opacity: 1;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}*/

.product-info .product-menu > ul .open ul{
	display: block;
	opacity: 1;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

.produkt img{
	max-width: 100%;
	height: auto!important;
}

/*.rectangle{
	overflow: hidden;
	position: relative;
	z-index: 0;
	display: inline-block;
	height: 100%;
	width: 10px;
}

.rectangle:before{
	content: '';
	display: inline-block;
	border-left: 5px solid #0496BB;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;	
	margin-left: 5px;	
	margin-right: 8px;
	position: relative;
	right: -50px;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}

.product-menu li h4:hover .rectangle:before{
	right: auto;
	left: -5px;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}
*/
.item{
	float: left;
	text-align: center;
	width: 14.666%;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-top: 1%;
	-webkit-transition: all 0.2s, -webkit-transform;
	-moz-transition: all 0.2s, -moz-transform;
	transition: all 0.2s, transform;
	opacity: 1;		
}

.subpage.plastik .item > a, .subpage.metal .item > a, .subpage.tekstylia .item > a{
	border-radius: 50%;
	overflow: hidden;
}

.subpage.plastik .item > a{
	border: 2px solid rgba(72, 205, 178, .8);
}

.subpage.metal .item > a{
	border: 2px solid rgba(49, 177, 226, .8);
}

.subpage.tekstylia .item > a{
	border: 2px solid rgba(230, 49, 146, .8);
}

.item:nth-child(4n+4){
	margin-right: 0px;
}

.item > a{
	display: block;
	overflow: hidden;
	position: relative;
}

.item > a .mask{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .04);	
	-webkit-transition: all 0.2s, -webkit-transform;
	-moz-transition: all 0.2s, -moz-transform;
	transition: all 0.2s, transform;
}

/*.item > a:hover .mask{
	background: rgba(200, 218, 238, .3);	
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}
*/

.item:hover, .owl-item:hover{
	-webkit-transition: opacity 0.3s, -webkit-transform;
	-moz-transition: opacity 0.3s, -moz-transform;
	transition: opacity 0.3s, transform;
	opacity: .8;	
}

.item img{
	width: 100%;
	height: auto;
	display: block;
}

.item h3{
	padding: 10px 0;
/*    font-family: 'montserratregular';	*/
    text-align: center;
    font-size: 17px;
    min-height: 45px;
}

.sub-cat{
	clear: both;
/*    font-family: 'montserratregular';*/
    font-weight: normal;	
    text-transform: uppercase;
    padding-top: 10px;
}

.katalog-produktow{
	overflow: hidden;
}

.subcategory{
	font-weight: normal;
/*    font-family: 'montserratbold';	*/
    cursor: default;
}

.cover-inside img{
	width: 90%;
	height: auto;
	padding-right: 10%;
}

.code1, .code2{
	margin-bottom: 10px;
}

.code1{
	font-size: 17px;
}

.paczka{
	font-size: 17px;
	margin-bottom: 2px;
	padding-left: 30px;
	background: url(../images/ico2.png) left center no-repeat;
}

.paleta{
	font-size: 17px;
	margin-bottom: 10px;	
	padding-left: 30px;
	background: url(../images/ico1.png) left center no-repeat;
}

.opis p{
	margin-bottom: 10px;
	font-size: 15px;
}

.dostepne-kolory{
	overflow: hidden;
	clear: both;
	padding-bottom: 30px;
	border-bottom: 2px solid #D8D8D8;
	margin-bottom: 44px;
}

.promowane-produkty{
	overflow: hidden;
	border-top: 2px solid #D8D8D8;
	border-bottom: 2px solid #D8D8D8;	
	padding: 30px 0;
	margin: 30px 0 20px;
}

.promowane-produkty h4{
	color: #1DC4A8;
/*	font-family: 'montserratregular';*/
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.owl-carousel{
	text-align: center;
}

.owl-carousel h5{
	margin: 10px 0;
	font-size: 16px;
	display: table;
	width: 100%;
	text-align: center;
}

.owl-carousel h5 p{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 100%;
}

.owl-carousel span{
	display: inline-block;
	background: #1DC4A8;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}

.block{
	margin-bottom: 20px;
}

.block.second{
	border-top: 2px solid #D8D8D8;
	padding-top: 30px;
}

.product-desc{
	margin-bottom: 40px;
}

.product-desc > div{
	display: none;
}

.product-desc > div:first-of-type{
	display: block;
}

.button-more{
    background: #1dc4a8 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;	
    margin: 10px auto 40px;
    clear: both;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	    
}

.button-more.on{
	background: #EB5AA9;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;		
}

.block-hide{
	display: none;
}

.naglowek{
	padding-bottom: 20px;
	padding-top: 5px;
	text-transform: uppercase;
}

.news{
	padding-bottom: 25px;
}

.news h4{
	font-size: 18px;
	padding-bottom: 5px;
/*    font-family: 'montserratregular';*/
}

/****/

.prod-cont{
	float: left;
	width: 790px;
}

.product-menu{
	float: right;
	width: 333px;
	min-height: 300px;
}

li.plastik ul li a:hover{
	color: #48CDB2;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}	

li.metal ul li a:hover{
	color: #31B1E2;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}

li.tekstylia ul li a:hover{
	color: #E63192;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}

.product-zoom{
	width: 400px;
	float: left;
}

.product-short-info{
	float: left;
	margin-top: 50px;
	width: 380px;
}

.product-short-info > div{
	display: none;
}

.product-short-info > div:first-of-type{
	display: block;
}

.promobaner{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.7);
	text-align: center;
	z-index: 99;	
	white-space: nowrap;
	overflow: hidden;
	display: none;
}

.promobaner img{
	max-width: 90%;
	max-height: 90%;
	height: auto;
	width: auto;
	max-height: 100%;
	background: #fff;
	margin: auto;
	vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.promobaner .close{
    float:right;
/*    margin-top:-30px;
    margin-right:-30px;*/
    cursor:pointer;
    color: #fff;
    border: 1px solid #0274BD;
    border-radius: 50%;
    background: #56A2D3;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
/*    line-height: 0px;
    padding: 11px 3px; */
    width: 50px;
    position: absolute;
    right: 20px;
    top: 20px;   
   	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;    
}

.promobaner .close:before {
    content: "×";
}

.promobaner .close:hover{
	background: #0274BD;
	-webkit-transition: all 0.3s, -webkit-transform;
	-moz-transition: all 0.3s, -moz-transform;
	transition: all 0.3s, transform;	
}

.tekstylia .wrap-cat{
	overflow: hidden;
	width: 23%;
	margin: 0 1%;
	float: left;
}

.tekstylia .wrap-cat div .item{
	width: 100%;
}


.tekstylia .wrap-cat > h3{
	display: none;
}

.paleta1{
	font-size: 17px;
	margin-bottom: 10px;	
	padding-left: 30px;
	background: url(https://www.tega.com.pl/images/ico3.png) left center no-repeat;
}