@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
/* font-family: 'Open Sans', sans-serif; */

*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
}

body, html{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

.wrapper{
	width: 1170px;
	margin: 0 auto;
}

.top{
	width: 100%;
	height: 38px;
	float: left;
	border-bottom: 1px solid #e9e9e9;
	background: url('img/bg.png') repeat;	
}

.top .add,
.top .tel{
	width: auto;
	height: 38px;
	float: left;
	padding-right: 25px;
	border-right: 1px solid #e9e9e9;
	padding-top: 8px;
	color: #575757;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.top .add{
	margin-left: 25px;
}

.top .mail{
	width: auto;
	height: 38px;
	float: left;
	padding-right: 25px;
	border-right: 1px solid #e9e9e9;
	padding-top: 8px;	
	margin-left: 25px;
}

.top .mail a{
	color: #575757;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.top .tel i{
	width: 19px;
	height: 19px;
	background: url('img/tel.png') no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
}

.top .social{
	width: auto;
	float: right;
}

.top .social .fb{
	background: url('img/fb.png') no-repeat;
	width: 38px;
	height: 38px;
	float: left;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.top .social .fb:hover{
	opacity: 0.8;
}

header{
	width: 100%;
	height: 140px;
	float: left;
	background: url('img/bg.png') repeat;
}

header .logos{
	width: 213px;
	height: 58px;
	float: left;
	margin-top: 42px;
	margin-left: 10px;	
}

header .logo{
	width: 213px;
	height: 58px;
	float: left;
	background: url('img/logo.png') no-repeat;	
}

header .button{
	width: auto;
	height: auto;
	float: right;
	margin-top: 45px;
}

nav{
	width: 100%;
	height: 64px;
	float: left;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: url('img/nav_bg.jpg') repeat;
}

nav ul{
	list-style: none;
}

nav ul li{
	float: left;
	margin-right: 15px;
}

nav ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-decoration: none;
	font-size: 18px;
	color: #575757;
	height: 40px;
	display: block;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

.current-menu-item a,
nav ul li a:hover{
	border-bottom: 4px solid #8c6247;
	color: #8c6247 !important;
}

.current-menu-item a{
	font-weight: 400;
}

.current-menu-item:hover{
	border-bottom: 0px;
}

footer{
	width: 100%;
	height: auto;
	float: left;
	background: #8c6247;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 5px solid #6b4232;
}

footer h3{
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
}

footer p{
	color: #FFF;
	margin-bottom: 5px;
}	

footer .link{
	width: 160px;
	height: auto;
	float: left;
	color: #FFF;
}

footer .link ul{
	list-style: none;
}

footer .link ul li a{
	color: #FFF;
	text-decoration: none;
}

footer .link ul li.current-menu-item a{
	color: #FFF !important;
}

footer .desc{
	width: 330px;
	height: auto;
	float: left;
	margin-right: 50px;
	color: #FFF;
}

footer .kontakt{
	width: 275px;
	height: auto;
	float: left;
	margin-right: 30px;
	color: #FFF;
}

footer .maps{
	width: 27px;
	height: auto;
	float: left;
}

#slider{
	margin-top: 15px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	height: auto;
	float: left;
}

#contener{
	width: 100%;
	height: auto;
	float: left;
}

#contener .wrapper{
	width: 1130px;
	padding: 20px;
	min-height: 255px;
}

#contener .wrapper h1{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 15px;
	color: #8c6247;
}

#contener .wrapper p{
	margin-bottom: 10px;
	clear: both;
	max-width: 1100px;
}

#contener .wrapper .gallery{
	width: 100%;
	height: auto;
	float: left;
}

#contener .wrapper .gallery .gallery-item{
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#kontakt h4{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	color: #8c6247;
}

#kontakt .left{
	width: 60%;
	float: left;
}

#kontakt .left a{
	color: #000;
}

#kontakt .right{
	width: 34%;
	float: right;
	margin-right: 50px;
}

#kontakt .right span input{
	width: 300px;
	height: 20px;
	border: 1px solid #8c6247;
}

#kontakt .right span textarea{
	width: 350px;
	height: 200px;
	border: 1px solid #8c6247;
	padding: 10px;
}

#kontakt .right .wpcf7-submit{
	width: auto;
	height: 34px;
	border: 1px solid #e1e1e1;
	background: #FFF;
	border-radius: 5px;
	display: block;
	float: right;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #8c6247;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	padding-top: 3px;
	cursor: pointer;
	margin-bottom: 20px;
}

#kontakt .right .wpcf7-submit:hover{
	background: #8c6247;
	color: #FFF;
}	

/** Button **/

.button-big{
	width: auto;
	height: 34px;
	border: 1px solid #e1e1e1;
	background: #FFF;
	border-radius: 5px;
	display: block;
	float: left;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #8c6247;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	padding-top: 12px;
}

.button-big:hover{
	background: #8c6247;
	color: #FFF;
}

.button-big i{
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
	display: block;
}

.button-big.kalkulator i{
	width: 20px;
	height: 20px;
	background: url('img/kalkulator.png') no-repeat;
}

.button-big.kalkulator:hover > i{
	background: url('img/kalkulator2.png') no-repeat;
}


.button-big.poradnik i{
	width: 17px;
	height: 22px;
	background: url('img/poradnik.png') no-repeat;
}

.button-big.poradnik:hover > i{
	background: url('img/poradnik2.png') no-repeat;
}

 /** Lista produktów **/
 
.wrapper .prod{
	width: 264px;
	height: 224px;
	float: left;
	margin-right: 18px;
	margin-bottom: 15px;
}

.wrapper .prod:hover > .info{
	display: block;
}

.wrapper .prod .box{
	width: 264px;
	height: 224px;
	float: left;
	position: relative;
	z-index: 1;
}

.wrapper .prod .box .foto{
	width: 258px;
	height: 171px;
	float: left;
	background: #FFF;
	padding-top: 5px;
	padding-left: 4px;
	border: 1px solid #e9e9e9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.wrapper .prod .box .foto a img{
	border-radius: 5px;
}

.wrapper .prod .box .name{
	width: 244px;
	height: auto;
	float: left;
	background: url('img/bg.png') repeat;
	padding: 10px;
	text-align: center;	
}

.wrapper .prod .box .name a{
	color: #8c6247;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.wrapper .prod .info{
	display: none;
	float: left;
	position: relative;
	z-index: 2;
	top: -224px;
	width: 264px;
	height: 217px;
	background: #c0b4a3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.wrapper .prod .info a{
	display: block;
	width: 264px;
	height: 217px;
	position: relative;
	z-index: 3;
}

.wrapper .prod .info a .title{
	width: 234px;
	height: auto;
	padding: 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.wrapper .prod .info a .desc{
	width: 234px;
	height: auto;
	float: left;
	padding: 15px;
	color: #FFF;
	font-size: 12px;
	padding-top: 0px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.wrapper .prod .info a .price{
	width: auto;
	height: auto;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #FFF;
	border-radius: 5px;
	margin-left: 15px;
	color: #000;
}

.polecaneh2{
	text-align: center;
	margin-bottom: 15px;
	color: #270208;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

#polecane{
	width: 100%;
	height: auto;
	float: left;
}

#polecane .wrapper .prod{
	margin-left: 14px !important;
	margin-right: 14px !important;
}

#homeinfo{
	width: 100%;
	height: auto;
	float: left;
	background: #c0b4a3;
}

#homeinfo .box{
	width: 340px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px;
	text-align: center;
}

#homeinfo .box h3{
	color: #f4f3ee;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#homeinfo .box p{
	color: #f4f3ee;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}

#homeinfo .box a{
	color: #270208;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}

#contener.home{
	background: url('img/bg.png') repeat;
}

#contener.home .wrapper{
	min-height: 100px !important;	
}

#contener.home p{
	color: #8c8c8c;
	font-size: 13px;
	line-height: 15px;
	max-width: 1132px !important;
	text-align: justify;	
}

#oferta h2{
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 25px;
margin-bottom: 15px;
color: #8c6247;
	margin-top: 15px;
}

#oferta .button-big{
	margin-left: 300px;
}

#oferta p{
	font-size: 14px;
	color: #8c6247;
}

#produkt .galeria.small{
	width: 800px;
	float: left;
	padding-left: 15px;
}

#produkt .galeria.big{
	width: 100%;
}

#produkt .opis{
	width: 300px;
	float: left;
	padding-left: 14px;
	border-left: 1px solid #CCC;
}

#produkt .opis h2{
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 25px;
margin-bottom: 5px;
color: #8c6247;
}

#produkt .opis .ico{
	width: 300px;
	height: auto;
	margin-bottom: 15px;
	float: left;
}

#leroy_zoom_frame{
	z-index: 10;
}

#produkt .opis .ico .box{
	width: 30px;
	float: left;
}

.galeria img,
.gallery-icon.landscape img,
.gallery-icon.portrait img{
	border-radius: 5px;
}

/*.galeria img:hover,
.gallery-icon.landscape:hover,
.gallery-icon.portrait img:hover{
	opacity: 0.9;
}
*/
#kalkulator .left{
	width: 500px;
	height: auto;
	float: left;
}

#kalkulator .left label{
	width: 500px;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
}

#kalkulator .left input{
	width: 300px;
	height: 20px;
	border: 1px solid #8c6247;
	padding-left: 10px;
	padding-right: 10px;
}

#kalkulator .left .oblicz{
	margin-bottom: 20px;
	cursor: pointer;
}

#kalkulator .right{
	width: 500px;
	height: auto;
	float: right;
}

#kalkulator .right #wynik{
	width: 500px;
	height: auto;
	float: left;
	font-size: 15px;
	text-align: center;
}

#kalkulator .right #wynik .error{
	text-align: center;
	color: red;
}