.services {
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: 120%;
	color: #FFF;
}
.services p.title {
	color: #178844;
	display: block;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.services p {
	text-align: center;
	line-height: 1.6em;
	padding: 40px 10%
}
.services ul {
	background-color: rgba(23, 136, 68, 0.6);
	line-height: 60px;
	position: relative;
    text-align:center;
    width:100%;
}
.services ul li {
	color: white;
	cursor: pointer;
	display: inline-table;
	font-weight: bold;
	padding: 0 1%;
	position: relative;
}
.services ul li.active,
.services ul li:hover {
	background-color: rgb(23, 136, 68);
}
.services ul li a {}
.services ul li span {
	text-transform: uppercase;
}
.services ul li .overlay {
	background-color: rgb(23, 136, 68);
	display: none;
	margin: 0 10%;
	left: -100%;
	position: absolute;
	top: -100%;
	width: 300%;
}
.services ul li.active .overlay,
.services ul li.hover .overlay,
.services ul li:hover .overlay {
	display: block;
}
.services .overlay {
	background-color: rgb(23, 136, 68);
	visibility: hidden;
}
.services .overlay.hover,
.services .overlay.active {
	visibility: visible;
}
.services .overlay .title {
	display: none;
}
.services .overlay .description {
	
}
.border {
	display: block;
	width: 80px;
	height: 2px;
	background: #060606;
	margin: 0 auto;
}
.rounded {
	width: 64px;
	height: 64px;
	cursor: help;
	margin: 0 auto 20px;
	border: 2px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
}

section.gallery .overlay {
	background-color: #178844;
	display: none;
	padding: 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
section.gallery .sliderWidget .overlay ul#backImages li {
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
}
.sliderWidget .overlay .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	color: #000;
	line-height: 30px;
	font-size: 30px;
	text-align: center;
}
section.gallery ul#listItems { display: block; }
section.gallery ul#listItems li {
	border: none;
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    position: relative;
    width: 33.3%;
}
section.gallery ul#listItems li .dummy {
    margin-top: 100%;
}
section.gallery ul#listItems li .element {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}