/* The slider */
.iviewSlider {
  overflow: hidden;
}

/* The timer in the Slider */
#iview-timer {
  position: absolute;
  z-index: 100;
  border-radius: 5px;
  cursor: pointer;
}
#iview-timer div {
  border-radius: 3px;
}

/* The Preloader in the Slider */
#iview-preloader {
  position: absolute;
  z-index: 1000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: #000 1px solid;
  padding: 1px;
  width: 100px;
  height: 3px;
}
#iview-preloader div {
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 3px;
  background: #000;
  width: 0px;
}

/* The strips and boxes in the Slider */
.iview-strip {
  display: block;
  position: absolute;
  z-index: 5;
}

.iview-block {
  display: block;
  position: absolute;
  z-index: 5;
}

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.iview-directionNav a:before {
  color: #fff;
  content: "\f105";
  display: inline-block;
  font: 20px/45px "FontAwesome";
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
  height: 45px;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.6);
}
.iview-directionNav a.iview-prevNav:before {
  content: "\f104";
}
.iview-directionNav a:hover:before {
  background-color: #f4a137;
}

.iview-prevNav {
  left: -50px;
}

.iview-nextNav {
  right: -50px;
}

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav {
  position: absolute;
  z-index: 9;
}
.iview-controlNav a {
  z-index: 9;
  cursor: pointer;
}
.iview-controlNav a.active {
  font-weight: bold;
}
.iview-controlNav .iview-items ul {
  list-style: none;
}
.iview-controlNav .iview-items ul li {
  display: inline-block;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.iview-controlNav .iview-tooltip {
  position: absolute;
}

/* The captions in the Slider */
.iview-caption {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  cursor: default;
}

/* Addition style */
.iview-controlNav.iview-bullet {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 30px;
  text-align: center;
}
.iview-controlNav.iview-bullet .iview-items {
  display: inline-block;
}
.iview-controlNav.iview-bullet a {
  text-indent: -9999px;
}
.iview-controlNav.iview-bullet a.iview-control {
  padding: 0px;
  float: left;
  width: 12px;
  height: 12px;
  background: #81c5e8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 0px;
  line-height: 12px;
  -webkit-transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
}
.iview-controlNav.iview-bullet .active {
  -webkit-box-shadow: 0 0 0 2px #81c5e7;
  box-shadow: 0 0 0 2px #81c5e7;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.iview-controlNav.iview-bullet .active a.iview-control {
  background-color: #f5f5f5;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

#iview-preloader {
  border: #666 1px solid;
  width: 150px div;
  width-background: #666;
}

.ptssliderlayer {
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.ptssliderlayer #iview-tooltip {
  display: none;
  position: absolute;
  background: url("images/tooltip.png") no-repeat;
  width: 124px;
  height: 90px;
  bottom: 30px;
  left: -67px;
  padding: 10px;
  z-index: 100;
}
.ptssliderlayer #iview-tooltip div.holder {
  display: block;
  width: 124px;
  height: 84px;
  overflow: hidden;
  border-radius: 2px;
}
.ptssliderlayer #iview-tooltip div.holder div.container {
  display: block;
  width: 4000px;
}
.ptssliderlayer #iview-tooltip div.holder div.container div {
  float: left;
  display: block;
  overflow: hidden;
  width: 124px;
  height: 84px;
  left: -50%;
  text-align: center;
}
.ptssliderlayer #iview-tooltip div.holder div.container div img {
  height: 84px;
  margin: 0 auto;
}
.ptssliderlayer:hover .iview-nextNav {
  right: 0;
}
.ptssliderlayer:hover .iview-prevNav {
  left: 0;
}

.rtl .ptssliderlayer .iviewSlider {
  transform-origin: right 0 0 !important;
  -webkit-transform-origin: right 0 0 !important;
  -ms-transform-origin: right 0 0 !important;
  -moz-transform-origin: right 0 0 !important;
  -o-transform-origin: right 0 0 !important;
}

.iview-thumb {
  left: 0;
  right: 0;
  bottom: 0;
  top: inherit;
  margin: auto;
  content: "";
  position: absolute;
  text-align: center;
}

@media (min-width: 1230px) {
  .iview-controlNav.iview-thumb a img {
    height: 100px;
  }
}
@media (max-width: 1230px) {
  .iview-controlNav.iview-thumb a img {
    height: 85px;
  }
}
@media (max-width: 1199px) {
  .iview-controlNav.iview-thumb a img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .iview-controlNav.iview-thumb a img {
    display: none;
  }
}
