body, html {
  overflow-x: hidden;
}
.single-projetos #main,
.home #main {
  padding: 10px 0;
}
#app:not(.loaded) ~*,
#app:not(.loaded) {
  display: none!important;
}
.site-footer {display:none}
#app {
  display: flex;
  width: 100%;
  position: relative;
}
#app header {
  display: flex;
  width: 100%;
  font-size: 12px;
}
#app header div {
  cursor: pointer;
}
#app header .name {
  width: 350px;
}
#app header .category {
  width: 180px;
}
#app header .year {
  width: 51px;
  text-align: right;
}
#app header i {
  font-size: 8px;
}
#app main {
  width: 585px;
}
#app aside {
  width: 661px;
  padding-left: 30px;
  margin: 0 auto;
}
#app aside img {
  max-height: 96vh;
  display: block;
  margin: auto;
}
#app aside div {
  position: relative;
}
#app .zoomer {
  position: fixed;
  background: rgba(0,0,0,0.9);
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#app .zoomer-inner {
  height: 80vh;
}
#app .zoomer img {
  position: relative;
  transform: scale(0.8)
}
#app .zoom img{
  cursor: zoom-in!important;
}
#app .project {
  border-top: solid 1px #cacaca;
  display: flex;
  font-size: 20px;
  flex-wrap: wrap;
  width: 100%;
}
#app .project .description .title {
  cursor: pointer;
}
#app .project.opened .description i {
  font-size: 8px;
}
#app .box:not(.open) {
  display: none;
}
#app .box {
  width: 97vw;
  position: relative;
}
#app div.counter .copy-link{
  cursor: pointer;
}
#app div.counter .copy-link.active .copy-pop,
#app div.counter .copy-link_:focus .copy-pop,
#app div.counter .copy-link_:active .copy-pop,
#app div.counter .copy-link_:hover .copy-pop {
  display: block;
}
#app .copy-pop {
  position: absolute;
  display: none;
  top: 100%;
  right: -47px;
  background: #fff;
  width: 95px;
  max-width: 95px;
  text-align: center;
  padding: 7px 13px;
  border: 1px solid #000;
}
#app .copy-pop:focus,
#app .copy-pop:active,
#app .copy-pop:hover {
  background: #000;
  color: #fff;
}
#app .copy-pop-inner {
  position: relative;

}
#app .copy-pop-inner i {
  display: none;
  margin: auto;
}
#app div.counter div {
  margin: 0;
}
#app div.counter {
  position: absolute;
  white-space: nowrap;
  display: flex;
  top: -15px;
  right: 0;
  text-align: right;
  font-size: 13px;
  width: 150px!important;
  justify-content: space-between;
}
#app .gallery{
  height: 85vh;
  width: 97vw;
  position: relative;
  overflow-y: hidden;
}
#app .gallery-nav {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 50px;
  font-size: 13px;
}
#app .gallery-nav .prev,
#app .gallery-nav .next{
  cursor: pointer;
}
#app .audio {
  width: 100%;
  margin: 15px 0;
}
#app .video {
  width: 100%;
  margin: 15px 0;
}
#app .gallery .owl-carousel {
  width: 100%;
}
.lg-object.lg-image {
  max-height: 99vh!important;
}
#app .gallery img {
  height: 82vh;
  width: auto;
  cursor: pointer;
  margin: 15px 0;
}
#app .description div {
  width: 50%;
  margin-top: 15px;
}
#app .description {
  font-size: 13px;
  min-height: 50px;
  position: relative;
  width: 100%;
}
#app .project .name span {
  cursor: pointer;
}
#app .project .name {
  width: 350px;
  font-size: 20px;
  margin: 0;
  font-weight: normal;
}
#app .project .category span {
  cursor: pointer;
}
#app .project .category {
  width: 180px;
}
#app .project .year {
  cursor: pointer;
  width: 51px;
  text-align: right;
}
#app .home-link span {
  font-size: 11px;
}
#app .home-link {
  color: #000;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
}
#app footer {
  margin-top: 200px;
}
#app footer h3 {
  font-size: 20px;
  font-weight: lighter!important;
  text-transform: uppercase;
}
#app .contact {
  font-size: 12px;
  display: flex;
  padding: 80px 0;
}
#app footer p {
  margin: 0;
}
#app .contact .left,
#app .contact .right {
  flex: 1;
}
#app .info h3 {
  font-size: 13px;
  font-weight: normal;
}
#app .info {
  font-size: 12px;
  padding: 80px 0;
}
#app .copyright {
  font-size: 12px;
  display: flex;
  padding: 80px 0;
}
#app .info h3 {
  cursor: pointer;
}
#app .info {
  width: 100%;
}
#app .info-content {
  width: 100%;
}
#app .info-content strong {
  margin-top: 40px;
  display: block;
}
#app .widget-title {
  display: none;
}
#app .owl-carousel ._owl-stage {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
}
#app .owl-carousel .owl-stage{
  min-width: 2600%!important;
}
.random-image {
  position: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: block;
}
.lg-actions .lg-next:active, 
.lg-actions .lg-prev:active,
.lg-actions .lg-next:hover, 
.lg-actions .lg-prev:hover,
.lg-actions .lg-next, 
.lg-actions .lg-prev {
  background-color: transparent!important;
  color: #000!important;
  box-shadow: none!important;
}
@media all and (max-width: 800px) {
  #app main {
    width: 99vw;
    padding: 15px;
  }
  #app aside {
    display: none;
  }
  #app .contact,
  #app .info,
  #app .copyright {
    padding: 15px 0;
  }
  #app embed, 
  #app iframe, 
  #app object {
    height: 210px;
    width: 100%;
  }
  #app header .name {
    width: 50%;    
  }
  #app header .category {
    width: 25%;
  }
  #app header .year {
    width: 25%;
    text-align: right;
  }
  #app .project .name {
    width: 50%;
  }
  #app .project .name span {
    overflow: hidden;
    display: block;
    width: 140px;
    white-space: nowrap;
  }
  #app .project .category {
    width: 25%;
  }
  #app .project .year {
    width: 25%;
    text-align: right;
  }
  #app .gallery,
  #app .box {
    width: 100%;
  }
  #app .box {
    height: auto;
    display: flex;
  }
  #app .box.box-audio,
  #app .box.box-video {
    height: auto;
    padding: 30px 0;
  }
  #app .audio,
  #app .video {
    height: auto;
    margin: auto;
  }
  #app .gallery {
    margin: 15px auto;
    height: auto;
  }
  #app .gallery .owl-item {
    height: auto;
  }
  #app .gallery img {
    width: 94vw;
    max-height: auto;
    margin: auto;
    height: auto;
  }
  #app .gallery .owl-item img {
    margin: auto 0;
  }
  #app .gallery .owl-item {
    display: flex;
  }
  #app div.description {
    width: 100%!important;
  }
  #app .description div.counter {
    width: auto!important;
  }
  .lg-actions .lg-next, .lg-actions .lg-prev {
    top: initial!important;
    bottom: 10px;
    height: 30px!important;
    min-height: 30px!important;
    line-height: 20px!important;
  }
  #app .copy-pop {
    right: -47px;
    width: 95px!important;
    max-width: 95px!important;
  }
}
@media all and (max-width: 360px) {
  #app embed, 
  #app iframe, 
  #app object {
    height: 170px;
    width: 100%;
  }
}