/****** PLACE YOUR CUSTOM STYLES HERE ******/
body {
  background-color: #000;
}

h1.uppercase {
  letter-spacing: 2px;
}

h1.titolo-portfolio {
  font-size: 66px;
}

.justify, .text-justify {
  text-align: justify;
}

body, p {
  font-family: 'Montserrat', 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sfumatura {
  text-shadow: 0px 0px 5px black;
}

nav.transparent .nav-utility, nav.transparent .nav-bar, nav.transparent .module.widget-handle {
  border: 0px !important;
}

nav.transparent.fixed {
  background: transparent
}

nav.transparent.fixed .menu>li>a, nav.transparent.fixed .module.widget-handle i {
  color: #fff;
  opacity: 1;
}

footer.otd {
  pointer-events: none;
  position: fixed;
  bottom: 0px;
  z-index: 999999;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  padding: 60px 0 40px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

.social-list {
  pointer-events: auto;
}

.lightcolor {
  color: rgba(255, 255, 255, 1) !important;
}

.icon-s {
  font-size: 22px;
}

.outline {
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  transition: 0.8s;
}

.outline:hover {
  -webkit-text-fill-color: #fff;
}

.portfolio-icons {
  position: relative;
  /* Adjust these values accordingly */
  top: 3px;
  right: 5px;
}

.case-icons {
  position: relative;
  /* Adjust these values accordingly */
  top: 2px;
  right: 5px;
}

.lingua {
  position: relative;
  /* Adjust these values accordingly */
  top: -3.5px;
  transition: 1s;
}

.lingua:hover {
  transform: scale(1.5);
}

h1.next-title {
  color: #000 !important;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-size: 3.5vw;
  transition: 0.7s;
}

h1.next-title:hover {
  color: #fff !important;
}

h1.next-title span {
  color: #fff !important;
}

.filters {
  display: inline-block !important;
}

.filters li {
  border-color: #fff;
  color: #fff;
  opacity: 0.3;
  float: none;
  display: inline-block !important;
}

.filters li.active {
  border-color: #fff;
}

.loghi.lightbox-grid li {
  width: 10%;
}

.loghi.square-thumbs li {
  height: 125px;
}

.spinner {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #fff;
}

.imageborder {
  border: solid #292929 15px;
}

.legallink {
  font-weight: 300;
  font-size: 10px;
}

@media all and (max-width: 767px) {
  .forced-height {
    height: 100vh !important;
  }

  .loghi.lightbox-grid li {
    width: 10%;
  }

  .loghi.square-thumbs li {
    height: 40px;
  }

  .p0-xs {
    padding: 0 !important;
  }

  /* .image-xxs {
    max-height: 20px;
  } */
}

.overlaysfumatoleft:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);
  z-index: 2;
}

.overlaysfumatoright:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=1);
  z-index: 2;
}

.overlaysfumatoradial:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);
  z-index: 2;
}

.overlaysfumatotop:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0);
  z-index: 2;
}

.overlaysfumatobottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  z-index: 2;
}

/*!---------- 30. PORTOFLIO ----------*/
.temi {
  overflow: hidden;
  display: inline-block !important;
}

.temi li {
  /* float: left; */
  margin-right: 32px;
  cursor: pointer;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #fff;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
  height: 30px;
  font-size: 11px;
  line-height: 27px;
  min-width: 0;
  border-color: rgba(255, 255, 255, 0);
  opacity: .7;
  border-radius: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block !important;
}

.temi li.active {
  border-color: #fff;
  opacity: 1;
}

.temi li:last-child {
  margin-right: 0;
}

.temi.floating {
  position: absolute;
  z-index: 10;
  top: 16px;
  text-align: center;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  background: rgba(255, 255, 255, 0.98);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 200px;
}

.temi.floating li {
  margin-bottom: 0;
}

.bg-dark .temi.floating {
  background: #292929;
}

.bg-dark .temi.floating h1,
.bg-dark .temi.floating h2,
.bg-dark .temi.floating h3,
.bg-dark .temi.floating h4,
.bg-dark .temi.floating h5,
.bg-dark .temi.floating h6 {
  color: #ffffff;
}

.bg-dark .temi.floating p,
.bg-dark .temi.floating span,
.bg-dark .temi.floating li {
  color: #fefefe;
}

@media all and (max-width: 868px) {
  .temi.floating {
    width: 90vw;
  }

  .temi.floating li {
    float: none;
  }
}

@media all and (max-width: 767px) {
  .temi.floating {
    border-radius: 0;
    padding: 8px;
  }

  .temi.floating li {
    width: 50%;
    float: left;
    margin: 0;
  }
}

.text-tabs .tabs {
  border: 0px;
}

.text-tabs .tab-title:after, .bg-primary .text-tabs .tab-title:after {
  background: transparent
}

@media (max-width: 767px) {
  .pb-xs-32 {
    /* padding-bottom: 32px !important; */
  }

  .cover.fullscreen {
    height: 100vh;
  }

  .bgpositionx100 {
    background-position: 0% 50% !important;
  }

  .bgpositionx90 {
    background-position: 10% 50% !important;
  }

  .bgpositionx80 {
    background-position: 20% 50% !important;
  }

  .bgpositionx70 {
    background-position: 30% 50% !important;
  }

  .bgpositionx60 {
    background-position: 40% 50% !important;
  }

  .bgpositionx50 {
    background-position: 50% 50% !important;
  }

  .bgpositionx40 {
    background-position: 60% 50% !important;
  }

  .bgpositionx30 {
    background-position: 70% 50% !important;
  }

  .bgpositionx20 {
    background-position: 80% 50% !important;
  }

  .bgpositionx10 {
    background-position: 90% 50% !important;
  }

  .bgpositionx0 {
    background-position: 100% 50% !important;
  }

  h1.next-title {
    font-size: 10vw;
    line-height: 10vw;
  }

  h1.uppercase {
    margin: 0;
  }
}

.logo-carousel li {
  opacity: 1;
}

@media (max-width: 767px) {
  .page-title i {
    display: initial;
  }
}

@media all and (min-width: 868px) {
  .bgpositionbottom {
    background-position: 50% 100% !important;
  }

  .bgpositiontop {
    background-position: 50% 0% !important;
  }
}

.colonneuguali {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .row.colonneuguali {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}

.feature p br {
  display: block;
}

.fullheight {
  height: 100%;
}
