@import url(desktop.css) (min-width:1024px);
@import url(tablet.css) (min-width:360px) and (max-width:1024px);

@import url(mobile.css)(max-width:360px);

.breadcrumb a{
	color:#787878;
}

.slide_show{
	margin-bottom:20px;
}
ul{
	padding:0px;
}
.error{font-weight: normal;color: #ff0000}
.subhome{list-style: none;padding: 0;
    width: 165px;}
.subhome li{display: block;
    margin-bottom: 10px;
    text-align: center;}
.subhome li img{width: 89px;}
.subhome li h3{font-size: 14px}