
ul {
	margin: 0px;
}


.company-info {
	margin: 40px 0 60px;
}

.services-container {
  color: #444;
  font-size: 100%;    
}

.services-nav {
  list-style: none;
}

.services-nav h2 {
	font-size: 300%;

}

.services-nav li {
  display: inline-block;
}

.services-nav li:before {
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.services-nav a {
	display: inline-block;
	margin: 15px;
	width: 144px;
	height: 80px;
	position: relative;
	text-align: center;
	outline: 1px solid #373737;
	outline-offset: 2px;
	background: #373737;
}

/*
.services-nav a {
  display: block;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
  color: #fefefe;
  margin: 36px;
  width: 144px;
  height: 144px;
  position: relative;
  text-align: center;
  line-height: 144px;
  border-radius: 50%;
}
*/


.services-nav a:before {
  display: block;
  background: #fff;
  border-top: 2px solid #ddd;
  position: absolute;
  top: -18px;
  left: -18px;
  bottom: -18px;
  right: -18px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: inset 0px 8px 48px #ddd;
}

.services-nav a:hover span {
	 -x-color: #373737;
}

.services-nav a:hover {
  text-decoration: none;
  background-color: #171717;
}


.services-nav span {
	position: absolute;
	color: #c88565;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	width: 110px;
	left: 18px;
	top: 18px;
	max-height: 40px;
	overflow: hidden;
}

.services-nav .top span {
	top: 55px;
	left: 20px;
}

.services-nav .bottom-right span, 
.services-nav .top-left span {
	top: 55px;
	right: 20px;
}

.services-nav .top-right span {
	top: 43px;
	right: 18px;
}

.services-nav .bottom-left span {
	top: 55px;
	right: 18px;
}




@media only screen and (max-width: 480px) {
	
	
	.services-nav .title {
		position: initial;
		font-size: 40px;
		color: #96cc52;
	}
	

	
	.services-nav .top, 
	.services-nav .top-right, 
	.services-nav .top-left,
	.services-nav .bottom-left,
	.services-nav .bottom-right  {
		left: 0;
		top: 0;
		right: 0;	
	}
	
	.services-nav li {
		display: initial;
		margin-right: 0px;
	}
	
	.services-container {
		height: auto;
	}
	
	.services-nav .top-right span {
		top: 55px;
	}
	
	.services-nav {
		margin: 0px auto;
		width: 220px;
	}

	
}
