h2.itemPATH {
	font-size: 2rem !important; color: #4d4134; font-family: 'Rehn-Light' !important;
    background-image: url(../images/itemPATH-line.png);
    background-repeat: no-repeat;
    background-position: right 84%;
}
h2.itemPATH span {padding-right: 20px; display: inline-block;
	font-size: 14px; background-color: #fff;}

.box1 {display: inline-block; width: 100%; height: 60px;}
h1 {text-align: center; font-size: 7rem; line-height: 40px; color: #4d4134; font-family: 'Rehn-Light'; font-weight: 500;}
h1 small {display: inline-block; width: 100%; font-size: 3rem; color: #4d4134;}

#ProductsCat {margin: 0 auto; padding: 0;
	max-width: 740px; /*display: inline-block; border: 1px solid #493722;*/}
#ProductsCat li {/*margin: 10px 5%;*/margin-bottom: 10px; padding: 0 20px; float: left; 
	width: 50%; list-style-type: none;}

#ProductsCat li .Title {margin-left: 20px; padding-right: 58px;
	width: 156px; text-align: center; font-size: 1.6rem;
	background-image: url(../images/cat-line.png);
	background-repeat: no-repeat;
	background-position: left 56%;
}
#ProductsCat li .Title span {display: inline-block; width: 98px;}
#ProductsCat li .Title em {display: inline-block; width: 100%;
	font-style: normal; font-family: 'Rehn-Light'; font-size: 1.4rem; font-weight: 100;}


#ProductsBox {margin: 0 auto; padding: 0;
	max-width: 900px; /*border: 1px solid #493722; display: inline-block;*/}
#ProductsBox li {/*margin: 10px 5%;*/margin-bottom: 10px; padding: 0 10px; float: left; 
	width: 25%; list-style-type: none;}
#ProductsBox li .Title {margin-top: 6px; /*padding-right: 58px;width: 156px;*/
	 text-align: center; font-size: 1.5rem; line-height: 16px;
}
#ProductsBox li .Title em {display: inline-block; width: 100%;
	font-style: normal; font-family: 'Rehn-Light'; font-size: 1.2rem; font-weight: 100;}

@media only screen and (min-width: 300px) and (max-width: 480px){
	h2.itemPATH {font-size: 1.4rem;}
	.box1 {height: 0;}
	h1 {font-size: 4.2rem;}
	h1 small {font-size: 2.6rem;}
	#ProductsBox li {padding: 0 5px; width: 50%;}
}
@media only screen and (min-width: 480px) and (max-width: 768px){

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

}
@media (min-width: 992px) and (max-width: 1199px) {
	/*#ProductsCat1 {padding: 0 40px;}*/

}
@media (min-width: 1200px) {

}

