/*#space {
  background-image: url(../../../src/img/promo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}*/
#space:before,
#space:after {
	display: none;
}
#space .container {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#space h1 {
  font-weight: 300;  
  letter-spacing: 2px;
}
#space h1 {
/*  background: linear-gradient(to right, #ffffff, #353535);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.waves {
    position: relative;
    height: 100vh;
}
canvas { display: block; }
.particles { 
	position: absolute; 
	left: 0; top: 0; right: 0; bottom: 0; 
}



.img-projects {
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 80%;
  transform: translateX(-50%);
  z-index: 11;
}
.img-projects .item>a {
  display: block;
  height: 65px;
  transition: all .3s ease;
  border-radius: 3px;
  overflow: hidden;
  opacity: .7;
}
.img-projects .item>a:hover {
  opacity: 1;
}

.img-projects.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background-color: rgba(255,255,255,.5);
}
.img-projects.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(2);
  background-color: rgba(255,255,255,0);
  border: 1px solid #fff;
}

.img-projects.owl-carousel .owl-nav button.owl-next, 
.img-projects.owl-carousel .owl-nav button.owl-prev {
  top: 15%;
  color: #fff;
}
.img-projects.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.img-projects .owl-item a {
  transform: scale(.8);
}
.img-projects .owl-item.active.center a {
  transform: scale(1);
  /*box-shadow: 0 0 10px rgba(20, 112, 294, .9);*/
  opacity: 1;
}



.slbCaption {
  bottom: -15px;
  text-align: left;
  color: #fff;
}
.slbCloseBtn>i {
  font-size: 36px;
}
.slbArrow {
  opacity: 1;
}



@media (min-width: 577px) {
  .img-projects {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #space h1 {
    font-size: 90px;
    text-align: left;
  }  
}  
@media (min-width: 1200px) {
  .img-projects {
    width: 40%;
  }
  .slbContentOuter {
    padding: 0px 14em;
  }
  .slbCloseBtn {
    right: 2em;
    color: #fff;
  }
  .slbArrow {
    width: 7em;
  }
  #space h1 {
    font-size: 120px;
    text-align: left;
  }    
}
@media (min-width: 1930px) {
  .img-projects {
    width: 30%;
  }
  #space h1 {
    font-size: 150px;
    text-align: left;
  }  
}

@media (max-width: 991px) {
  .img-projects .item>a {
    height: auto;
  }
  #space h1 {
    font-size: 70px;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .img-projects {
    width: 60%;
  }
  .img-projects>a>img {
    width: 40px;
    height: 24px;
  }
  #space h1 {
    font-size: 50px;
    text-align: left;
  }

  .img-projects.owl-carousel .owl-nav button.owl-next, 
  .img-projects.owl-carousel .owl-nav button.owl-prev {
    top: -60%;
  }
  .img-projects.owl-carousel .owl-nav button.owl-prev {
    left: -15%;
  }  
  .img-projects.owl-carousel .owl-nav button.owl-next {
    right: -15%;
  }    
}
