.newDesighCategory {
	padding-bottom:10px;
}
.newDesighCategory h1 {
	font-size:25px !important;
	line-height:inherit !important;
	padding:10px;
}
.newDesighCategory div.detail {
	font-size:14px; line-height:20px;
}

.newDesighMenu {
	background-color:#000000; padding:5px;
}
.newDesighMenu .iconBG {
	
}
.newDesighMenu .iconBG .icon {
	background-color:#FFFFFF; padding:10px; border-radius:50%;
	color:#000000; margin-right:5px;
}
@media only screen and (min-width : 768px) {
	.newDesighMenu {
		overflow:hidden;
	}
	.newDesighMenu .iconBG {
		float:left; width:33.3333%;
	}
}

.newDesignBrand {
	margin:10px 0;
}
.newDesignBrand .detail {
	line-height:20px; margin-bottom:10px;
}
.newDesignBrand .detail h2 {
	padding-bottom:5px;
}
.newDesignBrand .detail .text {
	
}
.newDesignBrand .pic {
	text-align:center;
}
@media only screen and (min-width : 768px) {
	.newDesignBrand {
		overflow:hidden;
	}
	.newDesignBrand .detail {
		float:left; width:45%;
	}
	.newDesignBrand .pic {
		float:left; width:55%;
	}
}