/**
 * Dragdealer.js 0.9.8
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */

.dragdealer {
  position: relative;
  height: 30px;
  background: #EEE;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.dragdealer .disabled {
  background: #898989;
}




.slide-to-unlock {
 /* position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  width: 400px;*/
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 15px;
}

.slide-to-unlock .dragdealer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background: none;
  height: auto;
}

.slide-to-unlock .handle {
  height: 100%;
  border-radius: 0;
}

.slide-to-unlock .disabled {
  background: none;
}

.slide-to-unlock .slide-text {
  position: absolute;
  top: 0;
  height: 40px;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
}

.old-slider {
  border-radius: 25px;
  background: #edd007;
}

.old-slider .dragdealer {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.old-slider .slide-text {
 	color: #fff;
    cursor: default;
    height: 40px;
    line-height: 40px;
    left: 0;
    width: 100%;
    z-index: 50;
    font-size: 18px;
}

.old-slider .handle {
  width: 150px;
  border-radius: 25px;
  background: #fff;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  z-index: 100;
}

#feed_newsletter form.epm-sign-up-form #epm-email {
	background: transparent;
    box-sizing: border-box;
    font-size: 18px;
    height: 40px;
    left: 170px;
    margin-top: 0;
    padding: 3px 3px 3px 25px;
    bottom: 0;
    width: calc(100% - 170px);
    border: 0;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	z-index: 50;
	position: absolute;
}
