/*Fonts*/

@font-face {
  font-family: "Brown";
  src: url("../fonts/Brown-Regular.eot");
  src: url("../fonts/Brown-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Brown-Regular.woff2") format("woff2"), url("../fonts/Brown-Regular.woff") format("woff"), url("../fonts/Brown-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
	font-size: 64px;
	
}

@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Bold.eot');
  src: url('../fonts/Brown-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Brown-Bold.woff2') format('woff2'), url('../fonts/Brown-Bold.woff') format('woff'), url('../fonts/Brown-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
	font-size: 64px;
}

@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Light.eot');
  src: url('../fonts/Brown-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Brown-Light.woff2') format('woff2'), url('../fonts/Brown-Light.woff') format('woff'), url('../fonts/Brown-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
	font-size: 64px;
}

/* Theme Dark */

.theme-dark {
  background-color: #000000;
}

.theme-dark {
  color: #b3b3b3;
}

.theme-dark a {
  color: #b3b3b3;
}

.theme-dark .svg path {
  fill: #b3b3b3;
}

.theme-dark .svg path {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.theme-dark .right-desc {
  color: #b3b3b3;
}

.theme-dark .bar-title:before {
  background-color: #b3b3b3;
}

.theme-dark .right-desc input,
.theme-dark .right-desc textarea,
.theme-dark .right-desc input:focus,
.theme-dark .right-desc textarea:focus {
  border-color: #b3b3b3;
  color: #b3b3b3;
}

.theme-dark .right-desc .btn-primary:hover {
  background-color: transparent;
  color: #b3b3b3;
}

.project-nihon-noir #main {
  color: #b13055;
}

/* .theme-dark a:hover {
  color: #b13055;
}

 .main-menu ul li.current_page_item a {
  color: #b13055;
}
.socmed-links a:hover .svg path {
  fill: #b13055;
} 

 .page-template-template-art #main a:hover .art-desc:before {
  background-color: #b13055;
}

 .collapse-icon {
  background: #b13055;
} 

.main-menu ul li.current_page_item a {
  color: #b13055;
  border-color: #b13055;
} */

/*General*/


body {
  font-family: "Brown";
  font-size: 16px;
  line-height: 1.5;
  background-color: #e6e6e6;
  color: #616161;
  font-weight: 300;
}

.root.animsition {
    position: absolute;
    width: 100%;
    height: 100%;
} 

.svg path {
  fill: #616161;
}

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

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #616161;
}

a:hover {
  /* color: #b13055; */
  text-decoration: none;
}

:focus {
  outline: none;
}

a:focus,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.25;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin-bottom: 1em;
}

h2 {
  margin-bottom: 0.5em;
}

h3 {
  margin-bottom: 0.5em;
}

h4 {
  margin-bottom: 0.5em;
}

.justify {
  text-align: justify;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}

.center-it {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper {
  position: relative;
  overflow: hidden;
  /*min-height: 100vh;*/
	min-height: 100%;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.page-title {
  font-size: 1.4em;
  font-weight: normal;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 0 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 0 auto;
}

.alignright {
  float: right;
  margin: 5px 0 0 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 0 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 0 20px;
}

a img.alignnone {
  margin: 5px 20px 0 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 0 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

div.wpcf7{padding-bottom:45px;}

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Header */

.light a,
.light .svg path {
  color: #b3b3b3;
  fill: #b3b3b3;
}

.light .x,
.light .y,
.light .z {
  background: #b3b3b3;
}

#header {
  display: flex;
  height: 65px;
  position: relative;
  width: 100%;
  z-index: 99;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.logo {
  width: 12.666em;
}

.logo .svg {
  display: block;
}

#header .container {
  display: flex;
  align-items: center;
}

#header .burger,
#header .menu-bg {
  display: none;
}

.main-menu {
  flex-grow: 1;
  text-align: right;
}

#main ul>li {
  margin-bottom: 50px;
}

/* Menu */

.main-menu,
.socmed-links {
  display: inline-block;
}

.main-menu ul,
.socmed-links ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
}

.main-menu li,
.socmed-links li {
  display: inline-block;
}

.socmed-links li:last-child a {
  padding-right: 0;
}

.socmed-links ul {
  display: flex;
}

.main-menu a,
.socmed-links a {
  font-size: 16px;
  padding: 0 0.6em;
  font-weight: normal;
}

.socmed-links a {
  display: block;
}

.socmed-links .svg {
  display: block;
  width: 1.5em;
}

/* Home */

/* .home #main {
  padding-top: 90px;
} */

.home .root .wrapper {
  position: relative;
  color: #b3b3b3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .svg .st0 {
  fill: #b3b3b3;
}

.home .root .wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}

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

.home-left img,
.home-right img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-image {
  position: relative;
}

.home .row {
    background-size: cover;
	background-position: center;
	margin: 0;
}

.home-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.home #main a:hover .home-image:before {
  background-color: rgba(0, 0, 0, 0.35);
}

.home #main a:hover h2{color:#ffffff;}

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

.home-left h2,
.home-right h2 {
  font-weight: normal;
  color: #b3b3b3;
  font-size: 1.75em;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 7.5vw;
}

.home-left h2 {
  top: 8.75vw;
}

.home #main a {
  display: block;
}

.col.home-left.no-padding-right, 
.col.home-right.no-padding-left {
    padding:  0px;
}


/* Page Art */

.page-template-template-art #main ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-template-template-art #main a {
  display: block;
}

.page-template-template-art #main .art-project {
  display: flex;
  margin-bottom: 30px;
}

.page-template-template-art #main li:nth-child(even) .art-project {
  flex-direction: row-reverse;
}

.page-template-template-art #main li:nth-child(even) .art-desc {
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
}

.page-template-template-art #main .art-thumb {
  flex: 0 64%;
}

.page-template-template-art #main .art-thumb img {
  width: 100%;
}

.page-template-template-art #main .art-desc {
  align-self: flex-end;
  flex: 0 36%;
  padding-left: 20px;
}

.page-template-template-art #main .art-desc:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #b3b3b3;
  display: inline-block;
  margin-bottom: 0.75em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-template-template-art #main .art-desc span {
  display: block;
  font-size: 1em;
}

.page-template-template-art #main .art-desc h2 {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 0;
}

.page-template-template-art #footer {
  color: #b3b3b3;
}

.page-template-template-art #main{padding-top:30px;}

/* List Menu top */

.list-menu-top {
  display: none;
  margin: 10px 0 20px;
}

.list-menu-top a {
  padding-right: 10px;
  font-size: 0.8em;
}

#main .list-menu-top>li {
  margin-bottom: 0;
}

/* Page commissioned */

.commisioned-project {
  display: flex;
  flex-wrap: wrap;
  margin-top:30px;
}

.commisioned-project li {
  flex: 0 50%;
  position: relative;
  margin-bottom: 30px;
}

.commisioned-project li:nth-child(odd) {
  padding-right: 15px;
}

.commisioned-project li:nth-child(even) {
  padding-left: 15px;
}

.commisioned-project a {
  display: block;
}

.commisioned-project-list img {
  position: relative;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}

.commisioned-project-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: #ffffff;
  padding: 15px;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.commisioned-project-text:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 0.5em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.commisioned-project li:nth-child(odd) .commisioned-project-text {
  right: 15px;
}

.commisioned-project li:nth-child(even) .commisioned-project-text {
  left: 15px;
}

.commisioned-project-list:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.commisioned-project li:nth-child(even) .commisioned-project-list:before {
  left: 15px;
}

.commisioned-project li:nth-child(odd) .commisioned-project-list:before {
  right: 15px;
}

.commisioned-project a:hover .commisioned-project-list:before {
  background-color: rgba(107, 107, 107, 0.7);
}

.commisioned-project-text h2 {
  font-size: 1em;
  margin-bottom: 0;
}

.commisioned-project-text span {
  font-size: 1em;
  display: block;
}

/* Page Media */

.media-list {
  padding-top: 50px;
}

.media-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.media-list li {
  flex: 0 33.33333%;
  flex: 0 25%;
  padding: 0 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.small-list li {
  flex: 0 25%;
}

.media-thumb {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.media-desc {
  padding: 10px 0;
  font-size: 0.8em;
}

.media-desc p {
  margin-bottom: 0;
}

/* Content Right */

.content-right {
  padding-top: 30px;
}

.content-right .container {
  display: flex;
  padding: 0 15px 0 38vw;
  padding: 0 15px 0 15px;
  flex-wrap: wrap;
}

.bar-title {
  flex: 0 35%;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  padding-left: 30px;
}

.bar-title:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #616161;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.right-desc {
  color: #4d4d4d
}

.right-desc {
  flex: 0 65%;
}

.right-desc input,
.right-desc textarea {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #4d4d4d;
  color: #4d4d4d;
  font-weight: 300;
}

.right-desc textarea {
  border: 1px solid #4d4d4d;
  margin-top: 10px;
}

.right-desc input:focus,
.right-desc textarea:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #4d4d4d;
}

.right-desc .btn-primary {
  border: 1px solid #4d4d4d;
  text-transform: uppercase;
  min-width: 130px;
  margin-top: 10px;
}

.right-desc .btn-primary:hover {
  background-color: transparent;
  color: #4d4d4d;
}

.right-desc img {
  margin: 10px 0;
  height: auto;
  width: 100%;
}

.page-template-template-about .media-desc p {display:none;}

/* Project */
/*.project-slider .slick-slide{
  text-align: center;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-slider .slick-slide > div{
  width: 100%;
}*/
/* .project-slider .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
} */
/*.project-slider .slide{
  /* width: auto!important; */
  /*height: 100%!important;
}
.project-slider img {
  margin: auto;
  object-fit: contain;
}

.project-slider p {
  margin-bottom: 0;
  padding-right: 100px;
  text-align: left;
}*/

.project-slider {
  /*padding-bottom: 20px*/;
}
.project-slider img {
  display: block;
  margin: auto;
  height: 100% !important;
  width: auto !important;
  object-fit: contain;
  max-height: calc(100vh - 130px);
}
.project-slider p {
  font-size: 12px;
  padding-right: 100px;
  margin:0px;
}

/* Group Direction */

.group-direction {
  float: right;
  margin-top: 0px;
  z-index: 9;
  position: relative;
  font-size: 12px;
  padding-right:15px;
}

.group-direction span {
  display: inline-block !important;
  padding-left: 3px;
}

.group-direction .prev-arrow,
.group-direction .next-arrow {
  cursor: pointer;
  padding: 0 5px;
  padding: 0;
  font-size: 1.3em;
}

footer .group-direction {
    display:  none;
}

.single-commissioned footer .group-direction{display:block;}

/* footer */

#footer {
  padding: 19px 0;
  /*padding-top:  40px;*/
	bottom: 0;
    position: absolute;
    width: 100%;
}

.home #footer {
    position: relative;
}

.home #footer .container {
    padding:  0px;
}

.single-art #footer {
    position:  relative;
}

#footer p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: normal;
}

#footer .row {
  align-items: center;
}

#footer .svg {
  width: 20px;
  float: right;
  display: flex;
}

/* Responsive */

.visible-mobile {
  display: none;
}

@media (min-width: 576px) {
  .commisioned-project-list {
    height: calc(100vw / 3 - 30px);
  }
	.container {max-width:100%;}
}

@media (min-width: 768px) {
  .commisioned-project-list {
    height: calc(100vw / 3 - 30px);
  }
	.container {max-width:100%;}

}

@media (min-width: 992px) {
  .commisioned-project-list {
    height: calc(100vw/ 3 - 30px);
  }
	.container {max-width:100%;}

}

@media (min-width: 1200px) {
  .commisioned-project-list {
    height: calc(100vw / 3 - 30px);
  }
	.container {max-width:100%;}

}

@media (min-width: 1366px) {
  .container {
    max-width: 100%;
  }
  .commisioned-project-list {
    height: calc(100vw / 3 - 30px);
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 100%;
  }
  .commisioned-project-list {
    height: calc(100vw / 3 - 30px);
  }
}

@media (max-width: 1199px) {
  /* Page Contact */
  .content-right .container {
    padding-left: 25vw;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  /* Header */
  #header a {
    display: block;
  }
  #header .logo a {
    z-index: 999;
    position: relative;
  }
  #header .logo.open .svg path {
    fill: #b3b3b3;
  }
  #header .burger.open .x,
  #header .burger.open .y,
  #header .burger.open .z {
    background-color: #b3b3b3;
  }
  #header.bg {
    background-color: #000000;
  }
  #header.scrolled {
    background-color: #e6e6e6;
  }
  .theme-dark #header.scrolled {
    background-color: #000000;
  }
  #header .burger,
  #header .menu-bg {
    display: block;
  }
  .burger {
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    /*  */
    cursor: pointer;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    position: relative;
  }
  /* .burger.open {
    border-color: #4dc6db;
  } */
  .x,
  .y,
  .z {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 15px;
    left: auto;
    right: 0;
    background: #616161;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .theme-dark .x,
  .theme-dark .y,
  .theme-dark .z {
    background: #b3b3b3;
  }
  .x,
  .y,
  .z {
    width: 24px;
    height: 3px;
  }
  .y {
    top: 16px;
  }
  .z {
    top: 32px;
  }
  .collapse-icon {
    /* background: #b13055; */
    top: 15px;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
  }
  .rotate30 {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
  }
  .rotate150 {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
  }
  .rotate45 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
  }
  .rotate135 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
  }
  .menu-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  }
  .menu-bg.animate {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  }
  .main-menu {
    width: 100%;
    max-width: 720px;
    padding: 0px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    position: absolute;
    z-index: 102;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: 90px;
  }
  @-webkit-keyframes zoomOut {
    from {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    to {
      opacity: 0;
    }
  }
  @keyframes zoomOut {
    from {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    to {
      opacity: 0;
    }
  }
  .main-menu.animate {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    opacity: 1;
    visibility: visible;
  }
  @-webkit-keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    50% {
      opacity: 1;
    }
  }
  .main-menu ul {
    display: block;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main-menu li a {
    padding: 1em 0;
    /* border-bottom: 1px solid #b3b3b3; */
    font-size: 1.3em;
    color: #b3b3b3;
  }
  .main-menu ul li {
    display: block;
    padding: 0;
  }
  .main-menu a:before {
    display: none;
  }
  .socmed-links {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  .socmed-links .svg {
    width: 2em;
  }
  /* Page Art */
  .page-template-template-art #main .art-thumb,
  .page-template-template-art #main .art-desc {
    flex: 0 100%;
  }
  .commisioned-project-text h2,
  .commisioned-project-text span {
    font-size: 0.75em;
  }
  .page-template-template-art #main .art-desc {
    padding: 15px;
    margin-top: -100%;
    font-size: 0.75em;
  }
  .page-template-template-art #main .art-project {
    flex-wrap: wrap
  }
  /* Page Media */
  .media-desc {
    font-size: 0.75em;
  }
  /* Page Contact */
  .content-right .container {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .project-slider img {
    /*height: calc(100vh - 160px) !important;*/
  }
  .project-slider .slide-content {
    display: block;
  }
  .project-slider p {
    padding-right: 0;
  }
  .group-direction {
    float: none;
    display: block;
    text-align: right;
    margin-top: 0;
  padding-right: 15px;
  }
  
  .single-commissioned #main .container .group-direction {
     display:  none;
  }
  
  .commisioned-project {margin-top:5px;}
  
  #main ul>li {
    margin-bottom: 20px;
  }
  #main {
    padding-top: 80px;
  }
  .home #main {
    padding-top: 60px;
  }
  
  .single-commissioned #main{padding-top:65px;}
  
  .single-art .project-images li.project-logo {
    padding-bottom: 25px;
  }
  
  .page-template-template-art #main {padding-top:80px}
  
  /* Header */
  .main-menu li a {
    font-size: 1em;
    font-size: 1.3em;
    padding: 1.2em 0;
  }
  .main-menu {
    top: 60px;
  }
  .logo {
    width: 10em;
  }
  .x, .y, .z {
    width: 20px;
  }
  #header {
    height: 60px;
    position: fixed;
  }
  /* Home Main */
  .home-left img {
    object-position: right;
  }
  .home-left h2,
  .home-right h2 {
    font-size: 1.4em;
  }
  /*.home-left h2 {
    left: 40px;
  }
  .home-right h2 {
    right: 40px;
  }*/
  /* Page Media */
  .media-list li {
    flex: 0 50%;
  }
  /* Footer */
  #footer {
    padding: 15px 0;
	  position: relative;
  }
	
	.home #footer {
    position: fixed;
    bottom: 0;
  }
  /* Page Contact */
  .media-list {
    padding-top: 30px;
  }
  .content-right {
    padding-top: 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  /* Home Main */
  .home .home-image,
  .project-slider .slide {
    height: auto !important;
  }
  .home-left img,
  .home-right img {
    height: 600px;
  }
  .project-slider .slide img {
    /*height: 400px !important;*/
  }
}

@media (max-width: 575px) {
  /* Page Commisioned */
  .commisioned-project-list {
    height: calc(100vw / 2 + 10.5vw);
  }
  .commisioned-project li {
    flex: 0 100%;
  }
  .commisioned-project li:last-child,
  .page-template-template-art #main li:last-child .art-project {
    margin-bottom: 0;
  }
  .commisioned-project li:nth-child(odd),
  .commisioned-project li:nth-child(even) {
    padding: 0;
  }
  .commisioned-project li:nth-child(odd) .commisioned-project-list:before,
  .commisioned-project li:nth-child(even) .commisioned-project-list:before,
  .commisioned-project li:nth-child(odd) .commisioned-project-text,
  .commisioned-project li:nth-child(even) .commisioned-project-text {
    left: 0;
    right: 0;
  }
  /* Page Contact */
  .content-right .container {
    flex-direction: column;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  /* Footer */
  #footer p {
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  /* Header */
  .logo {
    width: 8em;
  }
  /* Home Main */
  .home-left h2,
  .home-right h2 {
    font-size: 1.1em;
  }
}