.table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}
.popup{
display:block;
}

.popup>img,.popup a>img{
display:block;
max-width:100%;
height:auto;
margin-left:auto;
margin-right:auto
}
a.popup:hover,a.popup:focus,a.popup.active{
border-color:#428bca
}
.popup .caption{
padding:9px;color:#333
}

/*
.product-list .event a {
    background: url("../image/add.png") no-repeat scroll left 60% rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}
.product-grid .event a {
    background: url("../image/add.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}*/