Winter will be here before you know it, so here are five important tips that will prepare your home for the upcoming season.


Want to sell your home? Get a FREE home value report

Want to buy a home? Search all homes for sale


Now that we’re moving through fall and getting closer to winter, here are five important tips to prepare your home for the change in season:



1. Turn off your sprinkler system. If you forget to turn off your sprinkler system and the temperature dips below freezing overnight, you might wake up the next morning to a lawn covered in ice. 



2. If you plan on using a wood-burning fireplace, get your chimney and vents checked. Make sure they’re clean and unobstructed.



3. Get your furnace checked and serviced. At the very minimum, you’ll want to clean or replace its filter. 



4. Reverse your ceiling fans (if you can). If you can switch the direction of your fans to rotate clockwise, they’ll be able to push the warm air from the ceiling down to the floor. This is an especially handy trick for homes with two-story family rooms.  

We’re offering a free winterization service for your outside pipes and faucets.


5. Insulate your outdoor pipes and faucets. As with your sprinkler system, any water left inside these pipes may freeze once the temperature dips below freezing, and this can cause your plumbing pipes to burst and create a lot of damage you may not have time to deal with. That’s why, as a token of our appreciation to our clients, we’re offering a free winterization service for your outside pipes and faucets. If you want to take advantage of this offer, all you have to do is call me. 



If you have any other real estate questions, don’t hesitate to reach out to me as well. I’d be happy to help you.


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

/* Caption text */
.text {
color: #333333;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
background-color: #ffffff
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 128px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

.active {
background-color: #717171;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1s;
animation-name: fade;
animation-duration: 1s;
}

@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
}

Featured Listings
Available near you:


1 / 3



3029 Kingsbarns


2 / 3



646 Scenic Ranch Circle


3 / 3



7401 Cobblestone Court




var slideIndex = 0;
showSlides();

function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 3000); // Change image every 3 seconds
}