.background-overlay {
  opacity: 0.3;
  /* Set the background overlay opacity by entering a value between "0" and "1"  */

  filter: alpha(opacity=30);
  background: rgba(0, 0, 0, 0.6) url("../../images/patterns/white_diagonal_up.png") repeat;
  /* Replace this URL with a background overlay pattern of your choice. Patterns library can be found under: "images/patterns/" */

}
#home {
  background-image: url("../../images/entrada/bg3.jpg");
  /* Replace this URL with your own homepage background image */

}
#home .slideshow-home .bg1 {
  background-image: url("../../images/entrada/bg3.jpg");
  /* Slideshow Background Image Slide 1 */
}
#home .slideshow-home .bg2 {
  background-image: url("http://placehold.it/1920x1080/ccc/fff&text=Slide2-Background+Image");
  /* Slideshow Background Image Slide 2 */
}
#home .slideshow-home .bg3 {
  background-image: url("http://placehold.it/1920x1080/ccc/fff&text=Slide3-Background+Image");
  /* Slideshow Background Image Slide 3 */
}
#testimonials {
  background-image: url("http://placehold.it/1920x1080/ccc/fff&text=Background+Image");
  /* Replace this URL with your own testimonials background image */

}
#tweet {
  background-image: url("http://placehold.it/1920x1080/ccc/fff&text=Background+Image");
  /* Replace this URL with your own tweet background image */

}
#quote,
#contactdetails {
  background-image: url("http://placehold.it/1920x1080/ccc/fff&text=Background+Image");
  /* Replace this URL with your own quote background image */

}
a,
.color-primary,
#timeline #dates a:hover {
  color: #ffcd00;
  /* Replace with your primary color */

}
.btn-primary,
.btn-default:hover,
.modal-profile .details .position,
header.navbar .navbar-toggle .icon-bar,
#toggle-navbar,
.service .service-title .title,
.service .btn:hover,
.pricing-table .pricing-title,
.progress-bar,
.progress:hover .progress-bar,
#portfolio-filter li.active,
#portfolio-list li .header {
  background: #ffcd00;
  /* Replace with your primary color */

}
#portfolio-list li:hover .more:hover:before {
  color: #ffcd00;
  border-color: #ffcd00;
  /* Replace with your primary color */

}
.arrow-down {
  border-top-color: #ffcd00;
}


/* Por Licínio Sousa - wakeup.pt | newli.pt */

div.bx-controls.bx-has-controls-direction{
	display:none;
}