/*-----------------------------------------------------------------------------
author:    www.blackwaspdigital.com
-----------------------------------------------------------------------------*/


/* =cypher-surveying page
-----------------------------------------------------------------------------*/
.content {
	padding:0 0 10em 0;
	}

.servicesBtn {
	border:#006ab7 solid 1px;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out; 
	margin:0 0 2em 0;
	}
	
.servicesBtn:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
h2.servicesH2 {
	text-align:center;
	font-size:1.75em;
	}
	
ul.contentUl li {
	list-style:disc;
	padding:0 0 .35em 0;
	}
	
@media screen and (max-width: 1250px) {
	

		
}

@media screen and (max-width: 950px) {
	

		
}

@media screen and (max-width: 650px) {
	

}