/*----------- Navigation -----------*/

/* Hover color: */ 
#navTopLevel a:hover {
    color: #ab0534
}
#navTopLevel .navLabel:hover {
    color: #ab0534
}


/*--------------- HOME ---------------*/

/* Hide home page slideshow arrows: */
.block_e565d398a70443be9a4c5af14db519f0 .flex-direction-nav {
    /*display: none;*/
}

/* 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;}

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

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





/*----------- Gallery Modal Area -----------*/
/* Arrows: */
.modalImageGallery .imageContainer .nextImg {
    position: fixed;
    background-position: right;
    right: 10px;
}
.modalImageGallery .imageContainer .prevImg {
    position: fixed;
    background-position: left;
    left: 10px;
}


/* Overlay background:
.publicModalMask {
    background: #fff;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}
*/
/*.publicModalClose {*/
/*    filter: brightness(0);*/
/*}*/