.tp-caption {
  z-index: 1;
  white-space: nowrap
}

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;	
  -khtml-opacity: 0;	
  opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
    font-family: 'revicons';
    src: url('../fonts/revicons.eot?5510888');
    src: url('../fonts/revicons.eot?5510888#iefix') format('embedded-opentype'),
    url('../fonts/revicons.woff?5510888') format('woff'),
    url('../fonts/revicons.ttf?5510888') format('truetype'),
    url('../fonts/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.tparrows::before {
  font-family: revicons;
  font-size: 32px;
  color: #fff;
  opacity: 0.8;
  display: block;
  line-height: 40px;
  text-align: center;
  font-weight: 200;
  /*  visibility: hidden; */
}

.tparrows:hover::before {
  opacity: 1;
}

.tparrows.tp-rightarrow::before {
  content: '\e825';
  margin-right: 10px;
}

.tparrows.tp-leftarrow::before {
  content: '\e824';
  margin-left: 10px;  
}

.tparrows {
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  width: 30px !important;
}

.tparrows {
  cursor: pointer;
  background: none;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../img/slider_img/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px;
}


.tp-simpleresponsive a {
  text-decoration: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive>ul>li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}

.tparrows .tp-arr-imgholder {
  display: none
}

.tparrows .tp-arr-titleholder {
  display: none
}


.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;


}

.tp-loader.spinner0 {
  /*    width: 40px;
    height: 40px;
    background:url(../img/slider_img/loader.gif) no-repeat center center;
    background-color: #fff; */
  /*    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); */
  /*    margin-top:-20px;
    margin-left:-20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
}