/*   
 * Template Name: Naomitsu Tsurumaki - Responsive Website Template for developers
 * Version: 1.0.0
 * Author: kgws
 * Website: http://
*/
/* Default */
/* ======= Base ======= */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #333;
  margin-bottom: 80px;

  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none; 

  touch-action: none;
  -ms-touch-action: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  outline: none;
}
a:focus{
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #000;
  text-decoration: none;
}
a:visited, a:active, a:link {
  color: #000;
  text-decoration: none;
}
.title {
  max-width: 360px;
  border-top: 1px solid #000;
  margin: 24px auto 63px auto;
  padding:0;
  height:10px;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: bold;
}
.title span {
  position: relative;
  top: -10px;
  padding: 0 20px;
  background:white;
}
.hvr-underline-from-center-overwrite:before {
  background: #E6DC00;
  height: 1px;
}
.hvr-icon-forward-overwrite:before {
    content: "\f105";
    right: 105%;
    font-weight: normal;
}
/* =======Header ======= */
.header {
  margin: 47px 0 0 0;
}
.offset-header {
  margin-top: 150px;
}

/* ======= Footer ======= */
.footer {
  padding: 0 0 15px 0;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.footer .social i{
  font-size: 25px;
  padding-left: 10px;
  color: #2D2D2D;
}
.footer .copyright {
  padding-top: 10px;
}

/* ======= Menue ======= */
nav ul {
  margin-top: 55px;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: bold;
}
nav ul li {
  margin-left: 15px;
}

/* ======= Top ======= */
#top #left-block {
  padding: 110px 0 0 185px;
}
#top #left-block h2 {
  margin: 10px 0 68px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: bold;
}
#top #left-block ul {
  padding-top: 0px;
}
#top #left-block ul li {
  padding-right: 40px;
  letter-spacing: 3px;
  font-weight: bold;
}

/* ======= Works =======*/
#works img {
  margin-bottom: 35px;
}
#works h3 {
  font-size: 13px;
  letter-spacing: 3px;
  clear: both;
  font-weight: bold;
}

/* ======= Photo =======*/
#photo a img{
  margin: 20px;
}

/* ======= Profile =======*/
#profile p {
  padding-left: 100px;
}

/* imagelightbox */
#imagelightbox{
  cursor: pointer;
  position: fixed;
  z-index: 10000;

}


#imagelightbox-overlay {
  background-color: #fff;
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em; /* 60 */
  height: 7.5em; /* 120 */
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 48%;
  margin-top: -3.75em; /* 60 */
  border-style: none;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: rgba(0, 0, 0, 0);
}
.imagelightbox-arrow-left {
  left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
  right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  margin-bottom: -0.125em; /* 2 */
  font-size: 68px;
  font-weight: 100;
  font-family: FontAwesome;
}
.imagelightbox-arrow-left:before {
  margin-left: -0.313em; /* 5 */
  content: "\f104";
}
.imagelightbox-arrow-right:before {
  margin-right: -0.313em; /* 5 */
  content: "\f105";
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}
@-webkit-keyframes fade-in {
  from    { opacity: 0; }
  to      { opacity: 1; }
}
@keyframes fade-in {
  from    { opacity: 0; }
  to      { opacity: 1; }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header {
    margin: 15px 0 0 0;
  }
  .footer {
    padding-right: 15px;
  }
  .offset-header {
    margin-top: 35px;
  }
  .title {
    margin-top: 35px;
  }
  nav ul {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  nav ul > li {
    width: 100%;
    display: block;
    padding: 10px 5px;
  }
  #top img {
    margin: 0 auto;
  }
  #top #left-block{
     text-align: center;
     padding: 0;
  }
  #top #left-block ul li {
    padding-right: 10px;
  }
  #profile p {
    padding: 0 15px;
  }
  #works img {
    margin-bottom: 15px;
  }
  #works h3 {
    margin-bottom: 65px;
  }
  .imagelightbox-arrow-left:before {
    content: "";
  }
  .imagelightbox-arrow-right:before {
    content: "";
  }
}
