@charset "UTF-8";
/* Modules and Variables
 */
@font-face {
  font-family: FontAwesome;
  
  font-weight: normal;
  font-style: normal; }
[class="sc-icon-"] > span:before,
[class*=" sc-icon-"] > span:before {
  font-family: FontAwesome;
  font-size: 18px;
  cursor: move; }



/* '' */
/* GENERAL STYLES
 */
.slider_captcha {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #a3a3a3;
  background: #eeeeee;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 0;
  -moz-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .slider_captcha span {
    cursor: default;
    position: relative;
    line-height: 46px; }
  .slider_captcha > span {
    margin: 0 auto; }

.swipe-knob {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  width: 46px;
  height: 46px;
  background-color: #72d5ee;
  color: white;
  -moz-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  .swipe-knob:not(.type_filled)[class*=" sc-icon-"] > span:after {
    display: none; }
  .swipe-knob:not(.type_filled) span {
    display: table;
    width: 100%;
    height: 100%;
    cursor: move; }
    .swipe-knob:not(.type_filled) span:after {
      
      font-size: 18px;
      font-family: FontAwesome; content: "\f105";
      cursor: move; }
  .swipe-knob:not(.type_filled).swipe_ended {
    background-color: #868d8f;
    right: 0;
    cursor: auto; }
    .swipe-knob:not(.type_filled).swipe_ended span {
      width: 100%;
      height: 100%; }
      .swipe-knob:not(.type_filled).swipe_ended span[class*=" sc-icon-"]:after {
        display: none; }
      .swipe-knob:not(.type_filled).swipe_ended span:after {
        content: ""; }
  .swipe-knob.type_filled {
    left: 46px;
    margin-left: -100%;
    width: 100%;
    cursor: move;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .swipe-knob.type_filled[class*=" sc-icon-"] span {
      position: absolute;
      right: 19px;
      top: 0;
      cursor: move; }
      .swipe-knob.type_filled[class*=" sc-icon-"] span:after {
        display: none; }
      .swipe-knob.type_filled[class*=" sc-icon-"] span:before {
        display: block;
        vertical-align: none; }
    .swipe-knob.type_filled span {
      position: absolute;
      right: 19px;
      top: 0;
      cursor: move; }
      .swipe-knob.type_filled span:after {
        font-family: FontAwesome;
        font-size: 18px;
        content: "\f105"; }
    .swipe-knob.type_filled.swipe_ended {
      background-color: #868d8f;
      right: 0;
      cursor: auto; }
      .swipe-knob.type_filled.swipe_ended span:after {
        content: ""; }

.knob-destiny {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border: none;
  background: #8e0c5f;
  }
