/* $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 */
/* 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;
}

/* 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;
}

.iview-controlNav.iview-bullet {
  position: absolute;
  bottom: 30px;
  left: 0;
  height: 44px;
  width: 100%;
  text-align: center;
}

.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 div.iview-items {
  padding: 0px 10px 0px 10px;
  height: 44px;
  background: url("../images/nav-bg.png");
  display: inline-block;
}

.iview-controlNav.iview-bullet a.iview-control {
  padding: 0px;
  float: left;
  width: 23px;
  height: 23px;
  background: url("../images/bullets.png") no-repeat;
  line-height: 0px;
}

.iview-controlNav.iview-bullet .active a.iview-control {
  background-position: 0px -23px;
}

.iview-controlNav.iview-bullet div.iview-items ul li {
  padding: 0px;
  float: left;
  width: 23px;
  height: 23px;
  margin: 3px;
  margin-top: 16px;
  line-height: 0px;
}

.iview-controlNav .iview-tooltip {
  position: absolute;
}

.iview-controlNav.iview-thumb {
  width: 100%;
  bottom: 0;
  text-align: center;
  background: url("../images/navigation-bg.png");
  border-radius: 0px 0px 4px 4px;
}

.iview-controlNav.iview-thumb .iview-items {
  display: block;
}

.iview-controlNav.iview-thumb a img {
  height: 50px;
  width: auto;
  border: 1px solid #ccc;
  margin: 0 4px;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.iview-controlNav.iview-thumb .active a img {
  border-color: #999;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

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

.ptssliderlayer {
  display: block;
  position: relative;
  clear: both;
}

.ptssliderlayer .iviewSlider {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.ptssliderlayer div.iview-directionNav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: none;
  left: 0px;
  z-index: 9;
  width: 100%;
}

.ptssliderlayer:hover div.iview-directionNav {
  display: block;
}

.ptssliderlayer div.iview-directionNav a {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images/large_left.png);
  text-indent: -9999px;
}

.ptssliderlayer div.iview-directionNav a.iview-nextNav {
  background-image: url(../images/large_right.png);
}

.ptssliderlayer div.iview-directionNav a:hover {
  background-position: 0 -40px;
}

.iview-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

.iview-prevNav {
  left: 0px;
}

.iview-nextNav {
  right: 0px;
}
