.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 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.slide2 {
	font-size: 36px;
	color: #fff;
	font-weight:300;
	font-family: 'Raleway', sans-serif;
	text-shadow:2px 1px 1px rgba(0, 0, 0, 0.5);
	line-height:48px;
}
.tp-caption p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height:18px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	letter-spacing:3px;
	font-weight:300;
	text-transform:uppercase;
}

.btn-mouse-bottom {
  position: absolute;
  z-index: 9999;
  left: 50%;
  margin-left: -25px;
  top: 10px;
  cursor: pointer;
}