/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*  
 * LAYOUT VARIABLES 
 */
/** CHECKOUT BY STEP */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons outline */
/* Variables icons inverse */
/* Variables icons for light style */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 4 */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* testimonials-v4 */
/* testimonials-v5 */
/* testimonials-v6 */
/* --- SCSS For Typography --- */
/* 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;
  -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: #f44856;
}

.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;
  position: relative;
}
.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: 30px;
  left: 347px;
  height: 44px;
}
.iview-controlNav.iview-bullet a {
  text-indent: -9999px;
}
.iview-controlNav.iview-bullet a.iview-controlPrevNav {
  float: left;
  width: 50px;
  height: 44px;
  background: url("images/slider-controls.png") no-repeat;
}
.iview-controlNav.iview-bullet a.iview-controlNextNav {
  float: left;
  width: 50px;
  height: 44px;
  background: url("images/slider-controls.png") no-repeat -50px 0px;
}
.iview-controlNav.iview-bullet a.iview-control {
  padding: 0px;
  float: left;
  width: 11px;
  height: 12px;
  background: url("images/bullets.png") no-repeat;
  line-height: 0px;
}
.iview-controlNav.iview-bullet a.iview-control.active {
  background-position: 0px -12px;
}
.iview-controlNav.iview-bullet div.iview-items {
  float: left;
  padding: 0px 10px 0px 10px;
  height: 44px;
  background: url("images/nav-bg.png");
}

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

.iview-controlNav.iview-bullet {
  position: static;
  height: 45px;
  text-align: center;
  border-radius: 0px 0px 4px 4px;
}
.iview-controlNav.iview-bullet div.iview-items ul li {
  padding: 0px;
  float: left;
  width: 11px;
  height: 12px;
  margin: 3px;
  margin-top: 16px;
  line-height: 0px;
}
.iview-controlNav.iview-bullet .iview-items {
  display: block;
  padding: 0px 20px;
}
.iview-controlNav.iview-bullet a img {
  height: 30px;
  border: #000 1px solid;
  margin: 7px 7px 0px 0px;
  border-radius: 2px;
}
.iview-controlNav.iview-bullet a.active img {
  border-color: #999;
}

.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;
}
