.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("http://epsteinsfinefurs.com/images/background.jpg");
  /* Replace this URL with your own homepage background image */

}
#home .slideshow-home .bg1 {
  background-image: url("http://epsteinsfinefurs.com/images/background.jpg");
  /* Slideshow Background Image Slide 1 */

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

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

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

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

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

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

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

.zlabout {
	margin: 0 auto;
	text-align:justify;		
	width: 50%;
}

.pcenter {
	text-align: center;
	}
	
.gif 
	{display: block;
    margin-left: auto;
    margin-right: auto;
    }