/**  ICONBERRY 2017
 *
 * . It's very lovely project for me.
 * . Next part is done, you can used for now.
 * . Generating images for covers archive or collections.
 * . Author: Vlad Gohn.
 */

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none; }

html, body {
  margin: 0;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: padding-box; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-radius: 2px;
  background-color: #eaeaeb; }

.tab {
  display: table;
  margin: 0 auto;
  margin-top: 150px;
  position: relative; }

.cell {
  display: table-cell;
  vertical-align: top; }
  .cell.a2 {
    width: 150px;
    padding-left: 10px; }

.wrapper {
  width: 582px;
  height: 586px; }

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("i/fullGrid2.png");
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center;
  width: 582px;
  height: 586px; }

#canvas {
  background-position: center;
  background-size: 240px 243px;
  transition: .2s ease;
  border: 0 solid #27048e;
  width: 512px;
  height: 512px; }

.drop {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  transition: .2s ease;
  background-image: url("i/drop_here3a.png"); }

#saver {
  border: 0 solid blue;
  width: 100px;
  height: 100px; }

@keyframes opacityAnim {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.slider {
  border-radius: 4px;
  transition: .2s ease;
  position: relative; }
  .slider.act {
    border: 2px solid yellow;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: opacityAnim; }

.actor {
  margin: 50px;
  width: 400px;
  height: 400px; }

.row {
  box-sizing: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 1.4em; }

.row:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

.button {
  border: 0;
  outline: none;
  padding: 1em;
  background-color: #2b00ff;
  color: white;
  border-radius: 4px;
  transition: .1s;
  cursor: pointer;
  left: 0;
  top: 0; }
  .button:active {
    background-color: #5561ff; }

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* ------------ TAGS BUTTON ------------ */
#tags [type="radio"] {
  display: none; }
#tags label [type="radio"] + div {
  margin: .1em 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 0 .5em .08em;
  background-color: #32393C;
  color: #fff;
  border-radius: 4px;
  transition: .2s;
  user-select: none; }
#tags label [type="radio"]:disabled + div,
#tags label [type="radio"]:checked:disabled + div {
  color: #fff;
  background-color: #ccc; }
#tags label [type="radio"]:checked + div {
  color: #121212;
  background-color: #9b67d4; }

/* ------------- JS PICKER ------------- */
.colorizer {
  position: relative;
  margin-top: 7px;
  top: 7px;
  width: 130px;
  height: 110px;
  padding-bottom: 25px;
  display: block;
  position: relative; }

.colorizer::after {
  content: attr(data-hex);
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  left: 35px;
  top: 1px; }

.jscolor {
  border-radius: 14px;
  border: 0;
  border-width: 0;
  border-style: none;
  outline: none;
  user-select: none;
  cursor: pointer;
  height: 24px;
  width: 24px;
  text-align: center;
  position: absolute;
  background-color: #f0ecec;
  box-shadow: 0 0 0 1px #e8e0e0; }

/* ---------- RATION SWITCHER ----------- */
.ratio.dot [type="radio"] {
  display: none; }
.ratio.dot label [type="radio"] + div {
  margin: .1em 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 0 .5em .08em;
  background-color: #32393C;
  color: #fff;
  border-radius: 4px;
  transition: .2s;
  user-select: none; }
.ratio.dot label [type="radio"]:disabled + div,
.ratio.dot label [type="radio"]:checked:disabled + div {
  color: #fff;
  background-color: #ccc; }
.ratio.dot label [type="radio"]:checked + div {
  color: #121212;
  background-color: #9b67d4; }

/* ------------- ANIMATION ------------- */
.puffIn {
  animation-name: puffIn; }

.spaceOutUp {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: spaceOutUp; }

@keyframes spaceOutUp {
  0% {
    animation-timing-function: ease-in;
    transform: translate(0%, 0%);
    transform-origin: 50% 50%; }
  60% {
    opacity: 1; }
  90% {
    opacity: 0;
    transform: scale(0.2) translate(350%, -240%); }
  100% {
    transform: translate(0%, 0%); } }
/* -------------- PHASES -------------- */
.swoop {
  box-shadow: inset 0 0 0 9px #9b67d4;
  animation-duration: .5s;
  animation-fill-mode: both;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* -------------- BROWSER -------------- */
a,
a:hover,
a:active,
a:focus,
a:visited {
  color: #005580;
  color: #0088cc;
  outline: 0;
  text-decoration: none; }

h1 {
  font-size: 2em;
  margin: .67em 0;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit; }

.row {
  box-sizing: padding-box;
  padding-bottom: 1.4em; }
  .row p {
    line-height: 0;
    font-size: 12px; }
  .row .row:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button {
  border: none;
  text-align: center;
  text-decoration: none;
  outline: none; }

.myButton2 {
  margin-top: 1em;
  cursor: pointer;
  background-color: #ba95ec;
  border-radius: 4px;
  display: inline-block;
  color: #5c1e86;
  font-size: 20px;
  padding: 10px 21px; }

.myButton2:hover {
  background-color: #a77edf; }

.myButton2:active {
  position: relative;
  top: 1px; }

.myButton {
  box-shadow: inset 0px 0px 0px 1px #4d138f;
  background: linear-gradient(to bottom, #712fbd 5%, #803ed6 100%);
  background-color: #712fbd;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #fcdbfc;
  font-family: Arial;
  font-size: 20px;
  padding: 10px 21px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffb8e0; }

.myButton:hover {
  background: linear-gradient(to bottom, #803ed6 5%, #712fbd 100%);
  background-color: #803ed6; }

.myButton:active {
  position: relative;
  top: 1px; }
