


.bx_title_section.stars .icon{background:url(images/stars.png) no-repeat center left}
.bx_title_section.time .icon {background:url(images/time.png)  no-repeat center left}

/*Component top nav*/
.bx_topnav{
	margin: 0;
	padding: 8px 0 5px;
}
.bx_topnav li{
	display: inline-block;
	margin-right: 3%;
}

.bx_topnav li:last-child{
	margin-right:0
	}
	
.bx_topnav li a:hover{text-decoration: none;}

.bx_topnav,
.bx_topnav *{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* component inc_catalog_footer */
.bx_inc_catalog_footer{
	color: #4c4a3f;
	text-shadow: 0 1px 1px rgba(255,255,255,.5);
}
.bx_inc_catalog_footer h3{
	background: url(images/footer_h4_bg.png) repeat-x bottom;
}
.bx-touch .bx_inc_catalog_footer h3{
	background: url(images/x2footer_h4_bg.png) repeat-x bottom;
}
.bx_inc_catalog_footer ul li a{
	color: #4c4a3f;
	text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

/* component inc_menu_footer */
.bx_inc_menu_footer{
	color: #4c4a3f;
	text-shadow: 0 1px 1px rgba(255,255,255,.5);
}
.bx_inc_menu_footer h3{
	background: url(images/footer_h4_bg.png) repeat-x bottom;
}
.bx-touch .bx_inc_menu_footer h3{
	background: url(images/x2footer_h4_bg.png) repeat-x bottom;
}
.bx_inc_menu_footer ul li a{
	color: #4c4a3f;
	text-shadow: 0 1px 1px rgba(255,255,255,.5)
}

.copyright{
	color: #4C4A3F;
}
