/* PESQUISA DE VIDEOS */
.content-gal-fot-box-search{
  margin-top:25px;
  margin-bottom: 25px;
}
.content-gal-fot-box-search button, .content-gal-fot-box-search button:hover, .content-gal-fot-box-search button:active{
  font-family: 'OpenSans-Regular';
  font-size: ;
  color: #FFF;
  background-color: #c82a29;
  border-color: #c82a29;
  margin-top: 0px;
}
/*EFEITO UNICO DE UNICO DE FOTOS*/
.box-fotos{
  margin-top: 15px;
  margin-bottom: 15px;
}
a .mpx-effect-tittle h6{
  font-family: 'OpenSans-Regular';  
  color: #FFF;
}
a .mpx-effect-tittle span{
  font-family: 'OpenSans-Regular';  
  font-size: 22px;
  color: #FFF;
}
a .mpx-effect-tittle{
  padding: 15px;
  box-sizing: border-box;
  width: auto;
  background-color: rgba(31,31,31,0.60);
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 122px;
}
a:hover .mpx-effect-tittle{
  background-color: rgba(31,31,31,0.60);
}
.efect-gal-videos{
  overflow: hidden;
  position: relative;
}
.efect-gal-videos img{
 transition: 0.5s;
}
.efect-gal-videos:hover img{
 transition: 0.5s;
 transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.clear-both{
 clear: both;
}
.date-video{
  font-family: 'OpenSans-Regular';	
  font-size: 14px;	
}
.icon-video{
  font-size: 14px;
  color: #c82a29 !important;
}
.form-control{
  color: #c82a29 !important;
  font-family: 'OpenSans-Regular', sans-serif;
  box-shadow: red !important;
}
.form-control:focus{
  border-color: rgba(24 , 36, 87, 0.67);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(24 , 36, 87, 0.67);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(24 , 36, 87, 0.67);
}
.pagination>li>a,
.pagination>li:first-child>a{
  color: #1f1f1f;
  border-color: #1f1f1f;
  transition: 0.2s;
}
.pagination>li>a:hover,
.pagination>.disabled>a:hover{
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}
.pagination>.active>a,
.pagination>.active>a:hover{
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.bt-padrao button{
  margin-bottom: 25px;
}