/* PESQUISA DE VIDEO */
.content-gal-fot-box-search{
  margin-bottom: 15px;
}
.content-gal-fot-box-search button, .content-gal-fot-box-search button:hover, .content-gal-fot-box-search button:active{
  font-family: 'open_sansregular';
  font-size: ;
  color: #FFF;
  background-color: #135DC9;
  border-color: #135DC9;
}

/* Hoverzoom - Galeria de Fotos */
.list-txt-desc{
  color: #333;
  padding-bottom: 3%;
}
.hoverzoom {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.hoverzoom > img {
 width: 100%; 
 border-radius: 2px;
 -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
 -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
 -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
 -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
 transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover > img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
} 
.hoverzoom .retina {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;    
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);    
  border-radius: 2px;
  text-align: center;
  padding: 25px;

  -webkit-transition:  all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
}
.hoverzoom:hover .retina {
  opacity: 1;
  box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);    
}
.hoverzoom .retina p:nth-child(1) {
  color: #fff;
  font-family: 'clear_sansregular'; 
  font-size: 1.5rem;
  margin: 0 0 6px;
}
.hoverzoom .retina p:nth-child(2) {
  color: #fff;
  font-family: 'clear_sansregular';
  font-size: 1.2rem; 
  margin: 0;
}
.hoverzoom .retina a {
  display: block;
  width: 150px;
  background: rgba(0,136,186,0.5);
  border: 1px solid #0088ba;
  border-radius: 4px;
  color: #fff;
  font-family: 'clear_sansregular';
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  margin: 12px auto 0;
}
.bloco_mostra_galeria{
  min-height:200px;
  float: left;
  padding-bottom:30px;
}
.my-simple-gallery {
  width: 100%;
  float: left;
}
.my-simple-gallery img {
  width: 100%;
  height: auto;
}
.my-simple-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-simple-gallery figcaption {
  display: none;
}
#fb-share-galeria {
  position:fixed;
  width:auto;
  z-index:500000000;
  background: #0088ba;
  top: 3.5em;
  right: 6.5em;
  border-radius:2px;
  background: -webkit-linear-gradient(#0088ba, #0088ba);
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-shadow: 0 -1px 0 #0088ba;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}
#fb-share-galeria a {
  color: #fff;
  text-decoration:none
}

/* Galeria */
.text-left a {
  color: #635c70;
  font-size: 1.1em;
  font-family: 'clear_sansregular';
}
.text-left a:hover {
  text-decoration: none; 
  color: #0088ba;
}
.text-left span {
  color: #0088ba;
  font-size: 1.1em;
}
