/*-------------------------------------------------------------------------------------*/ 
/*	3) Note: Design for a width of 320 px                                              */
/*-------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
#background-wrap, .reg-social-btns, #pxs_container, .logo{display: none !important;}
html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
}
body {
  font: normal 15px/20px 'Bubblegum Sans', cursive !important;
  color: #5f5f5f;
  background: #E04A3F;
  padding: 0;
  margin: 0;
  height: 100vh;
  position: fixed;
}
  a {
  color: #5A9EFA;
  text-decoration: none;
}
a:hover {
  color: #137DD5;
}
  h2 {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 10px 0;
}
.tooltip, [tooltip] {
  position: relative;
  display: inline-block;
}
.tooltip:before, .tooltip:after, [tooltip]:before, [tooltip]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, [tooltip]:hover:before, [tooltip]:hover:after, [tooltip]:focus:before, [tooltip]:focus:after {
  visibility: visible;
  opacity: 1;
}
.tooltip:before, [tooltip]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
.tooltip:after, [tooltip]:after {
  content: attr(tooltip);
  background: #FFFFFF;
  color: #383838;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.tooltip-top:before {
  border-top-color: #FFFFFF;
}
.tooltip-bottom:before {
  border-bottom-color: #FFFFFF;
}
.tooltip-left:before {
  border-left-color: #FFFFFF;
}
.tooltip-right:before {
  border-right-color: #FFFFFF;
}
/*================ *
 * top tooltip
  =====================*/
.tooltip-top:before {
  margin-bottom: -12px;
}
.tooltip-top:after {
  margin-left: -18px;
}
.tooltip-top:before, .tooltip-top:after {
  bottom: 100%;
  left: 50%;
}
.tooltip-top:hover:after, .tooltip-top:hover:before, .tooltip-top:focus:after, .tooltip-top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
/*================ *
 * bottom tooltip
  =====================*/
.tooltip-bottom:before {
  margin-top: -12px;
}
.tooltip-bottom:after {
  margin-left: -26%;
}
.tooltip-bottom:before, .tooltip-bottom:after {
  top: 100%;
  left: 50%;
}
.tooltip-bottom:hover:after, .tooltip-bottom:hover:before, .tooltip-bottom:focus:after, .tooltip-bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
/*================ *
 * right tooltip
  =====================*/
.tooltip-right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}
.tooltip-right:after {
  margin-bottom: -14px;
}
.tooltip-right:before, .tooltip-right:after {
  left: 100%;
  bottom: 50%;
}
.tooltip-right:hover:after, .tooltip-right:hover:before, .tooltip-right:focus:after, .tooltip-right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
/*================ *
 * left tooltip
  =====================*/
.tooltip-left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}
.tooltip-left:after {
  margin-bottom: -14px;
}
.tooltip-left:before, .tooltip-left:after {
  right: 100%;
  bottom: 50%;
}
.tooltip-left:hover:after, .tooltip-left:hover:before, .tooltip-left:focus:after, .tooltip-left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  transform: translateX(-8px);
}
.tooltip-red:after {
  background-color: #E15442;
  color: #FFF;
  text-shadow: 0 -1px 0px #592726;
}
.tooltip-red.tooltip-top:before {
  border-top-color: #E15442;
}
.tooltip-red.tooltip-bottom:before {
  border-bottom-color: #E15442;
}
.tooltip-red.tooltip-left:before {
  border-left-color: #E15442;
}
.tooltip-red.tooltip-right:before {
  border-right-color: #E15442;
}
.tooltip-black:after {
  background-color: #000;
  color: #FFF;
  text-shadow: 0 -1px 0px #6c5328;
}
.tooltip-black.tooltip-top:before {
  border-top-color: #000;
}
.tooltip-black.tooltip-bottom:before {
  border-bottom-color: #000;
}
.tooltip-black.tooltip-left:before {
  border-left-color: #000;
}
.tooltip-black.tooltip-right:before {
  border-right-color: #000;
}
.tooltip-blue:after {
  color: #FFF;
  background-color: #5A9EFA;
  text-shadow: 0 -1px 0px #193b4d;
}
.tooltip-blue.tooltip-top:before {
  border-top-color: #5A9EFA;
}
.tooltip-blue.tooltip-bottom:before {
  border-bottom-color: #5A9EFA;
}
.tooltip-blue.tooltip-left:before {
  border-left-color: #5A9EFA;
}
.tooltip-blue.tooltip-right:before {
  border-right-color: #5A9EFA;
}
.tooltip-green:after {
  color: #fff;
  background-color: #159756;
  text-shadow: 0 -1px 0px #1a321a;
}
.tooltip-green.tooltip-top:before {
  border-top-color: #159756;
}
.tooltip-green.tooltip-bottom:before {
  border-bottom-color: #159756;
}
.tooltip-green.tooltip-left:before {
  border-left-color: #159756;
}
.tooltip-green.tooltip-right:before {
  border-right-color: #159756;
}
.tooltip-always:after, .tooltip-always:before {
  opacity: 1;
  visibility: visible;
}
.tooltip-always.tooltip-top:after, .tooltip-always.tooltip-top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.tooltip-always.tooltip-bottom:after, .tooltip-always.tooltip-bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.tooltip-always.tooltip-left:after, .tooltip-always.tooltip-left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  transform: translateX(-8px);
}
.tooltip-always.tooltip-right:after, .tooltip-always.tooltip-right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.tooltip-rounded:after {
  border-radius: 2px;
}
.tooltip-bounce:before, .tooltip-bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.card {
  background-color: #FFF;
  position: sticky;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 405px;
          -webkit-transition: all 300ms;
             -moz-transition: all 300ms;
              -ms-transition: all 300ms;
               -o-transition: all 300ms;
                  transition: all 300ms;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
          -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
             -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
               -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  display: block !important;
}
@media screen and (min-width: 600px) {
  .card {
  	position: sticky;
    width: 50vw;
    height: 70vh;
    margin: 15vh auto;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}
.card-face {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
             -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
              -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
               -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
                  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-face-bullet {
  background-color: #0DA960;
  color: #FFF;
  display: block;
  padding: 4px 0;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9999;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.27);
          -webkit-animation:  bullet 500ms;
             -moz-animation:  bullet 500ms;
               -o-animation:  bullet 500ms;
                  animation:  bullet 500ms;
          -webkit-animation-fill-mode: both;
             -moz-animation-fill-mode: both;
               -o-animation-fill-mode: both;
                  animation-fill-mode: both;
          -webkit-animation-delay: 1.5s;
             -moz-animation-delay: 1.5s;
               -o-animation-delay: 1.5s;
                  animation-delay: 1.5s;
          -webkit-animation-timing-function:  cubic-bezier(0.23, 1, 0.32, 1);
             -moz-animation-timing-function:  cubic-bezier(0.23, 1, 0.32, 1);
               -o-animation-timing-function:  cubic-bezier(0.23, 1, 0.32, 1);
                  animation-timing-function:  cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: bold;
}
.card-face.face-1 {
          -webkit-transform:  translateX(0);
             -moz-transform:  translateX(0);
              -ms-transform:  translateX(0);
               -o-transform:  translateX(0);
                  transform:  translateX(0);
}
.show-menu .card-face.face-1 {
          -webkit-transform: translateX(-100%);
             -moz-transform: translateX(-100%);
              -ms-transform: translateX(-100%);
               -o-transform: translateX(-100%);
                  transform: translateX(-100%);
}
.card-face.face-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          -webkit-transform: translateX(100%);
             -moz-transform: translateX(100%);
              -ms-transform: translateX(100%);
               -o-transform: translateX(100%);
                  transform: translateX(100%);
}
.show-menu .card-face.face-2 {
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
              -ms-transform: translateX(0);
               -o-transform: translateX(0);
                  transform: translateX(0);
}
.card-face-menu-button {
  position: absolute;
  top: 10px;
  right: 5px;
  background: transparent;
  border: none;
  outline: none;
  padding: 5px 15px;
  cursor: pointer;
          -webkit-transform: translateX(150%);
             -moz-transform: translateX(150%);
              -ms-transform: translateX(150%);
               -o-transform: translateX(150%);
                  transform: translateX(150%);
          -webkit-animation: menu 2s;
             -moz-animation: menu 2s;
               -o-animation: menu 2s;
                  animation: menu 2s;
          -webkit-animation-fill-mode: both;
             -moz-animation-fill-mode: both;
               -o-animation-fill-mode: both;
                  animation-fill-mode: both;
          -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
             -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
               -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.card-face-menu-button img {
  pointer-events: none;
}
.card-face-back-button {
  position: absolute;
  top: 10px;
  left: 0px;
  background: transparent;
  border: none;
  outline: none;
  padding: 5px 15px;
  cursor: pointer;
}
.card-face-back-button img {
  pointer-events: none;
}
.card-face-settings-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px;
}
.card-face-avatar {
  display: block;
  width: 110px;
  height: 110px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
          -webkit-transform: scale(1.2, 1.2);
             -moz-transform: scale(1.2, 1.2);
              -ms-transform: scale(1.2, 1.2);
               -o-transform: scale(1.2, 1.2);
                  transform: scale(1.2, 1.2);
  opacity: 0;
          -webkit-animation:  avatar 1.5s;
             -moz-animation:  avatar 1.5s;
               -o-animation:  avatar 1.5s;
                  animation:  avatar 1.5s;
          -webkit-animation-delay: 200ms;
             -moz-animation-delay: 200ms;
               -o-animation-delay: 200ms;
                  animation-delay: 200ms;
          -webkit-animation-fill-mode: both;
             -moz-animation-fill-mode: both;
               -o-animation-fill-mode: both;
                  animation-fill-mode: both;
          -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
             -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
               -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.card-face-avatar img {
  border-radius: 50%;
  -webkit-transform: rotate(10deg);
     -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
       -o-transform: rotate(10deg);
          transform: rotate(10deg);
}
.card-face-name {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  color: #263238;
          -webkit-animation: fadedown 1s;
             -moz-animation: fadedown 1s;
               -o-animation: fadedown 1s;
                  animation: fadedown 1s;
          -webkit-animation-fill-mode: both;
             -moz-animation-fill-mode: both;
               -o-animation-fill-mode: both;
                  animation-fill-mode: both;
          -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
             -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
               -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.card-face-title {
  font-size: 18px;
  color: #90a4ae;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 300;
          -webkit-animation: fadedown 1s;
             -moz-animation: fadedown 1s;
               -o-animation: fadedown 1s;
                  animation: fadedown 1s;
          -webkit-animation-fill-mode: both;
             -moz-animation-fill-mode: both;
               -o-animation-fill-mode: both;
                  animation-fill-mode: both;
          -webkit-animation-delay: 100ms;
             -moz-animation-delay: 100ms;
               -o-animation-delay: 100ms;
                  animation-delay: 100ms;
          -webkit-animation-timing-function:  cubic-bezier(0.23, 1, 0.32, 1);
             -moz-animation-timing-function:  cubic-bezier(0.23, 1, 0.32, 1);
               -o-animation-timing-function:  cubic-bezier(0.23, 1, 0.32, 1);
                  animation-timing-function:  cubic-bezier(0.23, 1, 0.32, 1);
}
.card-face-title:after {
  content: "";
  background-color: #E3EBEE;
  width: 70px;
  height: 1px;
  margin: 20px auto 0 auto;
  display: block;
}
.card-face-footer {
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  bottom: 45px;
}
.card-face-social {
  display: inline-block;
  margin: 0 7px;
  width: 36px;
  height: 36px;
          -webkit-animation: socials 1.5s;
             -moz-animation: socials 1.5s;
               -o-animation: socials 1.5s;
                  animation: socials 1.5s;
          -webkit-animation-fill-mode: both;
             -moz-animation-fill-mode: both;
               -o-animation-fill-mode: both;
                  animation-fill-mode: both;
          -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
             -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
               -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.card-face-social:nth-child(1) {
          -webkit-animation-delay: 200ms;
             -moz-animation-delay: 200ms;
               -o-animation-delay: 200ms;
                  animation-delay: 200ms;
}
.card-face-social:nth-child(2) {
          -webkit-animation-delay: 400ms;
             -moz-animation-delay: 400ms;
               -o-animation-delay: 400ms;
                  animation-delay: 400ms;
}
.card-face-social:nth-child(3) {
          -webkit-animation-delay: 600ms;
             -moz-animation-delay: 600ms;
               -o-animation-delay: 600ms;
                  animation-delay: 600ms;
}
.card-face-stats {
  display: block;
  margin: 10px 0;
}
.show-menu .card-face-stats {
          -webkit-animation: stats 1s;
             -moz-animation: stats 1s;
               -o-animation: stats 1s;
                  animation: stats 1s;
          -webkit-animation-fill-mode: both;
             -moz-animation-fill-mode: both;
               -o-animation-fill-mode: both;
                  animation-fill-mode: both;
          -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
             -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
               -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.card-face-stats:nth-of-type(1) {
          -webkit-animation-delay: 0;
             -moz-animation-delay: 0;
               -o-animation-delay: 0;
                  animation-delay: 0;
}
.card-face-stats:nth-of-type(2) {
          -webkit-animation-delay: 100ms;
             -moz-animation-delay: 100ms;
               -o-animation-delay: 100ms;
                  animation-delay: 100ms;
}
.card-face-stats:nth-of-type(3) {
          -webkit-animation-delay: 200ms;
             -moz-animation-delay: 200ms;
               -o-animation-delay: 200ms;
                  animation-delay: 200ms;
}
@-webkit-keyframes avatar {
  from {
            -webkit-transform: scale(1.2, 1.2);
               -moz-transform: scale(1.2, 1.2);
                -ms-transform: scale(1.2, 1.2);
                 -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
    opacity: 0;
  }
  to {
            -webkit-transform: scale(1, 1);
               -moz-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                 -o-transform: scale(1, 1);
                    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes avatar {
  from {
            -webkit-transform: scale(1.2, 1.2);
               -moz-transform: scale(1.2, 1.2);
                -ms-transform: scale(1.2, 1.2);
                 -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
    opacity: 0;
  }
  to {
            -webkit-transform: scale(1, 1);
               -moz-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                 -o-transform: scale(1, 1);
                    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes menu {
  from {
            -webkit-transform: translateX(150%);
               -moz-transform: translateX(150%);
                -ms-transform: translateX(150%);
                 -o-transform: translateX(150%);
                    transform: translateX(150%);
  }
  to {
            -webkit-transform:  translateX(0);
               -moz-transform:  translateX(0);
                -ms-transform:  translateX(0);
                 -o-transform:  translateX(0);
                    transform:  translateX(0);
  }
}
@keyframes menu {
  from {
            -webkit-transform: translateX(150%);
               -moz-transform: translateX(150%);
                -ms-transform: translateX(150%);
                 -o-transform: translateX(150%);
                    transform: translateX(150%);
  }
  to {
            -webkit-transform:  translateX(0);
               -moz-transform:  translateX(0);
                -ms-transform:  translateX(0);
                 -o-transform:  translateX(0);
                    transform:  translateX(0);
  }
}
@-webkit-keyframes fadedown {
  from {
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
    opacity: 0;
  }
  to {
            -webkit-transform: translateY(0);
               -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                 -o-transform: translateY(0);
                    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadedown {
  from {
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
    opacity: 0;
  }
  to {
            -webkit-transform: translateY(0);
               -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                 -o-transform: translateY(0);
                    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes socials {
  from {
            -webkit-transform:  translateY(300%);
               -moz-transform:  translateY(300%);
                -ms-transform:  translateY(300%);
                 -o-transform:  translateY(300%);
                    transform:  translateY(300%);
  }
  to {
            -webkit-transform: translateY(0%);
               -moz-transform: translateY(0%);
                -ms-transform: translateY(0%);
                 -o-transform: translateY(0%);
                    transform: translateY(0%);
  }
}
@keyframes socials {
  from {
            -webkit-transform: translateY(300%);
               -moz-transform: translateY(300%);
                -ms-transform: translateY(300%);
                 -o-transform: translateY(300%);
                    transform: translateY(300%);
  }
  to {
            -webkit-transform: translateY(0%);
               -moz-transform: translateY(0%);
                -ms-transform: translateY(0%);
                 -o-transform: translateY(0%);
                    transform: translateY(0%);
  }
}
@-webkit-keyframes stats {
  from {
            -webkit-transform: translateX(300%);
               -moz-transform: translateX(300%);
                -ms-transform: translateX(300%);
                 -o-transform: translateX(300%);
                    transform: translateX(300%);
  }
  to {
            -webkit-transform:  translateX(0%);
               -moz-transform:  translateX(0%);
                -ms-transform:  translateX(0%);
                 -o-transform:  translateX(0%);
                    transform:  translateX(0%);
  }
}
@keyframes stats {
  from {
            -webkit-transform: translateX(300%);
               -moz-transform: translateX(300%);
                -ms-transform: translateX(300%);
                 -o-transform: translateX(300%);
                    transform: translateX(300%);
  }
  to {
            -webkit-transform: translateX(0%);
               -moz-transform: translateX(0%);
                -ms-transform: translateX(0%);
                 -o-transform: translateX(0%);
                    transform: translateX(0%);
  }
}
@-webkit-keyframes bullet {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
            -webkit-transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
               -moz-transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
                -ms-transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
                 -o-transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
                    transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
               -moz-transform: scale3d(0.3, 0.3, 0.3);
                -ms-transform: scale3d(0.3, 0.3, 0.3);
                 -o-transform: scale3d(0.3, 0.3, 0.3);
                    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
               -moz-transform: scale3d(1.1, 1.1, 1.1);
                -ms-transform: scale3d(1.1, 1.1, 1.1);
                 -o-transform: scale3d(1.1, 1.1, 1.1);
                    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
               -moz-transform: scale3d(0.9, 0.9, 0.9);
                -ms-transform: scale3d(0.9, 0.9, 0.9);
                 -o-transform: scale3d(0.9, 0.9, 0.9);
                    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
               -moz-transform: scale3d(1.03, 1.03, 1.03);
                -ms-transform: scale3d(1.03, 1.03, 1.03);
                 -o-transform: scale3d(1.03, 1.03, 1.03);
                    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
            -webkit-transform: scale3d(0.97, 0.97, 0.97);
               -moz-transform: scale3d(0.97, 0.97, 0.97);
                -ms-transform: scale3d(0.97, 0.97, 0.97);
                 -o-transform: scale3d(0.97, 0.97, 0.97);
                    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
            -webkit-transform: : ;;
               -moz-transform: : ;;
                -ms-transform: : ;;
                 -o-transform: : ;;
                    transform: : ;;
  }
}
@keyframes bullet {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
            -webkit-transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
               -moz-transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
                -ms-transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
                 -o-transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
                    transition-timing-function:  cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
               -moz-transform: scale3d(0.3, 0.3, 0.3);
                -ms-transform: scale3d(0.3, 0.3, 0.3);
                 -o-transform: scale3d(0.3, 0.3, 0.3);
                    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
               -moz-transform: scale3d(1.1, 1.1, 1.1);
                -ms-transform: scale3d(1.1, 1.1, 1.1);
                 -o-transform: scale3d(1.1, 1.1, 1.1);
                    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
               -moz-transform: scale3d(0.9, 0.9, 0.9);
                -ms-transform: scale3d(0.9, 0.9, 0.9);
                 -o-transform: scale3d(0.9, 0.9, 0.9);
                    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
               -moz-transform: scale3d(1.03, 1.03, 1.03);
                -ms-transform: scale3d(1.03, 1.03, 1.03);
                 -o-transform: scale3d(1.03, 1.03, 1.03);
                    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
            -webkit-transform: scale3d(0.97, 0.97, 0.97);
               -moz-transform: scale3d(0.97, 0.97, 0.97);
                -ms-transform: scale3d(0.97, 0.97, 0.97);
                 -o-transform: scale3d(0.97, 0.97, 0.97);
                    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
               -moz-transform: scale3d(1, 1, 1);
                -ms-transform: scale3d(1, 1, 1);
                 -o-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
  }
}
.action-container {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  position: absolute;
  right: 0;
}
.action-container > .fab-container:nth-child(n+2) > .fab, .action-container > .fab-container:nth-child(n+2) {
  height: 3.2em;
  width: 3.7em;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.action-container:hover > .fab-container > .fab, .action-container:hover > .fab-container {
  opacity: 1;
}
.action-container > .fab-container:nth-child(n+2) {
  margin: -0.5em 0em;
}
.action-container:hover > .fab-container:nth-child(n+2) {
  margin: .35em 0em;
}
.action-container:hover > .fab-container:nth-child(2) {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.action-container:hover > .fab-container:nth-child(3) {
  -webkit-transition-delay: .03s;
  -moz-transition-delay: .03s;
  -ms-transition-delay: .03s;
  -o-transition-delay: .03s;
  transition-delay: .03s;
}
.action-container:hover > .fab-container:nth-child(4) {
  -webkit-transition-delay: .06s;
  -moz-transition-delay: .06s;
  -ms-transition-delay: .06s;
  -o-transition-delay: .06s;
  transition-delay: .06s;
}
.action-container:hover > .fab-container:nth-child(5) {
  -webkit-transition-delay: .09s;
  -moz-transition-delay: .09s;
  -ms-transition-delay: .09s;
  -o-transition-delay: .09s;
  transition-delay: .09s;
}
.action-container:hover > .fab-container:nth-child(6) {
  -webkit-transition-delay: .12s;
  -moz-transition-delay: .12s;
  -ms-transition-delay: .12s;
  -o-transition-delay: .12s;
  transition-delay: .12s;
}
.action-container:hover > .fab-container:nth-child(7) {
  -webkit-transition-delay: .125s;
  -moz-transition-delay: .125s;
  -ms-transition-delay: .125s;
  -o-transition-delay: .125s;
  transition-delay: .125s;
}
.fab-container {
  position: relative;
  margin: .35em 0em;
}
.fab-container:hover::after {
  opacity: 1;
}
.fab-container:hover > .fab {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.fab {
  height: 3.5em;
  width: 3.5em;
  border-radius: 50%;
  background: #2196F3;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.fab:hover {
  cursor: pointer;
}
.fab > span {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  display: block;
  color: #333;
  position: relative;
  z-index: 11;
}
#root > span {
  background: url(../images/hire/hire.png) #000000;
  background-repeat: no-repeat;
  background-position: center;
}
#fiverr > span {
  background: url(../images/hire/fiverr.png) #00B22D;
  background-repeat: no-repeat;
  background-position: center;
}
#upwork > span {
  background: url(../images/hire/upwork.png) #6EDA44;
  background-repeat: no-repeat;
  background-position: center;
}
.ripple {
  position: absolute;
  height: .25em;
  width: .25em;
  opacity: 0;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity .8s;
  -moz-transition: opacity .8s;
  -ms-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
  -webkit-animation: balloon .8s;
  -moz-animation: balloon .8s;
  -o-animation: balloon .8s;
  animation: balloon .8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
}
.ripple-active {
  opacity: 1;
}
#ribbon-top, #ribbon-bottom {
  height: 3px;
  background: #2ecc71;
background: -moz-linear-gradient(left,  #2ecc71 0%, #2ecc71 12%, #3498db 12%, #3498db 25%, #f1c40f 25%, #f1c40f 37%, #e74c3c 37%, #e74c3c 50%, #9b59b6 50%, #9b59b6 62%, #2ecc71 62%, #2ecc71 75%, #3498db 75%, #3498db 87%, #f1c40f 87%, #f1c40f 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2ecc71), color-stop(12%,#2ecc71), color-stop(12%,#3498db), color-stop(25%,#3498db), color-stop(25%,#f1c40f), color-stop(37%,#f1c40f), color-stop(37%,#e74c3c), color-stop(50%,#e74c3c), color-stop(50%,#9b59b6), color-stop(62%,#9b59b6), color-stop(62%,#2ecc71), color-stop(75%,#2ecc71), color-stop(75%,#3498db), color-stop(87%,#3498db), color-stop(87%,#f1c40f), color-stop(100%,#f1c40f));
background: -webkit-linear-gradient(left,  #2ecc71 0%,#2ecc71 12%,#3498db 12%,#3498db 25%,#f1c40f 25%,#f1c40f 37%,#e74c3c 37%,#e74c3c 50%,#9b59b6 50%,#9b59b6 62%,#2ecc71 62%,#2ecc71 75%,#3498db 75%,#3498db 87%,#f1c40f 87%,#f1c40f 100%);
background: -o-linear-gradient(left,  #2ecc71 0%,#2ecc71 12%,#3498db 12%,#3498db 25%,#f1c40f 25%,#f1c40f 37%,#e74c3c 37%,#e74c3c 50%,#9b59b6 50%,#9b59b6 62%,#2ecc71 62%,#2ecc71 75%,#3498db 75%,#3498db 87%,#f1c40f 87%,#f1c40f 100%);
background: -ms-linear-gradient(left,  #2ecc71 0%,#2ecc71 12%,#3498db 12%,#3498db 25%,#f1c40f 25%,#f1c40f 37%,#e74c3c 37%,#e74c3c 50%,#9b59b6 50%,#9b59b6 62%,#2ecc71 62%,#2ecc71 75%,#3498db 75%,#3498db 87%,#f1c40f 87%,#f1c40f 100%);
background: linear-gradient(to right,  #2ecc71 0%,#2ecc71 12%,#3498db 12%,#3498db 25%,#f1c40f 25%,#f1c40f 37%,#e74c3c 37%,#e74c3c 50%,#9b59b6 50%,#9b59b6 62%,#2ecc71 62%,#2ecc71 75%,#3498db 75%,#3498db 87%,#f1c40f 87%,#f1c40f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecc71', endColorstr='#f1c40f',GradientType=1 );

  background-position: 0 0;
  background-size: 1600px;
  width: 100%;
  position: absolute;
  z-index: 9999999;
}
#ribbon-top {
  top: 0;
  left: 0;
  -webkit-animation: ribbon-top 10s linear infinite;
  -moz-animation: ribbon-top 10s linear infinite;
  -ms-animation: ribbon-top 10s linear infinite;
  -o-animation: ribbon-top 10s linear infinite;
  animation: ribbon-top 10s linear infinite;
}
#ribbon-bottom {
  bottom: 0;
  right: 0;
  -webkit-animation: ribbon-bottom 10s linear infinite;
  -moz-animation: ribbon-bottom 10s linear infinite;
  -ms-animation: ribbon-bottom 10s linear infinite;
  -o-animation: ribbon-bottom 10s linear infinite;
  animation: ribbon-bottom 10s linear infinite;
}
@-webkit-keyframes ribbon-top {
 from {
 background-position:0 bottom;
}
 to {
 background-position:1600px bottom;
}
}
@-moz-keyframes ribbon-top {
 from {
 background-position:0 bottom;
}
 to {
 background-position:1600px bottom;
}
}
@-ms-keyframes ribbon-top {
 from {
 background-position:0 bottom;
}
 to {
 background-position:1600px bottom;
}
}
@-o-keyframes ribbon-top {
 from {
 background-position:0 bottom;
}
 to {
 background-position:1600px bottom;
}
}
@keyframes ribbon-top {
 from {
 background-position:0 bottom;
}
 to {
 background-position:1600px bottom;
}
}
@-webkit-keyframes ribbon-bottom {
 from {
 background-position:0 bottom;
}
 to {
 background-position:-1600px bottom;
}
}
@-moz-keyframes ribbon-bottom {
 from {
 background-position:0 bottom;
}
 to {
 background-position:-1600px bottom;
}
}
@-ms-keyframes ribbon-bottom {
 from {
 background-position:0 bottom;
}
 to {
 background-position:-1600px bottom;
}
}
@-o-keyframes ribbon-bottom {
 from {
 background-position:0 bottom;
}
 to {
 background-position:-1600px bottom;
}
}
@keyframes ribbon-bottom {
 from {
 background-position:0 bottom;
}
 to {
 background-position:-1600px bottom;
}
}
@-webkit-keyframes balloon {
 0% {
 -webkit-transform: scale3d(0, 0, 0);
 -moz-transform: scale3d(0, 0, 0);
 -ms-transform: scale3d(0, 0, 0);
 -o-transform: scale3d(0, 0, 0);
 transform: scale3d(0, 0, 0);
}
 33% {
/*        opacity: 1;*/
}
 50% {
/*        opacity: 1;*/
}
 75% {
 -webkit-transform: scale3d(50, 50, 50);
 -moz-transform: scale3d(50, 50, 50);
 -ms-transform: scale3d(50, 50, 50);
 -o-transform: scale3d(50, 50, 50);
 transform: scale3d(50, 50, 50);
}
 100% {
 -webkit-transform: scale3d(50, 50, 50);
 -moz-transform: scale3d(50, 50, 50);
 -ms-transform: scale3d(50, 50, 50);
 -o-transform: scale3d(50, 50, 50);
 transform: scale3d(50, 50, 50);
}
}
@-o-keyframes balloon {
 0% {
 -webkit-transform: scale3d(0, 0, 0);
 -moz-transform: scale3d(0, 0, 0);
 -ms-transform: scale3d(0, 0, 0);
 -o-transform: scale3d(0, 0, 0);
 transform: scale3d(0, 0, 0);
}
 33% {
/*        opacity: 1;*/
}
 50% {
/*        opacity: 1;*/
}
 75% {
 -webkit-transform: scale3d(50, 50, 50);
 -moz-transform: scale3d(50, 50, 50);
 -ms-transform: scale3d(50, 50, 50);
 -o-transform: scale3d(50, 50, 50);
 transform: scale3d(50, 50, 50);
}
 100% {
 -webkit-transform: scale3d(50, 50, 50);
 -moz-transform: scale3d(50, 50, 50);
 -ms-transform: scale3d(50, 50, 50);
 -o-transform: scale3d(50, 50, 50);
 transform: scale3d(50, 50, 50);
}
}
@-moz-keyframes balloon {
 0% {
 -webkit-transform: scale3d(0, 0, 0);
 -moz-transform: scale3d(0, 0, 0);
 -ms-transform: scale3d(0, 0, 0);
 -o-transform: scale3d(0, 0, 0);
 transform: scale3d(0, 0, 0);
}
 33% {
/*        opacity: 1;*/
}
 50% {
/*        opacity: 1;*/
}
 75% {
 -webkit-transform: scale3d(50, 50, 50);
 -moz-transform: scale3d(50, 50, 50);
 -ms-transform: scale3d(50, 50, 50);
 -o-transform: scale3d(50, 50, 50);
 transform: scale3d(50, 50, 50);
}
 100% {
 -webkit-transform: scale3d(50, 50, 50);
 -moz-transform: scale3d(50, 50, 50);
 -ms-transform: scale3d(50, 50, 50);
 -o-transform: scale3d(50, 50, 50);
 transform: scale3d(50, 50, 50);
}
}
@-ms-keyframes balloon {
 0% {
 -webkit-transform: scale3d(0, 0, 0);
 -moz-transform: scale3d(0, 0, 0);
 -ms-transform: scale3d(0, 0, 0);
 -o-transform: scale3d(0, 0, 0);
 transform: scale3d(0, 0, 0);
}
 33% {
/*        opacity: 1;*/
}
 50% {
/*        opacity: 1;*/
}
 75% {
 -webkit-transform: scale3d(50, 50, 50);
 -moz-transform: scale3d(50, 50, 50);
 -ms-transform: scale3d(50, 50, 50);
 -o-transform: scale3d(50, 50, 50);
 transform: scale3d(50, 50, 50);
}
 100% {
 -webkit-transform: scale3d(50, 50, 50);
 -moz-transform: scale3d(50, 50, 50);
 -ms-transform: scale3d(50, 50, 50);
 -o-transform: scale3d(50, 50, 50);
 transform: scale3d(50, 50, 50);
}
}


.about_text {
  margin: 0 20px 10px 20px;
  text-align: justify;
  height: 80vh;
  overflow: scroll;
}
.about_text p {
  margin-top: 0;
  
}