@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Ruthie);
html {
  overflow-x: hidden;
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  display: flex; }

.app {
  height: 100%;
  width: 100%; }
  .app > div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column; }

.playground {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1; }

.ui {
  flex-grow: 0; }
  .ui ul {
    display: flex; }
    .ui ul li button {
      padding: 2px 5px; }
  .ui .ui-panel {
    display: flex; }
    .ui .ui-panel .contorl {
      flex-grow: 0;
      flex-shrink: 1; }
    .ui .ui-panel .process {
      position: relative;
      flex-grow: 1; }
      .ui .ui-panel .process .process-text-info {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center; }
        .ui .ui-panel .process .process-text-info input {
          width: 30px; }
        .ui .ui-panel .process .process-text-info input::-webkit-outer-spin-button,
        .ui .ui-panel .process .process-text-info input::-webkit-inner-spin-button {
          -webkit-appearance: none; }
        .ui .ui-panel .process .process-text-info input[type="number"] {
          -moz-appearance: textfield; }
      .ui .ui-panel .process .process-info {
        background: orange;
        height: 100%; }

.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000; }

.infoPanel {
  left: 10px;
  top: 10px;
  font-size: 10px; }
  .infoPanel h3 {
    text-align: center;
    padding: 5px;
    background: gray; }

.logbar {
  text-align: center; }

.container {
  color: #698bac;
  background: #000;
  height: 100%;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2c3e50;
  color: #ecf0f1;
  font-size: 100%;
  line-height: 1.25;
  font-family: 'Lato', Arial, sans-serif; }

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 666px;
  height: 200px;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  box-shadow: inset 0 0 0 3px #2c3e50;
  -webkit-transition: background 0.4s 0.5s;
  transition: background 0.4s 0.5s; }

.box:hover {
  background: rgba(255, 255, 255, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.box h3 {
  text-align: center;
  font-size: 50px;
  margin: 0;
  font-weight: 400;
  width: 100%; }

.box span {
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 5px;
  text-align: right;
  margin-right: 20px; }

.box h3,
.box span {
  -webkit-transition: color 0.4s 0.5s;
  transition: color 0.4s 0.5s; }

.box:hover h3,
.box:hover span {
  color: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.box svg {
  position: absolute;
  top: 0;
  left: 0; }

.box svg line {
  stroke-width: 3;
  stroke: #ecf0f1;
  fill: none;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

.box:hover svg line {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.box:hover svg line.top {
  -webkit-transform: translateX(-600px);
  transform: translateX(-600px); }

.box:hover svg line.bottom {
  -webkit-transform: translateX(600px);
  transform: translateX(600px); }

.box:hover svg line.left {
  -webkit-transform: translateY(920px);
  transform: translateY(920px); }

.box:hover svg line.right {
  -webkit-transform: translateY(-920px);
  transform: translateY(-920px); }

/* Alternatives */
/* Frame */
.Gio-98 .box {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  box-shadow: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.Gio-98 .box:hover {
  background: rgba(0, 0, 0, 0.4); }

.Gio-98 .box h3,
.Gio-98 .box span {
  -webkit-transition: none;
  transition: none; }

.Gio-98 .box svg line {
  -webkit-transition: all .5s;
  transition: all .5s; }

.Gio-98 .box:hover svg line {
  stroke-width: 10;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.Gio-98 .box:hover svg line.top {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px); }

.Gio-98 .box:hover svg line.bottom {
  -webkit-transform: translateX(300px);
  transform: translateX(300px); }

.Gio-98 .box:hover svg line.left {
  -webkit-transform: translateY(460px);
  transform: translateY(460px); }

.Gio-98 .box:hover svg line.right {
  -webkit-transform: translateY(-460px);
  transform: translateY(-460px); }

/* COMPONENTS */
/* CSS */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Gioicons';
  src: url("http://disantimonia.pixub.com/codepen/codropsicons/Gioicons.eot");
  src: url("http://disantimonia.pixub.com/codepen/codropsicons/Gioicons.eot?#iefix") format("embedded-opentype"), url("http://disantimonia.pixub.com/codepen/codropsicons/Gioicons.woff") format("woff"), url("http://disantimonia.pixub.com/codepen/codropsicons/Gioicons.ttf") format("truetype"), url("http://disantimonia.pixub.com/codepen/codropsicons/Gioicons.svg#Gioicons") format("svg"); }

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

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

a {
  color: #95a5a6;
  text-decoration: none;
  outline: none; }

a:hover, a:focus {
  color: #fff; }

.Gio-header {
  margin: 0 auto;
  padding: 2em;
  text-align: center; }

.Gio-header h1 {
  margin: 0;
  font-weight: 300;
  font-size: 2.5em; }

.Gio-header h1 span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  font-size: 0.6em;
  opacity: 0.7; }

/* To Navigation Style */
.Gio-top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.69em;
  line-height: 2.2; }

.Gio-top a {
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  letter-spacing: 1px; }

.Gio-top span.right {
  float: right; }

.Gio-top span.right a {
  display: block;
  float: left; }

.Gio-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'Gioicons';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased; }

.Gio-icon-drop:before {
  content: "\e001"; }

.Gio-icon-prev:before {
  content: "\e004"; }

section {
  padding: 4em 2em;
  text-align: center; }

section h2 {
  font-weight: 300;
  font-size: 2em;
  padding: 1em 0; }

.Gio-header + section {
  padding-top: 1.5em; }

.related p {
  font-size: 1.5em; }

.related > a {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  text-align: center;
  margin: 20px 10px;
  padding: 25px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }

.related a:hover {
  background-color: rgba(0, 0, 0, 0.4); }

.related a img {
  max-width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.related a:hover img,
.related a:active img {
  opacity: 1; }

.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left; }

@media screen and (max-width: 25em) {
  .Gio-icon span {
    display: none; } }

/* CSS */
.menu-list {
  margin-top: 50px;
  width: 666px; }
  .menu-list ul li {
    width: 166.5px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
    font-weight: bolder; }
    .menu-list ul li a {
      color: #698bac; }
    .menu-list ul li a:hover {
      color: #fff; }
