html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background: #bbb4a4;
}
.header {
	padding-top: 20px;
	/*
	background-image: -ms-linear-gradient(bottom, #9ED53D 0%, #7DBD0C 100%);
	background-image: -moz-linear-gradient(bottom, #9ED53D 0%, #7DBD0C 100%);
	background-image: -o-linear-gradient(bottom, #9ED53D 0%, #7DBD0C 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9ED53D), color-stop(1, #7DBD0C));
	background-image: -webkit-linear-gradient(bottom, #9ED53D 0%, #7DBD0C 100%);
	background-image: linear-gradient(to top, #9ED53D 0%, #7DBD0C 100%);
	*/
	background: #0B3B51;
}



.logo {
	text-align: center;
}

.logo img {
	width: 100%;
}

.logo a {
	color: #FFF;
	font-size: 32px;	
	text-decoration: none;
	font-weight: bold;
}

.phone {
	
	font-size: 36px;
	text-align: center;
	padding: 5px;
}


.phone a {
	color: #fff;

	text-decoration: none;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #1A9481;
}


.service h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	margin: 0 0 15px}


.navbar ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #9BCC93;
	float: left;
}

.navbar ul li {
	list-style: none;
	text-align: center;
	float: left;
	  padding: 5px 8px;
}

.navbar ul li a {
	color: #000;
	text-decoration: none;
}


#content {
	padding: 10px;
	background: #FFF;
}

.col-md-6 {
	width: 50%;
	float: left;
}

.col-md-6 .col {
	padding: 10px;
	text-align: center;
}

.featured {
	background: #FFF;
}

.featured a {
	text-align: center;
	color: #000;
	text-decoration: none;
}

.phone-bottom {
	text-align: center;
	  background: #9BCC93;
  padding: 10px;
}

.phone-bottom a {
	color: #FFF;
	font-size: 22px;
	text-decoration: none;

}


.footer {
	padding: 5px;
	text-align: center;
	color: #FFF;

	background: #0B3B51;
}


.footer p {
	margin: 0;
}

.clearfix {
	clear: both;
}