
.layerslider-wrapper {
  position: relative;
  z-index: 9;
}

.rev_slider {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 980px;
  z-index: 9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.bannercontainer {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.tp-caption {
  z-index: 1;
}

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tp-caption a:hover {
  color: #ffa902;
}


.tp-simpleresponsive .slotholder * {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.tp-simpleresponsive img {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  max-width: none;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  visibility: hidden;
}


.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 25;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.tp-bullets.hidebullets {
  opacity: 0;
  filter: alpha(opacity=0);
}

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-repeat scroll left 3px transparent;
  width: 16px;
  height: 16px;
  margin-right: 0px;
  float: left;
  margin-top: -12px;
}

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px;
}
.tp-bullets.simplebullets.round-old .bullet.selected, .tp-bullets.simplebullets.round-old .bullet:hover {
  background-position: bottom left;
}

.tparrows {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.tparrows .hidearrows {
  opacity: 0;
  filter: alpha(opacity=0);
}

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-repeat top left;
  width: 36px;
  height: 37px;
}

.tp-leftarrow.default {
  z-index: 20;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-repeat 0 0;
  width: 36px;
  height: 36px;
  left: 0!important;
}
.tp-leftarrow.default:hover {
  background-position: left -37px;
}

.bannercontainer .tp-leftarrow, .bannercontainer .tp-rightarrow.default {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.bannercontainer:hover .tp-leftarrow, .bannercontainer:hover .tp-rightarrow.default {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tp-rightarrow {
  background: url(../assets/large_right.png) no-repeat top left;
}

.tp-rightarrow.default {
  z-index: 20;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-repeat 0 0;
  width: 36px;
  height: 37px;
  right: 0!important;
}
.tp-rightarrow.default:hover {
  background-position: left -37px;
}
.tp-rightarrow:hover {
  background-position: left -14px;
}


.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../assets/timer.png) red;
  position: absolute;
  z-index: 200;
}

.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.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;
}

.caption.slidelink a div, .tp-simpleresponsive .slidelink.tp-caption a div, .tp-caption.slidelink a div {
  width: 10000px;
  height: 10000px;
  background: url(../assets/coloredbg.png) repeat;
}

.tp-loader {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: white;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

