/*=========================================================================

1. Reset CSS
2. Typography
3. General
4. Header
5. Projects
6. Posts
7. Footer
8. Preload
9. Responsive

=========================================================================*/
/* =========== 1. Reset CSS  =========== */
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.04em;
    font-size: 12px;
    line-height: 165%;
	visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  color: #ababab;
  background-color: transparent;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ffffff;
  color: #333333;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  border-radius: 0;
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
    /* [disabled]box-sizing: border-box; */
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #333333;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
input,
textarea,
button,
select {
    /* [disabled]outline: none; */
}
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    /* [disabled]outline: none !important; */
    text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ababab;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ababab;
}
/* =========== 2. Typography  =========== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Roboto', serif;
  color: #ababab;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 0;
}
h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a {
  color: inherit;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}
a {
  color: #ababab;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #000000 !important;
}
.quicklinks a:hover,
.quicklinks a:active,
.quicklinks a:focus {
  color: #00b9eb !important;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
code,
kbd,
pre,
samp {
  font-family: 'Lato', serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
code {
  background-color: #eee;
  letter-spacing: 0.015em;
}
abbr {
  background-color: #A1D71A;
  color: #111;
  border-width: 2px;
}
mark,
.mark {
  color: #ffffff;
  background-color: #a4b4c4;
}
dfn {
  border-bottom: 1px dashed;
}
cite {
  font-style: normal;
}
blockquote {
    position: relative;
    border: 0;
    padding: 0 0 0 40px;
    margin: 20px 0;
    font-style: italic;
    overflow: hidden;
    font-size: 10px;
    line-height: 120%;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f10d';
  font-family: 'FontAwesome';
  display: inline-block;
  color: #ababab;
  font-size: 24px;
}
blockquote footer,
blockquote cite {
  font-size: 12px;
  color: #333333;
  font-weight: 700;
}
blockquote footer:before,
blockquote cite:before {
  content: '- ';
  color: #333333;
}
blockquote footer:after,
blockquote cite:after {
  content: ' ';
  color: #333333;
}
pre {
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
  font-style: italic;
  overflow: auto;
  white-space: pre-wrap;
  background-color: #f7f7f7;
  word-wrap: break-word;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
    /* [disabled]border: 1px solid #ababab; */
    /* [disabled]-webkit-transition: all 0.3s ease; */
    /* [disabled]-moz-transition: all 0.3s ease; */
    /* [disabled]-ms-transition: all 0.3s ease; */
    /* [disabled]-o-transition: all 0.3s ease; */
    /* [disabled]transition: all 0.3s ease; */
    /* [disabled]-webkit-appearance: none; */
}
::-moz-selection {
  color: #f7f7f7;
  background-color: #222222;
}
::selection {
  color: #f7f7f7;
  background-color: #222222;
}
iframe {
  border: 0;
  max-width: 100%;
}
/* ===========  3. General  =========== */
body {
  margin: 0;
  padding: 50px 0 0;
  font-family: 'Lato', serif;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
  overflow-x: hidden;
  line-height: 24px;
  word-spacing: 1px;
}
.container {
  max-width: 1000px;
}
.mobile {
    display: none;
    margin-bottom: 60px;
}
.mobile .menu-mobile {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: fixed;
    z-index: 999;
    padding-top: 0px;
}
.mobile .menu-mobile .item {
    display: block;
    width: 26px;
    height: 3px;
    background-color: #000000;
    position: relative;
}
.mobile .menu-mobile .item-1 {
  top: 23px;
}
.mobile .menu-mobile .item-2 {
  top: 29px;
}
.mobile .menu-mobile .item-3 {
  top: 35px;
}
.mobile .logo {
    padding-bottom: 0;
    padding-top: 10px;
    text-align: left;
}
.hide-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
    -ms-transition: visibility 0.3s ease, opacity 0.3s ease;
    -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    text-align: left;
}
/* ===========  4. Header  =========== */
.header {
  width: 220px;
  bottom: 0;
  top: 0;
  text-align: right;
  z-index: 9;
}
.header-text {
  margin-bottom: 50px;
}
.header-text blockquote {
  font-size: 16px;
  padding-left: 50px;
}
.header-text blockquote:before {
  font-size: 30px;
}
.menu-left .header {
  text-align: left;
}
.menu-left .main-menu .sub-menu {
  padding-left: 0;
  padding-right: 20px;
  right: 100%;
  left: auto;
  text-align: right;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.main-menu {
    font-family: 'Lato', serif;
    letter-spacing: 0.18em;
    font-size: 12px;
    line-height: 230%;
    font-weight: 400;
}
.main-menu ul,
.main-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu .menu-list > li > a {
font-family: yu-mincho-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}
.main-menu .active a {
    color: #555555;
}
.main-menu li {
  position: relative;
}
.main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.main-menu .sub-menu {
  position: absolute;
  width: 200px;
  top: 0;
  left: 100%;
  font-size: 12px;
  text-align: left;
  visibility: hidden;
  padding-left: 20px;
  opacity: 0;
}
.main-menu .sub-menu li {
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(175,175,175,0.55);
}
.main-menu .sub-menu li:first-child {
  padding-top: 10px;
}
.main-menu .sub-menu li:last-child {
  padding-bottom: 10px;
}
.main-menu .sub-menu a {
    color: #FFFFFF !important;
}
.logo {
    font-family: "p22-underground-pc";
    font-size: 19px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 36px;
    letter-spacing: 2px;
    line-height: 170%;
    font-weight: 800;
}


.logo a {
  color: inherit;
}
.socials {
  padding-top: 50px;
}
.socials a {
  margin-right: 8px;
  font-size: 14px;
}
.socials .fa-search {
  color: #000000;
}
.box-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.box-search input[type="search"] {
  height: 50px;
  font-size: 24px;
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #000000;
}
.box-search.active {
  opacity: 1;
  visibility: visible;
}
.search-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  position: relative;
  padding-bottom: 200px;
  padding-top: 100px;
}
.kd-close {
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-block;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 24px;
  color: #000000;
  background-color: #ffffff;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.kd-close:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #000000;
  display: block;
  -webkit-transform: rotate(44deg) translate(26px, 10px);
  -moz-transform: rotate(44deg) translate(26px, 10px);
  transform: rotate(44deg) translate(26px, 10px);
}
.kd-close:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #000000;
  display: block;
  -webkit-transform: rotate(-46deg) translate(-10px, 24px);
  -moz-transform: rotate(-46deg) translate(-10px, 24px);
  transform: rotate(-46deg) translate(-10px, 24px);
}
.copyright {
    font-size: 12px;
    color: #ababab;
    line-height: 175%;
    letter-spacing: 0.04em;
}
/* ===========  5. Projects  =========== */
.projects {
  padding-left: 80px;
  padding-right: 50px;
}
.project-item {
  position: relative;
  margin-bottom: 40px;
}
.project-item:last-child {
  margin-bottom: 0;
}
.project-item .title {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
}
.project-item .title a {
    background-color: rgba(0,0,0,0.30);
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1;
    letter-spacing: 1px;
}
.project-item .title a:hover {
  color: #ffffff !important;
  opacity: 0.7;
}
.project-item:hover .title {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.pagination-wrap {
  margin-top: 60px;

}
.pagination-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination-wrap ul:after {
  content: '';
  display: block;
  clear: both;
}
.pagination-wrap ul span {
  display: block;
}
.pagination-wrap ul li {
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  padding-left: 5px;
  padding-right: 5px;
}
.pagination-wrap ul li .current {
  color: #000000;
}
.navigation-wrap {
  margin-top: 50px;
  text-align: center;
}
.navigation-wrap:after {
  content: '';
  clear: both;
  display: block;
}
.navigation-wrap a {
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  background-color: #cccccc;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navigation-wrap a:last-child {
  margin-right: 0;
}
.navigation-wrap a:hover {
  opacity: 0.8;
}
.project .detail-content {
    padding: 50px;
    background-color: #F6F6F6;
}
.project .title {
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
}
.project a {
    color: #000000 !important;
}
.project .project-attributes {
  margin-top: 20px;
  font-size: 12px;
}
.project .project-attributes .socials {
  padding-top: 0;
}
.project table {
  width: 100%;
}
.project .name {
  font-weight: 700;
  width: 30%;
  text-align: left;
  padding-bottom: 10px;
}
.project .value {
    font-family: "yu-mincho-pr6n",sans-serif;
    width: 70%;
    padding-bottom: 10px;
    font-size: 10px;
}
.project .images-project {
  margin-top: 50px;
}
.project .popup img {
  margin-bottom: 30px;
}
.project .popup:last-child img {
  margin-bottom: 0;
}
/* ===========  6. Posts  =========== */
.post {
    margin-bottom: 40px;
    font-size: 12px;
}
.post:last-child {
  margin-bottom: 0;
}
.post .post-content {
    padding: 50px 50px 40px;
}
.title {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 24px;
    color: #000000;
    font-size: 20px;
    font-family: "Lato",sans-serif;
    letter-spacing: 1px;
}
.title-name {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 24px;
    color: #000000;
    　font-family: "yu-mincho-pr6n",sans-serif;
    font-size: 18px;
    letter-spacing: 0.08em;
}
.post-details {
  font-style: italic;
  font-size: 12px;
}
.post-details a {
  display: inline-block;
}
.post-details a:after {
  content: '//';
  margin-left: 5px;
  margin-right: 5px;
}
.post-details a:last-child:after {
  content: normal;
}
.the-content {
    font-family: "yu-mincho-pr6n",sans-serif;
    margin-top: 20px;
    font-size: 12px;
}
.the-content p:last-child {
  margin-bottom: 0;
}
.the-content ul,
.the-content ol {
  font-size: 13px;
  font-style: italic;
  padding-left: 20px;
}
.the-content ul li,
.the-content ol li {
  margin-bottom: 5px;
}
.the-content ul > li:last-child,
.the-content ol > li:last-child {
  margin-bottom: 0;
}
.post-footer {
    margin-top: 30px;
}
.cat strong {
  margin-right: 5px;
}
.cat a {
  color: #000000;
}
.cat a:after {
  content: ',';
  margin-right: 5px;
}
.cat a:last-child:after {
  content: normal;
}
.post-tags a {
  opacity: 1;
  display: inline-block;
  color: #000000;
}
.post-tags a:before {
  margin-left: 5px;
  content: '#';
}
.post-tags a:first-child:before {
  margin-left: 0;
}
.post-tags a:hover {
  opacity: 0.8;
}
.post-share {
    text-align: left;
    padding-top: 10px;
    margin-bottom: 30px;
}
.post-share a {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
}
.the-excerpt {
  margin-top: 20px;
}
#comments {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ababab;
}
#comments .comment-list,
#comments .children {
  list-style: none;
}
#comments .comments-inner {
  margin-top: 30px;
}
#comments .comments-inner + #respond {
  margin-top: 50px;
}
#comments .comment-list {
  padding-left: 0;
}
#comments .children {
  padding-left: 30px;
}
#comments .comment-avatar {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
#comments .comment-context {
  margin-left: 60px;
  padding-left: 20px;
}
#comments .comment-context .title {
  font-size: 16px;
  display: inline-block;
}
#comments .comment-content p:last-child {
  margin-bottom: 0;
}
#comments .comment-date {
  color: #ababab;
  font-size: 14px;
  font-style: italic;
}
#comments .comment-date:before {
  content: '-';
  margin-left: 5px;
  margin-right: 5px;
}
#comments .comment-body {
  margin-top: 30px;
}
#comments .reply {
  font-style: italic;
}
.comment-form {
  margin-top: 20px;
}
.contact-item {
  margin-bottom: 20px;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item textarea {
  padding-top: 5px;
  height: 100px;
  resize: vertical;
}
.contact-item .submit {
  display: inline-block;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.post_404_not_found {
  margin-top: 20px;
}
.go-to-home {
  min-width: 100px;
  padding: 5px 15px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  margin-top: 10px;
}
.go-to-home a {
  color: inherit;
  opacity: 1;
}
.go-to-home a:hover {
  color: inherit !important;
  opacity: 0.8;
}
/* ===========  7. Footer  =========== */
.footer-inner {
  margin-top: 80px;
  border-top: 1px solid #ababab;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 80px;
  margin-right: 50px;
  font-size: 12px;
  font-family: "yu-mincho-pr6n",sans-serif;
}
.footer-inner .title {
  font-size: 14px;
  font-weight: 700;
}
.footer-inner ul {
    list-style: none;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
/* ===========  8. Preload  =========== */
#preload {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#preload .kd-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
#preload .kd-bounce:before,
#preload .kd-bounce:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #242424;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  animation: kd-bounce 2.4s infinite ease-in-out;
}
#preload .kd-bounce:after {
  animation-delay: -1.2s;
}
@keyframes kd-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/* ===========  9. Responsive  =========== */
@media screen and (max-width: 991px) {
  .preload {
    display: none;
  }
  .mobile {
    display: block;
  }
  .header,
  .menu-left .header {
    left: 0;
    width: 250px;
    z-index: 9999;
    background-color: #000000;
    text-align: center;
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .header .logo,
  .menu-left .header .logo {
    color: #ffffff;
    text-align: left;
    padding-left: 65px;
  }
  .header.active,
  .menu-left .header.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .main-menu,
  .menu-left .main-menu {
    max-height: 45%;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    padding-left: 65px;
  }
  .main-menu a:hover,
  .menu-left .main-menu a:hover {
    color: #ffffff !important;
  }
  .main-menu .active a,
  .menu-left .main-menu .active a {
    color: #ffffff;
  }
  .main-menu .sub-menu,
  .menu-left .main-menu .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
    padding-left: 0;
    text-align: center;
  }
  .main-menu .sub-menu li,
  .menu-left .main-menu .sub-menu li,
  .main-menu .sub-menu li:first-child,
  .menu-left .main-menu .sub-menu li:first-child,
  .main-menu .sub-menu li:last-child,
  .menu-left .main-menu .sub-menu li:last-child {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    margin-bottom: 1px;
    line-height: 295%;
  }
  .projects {
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer-inner {
    margin-left: 50px;
    margin-right: 50px;
  }
  .socials a {
    margin-right: 10px;
  }
  .socials .fa-search {
    color: #ffffff;
  }
  .hide-menu.active {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 30px;
  }
  .project-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .post .post-content {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .project .detail-content {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .project .images-project {
    margin-top: 30px;
  }
  #comments .children {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .projects {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile {
    margin-bottom: 40px;
    text-align: right;
    padding-right: 30px;
  }
  .mobile .logo {
    font-size: 19px;
    padding-left: 5px;
    padding-top: 0px;
    letter-spacing: 0.12em;
    line-height: 163%;
    text-align: left;
  }
  .project-item {
    margin-bottom: 20px;

  }
  #comments .comment-avatar {
    float: none;
  }
  #comments .comment-context {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }
  #comments .reply {
    text-align: right;
  }
  .navigation-wrap {
    margin-top: 30px;
  }
  .footer-inner {
    margin-top: 50px;
  }
}



.font_futura {
    font-family: "futura-pt",sans-serif;
    font-weight: bolder;
}

.font_P22 {
    font-family: 'P22 Underground-pc'sans-serif;
    font-weight: bolder;
}
.text09{
    font-size: 9px;
}
.text11{
    font-size: 11px;
}


.m-0{margin:0px !important}.m-t-0{margin-top:0px !important}.m-t-10{margin-top:10px !important}.m-t-20{margin-top:20px !important}.m-t-30{margin-top:30px !important}.m-t-40{margin-top:40px !important}.m-t-50{margin-top:50px !important}.m-t-60{margin-top:60px !important}.m-t-70{margin-top:70px !important}.m-t-80{margin-top:80px !important}.m-t-90{margin-top:90px !important}.m-t-100{margin-top:100px !important}.m-t-110{margin-top:110px !important}.m-t-120{margin-top:120px !important}.m-t-130{margin-top:130px !important}.m-t-140{margin-top:140px !important}.m-b-0{margin-bottom:0px !important}.m-b-10{margin-bottom:10px !important}.m-b-20{margin-bottom:20px !important}.m-b-30{margin-bottom:30px !important}.m-b-40{margin-bottom:40px !important}.m-b-50{margin-bottom:50px !important}.m-b-60{margin-bottom:60px !important}.m-b-70{margin-bottom:70px !important}.m-b-80{margin-bottom:80px !important}.m-b-90{margin-bottom:90px !important}.m-b-100{margin-bottom:100px !important}.m-b-110{margin-bottom:110px !important}.m-b-120{margin-bottom:120px !important}.m-b-130{margin-bottom:130px !important}.m-b-140{margin-bottom:140px !important}.p-0{padding:0px !important}.p-t-0{padding-top:0px !important}.p-t-10{padding-top:10px !important}.p-t-20{padding-top:20px !important}.p-t-30{padding-top:30px !important}.p-t-40{padding-top:40px !important}.p-t-50{padding-top:50px !important}.p-t-60{padding-top:60px !important}.p-t-70{padding-top:70px !important}.p-t-80{padding-top:80px !important}.p-t-90{padding-top:90px !important}.p-t-100{padding-top:100px !important}.p-t-110{padding-top:110px !important}.p-t-120{padding-top:120px !important}.p-t-130{padding-top:130px !important}.p-t-140{padding-top:140px !important}.p-b-0{padding-bottom:0px !important}.p-b-10{padding-bottom:10px !important}.p-b-20{padding-bottom:20px !important}.p-b-30{padding-bottom:30px !important}.p-b-40{padding-bottom:40px !important}.p-b-50{padding-bottom:50px !important}.p-b-60{padding-bottom:60px !important}.p-b-70{padding-bottom:70px !important}.p-b-80{padding-bottom:80px !important}.p-b-90{padding-bottom:90px !important}.p-b-100{padding-bottom:100px !important}.p-b-110{padding-bottom:110px !important}.p-b-120{padding-bottom:120px !important}.p-b-130{padding-bottom:130px !important}.p-b-140{padding-bottom:140px !important}@media only screen and (max-width: 991px){.m-t-md-0{margin-top:0px !important}.m-t-md-10{margin-top:10px !important}.m-t-md-20{margin-top:20px !important}.m-t-md-30{margin-top:30px !important}.m-t-md-40{margin-top:40px !important}.m-t-md-50{margin-top:50px !important}.m-t-md-60{margin-top:60px !important}.m-t-md-70{margin-top:70px !important}.m-t-md-80{margin-top:80px !important}.m-t-md-90{margin-top:90px !important}.m-t-md-100{margin-top:100px !important}.m-t-md-110{margin-top:110px !important}.m-t-md-120{margin-top:120px !important}.m-t-md-130{margin-top:130px !important}.m-t-md-140{margin-top:140px !important}.m-b-md-0{margin-bottom:0px !important}.m-b-md-10{margin-bottom:10px !important}.m-b-md-20{margin-bottom:20px !important}.m-b-md-30{margin-bottom:30px !important}.m-b-md-40{margin-bottom:40px !important}.m-b-md-50{margin-bottom:50px !important}.m-b-md-60{margin-bottom:60px !important}.m-b-md-70{margin-bottom:70px !important}.m-b-md-80{margin-bottom:80px !important}.m-b-md-90{margin-bottom:90px !important}.m-b-md-100{margin-bottom:100px !important}.m-b-md-110{margin-bottom:110px !important}.m-b-md-120{margin-bottom:120px !important}.m-b-md-130{margin-bottom:130px !important}.m-b-md-140{margin-bottom:140px !important}.p-t-md-0{padding-top:0px !important}.p-t-md-10{padding-top:10px !important}.p-t-md-20{padding-top:20px !important}.p-t-md-30{padding-top:30px !important}.p-t-md-40{padding-top:40px !important}.p-t-md-50{padding-top:50px !important}.p-t-md-60{padding-top:60px !important}.p-t-md-70{padding-top:70px !important}.p-t-md-80{padding-top:80px !important}.p-t-md-90{padding-top:90px !important}.p-t-md-100{padding-top:100px !important}.p-t-md-110{padding-top:110px !important}.p-t-md-120{padding-top:120px !important}.p-t-md-130{padding-top:130px !important}.p-t-md-140{padding-top:140px !important}.p-b-md-0{padding-bottom:0px !important}.p-b-md-10{padding-bottom:10px !important}.p-b-md-20{padding-bottom:20px !important}.p-b-md-30{padding-bottom:30px !important}.p-b-md-40{padding-bottom:40px !important}.p-b-md-50{padding-bottom:50px !important}.p-b-md-60{padding-bottom:60px !important}.p-b-md-70{padding-bottom:70px !important}.p-b-md-80{padding-bottom:80px !important}.p-b-md-90{padding-bottom:90px !important}.p-b-md-100{padding-bottom:100px !important}.p-b-md-110{padding-bottom:110px !important}.p-b-md-120{padding-bottom:120px !important}.p-b-md-130{padding-bottom:130px !important}.p-b-md-140{padding-bottom:140px !important}}@media (max-width: 767px){.m-t-sm-0{margin-top:0px !important}.m-t-sm-10{margin-top:10px !important}.m-t-sm-20{margin-top:20px !important}.m-t-sm-30{margin-top:30px !important}.m-t-sm-40{margin-top:40px !important}.m-t-sm-50{margin-top:50px !important}.m-t-sm-60{margin-top:60px !important}.m-t-sm-70{margin-top:70px !important}.m-t-sm-80{margin-top:80px !important}.m-t-sm-90{margin-top:90px !important}.m-t-sm-100{margin-top:100px !important}.m-t-sm-110{margin-top:110px !important}.m-t-sm-120{margin-top:120px !important}.m-t-sm-130{margin-top:130px !important}.m-t-sm-140{margin-top:140px !important}.m-b-sm-0{margin-bottom:0px !important}.m-b-sm-10{margin-bottom:10px !important}.m-b-sm-20{margin-bottom:20px !important}.m-b-sm-30{margin-bottom:30px !important}.m-b-sm-40{margin-bottom:40px !important}.m-b-sm-50{margin-bottom:50px !important}.m-b-sm-60{margin-bottom:60px !important}.m-b-sm-70{margin-bottom:70px !important}.m-b-sm-80{margin-bottom:80px !important}.m-b-sm-90{margin-bottom:90px !important}.m-b-sm-100{margin-bottom:100px !important}.m-b-sm-110{margin-bottom:110px !important}.m-b-sm-120{margin-bottom:120px !important}.m-b-sm-130{margin-bottom:130px !important}.m-b-sm-140{margin-bottom:140px !important}.p-t-sm-0{padding-top:0px !important}.p-t-sm-10{padding-top:10px !important}.p-t-sm-20{padding-top:20px !important}.p-t-sm-30{padding-top:30px !important}.p-t-sm-40{padding-top:40px !important}.p-t-sm-50{padding-top:50px !important}.p-t-sm-60{padding-top:60px !important}.p-t-sm-70{padding-top:70px !important}.p-t-sm-80{padding-top:80px !important}.p-t-sm-90{padding-top:90px !important}.p-t-sm-100{padding-top:100px !important}.p-t-sm-110{padding-top:110px !important}.p-t-sm-120{padding-top:120px !important}.p-t-sm-130{padding-top:130px !important}.p-t-sm-140{padding-top:140px !important}.p-b-sm-0{padding-bottom:0px !important}.p-b-sm-10{padding-bottom:10px !important}.p-b-sm-20{padding-bottom:20px !important}.p-b-sm-30{padding-bottom:30px !important}.p-b-sm-40{padding-bottom:40px !important}.p-b-sm-50{padding-bottom:50px !important}.p-b-sm-60{padding-bottom:60px !important}.p-b-sm-70{padding-bottom:70px !important}.p-b-sm-80{padding-bottom:80px !important}.p-b-sm-90{padding-bottom:90px !important}.p-b-sm-100{padding-bottom:100px !important}.p-b-sm-110{padding-bottom:110px !important}.p-b-sm-120{padding-bottom:120px !important}.p-b-sm-130{padding-bottom:130px !important}.p-b-sm-140{padding-bottom:140px !important}}
