/*------Hide homepage slideshow arrows-----*/

.block_a5296ba31a9d470f98b88d1e8c5be80a .flex-next {
   display:none;}

.block_a5296ba31a9d470f98b88d1e8c5be80a .flex-prev {
   display:none;}


/*-----------Show image info----------*/   
/*--------------- HOME ---------------*/
/*custom captions*/
/*.customCaption class is added to the block*/
.customCaption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
/*background-color: #222222;*/
background-color: rgba(34,34,34,.60);
padding: .75em;
opacity: 0;
-webkit-transition: opacity 1s ease; 
-moz-transition: opacity 1s ease; 
-o-transition: opacity 1s ease; 
-ms-transition: opacity 1s ease; 
transition: opacity 1s ease; 
}

.customCaption p {
color: #FFF;
font-size: 12px;
}

.customCaption h2 {
color: #FFF;
text-align: center;
}

.imageGallery:hover .customCaption {
opacity: 1;
-webkit-transition: opacity 1s ease; 
-moz-transition: opacity 1s ease; 
-o-transition: opacity 1s ease; 
-ms-transition: opacity 1s ease; 
transition: opacity 1s ease; 
}