.tp-caption a {
color:#ff7302;
text-shadow:none;

-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;
}
#mj-slideshow .text h3 {
  font-family: Oswald;
  font-size: 66px;
  text-transform: none;
  line-height: 80px;
  font-weight: bold;
}
.text1 #desc {
margin-top: 12px;
  font-size:10px;
text-transform: uppercase;
}
.content {
  left: 3%;
  position: absolute;
}
.a-btn {
  background: #4B5668;
  border: 1px solid #4B5668;
}
.a-btn-text a { 
  color: #4B5668;
  }
.a-btn-text {
  padding-top: 7px;
  display: block;
  font-size: 18px;
  white-space: nowrap;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
  color: #FFFFFF !important;
  transition: all 0.2s linear
}
.a-btn-icon-right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 52px;
  border-left: 1px solid #59667C;
  box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}
.price-tag {
  border-radius: 50% 50% 50% 50%;
  float: left;
  left: 0%;
  padding: 24px;
  position: absolute;
  text-align: center;
  top: 100px;
  width:100px;
  height:100px;
  z-index: 99;
}
.price-tag:hover {
    cursor: pointer;
    transform: rotate(360deg);
    transition: all 1s ease-in-out 0s;
    z-index: 999;
}
.tag {
  float: left;
  font-size: 25px;
  width: 100%;
}
.price {
  float: left;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
}
.discount {
  float: left;
  font-size: 25px;
  width: 100%;
}
.a-btn {
  padding-left: 20px;
  padding-right: 80px;
  height: 38px;
  display: inline-block;
  position: relative;
  border: 1px solid #4B5668;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  float: left;
  clear: both;
  margin: 10px 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 99;
}
.a-btn-text {
  padding-top: 7px;
  display: block;
  font-size: 18px;
  white-space: nowrap;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
  color: #FFFFFF !important;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.a-btn-icon-right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 52px;
  border-left: 1px solid #59667C;
  box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span {
  width: 38px;
  height: 38px;
  opacity: 0.7;
  position: absolute;
  left: 79%;
  top: 88%;
  margin: -20px 0px 0px -20px;
 background: url("../images/topbar-arrow-white.png") no-repeat;
  padding-top:20px;
  transition: all 0.3s linear;
}
.a-btn-slide-text {
  position: absolute;
  height: 100%;
  top: 0px;
  right: 52px;
  width: 0px;
  text-shadow: 0px -1px 1px #363f49;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  text-indent: 10px;
  overflow: hidden;
  line-height: 38px;
  box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
  transition: width 0.3s linear;
}
.a-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
}
.a-btn:hover {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-right: 160px;
}
.a-btn:hover .a-btn-slide-text{
    width:100px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
}