

/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/* Insert your own styles in here! */
.items li .text-overlay-inverse,
.thumbs .thumb .text-overlay-inverse,
.owl-carousel .item .text-overlay-inverse {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 100;
	padding: 10%;
	font: 0px/0 a; /* remove the gap between inline(-block) elements */
    background-color: rgba(0,0,0, 0.9);
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    opacity: 1;
}
.items li .text-overlay-inverse:before,
.thumbs .thumb .text-overlay-inverse:before,
.owl-carousel .item .text-overlay-inverse:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.items li:hover .text-overlay-inverse,
.thumbs .thumb:hover .text-overlay-inverse,
.owl-carousel .item:hover .text-overlay-inverse {
    opacity: 1;
}
.thumbs .thumb:hover .member .text-overlay-inverse {
	opacity: 1;
}
.thumbs .thumb .member .member-image:hover .text-overlay-inverse {
	opacity: 1;
}
.items li .text-overlay-inverse .info,
.thumbs .thumb .text-overlay-inverse .info,
.owl-carousel .item .text-overlay-inverse .info {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 22px;
	/*color: #FFF;*/
	text-align: center;
}
.items li .text-overlay-inverse .info h2,
.thumbs .thumb .text-overlay-inverse .info h2,
.owl-carousel .item .text-overlay-inverse .info h2,
.items li .text-overlay-inverse .info h3,
.thumbs .thumb .text-overlay-inverse .info h3,
.owl-carousel .item .text-overlay-inverse .info h3,
.items li .text-overlay-inverse .info h4,
.thumbs .thumb .text-overlay-inverse .info h4,
.owl-carousel .item .text-overlay-inverse .info h4 {
	color: #FFF;
	margin-bottom: 2px;
}
.items li .text-overlay-inverse .info p,
.thumbs .thumb .text-overlay-inverse .info p,
.owl-carousel .item .text-overlay-inverse .info p {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	margin-bottom: 0;
}