* {}

html, body {}

.fa2 {
	width: 60px !important;
	height: 60px !important;
}

.container {
  display: table;
  height: 95vh;
  width: 90%;
  padding-bottom: 5vh;
  margin: auto auto;
  background: #2d2c3e;
  z-index: -1;
}

.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.icon01-container {
    margin-top: 45px;
    width: 90%;
    height: 60px;
    position: absolute;
}

.mobile-on {
    margin-top: 50px;
    width: 90%;
    height: 45%;
    position: absolute;
}

.icon01 {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}

.icon01::before, .icon01::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 30px;
}
.icon01 i {
  position: relative;
  color: #FFFFFF;
  font-size: 30px;
  margin-top: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.icon01-fill::before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  box-shadow: inset 0 0 0 1px #16A085;
}
.icon01-fill:hover::before {
  box-shadow: inset 0 0 0 60px #16A085;
}

.icon01-enter::after {
  box-shadow: inset 0 0 0 1px #EB9532;
}
.icon01-enter::before {
  border-radius: 0;
  margin-left: -100%;
  box-shadow: inset 0 0 0 60px #EB9532;
}
.icon01-enter:hover::before {
  margin-left: 0;
}

.icon01-expand::after {
  box-shadow: inset 0 0 0 1px #C82647;
}
.icon01-expand::before {
  background: #C82647;
  box-shadow: inset 0 0 0 60px #2d2c3e;
}
.icon01-expand:hover::before {
  box-shadow: inset 0 0 0 1px #2d2c3e;
}

.icon01-collapse::before {
  border-radius: 0;
}
.icon01-collapse:hover::before {
  box-shadow: inset 0 30px 0 0 #8CC63F, inset 0 -30px 0 0 #8CC63F;
}
.icon01-collapse::after {
  box-shadow: inset 0 0 0 1px #8CC63F;
}

.icon01-rotate {
  box-shadow: inset 0 0 0 1px #7E3661;
}
.icon01-rotate::after, .icon01-rotate::before {
  border: 0px solid transparent;
}
.icon01-rotate:hover::before {
  -webkit-transition: border-top-width 0.3s ease, border-top-color 0.3s ease;
  transition: border-top-width 0.3s ease, border-top-color 0.3s ease;
  border-width: 60px;
  border-top-color: #7E3661;
}
.icon01-rotate:hover::after {
  -webkit-transition: border-left-width 0.3s ease, border-left-color 0.3s ease;
  transition: border-left-width 0.3s ease, border-left-color 0.3s ease;
  border-width: 60px;
  border-left-color: #7E3661;
}
.icon01-rotate:hover {
  -webkit-transition: background 0.001s ease 0.3s;
  transition: background 0.001s ease 0.3s;
  background: #7E3661;
}
.icon01-rotate i {
  z-index: 1;
}