/* line 12, sass/thumbnail.scss */
.alert {
  margin: 20px auto 0;
  padding: 10px 15px;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #a94442;
  width: 80%;
}
/* line 23, sass/thumbnail.scss */
.alert > p {
  margin: 0;
}

/* line 32, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header {
  margin-bottom: 10px;
}
/* line 34, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header > input[type=radio] {
  display: none;
}
/* line 36, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header > input[type=radio]:checked + label {
  color: #eee;
  background-color: #337ab7;
  border-color: #eee;
}
/* line 38, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header > input[type=radio]:checked + label:after {
  color: #eee;
  background-color: #337ab7;
  border-color: #eee;
}
/* line 47, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* line 58, sass/thumbnail.scss */
#clippp-thumbnail {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 63, sass/thumbnail.scss */
#clippp-thumbnail > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
/* line 69, sass/thumbnail.scss */
#clippp-thumbnail > li.show {
  width: 25%;
}
/* line 70, sass/thumbnail.scss */
#clippp-thumbnail > li.show:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
/* line 76, sass/thumbnail.scss */
#clippp-thumbnail > li.show > div {
  -moz-animation: box_show_animation 0.5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
  -webkit-animation: box_show_animation 0.5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
  animation: box_show_animation 0.5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
}
/* line 81, sass/thumbnail.scss */
#clippp-thumbnail > li.transition {
  -moz-transition: cubic-bezier(0.2, 0.4, 0.7, 0.8) 0.5s;
  -o-transition: cubic-bezier(0.2, 0.4, 0.7, 0.8) 0.5s;
  -webkit-transition: cubic-bezier(0.2, 0.4, 0.7, 0.8) 0.5s;
  transition: cubic-bezier(0.2, 0.4, 0.7, 0.8) 0.5s;
  width: 25%;
}
/* line 86, sass/thumbnail.scss */
#clippp-thumbnail > li > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 97, sass/thumbnail.scss */
#clippp-thumbnail > li:not(.show).transition {
  -moz-animation: box_wrapper_hide_animation 0.5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
  -webkit-animation: box_wrapper_hide_animation 0.5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
  animation: box_wrapper_hide_animation 0.5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
}
/* line 99, sass/thumbnail.scss */
#clippp-thumbnail > li:not(.show).transition > div {
  -moz-animation: box_hide_animation 0.5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
  -webkit-animation: box_hide_animation 0.5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
  animation: box_hide_animation 0.5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
}
/* line 107, sass/thumbnail.scss */
#clippp-thumbnail > li > div > img {
  position: absolute;
  margin: auto 0;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
}

/* line 117, sass/thumbnail.scss */
#clippp-preview-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  display: none;
}
/* line 126, sass/thumbnail.scss */
#clippp-preview-wrapper.show {
  display: block;
  -moz-animation: preview_show 0.5s ease 1;
  -webkit-animation: preview_show 0.5s ease 1;
  animation: preview_show 0.5s ease 1;
}

/* line 132, sass/thumbnail.scss */
#clippp-preview {
  margin: 50px auto 0;
  position: fixed;
  left: 0;
  right: 0;
  width: 50%;
  overflow: hidden;
}
/* line 140, sass/thumbnail.scss */
#clippp-preview:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
/* line 146, sass/thumbnail.scss */
#clippp-preview > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 158, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header > label {
  margin: 0 0.7em;
  padding: 0 0 0 0.7em;
  border: 0;
  background: none;
  line-height: 1.5;
  white-space: nowrap;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #b0b0b0;
  display: block;
  float: left;
  position: relative;
}
/* line 160, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header > label:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  visibility: hidden;
}
/* line 185, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header > label:after {
  content: attr(data-count);
  margin: 0 0 0 0.7em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: auto;
  right: auto;
  float: right;
  width: 1.5em;
  height: 100%;
  line-height: 1.5;
  font-size: 100%;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  border-left-width: 1px;
  border-left-style: solid;
  text-align: center;
  background-color: #b0b0b0;
  color: #eee;
}
/* line 205, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header > label:hover {
  cursor: pointer;
  color: #b0b0b0;
  background-color: inherit;
  border-color: #eee;
}
/* line 208, sass/thumbnail.scss */
#clippp-thumbnail-wrapper > header > label:hover:after {
  color: #eee;
  background-color: #337ab7;
  border-color: #eee;
}

/* line 216, sass/thumbnail.scss */
#clippp-thumbnail > li > div.loading {
  width: 100%;
  height: 100%;
}
/* line 219, sass/thumbnail.scss */
#clippp-thumbnail > li > div.loading:before {
  margin-left: -20px;
  margin-top: -20px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-animation: bounce 2s infinite ease-in-out;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
/* line 234, sass/thumbnail.scss */
#clippp-thumbnail > li > div.loading:after {
  margin-left: -20px;
  margin-top: -20px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-animation: bounce 2s infinite -1s ease-in-out;
  -webkit-animation: bounce 2s infinite -1s ease-in-out;
  animation: bounce 2s infinite -1s ease-in-out;
}

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bounce {
  0%, 100% {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes preview_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes preview_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes preview_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes box_show_animation {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes box_show_animation {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@keyframes box_show_animation {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@-moz-keyframes box_hide_animation {
  100% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes box_hide_animation {
  100% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@keyframes box_hide_animation {
  100% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@-moz-keyframes box_wrapper_hide_animation {
  0% {
    width: 25%;
    height: 100%;
    z-index: -1;
  }
  100% {
    height: 100%;
    width: 25%;
    z-index: -1;
  }
}
@-webkit-keyframes box_wrapper_hide_animation {
  0% {
    width: 25%;
    height: 100%;
    z-index: -1;
  }
  100% {
    height: 100%;
    width: 25%;
    z-index: -1;
  }
}
@keyframes box_wrapper_hide_animation {
  0% {
    width: 25%;
    height: 100%;
    z-index: -1;
  }
  100% {
    height: 100%;
    width: 25%;
    z-index: -1;
  }
}
