#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:999999;}

.loaded#loader-wrapper {
        visibility: hidden;
        -webkit-transform: translateY(-100%);  
            -ms-transform: translateY(-100%);  
                transform: translateY(-100%); 
        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;}


#loader-wrapper .dog {
  width: 40px;
  position: relative;
  left: 12px;
  top: 12px;
  z-index: 1002;
}

#loader-wrapper .body {
  background: #60C8E7;
  border-radius: 92px 92px 0px 0px !important;
  height: 92px;
}

#loader-wrapper .beard {
  width: 20px;
  height: 25px;
  background: #087BA5;
  margin: 0 auto;
  border-radius: 6px !important;
  position: relative;
}
#loader-wrapper .beard:after {
  content: '';
  background: #087BA5;
  width: 13px;
  height: 6.5px;
  border-radius: 0 0 8px 8px !important;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
#loader-wrapper .beard:before {
  content: '';
  background: #000;
  width: 10px;
  height: 5px;
  border-radius: 0 0 6px 6px !important;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#loader-wrapper .mouth {
  background: #1A243C;
  width: 10px;
  height: 5px;
  border-radius: 0 0 10px 10px !important;
  position: absolute;
  top: 12px;
  margin: auto;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  box-sizing: border-box;
}
#loader-wrapper .mouth .tongue {
  width: 6px;
  height: 6px;
  border-radius: 5px 5px 10px 10px !important;
  background: #FF6B5A;
  margin: 0 auto;
  position: relative;
  top: 4px;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-animation: grow .1s infinite alternate;
          animation: grow .1s infinite alternate;
}

#loader-wrapper .eyes {
  background: #fff;
  width: 8px;
  height: 10px;
  border-radius: 6px 6px 0 0 !important;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0px;
}
#loader-wrapper .eyes:before, .eyes:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  display: block;
  border-radius: 50% !important;
  top: 50%;
  position: absolute;
  -webkit-animation: squeeze 1.2s infinite;
          animation: squeeze 1.2s infinite;
}
#loader-wrapper .eyes:before {
  left: -5.5px;
}
#loader-wrapper .eyes:after {
    right: -5.5px;
}

.belt {
  height: 10px;
  background: #FF6B5A;
  margin-top: 0px;
  position: relative;
}
#loader-wrapper .belt .locket {
  width: 10px;
  height: 10px;
  background: #FFC442;
  margin: 0 auto;
  border-radius: 50% !important;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#loader-wrapper .belt .dot {
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 50% !important;
  top: 0;
  bottom: 0;
  margin: auto;
}
#loader-wrapper .belt .dot.dot1 {
  margin-left: 3px;
}
#loader-wrapper .belt .dot.dot2 {
  margin-left: 10px;
}
#loader-wrapper .belt .dot.dot3 {
  margin-left: 25px;
}
#loader-wrapper .belt .dot.dot4 {
  margin-left: 33px;
}
#loader-wrapper .belt:before, .belt:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 4px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
#loader-wrapper .belt:before {
  left: -2px;
  border-radius: 10px 0 0 10px !important;
}
#loader-wrapper .belt:after {
  right: -2px;
  border-radius: 0 10px 10px 0 !important;
}

#loader-wrapper .stomach {
  width: 20px;
  height: 41px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 120px 120px 0 0 !important;
}

#loader-wrapper .legs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
}
#loader-wrapper .legs:before, .legs:after {
  height: 6px;
  border-radius: 20px 20px 0 0 !important;
  display: inline-block;
  content: '';
  position: absolute;
  background: #087BA5;
  width: 10px;
}
#loader-wrapper .legs:before {
  left: -11px;
}
#loader-wrapper .legs:after {
  right: -11px;
}
#loader-wrapper .legs .left, #loader-wrapper .legs .right {
  display: inline;
  width: 6px;
  height: 18px;
  background: #087BA5;
  position: absolute;
  bottom: 0;
}
#loader-wrapper .legs .left:before, #loader-wrapper .legs .right:before {
  content: '';
  width: 16px;
  height: 6px;
  background: #60C8E7;
  border-radius: 20px 20px 0 0 !important;
  display: inline-block;
  bottom: 0;
  position: absolute;
}
#loader-wrapper .legs .left {
  left: -6px;
  border-radius: 20px 0 0 0 !important;
}
#loader-wrapper .legs .left:before {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
#loader-wrapper .legs .right {
  right: -6px;
  border-radius: 0 20px 0 0 !important;
  z-index: 1;
}
#loader-wrapper .legs .right:before {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

#loader-wrapper .ears {
  position: absolute;
  z-index: -1;
  top: -10px;
}
#loader-wrapper .ears:after, #loader-wrapper .ears:before {
  content: '';
  display: inline-block;
  background: #087BA5;
  width: 14px;
  height: 30px;
  border-radius: 100% 100% 0 0 !important;
}
#loader-wrapper .ears:after {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
  border: 3px solid #60C8E7;
  box-sizing: border-box;
}

#loader-wrapper .tail {
  background: #60C8E7;
  width: 6px;
  height: 30px;
  position: absolute;
  z-index: -1;
  right: 0px;
  bottom: 11px;
  -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
  border-radius: 14px !important;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-animation: dogTailShake .08s infinite alternate;
        animation: dogTailShake .08s infinite alternate;
}

#loader-wrapper .tag {
  border-left: 3px solid #FF6B5A;
  border-bottom: 3px solid #FF6B5A;
  width: 40px;
  height: 47px;
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 30px;
  box-sizing: border-box;
  border-bottom-left-radius: 40px !important;
}

.loading-tag {
    border-bottom: 3px solid #FF6B5A;
    width: 100%;
    height: 47px;
    z-index: 1002;
    position: absolute;
    top: 57px;
    left: 82px;
    box-sizing: border-box;
}

.tag {
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-animation: dragTag .15s linear normal forwards;
          animation: dragTag .15s linear normal forwards;
}

.loading-tag{
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-animation: dragO 0.14s linear normal forwards;
    animation: dragO 0.14s linear normal forwards;
}
.tagEnd .loading-tag {
    top:13px;
}

.tagEnd .loading-tag, .tagEnd .dog {
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-animation: dragS 1s ease-in-out normal forwards;
    animation: dragS 1s ease-in-out normal forwards;
}
.loaded .loading-tag, .loaded .dog {
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-animation: dragT .03s ease-in-out normal forwards;
    animation: dragT .03s ease-in-out normal forwards;
}

@-webkit-keyframes squeeze {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: scale(1.2, 0.3);
            transform: scale(1.2, 0.3);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes squeeze {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: scale(1.2, 0.3);
            transform: scale(1.2, 0.3);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    height: 10px;
  }
}
@keyframes grow {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    height: 10px;
  }
}
@-webkit-keyframes dogTailShake {
  0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
@keyframes dogTailShake {
  0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
@-webkit-keyframes dragO {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100%{
    top:13px;
    -webkit-transform: translateX(47px);
        transform: translateX(47px);
  }
}
@keyframes dragO {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100%{
    top:13px;
    -webkit-transform: translateX(47px);
        transform: translateX(47px);
  }
}
@-webkit-keyframes dragTag {
  0% {
    width: 40px;
    height: 47px;
  }
  100% {
    border-left: none;
    width: 90px;
    height: 1px;
  }
}
@keyframes dragTag {
  0% {
    width: 40px;
    height: 47px;
  }
  100% {
    border-left: none;
    width: 90px;
    height: 1px;
  }
}
@-webkit-keyframes dragS {
    0%{
        -webkit-transform: translateX(47px);
            transform: translateX(47px);
    }
    10%{
        -webkit-transform: translateX(calc(10vw - 82px));
            transform: translateX(calc(10vw - 82px));
    }
    20%{
        -webkit-transform: translateX(calc(20vw - 82px));
            transform: translateX(calc(20vw - 82px));
    }
    30%{
        -webkit-transform: translateX(calc(30vw - 82px));
            transform: translateX(calc(30vw - 82px));
    }
    40%{
        -webkit-transform: translateX(calc(40vw - 82px));
            transform: translateX(calc(40vw - 82px));
    }
    50%{
        -webkit-transform: translateX(calc(50vw - 82px));
            transform: translateX(calc(50vw - 82px));
    }
    60%{
        -webkit-transform: translateX(calc(60vw - 82px));
            transform: translateX(calc(60vw - 82px));
    }
    70%{
        -webkit-transform: translateX(calc(70vw - 82px));
            transform: translateX(calc(70vw - 82px));
    }
    80%{
        -webkit-transform: translateX(calc(80vw - 82px));
            transform: translateX(calc(80vw - 82px));
    }
    90%{
        -webkit-transform: translateX(calc(90vw - 82px));
            transform: translateX(calc(90vw - 82px));
    }
    100%{
        -webkit-transform: translateX(calc(90vw));
            transform: translateX(calc(90vw));
    }
}
@keyframes dragS {
  0%{
    -webkit-transform: translateX(47px);
        transform: translateX(47px);
  }
  10%{
    -webkit-transform: translateX(calc(10vw - 82px));
        transform: translateX(calc(10vw - 82px));
  }
  20%{
    -webkit-transform: translateX(calc(20vw - 82px));
        transform: translateX(calc(20vw - 82px));
  }
  30%{
    -webkit-transform: translateX(calc(30vw - 82px));
        transform: translateX(calc(30vw - 82px));
  }
  40%{
    -webkit-transform: translateX(calc(40vw - 82px));
        transform: translateX(calc(40vw - 82px));
  }
  50%{
    -webkit-transform: translateX(calc(50vw - 82px));
        transform: translateX(calc(50vw - 82px));
  }
  60%{
    -webkit-transform: translateX(calc(60vw - 82px));
        transform: translateX(calc(60vw - 82px));
  }
  70%{
    -webkit-transform: translateX(calc(70vw - 82px));
        transform: translateX(calc(70vw - 82px));
  }
  80%{
    -webkit-transform: translateX(calc(80vw - 82px));
        transform: translateX(calc(80vw - 82px));
  }
  90%{
    -webkit-transform: translateX(calc(90vw - 82px));
        transform: translateX(calc(90vw - 82px));
  }
  100%{
    -webkit-transform: translateX(calc(90vw));
        transform: translateX(calc(90vw));
  }
}
@-webkit-keyframes dragT {
  0%{
    -webkit-transform: translateX(calc(90vw));
            transform: translateX(calc(90vw));
  }
  100% {
    -webkit-transform: translateX(calc(100vw));
            transform: translateX(calc(100vw));
  }
}
@keyframes dragT {
  0%{
    -webkit-transform: translateX(calc(90vw));
            transform: translateX(calc(90vw));
  }
  100% {
    -webkit-transform: translateX(calc(100vw));
            transform: translateX(calc(100vw));
  }
}