.sitefooter {}
.sitefooter .f-contact {
	background-color: #e9e9e9;
	margin-bottom: -85px;
	padding: 25px 25px;
  position: relative;
	z-index: 2;
}
	.sitefooter .f-contact .container-aligner {
    height: 65px;
		margin-left: auto;
		margin-right: auto;
		width: 250px;
	}
	.sitefooter .f-contact .f-phone {
	    color: #6a6a6a;
	    font-size: 24px;
	    line-height: 25px;
	    font-weight: 700;
	    height: 50px;
	    margin-top: 10px;
	    padding: 0;
	}
		.sitefooter .f-contact .f-phone.icon-talkus {
			background: url(../images/icon-talkus.png) no-repeat left top;
			padding-left: 50px;
		}
		.sitefooter .f-contact .f-phone span {
			font-size: 21px;
		}

	.sitefooter .f-contact .f-budget {
		color: #6a6a6a;
		font-size: 21px;
	  float: left;
	  line-height: 1em;
	  margin-top: 10px;
	  text-transform: uppercase;
	  width: 155px;
	}
		.sitefooter .f-contact .f-budget span {
			font-size: 27px;
	  	font-weight: 700;
		}

	.sitefooter .f-contact address {
		color: #6a6a6a;
		font-size: 16px;
		margin-bottom: 0px;
	}
	.sitefooter .f-contact .fa-map-marker-alt,
	.sitefooter .f-contact .fa-check-circle {
		color: #db341d;
	  float: left;
		font-size: 45px;
	  margin-right: 10px;
		margin-top: 10px;
	}
	.sitefooter .f-contact .fa-map-marker-alt {
		margin-top: 9px;
	}

.sitefooter .f-nav {
  background-color: #6a6a6a;
  padding: 110px 0px 25px 0px;
}
	.sitefooter .f-nav h3 {
		color: #e9e9e9;
		font-size: 20px;
		font-weight: 800;
		margin-top: 0px;
		padding-bottom: 10px;
		position: relative;
		text-transform: uppercase;
	}
		.sitefooter .f-nav h3:after {
			border-bottom: 5px solid #ff0000;
			content: "";
    	display: block;
    	position: absolute;
    	bottom: 0px;
			width: 45px;
		}
	.sitefooter .f-nav ul {
		list-style: none;
		padding-left: 0px;
	}
	.sitefooter .f-nav a {
		color: #e9e9e9;
		font-size: 16px;
	}
		.sitefooter .f-nav a:hover {
	    color: #a5a5a5;
	  }

.sitefooter .f-rights {
  background-color: #e9e9e9;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0px;
}
  .sitefooter .f-rights .terms-privacy {
    margin-top: 5px;
  }
  .sitefooter .f-rights a {
    color: #6a6a6a;
  }
    .sitefooter .f-rights a:hover {
      color: #db341d;
    }
  .sitefooter .f-rights .copy-right {
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .sitefooter .f-rights .making {
    background: url(../images/logo-making.png) no-repeat center top;
    display: block;
    height: 24px;
    margin-top: 5px;
    width: 81px;
  }

@media only screen and (max-width: 767px) {
  .sitefooter .f-nav {
  	text-align: center;
  }
		.sitefooter .f-nav h3 {
			margin-top: 25px;
			padding-bottom: 0px;
		}
		  .sitefooter .f-nav h3:after {
		    border-bottom: 5px solid #ff0000;
		    content: "";
		    display: block;
		    position: relative;
		    width: 45px;
		    margin-left: auto;
		    margin-right: auto;
		    margin-top: 5px;
			}
  .sitefooter .f-rights {
    text-align: center;
  }
    .sitefooter .f-rights .making {
      margin-left: auto;
      margin-right: auto;
    }
}