/* ==========================================================================
   CSS SETTING
   by Hiroaki WAKATSUKI
   Converted 2015/6/16
   ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix, .single .header-container {
  *zoom: 1;
}

.clearfix:after, .single .header-container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

i {
  font-style: normal;
}

.animate, .projects-wrap ul li a img {
  transition-property: all;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
}

ul {
  margin: 0;
  padding: 0;
}

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

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 89.9em;
  *zoom: 1;
}

.row .layout-1,
.row .layout-2,
.row .layout-3,
.row .layout-4,
.row .layout-5,
.row .layout-6,
.row .layout-7,
.row .layout-8,
.row .layout-9,
.row .layout-10,
.row .layout-11,
.row .layout-12 {
  float: left;
  margin-left: 0.9%;
  margin-right: 0.9%;
}

.row .layout-1 {
  width: 6.53333%;
}

.row .layout-2 {
  width: 14.86667%;
}

.row .layout-3 {
  width: 23.2%;
}

.row .layout-4 {
  width: 31.53333%;
}

.row .layout-5 {
  width: 39.86667%;
}

.row .layout-6 {
  width: 48.2%;
}

.row .layout-7 {
  width: 56.53333%;
}

.row .layout-8 {
  width: 64.86667%;
}

.row .layout-9 {
  width: 73.2%;
}

.row .layout-10 {
  width: 81.53333%;
}

.row .layout-11 {
  width: 89.86667%;
}

.row .layout-12 {
  width: 98.2%;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

@media only screen and (max-width: 40em) {
  .row .layout-1,
  .row .layout-2,
  .row .layout-3,
  .row .layout-4,
  .row .layout-5,
  .row .layout-6,
  .row .layout-7,
  .row .layout-8,
  .row .layout-9,
  .row .layout-10,
  .row .layout-11,
  .row .layout-12 {
    float: none;
    width: 100% !important;
    margin: 0 !important;
    position: static !important;
  }
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .row #content .layout-1,
  .row #content .layout-2,
  .row #content .layout-3,
  .row #content .layout-4 {
    width: 48.2% !important;
  }
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
body {
  font-family: 'Proxima Nova Soft W03', 'AXIS Font Japanese W55';
  font-weight: 400;
  font-style: normal;
  letter-spacing: .2em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  color: #455A64;
  font-size: 14px;
  line-height: 1.4;
  background: url(/assets/images/bg_line.png) repeat-y center center;
  background-size: 1145px auto;
  max-width: 1145px;
  margin: 0 auto;
}

body.body-fixed {
  padding-top: 250px;
}

a {
  color: #889d9d;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

a:hover {
  color: #41ccff;
  text-decoration: underline;
}

h5 small, .category span {
  color: rgba(234, 238, 238, 0.6);
  padding: 3px;
  font-size: .9rem;
  border-radius: 3px;
  letter-spacing: 0;
  margin-right: 5px;
  font-weight: bold;
}

h5 small.pink, .category span.pink {
  background-color: #ff3b93;
}

h5 small.blue, .category span.blue {
  background-color: #41ccff;
}

h5 small.yellow, .category span.yellow {
  background-color: #ffc600;
}

h5 small.green, .category span.green {
  background-color: #a3de32;
}

.header-container {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 380px;
  padding: 30px 0;
  font-family: 'Monotype Bodoni W01';
}

.header-container .logo img {
  width: 250px;
}

.header-container nav {
  margin-top: 50px;
}

.header-container nav li a {
  display: block;
  padding: 30px 0;
  font-size: 1.6rem;
  letter-spacing: .5rem;
}

.main-container {
  width: 760px;
  padding: 50px 0;
  margin-left: 380px;
}

.main-container .page-title {
  letter-spacing: .3rem;
  margin-bottom: 50px;
  border-left: 2px solid #dce2e2;
  margin-left: -1px;
  padding: 20px;
  font-size: 1.6rem;
}

.main-container .page-title small {
  display: block;
  font-size: .9rem;
  color: #dce2e2;
}

.projects-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  padding: 0;
}

.projects-wrap ul li {
  list-style-type: none;
  flex-basis: 380px;
  margin-bottom: 40px;
}

.projects-wrap ul li a {
  overflow: hidden;
  position: relative;
  display: block;
}

.projects-wrap ul li a:hover h5 {
  opacity: 1;
}

.projects-wrap ul li a:hover h5:hover {
  opacity: .9;
}

.projects-wrap ul li a:hover img {
  opacity: .8;
}

.projects-wrap ul li a h5 {
  padding: 0 10px;
}

.projects-wrap ul li a img {
  position: relative;
}

.project-wrap .layout-6 {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #eaeeee;
  overflow: hidden;
}

.project-wrap .layout-6 h3 {
  margin-top: 10px;
  font-size: 1.8rem;
}

.project-wrap .layout-6 h3 + address {
  margin-top: -20px;
  font-size: .9rem;
}

.project-wrap .layout-6 h5, .project-wrap .layout-6 .lists {
  float: left;
}

.project-wrap .layout-6 h5 {
  margin-top: 0;
  position: relative;
  top: 5px;
}

.project-wrap .layout-6 .lists {
  margin-left: 20px;
  margin-bottom: 20px;
  clear: right;
}

.project-wrap .layout-6 p.small {
  clear: both;
  font-size: .9rem;
  margin-bottom: 20px;
}

.like li {
  list-style: circle;
  margin-left: 35px;
  padding-left: 0;
}

.like li > li {
  margin-left: 10px;
}

.footer-container {
  position: fixed;
  bottom: 0;
  padding: 2vh;
  font-size: .9rem;
  max-width: 1145px;
  width: 100%;
}

.footer-container small {
  float: left;
  display: block;
  width: 50%;
}

.footer-container .sns {
  float: right;
  width: 50%;
  text-align: right;
}

.footer-container .sns li {
  display: inline-block;
}

.single .header-container {
  padding: 0 0 30px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(220, 226, 226, 0.3);
  transform: translateY(0);
  animation: top_down 2s ease-in-out;
}

.single .header-container.fixed {
  position: fixed;
  left: 2vh;
  right: 2vh;
  top: 0;
  padding: 2vh 2vw 10px;
  border-bottom: 0;
}

.single .header-container.fixed h1 {
  font-size: 1rem;
}

.single .header-container.fixed h1 img {
  height: 50px;
}

.single .header-container.fixed h1 span {
  padding-top: 5px;
}

.single .header-container.fixed h1 small {
  padding-top: 0;
  font-size: .7rem;
}

.single .header-container.fixed nav {
  font-size: .9rem;
  padding-top: 20px;
}

.single .header-container h1 {
  float: left;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

.single .header-container h1 img {
  float: left;
  margin-right: 20px;
}

.single .header-container h1 span {
  padding-top: 0px;
  display: inline-block;
}

.single .header-container h1 small {
  font-size: .8rem;
  display: block;
  padding-top: 10px;
}

.single .header-container nav {
  float: right;
  padding-top: 30px;
}

.single .header-container nav li {
  display: inline-block;
  margin-left: 20px;
}

.single .header-container nav li.current {
  font-weight: bold;
}

.single .pan {
  margin: 20px 0 0;
  background-color: rgba(234, 238, 238, 0.6);
  padding: 10px 20px 5px;
  border-radius: 5px;
}

.single .pan li {
  display: inline-block;
  font-size: .8rem;
}

.single .pan li a:after {
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
  display: inline-block;
}

.single .main-container {
  animation: opacity 3s ease-in-out;
  padding-top: 20px;
}

.single h2 {
  border-bottom: 2px solid #eaeeee;
  padding: 5vh 0 6vh;
}

.single .profile span {
  display: block;
  font-size: .7rem;
}

.single .profile small {
  font-size: .7rem;
}

.single .profile-img {
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid #889d9d;
  display: block;
  max-width: 80%;
}

.single .logo-mark {
  display: block;
  margin: 0 auto 30px;
  min-width: 40%;
}

.single .skill {
  margin-top: 10px;
}

.single .like li {
  list-style-type: square;
  margin-left: 20px;
}

.single .footer-container {
  margin-top: 10vh;
  padding-top: 5vh;
  border-top: 1px solid #dce2e2;
  font-size: .8rem;
}

.single .footer-container small {
  float: left;
  display: block;
  width: 50%;
}

.single .footer-container .sns {
  float: right;
  width: 50%;
  text-align: right;
}

.single .footer-container .sns li {
  display: inline-block;
}

.projects-signle {
  margin-top: 20px;
}

.projects-signle .category {
  background-color: #41ccff;
  display: inline-table;
  padding: 5px 10px 0;
  color: #fff;
  font-size: .7rem;
  font-weight: bold;
  letter-spacing: 0;
}

.projects-signle h3 {
  font-size: 2rem;
  margin: 0;
}

.projects-signle address a {
  color: #dce2e2;
}

.projects-signle h5 {
  margin: 0;
}

.projects-signle .lists {
  margin-top: 5px;
}

.projects-signle .lists li {
  display: inline-block;
  border: 1px solid #eaeeee;
  margin-bottom: 5px;
  font-size: .9rem;
  padding: 3px 5px 0;
}

.projects-signle p.small {
  font-size: .85rem;
  line-height: 1.3;
}

.projects-signle .projects-img-view {
  background-color: rgba(234, 238, 238, 0.6);
  margin-top: 30px;
  padding: 50px;
}

.projects-signle .projects-img-view img {
  max-width: 80%;
}

.about-wrap h2:before {
  content: '-';
  width: 12px;
  display: inline-block;
}

.about-wrap h2 small {
  display: block;
  margin-left: 20px;
  color: #dce2e2;
}

.about-wrap h3 {
  margin-top: 30px;
}

.about-wrap h3:before {
  content: '-';
  width: 15px;
  display: inline-block;
}

.about-wrap > p {
  margin-left: 20px;
}

.about-wrap .logo-mark {
  background-color: #f8f9f9;
  padding: 50px;
}

.about-wrap input, .about-wrap textarea {
  padding: 10px;
  border: 1px solid #eaeeee;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(220, 226, 226, 0.9);
}

.loading .loding_box {
  position: absolute;
  width: 400px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -200px;
  text-align: center;
}

.loading span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 145px 3px 0;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transform: translateY(0);
  animation: wave 2s infinite ease-in-out;
}

.loading span:nth-child(1) {
  animation-delay: 0s;
}

.loading span:nth-child(2) {
  animation-delay: 0.1s;
}

.loading span:nth-child(3) {
  animation-delay: 0.2s;
}

.loading span:nth-child(4) {
  animation-delay: 0.3s;
}

.loading span:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes wave {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateY(0);
  }
  60% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateY(0);
  }
  100% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateY(0);
  }
  20% {
    background: rgba(0, 0, 0, 0.75);
    transform: translateY(13px);
  }
  40% {
    background: rgba(0, 0, 0, 0.75);
    transform: translateY(-13px);
  }
}

@keyframes top_down {
  0% {
    transform: translateY(-13px);
    opacity: 0;
  }
  60% {
    transform: translateY(-13px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes top-list {
  0% {
    transform: translateX(13px);
    opacity: 0;
  }
  60% {
    transform: translateX(13px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animation-opacity {
  animation: top_down 865ms linear both;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animation-target {
  animation: animation 865ms linear both;
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1300, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1300, 0, 0, 1);
  }
  2.92% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -135.218, 0, 0, 1);
  }
  3.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -114.871, 0, 0, 1);
  }
  3.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -110.596, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
    transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -68.65, 0, 0, 1);
  }
  5.69% {
    -webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
    transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -36.551, 0, 0, 1);
  }
  5.76% {
    -webkit-transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
    transform: matrix3d(2.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -34.768, 0, 0, 1);
  }
  7.41% {
    -webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
    transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.804, 0, 0, 1);
  }
  7.51% {
    -webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
    transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.454, 0, 0, 1);
  }
  7.88% {
    -webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
    transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 2.008, 0, 0, 1);
  }
  8.68% {
    -webkit-transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
    transform: matrix3d(1.408, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 9.646, 0, 0, 1);
  }
  10.03% {
    -webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
    transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 16.853, 0, 0, 1);
  }
  10.85% {
    -webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
    transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 18.613, 0, 0, 1);
  }
  11.53% {
    -webkit-transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
    transform: matrix3d(0.732, 0, 0, 0, 0, 1.439, 0, 0, 0, 0, 1, 0, 18.992, 0, 0, 1);
  }
  12.22% {
    -webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
    transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 18.618, 0, 0, 1);
  }
  14.18% {
    -webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 15.054, 0, 0, 1);
  }
  14.37% {
    -webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 14.604, 0, 0, 1);
  }
  19.23% {
    -webkit-transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
    transform: matrix3d(0.737, 0, 0, 0, 0, 1.371, 0, 0, 0, 0, 1, 0, 3.855, 0, 0, 1);
  }
  20.01% {
    -webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
    transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 2.724, 0, 0, 1);
  }
  23.05% {
    -webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
    transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0.036, 0, 0, 1);
  }
  25.75% {
    -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
    transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, -0.709, 0, 0, 1);
  }
  26.94% {
    -webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
    transform: matrix3d(0.947, 0, 0, 0, 0, 1.078, 0, 0, 0, 0, 1, 0, -0.76, 0, 0, 1);
  }
  31.58% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
    transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, -0.406, 0, 0, 1);
  }
  31.73% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
    transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, -0.392, 0, 0, 1);
  }
  37.32% {
    -webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.03, 0, 0, 1);
  }
  38.15% {
    -webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, -0.008, 0, 0, 1);
  }
  42.35% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
    transform: matrix3d(1.022, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0.03, 0, 0, 1);
  }
  48.9% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0.009, 0, 0, 1);
  }
  57.77% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  60.47% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  69.36% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
  .header-container {
    position: inherit;
    width: auto;
  }
  .header-container header {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header-container h1 {
    padding: 0 !important;
    width: 100%;
    margin: 0;
  }
  .header-container .logo img {
    width: 200px;
  }
  .header-container nav {
    margin-top: 20px;
  }
  .header-container nav li {
    display: inline-block;
  }
  .header-container nav li a {
    font-size: .9rem;
  }
  .main-container {
    width: auto;
    margin-left: 0;
    padding-top: 0px;
  }
  .main-container .page-title {
    border-left: 0;
    background-color: #fafafa;
    margin-bottom: 0;
  }
  .main-container .about-wrap > p {
    margin: 20px;
  }
  .projects-wrap {
    padding: 20px;
  }
  .projects-wrap ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dce2e2;
  }
  .top .header-container h1 {
    height: auto;
    padding: 5vh;
  }
  .top .header-container nav li a {
    letter-spacing: 3px;
    padding: 1vh 5vw 0;
  }
  .top .header-container .site-info {
    padding: 2vh 5vw;
  }
  .top .footer-container {
    position: static;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .single .header-container h1 img {
    width: 60px;
  }
  .single .header-container h1 span {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  .single .header-container h1 small {
    display: none;
  }
}
