.tp-caption a {
color: #333333;
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	text-shadow: none;
	margin: 0px;
	letter-spacing: 1px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0);
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}

.tp-caption a:hover {
color:#00bed8;
}

.tp-caption a:after {
      font-family:"FontAwesome";
      content: "\f105";
      padding-left: 10px
    }