.tp-caption.big_black {
font-size:14px;
line-height:24px;
font-family:titilliumweb;
color:rgb(255, 255, 255);
text-decoration:underline;
background-color:rgb(255, 139, 71);
padding:5px 10px;
text-transform:uppercase;
border-radius:5px 5px 5px 5px;
border-width:0px;
border-color:rgb(185, 60, 32);
border-style:none;
}

.tp-caption.big_black:hover {
text-decoration:none;
padding:5px 10px;
color:#555;
font-size:14px;
line-height:24px;
text-transform:uppercase;
background:#939da4;
border-radius:5px 5px 5px 5px;
border-width:0px 0px 3px 0px;
border-color:rgb(129, 140, 149);
border-style:none none solid none;
}

