.rtl .ba-slider {
  direction: ltr;
}

.ba-slider {
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.ba-slider img {
    width: 100%;
    display:block;
}
.single .inner-content .ba-slider img {
    max-width:none !important;
}

.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.ba-slider .resize img {
    margin-left: 10px;
}

.ba-slider .handle { /* Thin line seperator */
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;

  background: #fff;
  cursor: ew-resize;
}


.ba-slider .handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -18px;

    transition:all 0.3s ease;

    background-image: url('../img/circle_handler.png');
    background-size: cover;

    content:'\00A0';

    /*color:#5d5d5d;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:32px;*/

    /*background: #fff; *//* @orange */
    /*border:1px solid #fff; *//* darken(@orange, 5%) */
    /*border-radius: 50%;*/
    /*box-shadow:
      0 2px 6px rgba(0,0,0,.3),
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466; *//* lighten(@orange, 20%)*/
}

.ba-slider .handle.ba-draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -22px;
    /*line-height:50px;
    font-size:30px;*/
}
