
/* Styles for the gallery */

.tz-gallery {
    /*padding: 40px;*/
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;
	box-shadow: 0px 0px 10px #868686; 
	border:1px solid #000000;
}

.tz-gallery img:hover {
	box-shadow: 0px 0px 5px #868686; opacity:0.6;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}