body {
   /* background-image: linear-gradient(to top, #ecedee 0%, #eceeef 75%, #e7e8e9 100%);
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 60px 0;*/
}

/*.container.gallery-container {*/
#baguetteBox-overlay
{
	background:#000 !important;
	background-color:rgba(0,0,0,.9)!important;
	-webkit-transition:opacity .5s ease;
	transition:opacity .5s ease;
}

/*#baguetteBox-overlay.full-image
{
	display:inline-block;
	position:relative;
	width:90% !important;
	height:95% !important;
	text-align:center;
}*/

#baguetteBox-overlay .full-image img
{
	display:inline-block;
	width:auto;
	height:auto;
	max-height:90% !important;
	max-width:90% !important;
	vertical-align:middle;
	-moz-box-shadow:0 0 8px rgba(0,0,0,.6);
	box-shadow:0 0 8px rgba(0,0,0,.6);
	border-radius: 5px;
	
}

#capt
{
	height:auto;
	line-height:15px;
	margin:10px 0 0;
	color:#000;
	/*border-top:1px solid #000;*/
}

#capt:hover
{
	text-decoration:underline;
}

/*#baguetteBox-overlay .full-image figcaption
{
	display:block;
	position:absolute;
	top:-100px !important;
	bottom:0;
	width:100%;
	text-align:center;
	line-height:1.8;
	white-space:normal;
	color:#ccc;
	background-color:#000;
	background-color:rgba(0,0,0,.6);
}*/


.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Oswald';
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.pdiv {
   float:left;
   width:220px;
   height:150px;
   margin:10px;
   background:;
   padding:0;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-webkit-filter: grayscale(100%);  /*Safari 6.0 - 9.0*/
	-moz-filter: grayscale(100%);  /*Safari 6.0 - 9.0*/
	filter: grayscale(100%);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
	-webkit-filter: grayscale(0%);  /*Safari 6.0 - 9.0*/
	-moz-filter: grayscale(0%);  /*Safari 6.0 - 9.0*/
	filter: grayscale(0%);
}

.tz-gallery img {
    border-radius: 4px;
	height:150px;
	
}

.tz-gallery .lightbox span {
	display:none;
}

.baguetteBox-button {
    background-color: transparent !important;
}

/*
.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    transition: 0.4s;
	border-radius: 4px;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
*/
@media(max-width: 768px) {
   /* body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }*/
}