.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

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

.medium_light_white
{
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	font-family: "Roboto";
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88) rgb(255, 214, 88) rgb(246, 246, 246) rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Roboto";
color:#455a64;
text-decoration:none;
background-color:transparent;
padding:10px 10px 10px 10px;
text-transform:uppercase;
border-width:0px 0px 1px 0px;
border-color:rgb(255, 214, 88) rgb(255, 214, 88) rgb(246, 246, 246) rgb(255, 214, 88);
border-style:none none solid none;
}