#gallery>.header {
	background-color: #dcb9db;
	margin-bottom: 10px;
}

#gallery h3 {
	color: #93278f;
	font-size: 18px;
	font-family: 'FuturaReg';
}

#gallery h3 a,
#gallery h3 a:hover {
	text-decoration: none;
	color: inherit;
}

@media (min-width: 992px) and (max-width: 1200px) {
	#gallery h3 {
		margin-top: 10px;
	}
}

#gallery .prev, #gallery .next {
	background-color: #966994;
	width: 55px;
	border-radius: 0 !important;
}

#gallery .prev:hover, #gallery .next:hover {
	background-color: #c6c6c6;
}

#gallery .smallHeight {
	height: 225px !important;
}

#gallery .prev>span {
	background: url(../images/arrows5.png) bottom left;
}

#gallery .next>span {
	background: url(../images/arrows5.png) bottom right;
}

#gallery .prev>span, #gallery .next>span {
	width: 13px;
	height: 23px;
	margin-top: 12px;
	display: inline-block;
}

@media (max-width: 74.9em) {
	#gallery h3 {
		margin-top: 11px !important;
	}
}
@media (max-width: 61.9em) {
	#gallery h3 {
		margin-top: 20px !important;
	}
}

#gallery #slider-gallery .item figcaption {
    background-color: rgba(135, 197, 98, 0.8);
}

#gallery #slider-gallery .item figure {
    position: relative;
}

#gallery #slider-gallery .item figure:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

#gallery #slider-gallery .item figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 30px;
    height: 100%;
    width: 100%;
    padding: 45px 18px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'FuturaReg';
}