@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
.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;
}
.tp-caption.button_white a{
color: rgba(255,255,255,0.6);
}
.tp-caption.button_white a i{
margin: 0 0 0 8px;
}
.tp-caption.medium_white_light i{
margin: 0 10px 0 0;
}
.tp-caption.button_white:hover{
border-color: #fff;
}
.tp-caption.button_white a:hover{
color: #fff;
}