.ic_container{
    vertical-align:baseline;
    position:relative;
	width: 100%;
    height: 250px;
}
.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;    
    overflow:hidden;
    margin:0px;
    padding:10px 20px;
    left:0px;
    right:0px;
    cursor:default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category{
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:3px;
    padding:5px 0px;
    margin:0px;
	font-family: 'Roboto';
	color: #ffffff;
}
.ic_caption h3{
    padding:5px 0px;
	text-transform:uppercase;
    margin:0px;
    font-size:17px;
}
.ic_text{
    padding:5px 0;
    margin:0px;
    text-align:justify;
    font-size:13px;
	height: 190px;
}

/*.ic_container{
    vertical-align:baseline;
    margin:10px;
    position:relative;
    height: 250px;
}
.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;    
    opacity:0.6;   
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor:default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category{
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:3px;
    padding:5px;
    margin:0px;
}
.ic_caption h3{
    padding:0px 5px 5px 5px;
    margin:0px;
    font-size:18px;
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:justify;
    font-size:11px;

}*/

.orange {
bottom: 0px; display: none; background: rgba(247, 89, 27, 0.6);
}
.green {
bottom: 0px; display: none; background: rgba(119, 177, 63, 0.6);
}
.grey {
bottom: 0px; display: none; background: rgba(0, 41, 52, 0.6);
}
.blue {
bottom: 0px; display: none; background: rgba(7, 101, 145, 0.6);
}
.yellow {
bottom: 0px; display: none; background: rgba(205, 135, 14, 0.6);
}
.seablue {
bottom: 0px; display: none; background: rgba(0, 43, 100, 0.6);
}
.pink {
bottom: 0px; display: none; background: rgba(154, 52, 141, 0.6);
}
.purple {
bottom: 0px; display: none; background: rgba(51, 29, 166, 0.6);
}


.hcolor1 {
 background: rgba(247, 89, 27, 0.6);
}
.hcolor2 {
 background: rgba(119, 177, 63, 0.6);
}
.hcolor3 {
 background: rgba(0, 41, 52, 0.6);
}
.hcolor4 {
 background: rgba(7, 101, 145, 0.6);
}
.hcolor5 {
 background: rgba(205, 135, 14, 0.6);
}
.hcolor6 {
 background: rgba(0, 43, 100, 0.6);
}
.hcolor7 {
 background: rgba(154, 52, 141, 0.6);
}
.hcolor8 {
 background: rgba(51, 29, 166, 0.6);
}



