@charset "UTF-8";
/* CSS Document - style zoom */

/*-- gallery --*/ 
.gallery{
	padding-bottom:5em;
}

.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.gallery-box img {
    width: 100%;
}

/*-- //THUMBNAIL --*/

.thumbnail {
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  line-height: 1.42857143;
  background-color: #fff;
/*  border: 1px solid #ddd;*/
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 1em;
   margin-top: 1em;
  color: #4A79A5;
}

.thumbnail2 {
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  line-height: 1.42857143;
  background-color: #fff;
/*  border: 1px solid #ddd;*/
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail2 > img,
.thumbnail2 a > img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}
a.thumbnail2:hover,
a.thumbnail2:focus,
a.thumbnail2.active {
  border-color: #337ab7;
}
.thumbnail2 .caption {
  padding: 1em;
   margin-top: 1em;
  color: #4A79A5;
}

.caption {
 
  color: #4A79A5;
  text-align: center;
  
}

.caption a:hover{
	color:#FFBA5A;  
	text-decoration:none
}

/* ZOOM HOVER https://miketricking.github.io/bootstrap-image-hover/ */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {

  filter:grayscale(1)blur(3px);
  -webkit-filter:  grayscale(1)blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h9 {
   display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  padding: 1em;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.05rem;
  margin-top: 1rem;
margin-bottom:1rem;
  
}

.hovereffect a.info-vo {
 display: block;
  text-decoration: none;
/*    border: 1px solid #fff;*/
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1em;
}

.hovereffect a.info-vo:hover {
  box-shadow: 0 0 5px #fff;
   display: block;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: .9em;
  padding: 1em;
  color:  #fff;
  line-height: 1.4;
  letter-spacing: -0.05rem;
  margin-top: 1rem;
margin-bottom:1rem;
}

.hovereffect a.info-vo, .hovereffect h9 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  
}

.hovereffect:hover a.info-vo, .hovereffect:hover h9 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}



<!--bootstrap image grid from bs utilities image grid bootstrap  GALLERY https://startbootstrap.com/template-overviews/thumbnail-gallery/ -->

.d-block {
  display: block !important;
}

.mb-4,
 {
  margin-bottom: 1.5rem !important;
}

.h-100 {
  height: 100% !important;
}

