.tp-caption a {
color:#337ab7;
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;
}
.tp-caption a {
color:#337ab7;
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:#337ab7;
}
.get_started
{
  	border: 2px solid #cccccc;
    float: right;
    font-size: 16px;
    font-weight: 500;
    padding:5px 20px 5px 20px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  	color:#337ab7;
}
.get_started:hover
{
  text-decoration:none;
}
.get_started_btn
{
  	border: 2px solid #fff;
    float: right;
    font-size: 16px;
    font-weight: 500;
    padding:5px 20px 5px 20px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  	color:#337ab7;
}
.get_started_btn:hover
{
  	text-decoration:none;
}