.home-default {  
  padding: 200px 0 0;
}
p {
  color: #777777;
  line-height: 28px;
}
#features i {
  font-size: 72px;
  color: #00C2E5;
}
#features p {
  margin-bottom: 50px;
}
#subscribe {
  padding-top: 100px;
  padding-bottom: 100px;
}

.emailicon:before{
    background: url("../images/mail.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
    margin-top:8px;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    left:-15px;
    width: 78px;
}

.phoneicon:before{
    background: url("../images/phone.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    left:-11px;
    width: 78px;
	margin-top:8px;
}

.mapicon:before{
    background: url("../images/map.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    left:-11px;
    width: 78px;
	margin-top:8px;
}

ul.valores {
    color: #95979a !important;
    font-size: 20px;
    list-style-image: url("../images/bullet.png");
}

