.sado-btn {
  text-decoration: none;
  color: #333;
  padding: 0px 31px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 110px;
  height: 32px;
  margin:0;
  background: rgba(255,255,255,.8);
 }
  .sado-btn span {
    font-weight: 300;
    letter-spacing:0px;
    font-size: 80%;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    z-index: 99; }
  .sado-btn:before {
    content: '';
    position: absolute;
    background-color: #006936;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%; }
  .sado-btn:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .sado-btn:hover:before {
    width: 100%; }

/*Style 1*/
.sado-style-1:after {
  left: 30px;
  width: 0px;
  height: 1px;
  background-color: #333; }
.sado-style-1:hover:after {
  width: 20px;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms; }
.sado-style-1:hover span {
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }

/*Style 2*/
.sado-style-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-2 span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
    .sado-style-2 span:before {
      content: '';
      position: absolute;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -15px;
      width: 5px;
      height: 10px;
      border-left: 7px solid #333;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .sado-style-2 span:after {
      content: '';
      position: absolute;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      top: 50%;
      -webkit-transform: translateY(-50%) scale(0);
              transform: translateY(-50%) scale(0);
      right: -15px;
      width: 5px;
      height: 10px;
      border-left: 7px solid #333;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
  .sado-style-2:hover span {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
    .sado-style-2:hover span:before {
      -webkit-transform: translateY(-50%) scale(0);
              transform: translateY(-50%) scale(0);
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    .sado-style-2:hover span:after {
      -webkit-transform: translateY(-50%) scale(1);
              transform: translateY(-50%) scale(1);
      -webkit-transition-delay: 250ms;
              transition-delay: 250ms; }

/*Style 3*/
.sado-style-3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-3 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: #333;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
  .sado-style-3 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    opacity: 0; }
  .sado-style-3:hover span {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
    .sado-style-3:hover span:before, .sado-style-3:hover span:after {
      opacity: 1; }

/*Style 4*/
.sado-style-4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-4 span {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
    .sado-style-4 span:after {
      content: '';
      position: absolute;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      left: 0px;
      width: 0px;
      bottom: 0px;
      height: 1px;
      background-color: #333; }
  .sado-style-4:hover span {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
    .sado-style-4:hover span:after {
      width: 100%;
      -webkit-transform: translateY(4px);
              transform: translateY(4px); }

/*Style 5*/
.sado-style-5 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-5:after {
    right: 20px;
    width: 0px;
    height: 0px;
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: scale(0);
            transform: scale(0); }
  .sado-style-5:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .sado-style-5:hover span {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }

/*Style 6*/
.sado-style-6 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-6 span {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  .sado-style-6:after {
    left: 0px;
    width: 0px;
    bottom: 0;
    height: 1px;
    background-color: #333; }
  .sado-style-6:hover:after {
    width: 100%;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .sado-style-6:hover span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

/*Style 7*/
.sado-style-7 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-7 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 1px;
    background-color: #333; }
  .sado-style-7 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 1px;
    background-color: #333; }
  .sado-style-7:hover span:after {
    width: 20px;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .sado-style-7:hover span:before {
    width: 20px;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }

/*Style 8*/
.sado-style-8 span:after {
  content: '';
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  left: -10px;
  width: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #333; }
.sado-style-8:hover span {
  -webkit-transform: translateX(10px);
          transform: translateX(10px); }
  .sado-style-8:hover span:after {
    width: calc(100% + 20px);
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }

/*Style 9*/
.sado-style-9 span:before {
  content: '';
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 1px;
  background-color: #333; }
.sado-style-9 span:after {
  content: '';
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  left: -12px;
  top: 0;
  width: 0px;
  height: 1px;
  background-color: #333; }
.sado-style-9:hover span {
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }
  .sado-style-9:hover span:before {
    width: 15px; }
  .sado-style-9:hover span:after {
    width: 15px;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }

/*Style 10*/
.sado-style-10 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .sado-style-10 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    top: 50%;
    width: 0px;
    height: 1px;
    background-color: #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: right;
            transform-origin: right; }
  .sado-style-10 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    top: 50%;
    width: 0px;
    height: 1px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    background-color: #333; }
  .sado-style-10:after {
    left: 30px;
    width: 20px;
    height: 1px;
    background-color: #333; }
  .sado-style-10:hover:after {
    width: 0px; }
  .sado-style-10:hover span {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
    .sado-style-10:hover span:before, .sado-style-10:hover span:after {
      opacity: 1;
      width: 7px;
      -webkit-transition-delay: 200ms;
              transition-delay: 200ms; }

/*Style 11*/
.sado-style-11 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-11 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    opacity: 0; }
  .sado-style-11 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    top: 50%;
    width: 15px;
    height: 1px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    background-color: #333;
    opacity: 0; }
  .sado-style-11:hover span {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
    .sado-style-11:hover span:before, .sado-style-11:hover span:after {
      opacity: 1; }

/*Style 12*/
.sado-style-12 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-12 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -15px;
    bottom: 2px;
    width: 8px;
    height: 1px;
    background-color: #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 0; }
  .sado-style-12 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -15px;
    bottom: 2px;
    width: 16px;
    height: 1px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    background-color: #333;
    opacity: 0; }
  .sado-style-12:hover span {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
    .sado-style-12:hover span:before, .sado-style-12:hover span:after {
      opacity: 1; }

/*Style 13*/
.sado-style-13 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-13 span {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  .sado-style-13:after {
    left: calc(100% - 40px);
    width: 0px;
    height: 1px;
    background-color: #333; }
  .sado-style-13:hover:after {
    width: 40px;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .sado-style-13:hover span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

/*Style 14*/
.sado-style-14 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-14 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 0;
    left: -10px;
    width: 1px;
    height: 0px;
    background-color: #333; }
  .sado-style-14 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -10px;
    width: 1px;
    height: 0px;
    background-color: #333; }
  .sado-style-14:hover span:before {
    height: 100%; }
  .sado-style-14:hover span:after {
    height: 100%;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }

/*Style 15*/
.sado-style-15 span:before {
  content: '';
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  right: -15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(20px, -50%) rotate(45deg);
          transform: translate(20px, -50%) rotate(45deg);
  opacity: 0; }
.sado-style-15 span:after {
  content: '';
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  right: -10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(20px, -50%) rotate(45deg);
          transform: translate(20px, -50%) rotate(45deg);
  opacity: 0; }
.sado-style-15:hover span {
		  color:#fff;
		  }
  .sado-style-15:hover span:before {
    opacity: 1;
    -webkit-transform: translate(0px, -50%) rotate(45deg);
            transform: translate(0px, -50%) rotate(45deg);
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .sado-style-15:hover span:after {
    opacity: 1;
    -webkit-transform: translate(0px, -50%) rotate(45deg);
            transform: translate(0px, -50%) rotate(45deg); }

/*Style 16*/
.sado-style-16 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-16 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -19px;
    top: 3px;
    width: 15px;
    height: 1px;
    background-color: #333;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: top right;
            transform-origin: top right; }
  .sado-style-16 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    top: 3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: top right;
            transform-origin: top right; }
  .sado-style-16:hover span {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
    .sado-style-16:hover span:before {
      right: -20px;
      top: 50%;
      width: 15px;
      height: 1px;
      background-color: #333;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .sado-style-16:hover span:after {
      right: -20px;
      top: 50%;
      width: 5px;
      height: 5px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      -webkit-transform-origin: center;
              transform-origin: center; }

/*Style 17*/
.sado-style-17 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sado-style-17 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 1px;
    background-color: #333; }
  .sado-style-17:after {
    content: "$";
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sado-style-17:hover span {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
    .sado-style-17:hover span:before {
      width: 10px;
      -webkit-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%); }

/*Style 18*/
.sado-style-18 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .sado-style-18 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    bottom: 2px;
    width: 1px;
    height: 10px;
    background-color: #333;
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }
  .sado-style-18 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -25px;
    bottom: 2px;
    width: 10px;
    height: 1px;
    background-color: #333;
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }
  .sado-style-18:hover span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
    .sado-style-18:hover span:before {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }
    .sado-style-18:hover span:after {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }

/*Style 19*/
.sado-style-19 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .sado-style-19 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    bottom: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%; }
  .sado-style-19 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -13px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    bottom: 7px;
    width: 1px;
    height: 10px;
    background-color: #333;
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }
  .sado-style-19:hover span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
    .sado-style-19:hover span:after {
      right: -19px;
      -webkit-transform: rotate(-225deg);
              transform: rotate(-225deg); }

/*Style 20*/
.sado-style-20 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .sado-style-20 span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    bottom: 5px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .sado-style-20 span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    right: -20px;
    bottom: 15px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0; }
  .sado-style-20:hover span:before {
    bottom: -5px;
    opacity: 0; }
  .sado-style-20:hover span:after {
    bottom: 5px;
    opacity: 1; }


/*Background Animation 1*/
.bg-anim-1:before {
  left: 0;
  top: 0;
  width: 10px;
  height: 100%; }
.bg-anim-1:hover:before {
  width: 100%; }

/*Background Animation 2*/
.bg-anim-2:before {
  right: 0;
  left: auto;
  top: 0;
  width: 10px;
  height: 100%; }
.bg-anim-2:hover:before {
  width: 100%; }

/*Background Animation 3*/
.bg-anim-3:before {
  left: 0;
  top: 0;
  width: 0px;
  height: 100%; }
.bg-anim-3:hover:before {
  width: 100%; }

/*Background Animation 4*/
.bg-anim-4:before {
  right: 0;
  left: auto;
  top: 0;
  width: 0px;
  height: 100%; }
.bg-anim-4:hover:before {
  width: 100%; }

/*Background Animation 5*/
.bg-anim-5:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 0; }
.bg-anim-5:hover:before {
  height: 100%; }

/*Background Animation 6*/
.bg-anim-6:before {
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 0; }
.bg-anim-6:hover:before {
  height: 100%; }

/*Background Animation 7*/
.bg-anim-7 {
  overflow: hidden; }
  .bg-anim-7:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .bg-anim-7:hover:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

/*Background Animation 8*/
.bg-anim-8 {
  overflow: hidden; }
  .bg-anim-8:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .bg-anim-8:hover:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

/*Background Animation 9*/
.bg-anim-9 {
  overflow: hidden; }
  .bg-anim-9:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .bg-anim-9:hover:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

/*Background Animation 10*/
.bg-anim-10 {
  overflow: hidden; }
  .bg-anim-10:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .bg-anim-10:hover:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

/*Background Animation 11*/
.bg-anim-11:before {
  right: 0;
  left: auto;
  top: 0;
  width: 0px;
  height: 100%; }
.bg-anim-11:hover:before {
  width: 47px; }

/*Background Animation 12*/
.bg-anim-12:before {
  left: 0;
  top: 0;
  width: 0px;
  height: 100%; }
.bg-anim-12:hover:before {
  width: 47px; }

/*Background Animation 13*/
.bg-anim-13 {
  overflow: hidden; }
  .bg-anim-13:before {
    right: -15%;
    left: auto;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg); }
  .bg-anim-13:hover:before {
    width: 130%; }

/*Background Animation 14*/
.bg-anim-14 {
  overflow: hidden; }
  .bg-anim-14:before {
    right: -15%;
    left: auto;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg); }
  .bg-anim-14:hover:before {
    width: 130%; }

/*Background Animation 15*/
.bg-anim-15 {
  overflow: hidden; }
  .bg-anim-15:before {
    left: -15%;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg); }
  .bg-anim-15:hover:before {
    width: 130%; }

/*Background Animation 16*/
.bg-anim-16 {
  overflow: hidden; }
  .bg-anim-16:before {
    left: -15%;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg); }
  .bg-anim-16:hover:before {
    width: 130%; }

/*Background Animation 17*/
.bg-anim-17 {
  overflow: hidden; }
  .bg-anim-17:before {
    left: 0;
    top: 0;
    width: 10px;
    height: 100%; }
  .bg-anim-17:hover:before {
    width: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/*Background Animation 18*/
.bg-anim-18 {
  overflow: hidden; }
  .bg-anim-18:before {
    right: 0;
    left: auto;
    top: 0;
    width: 10px;
    height: 100%; }
  .bg-anim-18:hover:before {
    width: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/*Background Animation 19*/
.bg-anim-19:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%; }
.bg-anim-19:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }

/*Background Animation 20*/
.bg-anim-20 {
  overflow: hidden; }
  .bg-anim-20:before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    width: 190px;
    height: 190px;
    border-radius: 50%; }
  .bg-anim-20:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    width: 190px;
    height: 190px; }

/*Background Animation 21*/
.bg-anim-21 {
  overflow: hidden; }
  .bg-anim-21:before {
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    -webkit-transform: translateX(-150%) rotate(45deg);
            transform: translateX(-150%) rotate(45deg); }
  .bg-anim-21:hover:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    width: 45px;
    height: 100%; }

/*Background Animation 22*/
.bg-anim-22 {
  overflow: hidden; }
  .bg-anim-22:before {
    right: 0;
    left: auto;
    top: 0;
    width: 45px;
    height: 100%;
    -webkit-transform: translateX(150%) rotate(45deg);
            transform: translateX(150%) rotate(45deg); }
  .bg-anim-22:hover:before {
    -webkit-transform: translateX(50%) rotate(45deg);
            transform: translateX(50%) rotate(45deg);
    width: 45px;
    height: 100%; }


/*Small Size*/
.size-small {
  width: 160px;
  height: 40px; }
  .size-small span {
    font-size: 70%; }

/*Normal Size*/
.size-normal {
  width: 180px;
  height: 45px; }
  .size-normal span {
    font-size: 80%; }

/*Purple*/
.bg-purple:before {
  background-color: #845EC2; }

.bg-purple-2:before {
  background-color: #1c1259; }

/*Violet*/
.bg-violet:before {
  background-color: #D65DB1; }

.bg-violet-2:before {
  background-color: #7f4782; }

/*Pink*/
.bg-pink:before {
  background-color: #FF6F91; }

.bg-pink-2:before {
  background-color: #e2598b; }

.bg-pink-3:before {
  background-color: #ee7777; }

/*Orange*/
.bg-orange:before {
  background-color: #FF9671; }

.bg-orange-2:before {
  background-color: #ff8246; }

/*Yellow*/
.bg-yellow:before {
  background-color: #ffdc27; }

.bg-yellow-2:before {
  background-color: #FFC75F; }

.bg-yellow-3:before {
  background-color: #F9F871; }

/*Green*/
.bg-green:before {
  background-color: #49beb7; }

.bg-green-2:before {
  background-color: #bfcd7e; }

.bg-green-3:before {
  background-color: #15cda8; }

/*Red*/
.bg-red:before {
  background-color: #ff5959; }

.bg-red-2:before {
  background-color: #f34573; }

.bg-red-3:before {
  background-color: #fd5f00; }

/*Blue*/
.bg-blue:before {
  background-color: #4592af; }

.bg-blue-2:before {
  background-color: #6c5ce7; }

.bg-blue-3:before {
  background-color: #00D2FC; }

/*Gray*/
.bg-gray:before {
  background-color: #eeeeee; }

.bg-gray-2:before {
  background-color: #f2eee0; }

/*Black*/
.bg-black:before {
  background-color: #323232; }

.bg-black-2:before {
  background-color: #4e4e4e; }

/*White*/
.bg-white:before {
  background-color: #ffffff; }


/*Purple*/
.bt-purple {
  background-color: #845EC2; }

.bt-purple-2 {
  background-color: #1c1259; }

/*Violet*/
.bt-violet {
  background-color: #D65DB1; }

.bt-violet-2 {
  background-color: #7f4782; }

/*Pink*/
.bt-pink {
  background-color: #FF6F91; }

.bt-pink-2 {
  background-color: #e2598b; }

.bt-pink-3 {
  background-color: #ee7777; }

/*Orange*/
.bt-orange {
  background-color: #FF9671; }

.bt-orange-2 {
  background-color: #ff8246; }

/*Yellow*/
.bt-yellow {
  background-color: #ffdc27; }

.bt-yellow-2 {
  background-color: #FFC75F; }

.bt-yellow-3 {
  background-color: #F9F871; }

/*Green*/
.bt-green {
  background-color: #49beb7; }

.bt-green-2 {
  background-color: #bfcd7e; }

.bt-green-3 {
  background-color: #15cda8; }

/*Red*/
.bt-red {
  background-color: #ff5959; }

.bt-red-2 {
  background-color: #f34573; }

.bt-red-3 {
  background-color: #fd5f00; }

/*Blue*/
.bt-blue {
  background-color: #4592af; }

.bt-blue-2 {
  background-color: #6c5ce7; }

.bt-blue-3 {
  background-color: #00D2FC; }

/*Gray*/
.bt-gray {
  background-color: #eeeeee; }

.bt-gray-2 {
  background-color: #f2eee0; }

/*Black*/
.bt-black {
  background-color: #323232; }

.bt-black-2 {
  background-color: #4e4e4e; }

/*White*/
.bt-white {
  background-color: #ffffff; }


.text-white {
  color: white; }

.text-white.sado-style-1:after, .text-white.sado-style-6:after, .text-white.sado-style-10:after, .text-white.sado-style-13:after {
  background-color: white; }

.text-white.sado-style-2 span:before {
  border-left-color: white; }
.text-white.sado-style-2 span:after {
  border-left-color: white; }

.text-white.sado-style-3 span:before, .text-white.sado-style-16 span:before {
  background-color: white; }
.text-white.sado-style-3 span:after, .text-white.sado-style-16 span:after {
  border-top-color: white;
  border-right-color: white; }

.text-white.sado-style-4 span:after, .text-white.sado-style-8 span:after {
  background-color: white; }

.text-white.sado-style-5:after {
  border-left-color: white; }

.text-white.sado-style-7 span:before, .text-white.sado-style-9 span:before, .text-white.sado-style-10 span:before, .text-white.sado-style-11 span:before, .text-white.sado-style-12 span:before, .text-white.sado-style-14 span:before, .text-white.sado-style-18 span:before {
  background-color: white; }
.text-white.sado-style-7 span:after, .text-white.sado-style-9 span:after, .text-white.sado-style-10 span:after, .text-white.sado-style-11 span:after, .text-white.sado-style-12 span:after, .text-white.sado-style-14 span:after, .text-white.sado-style-18 span:after {
  background-color: white; }

.text-white.sado-style-15 span:before {
  border-top-color: white;
  border-right-color: white; }
.text-white.sado-style-15 span:after {
  border-top-color: white;
  border-right-color: white; }

.text-white.sado-style-17 span:before {
  background-color: white; }

.text-white.sado-style-19 span:before {
  border-color: white; }
.text-white.sado-style-19 span:after {
  background-color: white; }

.text-white.sado-style-20 span:before {
  border-bottom-color: white;
  border-left-color: white; }
.text-white.sado-style-20 span:after {
  border-bottom-color: white;
  border-left-color: white; }


.sado-btn1 {
  text-decoration: none;
  color: #333;
  padding: 0px 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 126px;
  height: 36px;
  margin:0;
  border: 1px solid #006835;
  }
  .sado-btn1 span {
    font-weight: 300;
    letter-spacing:0;
    font-size: 90%;
	color:#006835;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    z-index: 99; }
  .sado-btn1:before {
    content: '';
    position: absolute;
    background-color: #006936;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%; }
  .sado-btn1:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .sado-btn1:hover:before {
    width: 100%; }

/*Style 155*/
.sado-style-155 span:before {
  content: '';
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  right: -15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(20px, -50%) rotate(45deg);
          transform: translate(20px, -50%) rotate(45deg);
  opacity: 0; }
.sado-style-155 span:after {
  content: '';
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  right: -10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(20px, -50%) rotate(45deg);
          transform: translate(20px, -50%) rotate(45deg);
  opacity: 0; }
.sado-style-155:hover span {
		  color:#fff;
		  }
  .sado-style-155:hover span:before {
    opacity: 1;
    -webkit-transform: translate(0px, -50%) rotate(45deg);
            transform: translate(0px, -50%) rotate(45deg);
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .sado-style-155:hover span:after {
    opacity: 1;
    -webkit-transform: translate(0px, -50%) rotate(45deg);
            transform: translate(0px, -50%) rotate(45deg); }