
/* LANDING PAGE */
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
  border-left-color: #d7b9b1;
}

#particles-js {
 	background: #f1d6cf; /* Old browsers */
  background: -moz-linear-gradient(left, #d7b9b1 0%, #f1d6cf 35%, #ffd2c6 64%, #d7b9b1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d7b9b1 0%,#f1d6cf 35%,#ffd2c6 64%,#d7b9b1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d7b9b1 0%,#f1d6cf 35%,#ffd2c6 64%,#d7b9b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b9b1', endColorstr='#f1d6cf',GradientType=1 ); /* IE6-9 */
}		

.landing-logo {
  max-width: 75%;
}

.landing-text {
  color: #4f583d;
}

.link-label {
  font-size: 115%;
  color: #4f583d;
}

.link-left {
  float: left;
}

.link-right {
  float: right;
}

@media (max-width: 999px) {
  
  .link-left {
    float: none;
  }
  
  .link-right {
    float: none;
    margin-top: 20px;
  }
	
  .pad-on-mobile {
	  padding-bottom: 30px !important;
	}

}



/* TECHNOLOGY & DESIGN */
.link-crossover {
  text-decoration: underline !important;
  font-weight: bold !important;
  color: #b76e79 !important;
}

.text-wosb {
  color: #4f583d;
  font-weight: bold;
}

.agenda { /* Circle Text */
  color: #4f583d;
}

.btn-saedi {
  background-color: #b76e79;
  border-color: #4f583d;
}

.icon-saedi-rg {
  color: #b76e79;
}

.icon-saedi-od {
  color: #4f583d;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.text-80 {
  font-size: 80%;
}

.text-120 {
  font-size: 120%;
}

.text-color-white {
  color: #ffffff;
}

.text-color-od {
  color: #4f583d;
}

.mobile-center {
  text-align: center !important;
}

.jj {
  max-width: 100%;
}

.link-jj {
  float: right !important;
  font-weight: bold !important;
  color:#4f583d !important;
}

.text-experience-header {
  font-weight: bold;
  text-transform: uppercase;
}

.footer-logo {
  max-width: 40%;
}

.logo-carousel {
  max-width: 75%;
}

.mobile-hide {
  display: block;
}

.mobile-show {
  display: none;
}

@media (max-width: 999px) {
  
  .logo-carousel {
    max-width: 60%;
  }
  
  .mobile-hide {
    display: none !important;
  }
  
  .mobile-show {
    display: block;
  }
  
  p {
    text-align: justify !important;
  }

}

.bg-img3 {
  background: url(../img/saedi/carouselTech5.jpg);
  background-position: center center !important;
}

.bg-img4 {
  background: url(../img/saedi/carouselTech6.jpg);
}



/* DESIGN ONLY */
.bump-up-photos {
  margin-top: -115px;
}

.bg-img5 {
  background: url(../img/saedi/carouselDesign4.jpg);
  background-position: bottom center !important;
}