@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
.makeitsocial-button {
  background: #F37D20;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 2px;
  position: relative;
  height: 28px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  min-width: 117px;
  width: 117px;
  background-image: url(https://makeitsocial.com/media/button/makeitsocialbutton2.png);
  background-size: 117px;
  background-position: 0 0;
  background-repeat: no-repeat; }

.makeitsocial-button:hover {
  background-position: 0 -48px; }

.makeitsocial-button:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158, 158, 158, 0.4); }

.makeitsocial-button:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158, 158, 158, 0.4); }

.misCover {
  z-index: 2000;
  background-color: #fff;
  width: 400px;
  height: 485px;
  position: absolute;
  border: 1px solid #D1DBE0;
  opacity: 1;
  overflow: hidden;
  pointer-events: initial; }

.misMoveMin {
  width: 200px;
  height: 36px;
  pointer-events: none;
  opacity: 0; }

.misAnim {
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }

.misCover.misMin {
  height: 36px;
  width: 200px;
  position: relative;
  top: initial;
  margin-bottom: -40px; }

.misCover.misMin.misShow {
  margin-bottom: 0px; }

.misSpinner {
  width: 100px;
  height: 100px;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  text-align: center; }

.misFrame {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.misFrame .loadingText, .mis-faq {
  position: absolute;
  display: block;
  bottom: -50px;
  text-align: center;
  width: 100%;
  font-weight: 300; }

.mis-faq {
  bottom: -100px; }

.circle1, .circle2 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #F18E4A;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out; }

.circle2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.misFrame .misSpinner .mis-logo {
  background: transparent;
  background-image: url(https://button.makeitsocial.com/misLogo-01.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 25%;
  background-position: center center;
  background-repeat: no-repeat; }

.MiS_PopUp {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.draghandle {
  background: none;
  width: 100%;
  height: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 2; }

.activeDrag .draghandle {
  height: 100%; }

.dragCanvas {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 3000; }

.dragCanvas.activeDrag {
  width: 100%;
  height: 100%; }

.misIco {
  background: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 6px;
  border-radius: 10px;
  vertical-align: middle;
  background-image: url(https://button.makeitsocial.com/glyphsFrame-01.jpg);
  background-size: 60px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2; }

.misIco.misMin {
  background-position: -20px 0; }

.misIco.misMin:hover {
  background-position: -20px -20px; }

.misIco.misMax {
  pointer-events: none;
  background-position: -40px -20px; }

.misIco.misMax:hover {
  background-position: -40px 0px; }

button.misBtn {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  -webkit-transition: height 300ms ease, text-indent 900ms ease;
          transition: height 300ms ease, text-indent 900ms ease;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #8497a0;
  line-height: 36px;
  padding-left: 34px;
  padding-right: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 0px;
  position: relative;
  cursor: pointer;
  background-color: #ebeff2; }

button.misBtn:hover {
  text-indent: -100%; }

button.misBtn.mimimised {
  height: 40px;
  border: 1px solid #D1DBE0; }

.misBtnFill {
  height: 34px;
  width: 32px;
  position: absolute;
  left: 0;
  top: 1px;
  pointer-events: none;
  background-color: #ebeff2; }

.misMinimised {
  position: fixed;
  overflow: hidden;
  right: 5%;
  bottom: 5%;
  z-index: 2050;
  width: 200px;
  height: auto; }
