h1 {
	width: 100%;
	display: block;
}
h2 {
	width: 100%;
	display: block;
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: 2px;
	font-weight: 700;
	color: #323232;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 2px solid #323232;
}
h3 {
	width:auto;
	display: block;
	margin: 0;
	margin-left: 0.5%;
	padding: 10px 0;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: 400;
	color: white;
	text-align: left;
	text-transform: uppercase;
}

#services_welcometext {
	width: 60%;
	display: block;
	margin-bottom: 30px;
	margin-left: 5%;
	text-align: left;
}



#services_categories {
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: right;
	border: 1px solid #E6E6E6;
	border-bottom: none;
	border-top: none;
	background-color: #E6E6E6
}
#services_categories p,
#services_categories select {
	height: 35px;
	line-height: 35px;
	display: inline-block;
}
#services_categories p {
	margin-right: 10px;

}



.services_dynamiccontent {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 5%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: black;
	text-align: left;
	border: 1px solid #E6E6E6;
}
.services_dynamiccontent ul {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.services_dynamiccontent ul li {
	display: list-item;
	width: 100%;
	font-size: 1em;
	line-height: 2em;
}

.services_dynamiccontent_beforeafter {
	width: 118%;
	display: block;
	padding: 0 1%;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-left: -10%;
	background: #323232;
	text-align: justify;
}
.services_dynamiccontent_beforeafter .before .after {
	width: 49%;
	display: inline-block;
}
.services_dynamiccontent_beforeafter .before {
	width: 49%;
	margin-left: 0.5%;
	display: inline-block;
}
.services_dynamiccontent_beforeafter .after {
	width: 49%;
	margin-left: 1%;
	display: inline-block;
}
.services_dynamiccontent_beforeafter .beforetext .aftertext {
	width: 49%;
	display: inline-block;
	color: white;
}
.services_dynamiccontent_beforeafter .beforetext {
	width: 49%;
	margin-left: 0.5%;
	display: inline-block;
	color: white;
}
.services_dynamiccontent_beforeafter .aftertext {
	width: 49%;
	margin-left: 1%;
	display: inline-block;
	color: white;
}





@media (max-width: 670px) {

	#services_welcometext {
		width: 90%;
	}

	#services_categories {
		text-align: center;
	}

}