@font-face {
  font-family: Ek Mukta;
  src: url(fonts/Mukta-Regular.ttf);
}
@font-face {
  font-family: Joti One;
  src: url(fonts/JotiOne-Regular.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(fonts/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Inconsolata;
  src: url(fonts/Inconsolata-Regular.ttf);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  padding: 2px;
}

html,
body {
  background: #fffefd; /* #c1bdba */
  font-family: "Ek Mukta", sans-serif;
  margin: 0;
  height: 100%;
}

a {
  text-decoration: none;
  color: #3a5c69;
}
a:hover {
  color: #7396a6;
  text-decoration: underline;
}

.link {
  text-decoration: underline;
  color: #4f7a8e;
  border: none;
  background: transparent;
  font-weight: bold;
}
.link:hover {
  text-decoration: none;
  color: #7396a6;
  border: none;
  background: transparent;
}

.link:focus {
  outline: none;
}

.wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: min-content min-content min-content min-content 1fr auto;
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content 1fr auto;
  grid-template-areas:
    "navigation header usersearch"
    "navigation title usersearch"
    "navigation title profile"
    "navigation warning profile"
    "navigation content profile"
    "navigation footer footer";
}

.navigation {
  grid-area: navigation;
  z-index: 1;
}

.navigation-controls {
  display: inline-block;
  background-color: #e4f2f0;
  color: #4f4f4f;
  padding: 20px;
  width: 100%;
  border: 2px white solid;
  box-shadow: 0 0 0 2px #e4f2f0;
  margin-top: 2px;
}

.navigation-controls ul {
  list-style: none;
  padding: 0px;
}

.navigation-controls li {
  border-bottom: 2px #3a5c69 solid;
}

#navigation-div {
  display: none;
}
#navigation-div:checked + .navigation {
  display: inline-block;
}
#navigation-div:checked + .navigation-controls {
  display: inline-block;
}

.header {
  grid-area: header;
}

.main-header {
  letter-spacing: -0.05em;
  font-weight: bold;
  text-align: center;
  font-size: 2.5em;
  font-family: "Joti One";
  text-shadow: 0px 0px 15px #e4f2f0;
}

.main-header a,
.main-header a:hover,
.main-header a:focus {
  text-decoration: none;
}

.title {
  grid-area: title;
  /* background-color: #24604A;
	background-image: url(xv.png);
	background-repeat: repeat;
	color: #ffffff; */
}

.warning {
  grid-area: warning;
  padding-right: 50px;
  padding-left: 50px;
}

.content {
  grid-area: content;
  padding-right: 50px;
  padding-left: 50px;
}

.profile {
  grid-area: profile;
}

.profile-controls {
  display: inline-block;
  background-color: #e4f2f0;
  color: #4f4f4f;
  padding: 20px;
  width: 100%;
  border: 2px white solid;
  box-shadow: 0 0 0 2px #e4f2f0;
  margin-top: 2px;
}

#profile-div {
  display: none;
}
#profile-div:checked + .profile {
  display: inline-block;
}
#profile-div:checked + .profile-controls {
  display: inline-block;
}

.usersearch {
  grid-area: usersearch;
}

.usersearch-controls {
  display: inline-block;
  background-color: #e4f2f0;
  color: #4f4f4f;
  padding: 20px;
  width: 100%;
  border: 2px white solid;
  box-shadow: 0 0 0 2px #e4f2f0;
}

#usersearch-div {
  display: none;
}
#usersearch-div:checked + .usersearch {
  display: inline-block;
}
#usersearch-div:checked + .usersearch-controls {
  display: inline-block;
}

.footer {
  grid-area: footer;
  font-size: 14px;
  padding-left: 10px;
}

h1,
h2,
h3,
h4,
.button,
.buttontext {
  font-family: "Quicksand", sans-serif;
  letter-spacing: -0.05em;
  font-weight: bold;
  text-align: center;
}

h1,
h2,
h3,
h4,
.button {
  margin: 10px 0px 3px 1px;
}

h1 {
  font-size: 2.5em;
  font-family: "Joti One";
  text-shadow: 0px 0px 15px #e4f2f0;
}

h2 {
  font-size: 2em;
  text-shadow: 0px 0px 15px #e4f2f0;
}

h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  -webkit-margin-after: 0.2em;
  -webkit-margin-before: 0.2em;
}

h4 {
  font-size: 1.25em;
  -webkit-margin-before: 25px;
  -webkit-margin-after: -25px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

h5 {
  -webkit-margin-after: 0.2em;
  -webkit-margin-before: 0.2em;
  border-bottom: 2px solid #4f7a8e;
  color: #4f7a8e;
  font-size: 1.25em;
  font-weight: normal;
  padding-left: 3px;
  font-family: "Ek Mukta", sans-serif;
}

.bank-header {
  -webkit-margin-after: 0.2em;
  -webkit-margin-before: 0.2em;
  border-bottom: 2px solid #3a5c69;
  color: #3a5c69;
  font-size: 20px;
  font-weight: normal;
  padding-left: 3px;
  font-family: "Ek Mukta", sans-serif;
  background-color: #e4f2f0;
  cursor: pointer;
}

.sub-header {
  text-align: center;
  margin-top: -10px;
}

.frozen {
  text-align: center;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  grid-area: frozen;
}

.yellow-warning {
  text-align: center;
  color: #9f6000;
  background-color: #feefb3;
  border-color: #9f6000;
}

.bank-log {
  color: #4f7a8e;
  border: 1px solid #4f7a8e;
  border-radius: 3px;
  padding: 5px;
}

.sideLog {
  color: #4f7a8e;
  border: 1px solid #4f7a8e;
  border-radius: 3px;
  padding: 5px;
  display: none;
  position: fixed;
  bottom: 120px;
  right: 5px;
  z-index: 99;
  background-color: #fff;
  width: 355px;
  overflow-y: auto;
}

.sideBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 5px;
  z-index: 99;
  background-color: #fff;
  width: 355px;
  overflow-y: auto;
}

span {
  color: #4f7a8e;
  font-weight: bold;
}

p {
  text-align: center;
  margin: 0px 0px 0px 0px;
}

div.info {
  color: pink;
  display: box;
  text-align: center;
  padding: 5px;
  margin-top: -20px;
  margin-bottom: 15px;
  border: 1px solid red;
  background: #66131c;
}

input,
textarea,
.ui-widget-content {
  font-size: 22px;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  max-width: 600px;
  color: #4f7a8e;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  font-family: "Ek Mukta", sans-serif;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
  background-color: #ffffff;
}

.ui-tooltip {
  padding: 5px 10px;
  background-color: #ffffff;
  font-size: 12px;
  border-radius: 20px;
  border-color: #e4f2f0;
  box-shadow: 0 0 7px #e4f2f0;
  max-width: 300px;
}

.custom-combobox {
  position: relative;
  display: inline-block;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

input:focus,
textarea:focus button:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

label {
  font-weight: bold;
}

input[class="sub"] {
  display: inline-block;
}

.bank-columns {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  grid-template-areas:
    "header"
    "frozen"
    "menu"
    "details"
    "bank";
}

.proflie-columns {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: min-content min-content auto;
  grid-template-rows: -webkit-min-content -webkit-min-content auto;
  grid-gap: 10px;
  grid-template-areas:
    "header header"
    "frozen frozen"
    "menu menu"
    "details badge"
    "tokos tokos"
    "logs logs";
}

.header {
  grid-area: header;
}

.menu {
  grid-area: menu;
  text-align: center;
}

.details {
  grid-area: details;
}
.badge {
  grid-area: badge;
}

.images {
  margin-top: 25px;
  text-align: center;
  float: right;
}
.bank {
  grid-area: bank;
}
.tokos {
  grid-area: tokos;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto min-content min-content min-content;
  grid-template-rows: auto -webkit-min-content -webkit-min-content -webkit-min-content;
}

.logs {
  grid-area: logs;
}

.columns {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 1fr;
}

.columns-manage-details {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
}

.columns-transfer {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 1fr 1fr;
}

.transfer-box {
  background-color: #e4f2f0;
  border: 1px solid #4f7a8e;
  padding-left: 3px;
}

.columns-2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 1fr auto 1fr;
}
.columns-3 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 1fr auto 1fr auto 1fr;
}

.button {
  box-shadow: 0 0 0 2px #e4f2f0;
  padding: 10px 15px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  background-color: #e4f2f0;
  border: 2px #3a5c69 solid;
  cursor: pointer;
  color: #4f4f4f;
  border-radius: 0px;
  margin: 5px;
}
.button:hover,
.button:focus {
  color: #ffffff !important;
  background-color: #3a5c69;
  box-shadow: 0 0 0 2px #3a5c69;
  border: 2px #ffffff solid;
  outline: 0;
  text-decoration: none;
}

.event-button {
  box-shadow: 0 0 0 2px #ff7518;
  padding: 10px 15px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  background-color: #ff7518;
  border: 2px #ffffff solid;
  cursor: pointer;
  color: #ffffff;
  border-radius: 0px;
  margin: 5px;
}
.event-button:hover,
.event-button:focus {
  color: #ffffff !important;
  background-color: #0d0d0d;
  box-shadow: 0 0 0 2px #0d0d0d;
  border: 2px #ffffff solid;
  outline: 0;
  text-decoration: none;
}

.table-button {
  box-shadow: 0 0 0 2px #e4f2f0;
  padding: 5px 7.5px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  background-color: #e4f2f0;
  border: 2px #3a5c69 solid;
  cursor: pointer;
  color: inherit;
  border-radius: 0px;
  margin: 5px;
}
.table-button:hover,
.table-button:focus {
  color: #ffffff !important;
  background-color: #3a5c69;
  box-shadow: 0 0 0 2px #3a5c69;
  outline: 0;
}

.info-button {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  border: 2px white solid;
  cursor: pointer;
  color: #ffffff !important;
  background-color: #4f7a8e;
  box-shadow: 0 0 0 2px #4f7a8e;
  outline: 0;
  border-radius: 50%;
  padding: 0px 7px 0px 7px;
  margin: 5px;
  font-family: "Joti One";
}

.topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: 2px white solid;
  outline: none;
  background-color: #e4f2f0;
  color: inherit;
  cursor: pointer;
  padding: 10px 15px;
}

.topBtn:hover {
  color: #ffffff !important;
  background-color: #4f7a8e;
  box-shadow: 0 0 0 2px #4f7a8e;
  outline: 0;
}

.button-block {
  display: block;
  width: 100%;
}

.button-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
}

.button-panel-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

.error {
  text-align: center;
  font-size: 12px;
}

.list {
  border: 2px #7cc0b6 solid;
  text-align: left;
  min-width: 300px;
  margin: auto;
  border-spacing: 0px;
  margin-top: 5px;
  width: 100%;
}

.list th {
  background-color: #e4f2f0;
  border: 1px #7cc0b6 solid;
  padding: 2px;
  height: 20px;
}

.list td {
  border: 1px #7cc0b6 solid;
  padding: 2px;
  margin: 0px;
}

.list-wiki {
  border: 2px #7cc0b6 solid;
  text-align: left;
  margin: auto;
  border-spacing: 0px;
  margin-top: 5px;
}

.list-wiki th {
  background-color: #e4f2f0;
  border: 1px #7cc0b6 solid;
  padding: 2px;
  height: 20px;
}

.list-wiki td {
  border: 1px #7cc0b6 solid;
  padding: 2px;
  margin: 0px;
}

.list-gallery {
  border: 2px #7cc0b6 solid;
  text-align: left;
  margin: 50px;
  border-spacing: 0px;
  margin-top: 5px;
}

.list-gallery th {
  background-color: #e4f2f0;
  border: 1px #7cc0b6 solid;
  padding: 2px;
  height: 20px;
}

.list-gallery td {
  border: 1px #7cc0b6 solid;
  padding: 10px;
  margin: 0px;
}

.list-nb {
  text-align: left;
  min-width: 300px;
  margin: auto;
  border-spacing: 0px;
  margin-top: 5px;
  width: 100%;
}

.list-nb th {
  background-color: #e4f2f0;
  padding: 2px;
  height: 20px;
}

.list-nb td {
  border-bottom: 1px #7cc0b6 solid;
  padding: 2px;
  margin: 0px;
}

.list-tr {
  text-align: left;
  border-spacing: 0px;
  margin-top: 5px;
}

.list-tr th {
  background-color: #e4f2f0;
  padding: 2px;
  height: 20px;
}

.list-tr td {
  border-bottom: 1px #7cc0b6 solid;
  padding: 2px;
  margin: 0px;
}

.expand {
  border: none;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 5px;
  color: #4f7a8e;
  background: none;
  font-family: "Ek Mukta", sans-serif;
  cursor: pointer;
}

.expand:focus {
  outline: none;
}

.mono {
  font-family: inconsolata;
}

.calc-content {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
}

.calc-redeem {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 100px 1fr;
}

.calc-list {
}

.calc-input {
  width: 100%;
  font-size: 14px;
}

.import-content {
  grid-area: content;
  display: grid;
  grid-gap: 10px;
  grid-template-rows: repeat(4, min-content);
  grid-template-rows: repeat(4, webkit-min-content);
  grid-template-areas:
    "buttons"
    "title"
    "images"
    "sections";
}

.content-buttons {
  grid-area: buttons;
}

.content-title {
  grid-area: title;
}

.content-images {
  grid-area: images;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, min-content);
  grid-template-columns: repeat(2, webkit-min-content);
  grid-template-areas: "main badges";
}

.content-images-main {
  grid-area: main;
}

.content-images-badges {
  grid-area: badges;
  display: grid;
  grid-gap: 10px;
}

.content-sections {
  grid-area: sections;
}

.store-main {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.store-inventory {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  grid-template-rows: 20px 150px min-content 1fr 50px;
  grid-template-rows: 20px 150px -webkit-min-content 1fr 50px;
  grid-template-areas:
    "title title title"
    "...... image ......"
    "...... price ......"
    "desc desc desc"
    "buttons buttons buttons";
  grid-gap: 10px;
  border: 3px solid #7396a6;
  text-align: center;
  padding: 5px;
  position: relative;
}

.store-trait-inventory {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  grid-template-rows: 20px min-content 1fr 50px;
  grid-template-rows: 20px -webkit-min-content 1fr 50px;
  grid-template-areas:
    "title title title"
    "...... price ......"
    "desc desc desc"
    "buttons buttons buttons";
  grid-gap: 10px;
  border: 3px solid #7396a6;
  text-align: center;
  padding: 5px;
  position: relative;
}

.store-inventory-title {
  grid-area: title;
}

.store-inventory-image {
  grid-area: image;
  position: relative;
}

.store-inventory-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.store-inventory-price {
  grid-area: price;
  font-size: 14px;
}

.store-inventory-desc {
  grid-area: desc;
  font-size: 12px;
}

.store-inventory-buttons {
  grid-area: buttons;
}

.nCtr {
  font-family: inconsolata;
  color: #e4f2f0;
  background-color: #3a5c69;
  font-weight: bold;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 5px 2px 5px;
  cursor: pointer;
}

.nBox {
  font-family: inconsolata;
  color: #3a5c69;
  background-color: #ffffff;
  border: 1px #3a5c69 solid;
  border-radius: 2px;
  cursor: pointer;
  padding: 5px;
  outline: 0px;
  z-index: 1002;
  height: auto;
  width: 300px;
  top: 200px;
  left: 610.766px;
  display: none;
}

.list-float {
  text-align: left;
  margin: auto;
  float: right;
  border-spacing: 0px;
  margin-top: 5px;
  width: 100%;
}

.list-float th {
  background-color: #e4f2f0;
  padding: 2px;
  height: 20px;
}

.list-float td {
  border-bottom: 1px #7cc0b6 solid;
  padding: 2px;
  margin: 0px;
}

.nav-icon {
  display: none;
  width: 50px;
  height: 50px;
  background: url(nav.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e4f2f0;
}

.nav-icon:hover,
.nav-icon:focus {
  background: url(nav-hover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3a5c69;
}

.search-icon {
  display: none;
  width: 50px;
  height: 50px;
  background: url(search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e4f2f0;
}

.search-icon:hover,
.search-icon:focus {
  background: url(search-hover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3a5c69;
}

.profile-icon {
  display: none;
  width: 50px;
  height: 50px;
  background: url(profile.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e4f2f0;
  margin-left: 0px;
}

.profile-icon:hover,
.profile-icon:focus {
  background: url(profile-hover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3a5c69;
}

.login-buttons {
  display: grid;
  box-sizing: border-box;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content min-content;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-areas:
    "login login"
    "register forgot";
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -999em;
}

/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.openable-options {
  display: grid;
  width: 540px;
  grid-template-columns: repeat(5, 100px);
  margin: 0px auto;
  grid-gap: 10px;
}
.openable-option {
  display: grid;
  grid-template-rows: 70px 20px;
  padding: 3px;
  height: 100px;
  border: 2px solid #e4f2f0;
}

.openable-option img {
  max-width: 70px;
  max-height: 70px;
}

.openable-selected {
  border: 2px solid #3a5c69;
}

.roller-fields label {
  padding: 10px 15px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  background-color: #e4f2f0;
  border: 2px #3a5c69 solid;
  cursor: pointer;
  color: #4f4f4f;
  border-radius: 0px;
  margin: 5px;
  padding: 5px;
  min-width: 100px;
}

/* Labels for checked inputs */
.roller-fields input:checked + label {
  color: #ffffff !important;
  background-color: #3a5c69;
}

/* Checkbox element, when checked */
.roller-fields input[type="checkbox"] {
  display: none;
}

.roller-fields input[type="radio"] {
  display: none;
}

.roller-fields input[type="number"] {
  width: 100px;
}

.roller-fields fieldset {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  display: inline-block;
}

.roller-fields legend {
  color: #3a5c69;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-bottom: -5px;
}

.roller-fields fieldset label {
  margin-left: 5px;
  margin-right: -11px;
}

.roller-fields fieldset label:last-of-type {
  margin-right: 5px;
}

.roller-fields fieldset label:first-of-type {
  margin-left: 5px;
}

/* Global Event CSS */

.box {
  margin: 0 auto;
  width: 500px;
  height: 250px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-image: url("event/leaf_bg.png");
  z-index: 0;
}

.box a {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  transform: rotate(45deg);
  z-index: 1;
  -webkit-animation: moveX 2s linear 0s infinite alternate,
    moveY 3.4s linear 0s infinite alternate, spin 5s linear 0s infinite;
  -moz-animation: moveX 2s linear 0s infinite alternate,
    moveY 3.4s linear 0s infinite alternate, spin 5s linear 0s infinite;
  -o-animation: moveX 2s linear 0s infinite alternate,
    moveY 3.4s linear 0s infinite alternate, spin 5s linear 0s infinite;
  animation: moveX 2s linear 0s infinite alternate,
    moveY 3.4s linear 0s infinite alternate, spin 5s linear 0s infinite;
}

.box img {
  position: absolute;
  z-index: 2;
}

#blocker {
  left: 217px;
}

@-webkit-keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 450px;
  }
}
@-moz-keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 450px;
  }
}
@-o-keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 450px;
  }
}
@keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 450px;
  }
}
@-webkit-keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 200px;
  }
}
@-moz-keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 200px;
  }
}
@-o-keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 200px;
  }
}
@keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 200px;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
