@media (max-width: 992px) {
  .view_normal {
    display: none;
  }
}
.view_tablet {
  display: none;
}
@media (min-width: 480px) and (max-width: 992px) {
  .view_tablet {
    display: block;
  }
}
.desktop {
  display: none !important;
}
@media (min-width: 992px) {
  .desktop {
    display: block !important;
  }
}
.tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .tablet {
    display: block;
  }
}
.from_tablet {
  display: none !important;
}
@media (min-width: 480px) {
  .from_tablet {
    display: block !important;
  }
}
.to_tablet {
  display: none;
}
@media (max-width: 992px) {
  .to_tablet {
    display: block;
  }
}
.mobile {
  display: none !important;
}
@media (max-width: 480px) {
  .mobile {
    display: block !important;
  }
}
button.homepage {
  border: 1px solid #171719;
  border-radius: 3px;
  background: #171719;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
button.homepage:hover,
button.homepage.active {
  color: #373736 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);
  /*transition-property: background-color, box-shadow;
	  transition-duration: 150ms;
	  transition-timing-function: ease-in-out;*/
}
button.homepage.margin-top {
  margin-top: 10px;
}
button.homepage.margin-bottom {
  margin-bottom: 20px;
}
button.homepage.margin-right {
  margin-right: 10px;
}
button.homepage.yellow {
  color: #FDB636 !important;
  border: 1px solid #FDB636 !important;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  overflow: -moz-scrollbars-none;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
  color: #171719;
}
@media (max-width: 480px) {
  html,
  body {
    font-size: 14px;
    line-height: 18px;
  }
}
.the_big_loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  background: #ffffff url('../img/loader.svg') center no-repeat;
}
#divider:before {
  content: '';
  background-image: linear-gradient(45deg, #fff 25%, #373736 25%, #373736 50%, #fff 50%, #fff 75%, #373736 75%, #373736);
  background-size: 80px 80px;
  animation: barberpole-body-case 2.5s linear infinite;
  width: 100%;
  height: 51vh;
  top: 51%;
  position: absolute;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#divider:after {
  content: '';
  background-image: linear-gradient(45deg, #fff 25%, #373736 25%, #373736 50%, #fff 50%, #fff 75%, #373736 75%, #373736);
  background-size: 80px 80px;
  animation: barberpole-body-case 2.5s linear infinite;
  width: 100%;
  height: 50vh;
  top: 50%;
  position: absolute;
  transform: rotateX(180deg);
}
@keyframes barberpole-body-case {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 140px 60px;
  }
}
.safari {
  overflow-y: visible !important;
  overflow-x: visible !important;
}
h1 {
  font-weight: 900;
  margin-bottom: 1rem;
}
h1.yellow {
  color: #FDB636;
}
h1 b,
h1 strong {
  color: #171719;
}
b,
strong {
  font-weight: 900;
}
b.bigger,
strong.bigger {
  font-size: 1.1em;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
.white {
  color: #ffffff;
}
#logo {
  width: 83px;
  position: fixed;
  top: 35px;
  left: 60px;
  z-index: 99;
}
@media (max-width: 480px) {
  #logo {
    width: 60px;
    top: 30px;
    left: 20px;
  }
}
#outer {
  width: 100%;
  height: 100%;
}
.home.vertical-panel > div {
  display: flex;
  align-items: center;
  width: 400px;
  height: 100%;
  padding: 20px 50px;
  box-sizing: border-box;
}
.home.vertical-panel > div > div {
  white-space: normal;
}
.home.vertical-panel h1 {
  font-weight: 400 !important;
}
.vp-overlay {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.vp-overlay.active {
  max-height: 60px;
  transition: max-height 0.25s ease-in;
}
.scroller {
  position: fixed;
  z-index: 90;
  width: 130px;
  padding: 10px 0px;
  background: #fff;
  text-align: center;
}
.scroller.right {
  bottom: 20px;
  right: 0px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.scroller.right > img {
  width: 100px;
}
.scroller.left {
  bottom: 20px;
  left: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: none;
}
.scroller.left > img {
  width: 100px;
  transform: rotate(180deg);
}
div.cont_img {
  display: flex;
  height: 100%;
}
.wrap {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  overflow: -moz-scrollbars-none;
  position: relative;
  white-space: nowrap;
  display: flex;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .wrap {
    overflow-x: scroll;
  }
}
.wrap-vertical {
  width: 100%;
  height: 100%;
}
.wrap-vertical.fixed_1 > .column_one {
  width: 25%;
  background: #171719;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.wrap-vertical.fixed_1 > .column_two {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: right;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .wrap-vertical.fixed_1 > .column_two {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .wrap-vertical.fixed_1 > .column_two {
    padding: 100px;
  }
}
@media (min-width: 1200px) {
  .wrap-vertical.fixed_1 > .column_two {
    padding: 150px;
  }
}
.wrap-vertical.fixed_1 > .column_two.black {
  background: #171719;
  color: #ffffff;
}
.wrap-vertical.fixed_1 > .column_two h2 {
  font-size: 23px !important;
  margin-bottom: 1rem;
  color: #FDB636;
}
.wrap-vertical.fixed_3 > .column_one {
  width: 75%;
  background: #171719;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.wrap-vertical.fixed_3 > .column_two {
  padding: 150px 50px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: right;
  box-sizing: border-box;
}
.wrap-vertical.full_width {
  padding-top: 50px;
}
.image {
  /*display:-moz-inline-box;
  display:inline-block;
	position:relative;*/
  height: 100%;
  width: auto;
}
@media (max-width: 480px) {
  .case_cont {
    padding: 30px;
  }
}
.case_cont.text {
  min-width: 50vw;
}
@media (max-width: 480px) {
  .case_cont.text {
    min-width: 90vw;
  }
}
.case_cont.home {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom;
  /*@media (max-width: @small) {
      background:url('../img/apiu_grey.png') center bottom no-repeat;
      background-size:auto 55%;
    }*/
}
.text {
  white-space: normal;
  display: -moz-inline-box;
  /* gecko*/
  display: inline-block;
  /* opera and safari*/
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 60px;
  min-width: 50vw;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .text {
    padding: 20px;
  }
}
.video {
  width: auto;
  display: block;
  height: 100%;
  padding: 0;
}
video#video_home {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(loop-hd.jpg) no-repeat;
  background-size: cover;
}
video.video_cover {
  /*left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /*position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;*/
}
.video_vertical {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #000;
  z-index: -1;
}
.image > img {
  height: 100%;
  display: block;
}
video {
  height: 100%;
  width: auto;
}
.sidemenu {
  position: fixed;
  right: 0px;
  width: 0vw;
  height: 100%;
  background: #1a1a1a;
  z-index: 91;
  text-align: center;
}
.sidemenu nav {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
  padding: 20% 15%;
  box-sizing: border-box;
}
.sidemenu nav.left {
  display: table;
}
.sidemenu nav.left a {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  opacity: 0;
}
.sidemenu nav.right {
  display: table;
  right: 0px;
  background: #edaa31;
}
.sidemenu nav.right a {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  opacity: 0;
}
.sidemenu nav.full {
  width: 100%;
  display: table;
  background: #1a1a1a;
}
.sidemenu nav.full a {
  position: relative;
  z-index: 5;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  opacity: 0;
  text-decoration: none;
  display: inline-block;
}
.sidemenu nav.full a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sidemenu nav.full a:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18px;
  bottom: 0;
  left: 0;
  background-color: rgba(215, 210, 203, 0.3);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sidemenu nav.full > div {
  text-align: center !important;
}
.sidemenu nav > div {
  vertical-align: middle;
  white-space: normal;
  display: inline-block;
  text-align: left;
  display: table-cell;
}
.sidemenu nav a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#menu-circle {
  cursor: pointer;
  height: 44px;
  width: 44px;
  background: #FDB636;
  position: fixed;
  top: 65px;
  right: 75px;
  z-index: 99;
  border-radius: 100px;
}
#menu-circle.white {
  background: #fff;
}
@media (max-width: 480px) {
  #menu-circle {
    top: 44px;
    right: 20px;
    height: 38px;
    width: 38px;
  }
}
.filter-menu {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  position: relative;
}
#filter-icon {
  cursor: pointer;
  height: 44px;
  width: 44px;
  background: #fdb636 url('../img/filtri.png') center center no-repeat;
  background-size: 20px;
  position: fixed;
  z-index: 90;
  border-radius: 100px;
  top: 65px;
}
@media (max-width: 480px) {
  #filter-icon {
    height: 38px;
    width: 38px;
    background-size: 18px;
    top: 44px;
  }
}
#nav-btn {
  cursor: pointer;
  height: 42px;
  opacity: 0;
  position: fixed;
  top: 66px;
  right: 77px;
  width: 40px;
  z-index: 100;
}
@media (max-width: 480px) {
  #nav-btn {
    right: 19px;
    top: 43px;
  }
}
#nav-btn + label {
  display: block;
  height: 4px;
  height: 56px;
  left: 18px;
  position: fixed;
  right: 42px;
  top: 44px;
  width: 56px;
}
#nav-btn + span {
  background-color: #fff;
  cursor: pointer;
  display: block;
  height: 2px;
  position: fixed;
  right: 88px;
  top: 86px;
  width: 17px;
  z-index: 99;
}
@media (max-width: 480px) {
  #nav-btn + span {
    top: 62px;
    right: 31px;
  }
}
#nav-btn + span::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 17px;
  top: -5px;
  transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0.3s;
  transition-property: top, transform;
}
#nav-btn + span::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 17px;
  bottom: -5px;
  transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0.3s;
  transition-property: bottom, transform;
}
#nav-btn:checked + span {
  background-color: #F5060A;
  background: none;
}
#nav-btn:checked + span::before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
}
#nav-btn:checked + span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
}
#nav-btn:checked ~ nav {
  left: 0px;
  opacity: 100;
  position: fixed;
  visibility: 1;
  z-index: 98;
}
#nav-btn:checked ~ nav ul {
  transform: translate(-50%, -50%);
}
.grid-item {
  width: calc((50%));
  min-height: 40vh !important;
  padding: 0px 30px;
  margin-bottom: 50px;
  color: #171719;
  text-align: center;
}
@media (max-width: 480px) {
  .grid-item {
    width: 100%;
  }
}
.grid-item .img_place {
  width: 100% !important;
  min-width: calc((50%));
  min-height: 350px;
  transition: height 2s;
  background: transparent url('../img/loader.svg') center no-repeat;
}
@media (max-width: 768px) {
  .grid-item .img_place {
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  .grid-item .img_place {
    min-height: 50px;
  }
}
.grid-item img {
  width: 100%;
}
.grid-item h2 {
  font-size: 25px;
  color: #626262;
  font-weight: 900;
  margin-top: 10px;
}
.top-spacer {
  margin-top: 150px;
}
@media (max-width: 480px) {
  .top-spacer {
    margin-top: 75px;
  }
}
@media (max-width: 480px) {
  #header-vertical {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0px;
    z-index: 89;
    display: none;
    min-height: 125px;
  }
}
#header-vertical.always {
  width: 100%;
  min-height: 180px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  z-index: 89;
  display: none;
}
@media (max-width: 480px) {
  #header-vertical.always {
    min-height: 125px;
  }
}
#progetti-filters {
  display: none;
  width: 100%;
  padding: 50px 0px 40px 0px;
  position: relative;
  z-index: 88;
}
@media (max-width: 480px) {
  #progetti-filters {
    padding: 20px 0px;
  }
}
#progetti-filters button {
  border: 0px;
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
}
#progetti-filters button.active,
#progetti-filters button:hover {
  color: #FDB636;
}
.filter {
  color: #a9a9a9;
}
.main_cont {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 60px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .main_cont {
    padding: 0px;
  }
}
.main_cont > .full_width {
  padding: 50px 60px;
}
@media (max-width: 480px) {
  .main_cont > .full_width {
    padding: 50px;
  }
}
#progetti h1,
.portfolio h1,
#progetti_cont h1 {
  color: #626262;
  font-weight: 900;
  margin-top: 10px;
}
@media (max-width: 480px) {
  #progetti h1,
  .portfolio h1,
  #progetti_cont h1 {
    font-size: 25px !important;
  }
}
#progetti h3,
.portfolio h3,
#progetti_cont h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  color: #FDB636;
}
#progetti h4,
.portfolio h4,
#progetti_cont h4 {
  font-size: inherit;
  font-weight: 100;
  margin-top: -0.2rem;
}
#progetti_cont {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  #progetti_cont {
    padding: 0px 20px;
  }
}
#people {
  margin-top: 100px;
}
#people .row {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #people .row {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  #people {
    margin-top: 0px;
  }
}
#people div.person {
  padding: 0;
}
#people div.person div.profile-image {
  position: relative;
}
#people div.person div.description {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 480px) {
  #people div.person div.description {
    padding-bottom: 30px;
  }
}
#people .person {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #people .person {
    margin: 15px auto;
    border-top: 36px solid #333333;
  }
}
#people .person.left {
  text-align: left;
}
#people .person.right {
  text-align: right;
}
#people .person img {
  width: 100%;
}
.darkline {
  position: absolute;
  width: 76%;
  background: #333333;
  height: 48%;
  bottom: 17%;
}
@media (max-width: 1496px) {
  .darkline {
    height: 46%;
    bottom: 19%;
  }
}
@media (max-width: 1200px) {
  .darkline {
    height: 44%;
    bottom: 21%;
  }
}
@media (max-width: 992px) {
  .darkline {
    height: 42%;
    bottom: 27%;
  }
}
@media (max-width: 768px) {
  .darkline {
    display: none;
  }
}
.darkline.left {
  right: 0;
}
.darkline.right {
  left: 0;
}
.darkline.col_1 {
  width: 26%;
}
.portfolio h1 {
  font-size: 2em;
}
.text-justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
ul {
  margin-top: 1rem;
  padding-left: 19px;
  /*&.contatti {
    list-style-image: url('../img/pin_map.png');
    > li {
      margin-bottom: 40px;
    }
  }*/
}
ul > li {
  background: url('../img/pin_arrow_yellow_5.png') no-repeat 0px 4px;
  padding: 0px 0px 10px 30px;
  margin-bottom: 0px;
  margin-left: -15px;
  list-style: none;
}
ul > li.email {
  background: url('../img/mail.png') no-repeat 0px 4px;
}
.std-layout h2 {
  font-size: 23px !important;
  margin-bottom: 1rem;
  color: #FDB636;
}
.std-layout > .black {
  background: #171719;
  color: #ffffff;
}
.social_icons {
  max-width: 200px;
}
.social_icons > div {
  padding: 0px 5px;
  text-align: center;
}
.social_icons img {
  width: 30px;
}
.table_2cols {
  display: table;
}
#privacy {
  font-size: 12px;
  line-height: 15px;
  padding-top: 50px;
}
#privacy h2 {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 20px;
}
#privacy h6 {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 8px;
}
.loading {
  background: transparent url('../img/loader.svg') center no-repeat;
}
/*# sourceMappingURL=apiu_styles.css.map */