body{
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #111;
}
a{
	color:#009f4a;
}
a:hover{
	color: #009f4a;
}
#slogan-text{
	margin-top: 20px;
}
.title-header{
	padding-bottom: 5px;
}
.services-list{margin-left: 10px;}
.services-list li{list-style: none;font-size: 18px;padding: 5px;}
.services-list li:before {
  content: '\f046';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #009f4a;
}
.top-rated {
    font-size: 35px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 10px;
    color: #111;
}
.reviews{
	text-align: center;
}
#header{margin-top: 10px;border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.text-center{text-align: center;}
.contact-top i {
    font-size: 40px;
    margin-top: 20px;
    color: #333;
    text-shadow: 0px 1px 0px #333;
}

.contact-top a{
    color: #009f4a;
    text-shadow: 1px 1px 0px #333;
}
.toll-text {
    position: absolute;
    top: 12px;
    padding-left: 25px;
}
.toll-number {
    padding-left: 25px;
    font-size: 32px;
    font-weight: 600;
}

#content{
	margin-top: 40px;
	margin-bottom: 40px;
}

.responsive-img{
	width: 100%;
}
#footer{
	background: #009f4a;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 1px #111;
}
#contactForm h3{
	color: #fff;
	text-shadow: 1px 1px 1px #111;
	margin-top: 10px;
}
#contactForm{
	background: #009f4a;
    padding: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    padding-bottom: 80px;
}
.btn-rebeca{
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}
.form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.error{
    color: #9A3334;
}
#footer a{color: #fff;}


@media(max-width:767px){

    .contact-top{text-align:center;}
    #logo img{width: 50%!important;}
    #logo{text-align: center;}
}
@media(min-width:768px){
    .contact-top{text-align:center;}
    
}

@media (max-width:991px) and (min-width:767px) {
    #logo img{width: 50%!important;}
    #logo{text-align: center;}
}
@media(min-width:992px){

}
@media(min-width:1200px){}