/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.container {
  display: block;
  margin: 0px auto;
}

.iview {
  display: block;
  min-width: 300px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.iview .iviewSlider {
  display: block;
  overflow: hidden;
  width: 100%;
  /* hard fixed (ex 950px) is enable responsive, auto not responve*/
}

.iview div.iview-directionNav {
  position: absolute;
  top: 47%;
  left: 0px;
  z-index: 9;
  width: 100%;
}

.iview div.iview-directionNav a {
  position: absolute;
  top: 50%;
  margin: -30px 0px 0px 0px;
  display: block;
  cursor: pointer;
  font-size: 0px;
  width: 60px;
  height: 60px;
  border: 1px solid #e1e1e1;
  line-height: 60px;
  background-color: #fff;
  color: #e1e1e1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.iview div.iview-directionNav a:before {
  font-family: "FontAwesome";
  font-size: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.iview div.iview-directionNav a:hover {
  border-color: #1dc9b3;
  background-color: #1dc9b3;
  color: #fff;
}

.iview div.iview-directionNav a.iview-nextNav {
  right: 33px;
  left: auto;
}
.rtl .iview div.iview-directionNav a.iview-nextNav {
  left: 33px;
  right: auto;
}
.iview div.iview-directionNav a.iview-nextNav:before {
  content: "\f105";
}

.iview div.iview-directionNav a.iview-prevNav {
  left: 33px;
  right: auto;
}
.rtl .iview div.iview-directionNav a.iview-prevNav {
  right: 33px;
  left: auto;
}
.iview div.iview-directionNav a.iview-prevNav:before {
  content: "\f104";
}

.tp-caption.data-link:hover {
  cursor: pointer;
}

.text--upper {
  text-transform: uppercase;
  font-weight: 400;
}

.text-title {
  line-height: 70px;
  text-align: center;
}

.text-des {
  padding: 0 5px;
}

.text-description .caption-contain {
  padding: 15px 10px;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  text-align: center;
  font-style: italic;
  font-family: "Roboto";
}
.text-description span {
  font-weight: 400;
  font-family: "AWConquerorCarved-One";
  text-transform: uppercase;
}

.btn--slide .caption-contain {
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  color: black;
  padding: 0px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  width: auto !important;
  margin-left: 20px;
}
.rtl .btn--slide .caption-contain {
  margin-right: 20px;
  margin-left: inherit;
}
.btn--slide .caption-contain:before {
  content: "\f105";
  font-family: "FontAwesome";
  width: 10px;
  display: inline-block;
  text-align: left;
  color: #1dc9b3;
  position: absolute;
  left: -15px;
}
.rtl .btn--slide .caption-contain:before {
  right: -15px;
  left: auto;
}
.btn--slide:hover .caption-contain {
  color: #1dc9b3;
  border-color: #1dc9b3;
}
.btn--slide.btn--slide-2 .caption-contain:before {
  color: #FECB00;
}
.btn--slide.btn--slide-2:hover .caption-contain {
  color: #FECB00;
  border-color: #FECB00;
}

.btn-slide-s3 .caption-contain {
  color: #fff;
  border-bottom-color: #fff;
}
.btn-slide-s3 .caption-contain:before {
  display: none;
}

.iview-preloader {
  border: #666 1px solid;
  width: 150px;
}

.iview-preloader div {
  background: #666;
}

.iview-timer {
  border-radius: 10px;
}

.iview-timer div {
  border-radius: 10px;
}
