/* @group Social Share */
/* line 9, app/assets/stylesheets/mimio.scss */
.mimio_share {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  right: 0;
  width: 450px;
  max-width: 88%;
  margin: 30px auto -30px !important;
  font: 13px/1.5 Helvetica Neue,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0;
  border-radius: 5px;
}

/* line 23, app/assets/stylesheets/mimio.scss */
.mimio_share.animation {
  -webkit-animation: slidedown 0.7s;
          animation: slidedown 0.7s;
  opacity: 1;
}

/* line 28, app/assets/stylesheets/mimio.scss */
.mimio_share > .content h1 {
  padding: 20px;
  margin: 0;
  font-size: 20px;
  position: relative;
  z-index: 3;
  font-weight: 500;
  color: white;
}

/* line 37, app/assets/stylesheets/mimio.scss */
.mimio_share > .content .share_bar {
  position: relative;
  height: 41px;
  padding: 18px 20px 0;
  margin: 0;
  text-align: left;
  z-index: 1000;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 45, app/assets/stylesheets/mimio.scss */
.mimio_share > .content .share_bar iframe {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  z-index: 5;
  min-width: 130px !important;
}

/* line 53, app/assets/stylesheets/mimio.scss */
.mimio_share > .content .action-link {
  display: inline-block;
  padding: 5px 15px 4.5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #444;
  background-color: #fff;
  border-radius: 30px;
  margin-top: -5px;
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/mimio.scss */
.mimio_share > .content .funk {
  margin: 0;
  display: block;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0 0 6px 6px;
}

/* line 79, app/assets/stylesheets/mimio.scss */
.mimio_share > .content a.mclose {
  position: absolute;
  z-index: 10;
  top: -12px;
  right: -12px;
  text-decoration: none;
  width: 24px;
  height: 24px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  color: white;
  background: #ccc;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  border-radius: 1em;
}

/* line 96, app/assets/stylesheets/mimio.scss */
.mimio_share .iconsvg {
  -webkit-filter: none;
          filter: none;
  top: auto !important;
}

/* line 99, app/assets/stylesheets/mimio.scss */
.mimio_share .iconsvg * {
  fill: white;
}

/* @end */
/* @group Overlay Block */
/* line 106, app/assets/stylesheets/mimio.scss */
#overlay_block {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* @end */
/* @group Twitter Share */
/* line 117, app/assets/stylesheets/mimio.scss */
.mimio_share.twitter,
.mimio_share.twitter a.mclose {
  background-color: #29b;
}

/* line 121, app/assets/stylesheets/mimio.scss */
.mimio_share.twitter h1 {
  background: url(img/mimio_share_twitter-fd1f54f9736413c45acd0fcf20d451e95343d5c3b840f61ca8b8b1d150a8c3b6.png) 300px 20px no-repeat;
  padding-right: 120px;
  padding-bottom: 80px;
  margin-bottom: -60px;
  z-index: 3;
  position: relative;
}

/* @end */
/* @group Facebook Share */
/* line 133, app/assets/stylesheets/mimio.scss */
.mimio_share.facebook,
.mimio_share.facebook a.mclose {
  background-color: #667cad;
}

/* line 137, app/assets/stylesheets/mimio.scss */
.mimio_share.facebook h1 {
  background: url(img/mimio_share_facebook-d2df03d7e3b19014d9a9ceca74832f0b5034fdfabb6ee01807b8cb3fdd77f548.png) 370px bottom no-repeat;
  padding-right: 120px;
  padding-bottom: 80px;
  margin-bottom: -60px;
  z-index: 3;
  position: relative;
}

/* @end */
/* @group Google+ Share */
/* line 149, app/assets/stylesheets/mimio.scss */
.mimio_share.plusone,
.mimio_share.plusone a.mclose {
  background-color: #d84937;
}

/* line 153, app/assets/stylesheets/mimio.scss */
.mimio_share.plusone h1 {
  background: url(img/mimio_share_plusone-9ba3dca93e0ab2dc4a75258a5106a5d24fd0ff29be8c87b49fd7ca2330202561.png) 300px 20px no-repeat;
  padding-right: 120px;
  padding-bottom: 80px;
  margin-bottom: -60px;
  z-index: 3;
  position: relative;
}

/* @end */
/* @group Pinterest Share */
/* line 165, app/assets/stylesheets/mimio.scss */
.mimio_share.pinterest,
.mimio_share.pinterest a.mclose {
  background-color: #cb2027;
}

/* line 169, app/assets/stylesheets/mimio.scss */
.mimio_share.pinterest h1 {
  background: url(img/mimio_share_pinterest-0f564813d4540b4841acf095d5ade47b3f1a7e055f9903675087c7706b59d526.png) 320px 20px no-repeat;
  padding-right: 120px;
  padding-bottom: 80px;
  margin-bottom: -60px;
  z-index: 3;
  position: relative;
}

/* @end */
/* @group LinkedIn Share */
/* line 181, app/assets/stylesheets/mimio.scss */
.mimio_share.linked_in,
.mimio_share.linked_in a.mclose {
  background-color: #0077b5 !important;
}

/* line 185, app/assets/stylesheets/mimio.scss */
.mimio_share.linked_in h1 {
  padding-right: 120px;
  padding-bottom: 80px;
  margin-bottom: -60px;
  z-index: 3;
  position: relative;
}

/* @end */
/* @group SVG icons */
/* line 197, app/assets/stylesheets/mimio.scss */
body .mimio_share .iconsvg {
  position: absolute;
  right: 2%;
  bottom: 0 !important;
  top: auto;
  height: 120px !important;
  width: 120px !important;
  z-index: 1001;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateZ(0px);
}

/* line 209, app/assets/stylesheets/mimio.scss */
body .mimio_share .iconsvg + h1 {
  background: none;
}

/* @end */
/* line 214, app/assets/stylesheets/mimio.scss */
#madmimi_outer_wrapper {
  opacity: 0;
}

/* line 216, app/assets/stylesheets/mimio.scss */
#madmimi_outer_wrapper.animation {
  -webkit-animation: popup 0.3s;
          animation: popup 0.3s;
  opacity: 1;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes slidedown {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  50% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  90% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slidedown {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  50% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  90% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* line 250, app/assets/stylesheets/mimio.scss */
.unsubscribe {
  display: none !important;
}
