.tp-caption a {
color:#fff;
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:#fff;
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:#C8252B;
}
.scroll-down {
    bottom: 90px;
    color: #ffffff;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    text-decoration: none;
    z-index: 99;
}
.scroll-down span {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin: 10px auto 50px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1000;
}
.scroll-down span:hover {
    background-color: #C8252B;
  color: #fff;
    }