		
<!DOCTYPE html>
<html amp lang="en-US">
<head>
<title></title>
<meta charset="UTF-8">
<link rel="canonical" href="https://appliancerepair-sacramentoca.com/"/>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<meta name="copyright" content="Sacramento ASAP Appliance Repair">
<meta name="robots" content="index,follow" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta name="author" content="Sacramento ASAP Appliance Repair">
<meta name="description" content="Diagnose, service or repair any appliance. Serving Sacramento CA and nearby towns. Get emergency repair services from a local company you can trust. Call (916) 280-0690">
<meta name="keywords" content="">
<meta name="topic" content="Sacramento ASAP Appliance Repair">
<meta name="summary" content="Diagnose, service or repair any appliance. Serving Sacramento CA and nearby towns. Get emergency repair services from a local company you can trust. Call (916) 280-0690">
<meta name="Classification" content="Business">

<script async src="https://cdn.ampproject.org/v0.js"></script>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
<script async custom-element="amp-social-share" src="https://cdn.ampproject.org/v0/amp-social-share-0.1.js"></script>
<script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
<script async custom-element="amp-form" src="https://cdn.ampproject.org/v0/amp-form-0.1.js"></script>
<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>

<meta name="google-site-verification" content="MVr3PoxPhtvpJlpMYNrpMSMLiglB278rEzExAUTce6w" >


<style amp-custom>
/*buttons.css*/
/*
	99Lime.com HTML KickStart by Joshua Gatcke
	kickstart-buttons.css

	Super Easy Cross Browser CSS3 Gradients
	http://www.colorzilla.com/gradient-editor/
*/

/*---------------------------------
	BUTTONS
-----------------------------------*/
button,
a.btn,
a.btn:visited,
a.button,
a.button:visited,
input[type="submit"],
input[type="reset"],
input[type="button"]{
position:relative;
top:0;
left:0;
vertical-align: middle;
margin:0;
padding:10px 15px;
line-height:100%;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
cursor: pointer;
width:auto;
overflow:visible;
font-weight:normal;
font-size:14px; /*Pixels for consistancy*/
text-shadow:0 1px 0 #fff;
color:#666;
text-decoration:none;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:inline-block;
zoom:1;
border:1px solid #ccc;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfcfc", endColorstr="#e0e0e0",GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
}

button:active,
a.btn:active,
a.btn:visited:active,
a.button:active,
a.button:visited:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);}
button[disabled],.disabled:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}

button,
input[type="submit"],
input[type="reset"]

	a.btn,a.button{}/*overrides*/
	button.small, a.btn.small, a.button.small{font-size:0.8em;padding:5px 10px;}
	button.medium, a.btn.medium, a.button.medium{}/*default*/
	button.large, a.btn.large, a.button.large{font-size:1.3em;padding:10px 20px;}
	button.disabled, a.btn.disabled, a.button.disabled{color:#ccc;cursor:default;background:#efefef;}
	button.disabled:hover, a.btn.disabled:hover, a.button.disabled:hover{border:1px solid #ccc;background:#efefef;}

	button:hover,
	a.btn:hover,
	a.button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover{
	border:1px solid #bbb;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfcfc", endColorstr="#ededed",GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	}


/*---------------------------------
	BUTTON BAR
-----------------------------------*/
ul.button-bar{
display:inline-block;
margin:0;
padding:0;
font-size:0;
position:relative;
top:0;
left:0;
zoom:1;
border:0;
background:0;
}

	ul.button-bar li{
	display:inline-block;
	position:relative;
	top:0;
	left:0;
	zoom:1;
	margin:0 -1px 0 0;
	padding:0;
	line-height:100%;
	font-size:0px;
	border:1px solid #ccc;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfcfc", endColorstr="#e0e0e0",GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	}

	ul.button-bar li a{
	margin:0;
	display:inline-block;
	padding:7px 10px;
	position:relative;
	top:0;
	left:0;
	zoom:1;
	font-weight:normal;
	font-size:14px; /*Pixels for consistancy*/
	text-shadow:0 1px 0 #fff;
	color:#666;
	text-decoration:none;
	vertical-align: middle;
	line-height:100%;
	border-left:1px solid #fff;
	}

	ul.button-bar li.first,
	ul.button-bar li.first a{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-background-clip:content-box;
	-webkit-background-clip: border;
	background-clip: content-box;
	}

	ul.button-bar li.last,
	ul.button-bar li.last a{
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-background-clip:content-box;
	-webkit-background-clip: border;
	}

	ul.button-bar li a:hover{
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfcfc", endColorstr="#ededed",GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	}

	ul.button-bar li a:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);border-left:1px solid #ccc;}

/*---------------------------------
	STYLES
-----------------------------------*/
.pill{-webkit-border-radius:200em;-moz-border-radius:200em;border-radius:200em;}
.pop{-webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.2);-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.2);box-shadow:0px 1px 5px rgba(0,0,0,0.2);}
.inset{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);}
.square{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}

/*---------------------------------
	ORANGE
-----------------------------------*/
button.orange,
a.btn.orange,
a.button.orange,
input[type=submit].orange,
input[type=reset].orange,
input[type=button].orange{
text-shadow:0 -1px 0 #FC730A;
color:#fff;
border:1px solid #FC730A;
background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
background: linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffa84c", endColorstr="#ff7b0d",GradientType=0 ); /* IE6-9 */
}

	button.orange:hover,
	a.btn.orange:hover,
	a.button.orange:hover{
	text-shadow:0 1px 0 #FC730A;
	border:1px solid #FC730A;
	background: rgb(249,191,74); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,191,74,1) 0%, rgba(249,181,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,191,74,1)), color-stop(100%,rgba(249,181,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9bf4a", endColorstr="#f9b509",GradientType=0 ); /* IE6-9 */
	}

/*---------------------------------
	BLUE
-----------------------------------*/
button.blue,
a.btn.blue,
a.button.blue,
input[type=submit].blue,
input[type=reset].blue,
input[type=button].blue{
text-shadow:0 -1px 0 #1D6DC1;
color:#fff;
border:1px solid #1D6DC1;
background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7abcff", endColorstr="#4096ee",GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
}

	button.blue:hover,
	a.btn.blue:hover,
	a.button.blue:hover{
	text-shadow:0 1px 0 #1D6DC1;
	border:1px solid #1D6DC1;
	background: rgb(155,205,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(155,205,255,1) 0%, rgba(134,192,250,1) 44%, rgba(110,176,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,205,255,1)), color-stop(44%,rgba(134,192,250,1)), color-stop(100%,rgba(110,176,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9bcdff", endColorstr="#6eb0f2",GradientType=0 ); /* IE6-9 */
	}

/*---------------------------------
	PINK
-----------------------------------*/
button.pink,
a.btn.pink,
a.button.pink,
input[type=submit].pink,
input[type=reset].pink,
input[type=button].pink{
text-shadow:0 -1px 0 #EF0251;
color:#fff;
border:1px solid #EF0251;
background: rgb(255,93,177); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,93,177,1)), color-stop(100%,rgba(239,1,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Opera 11.10+ */
background: linear-gradient(top, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff5db1", endColorstr="#ef017c",GradientType=0 ); /* IE6-9 */
}

	button.pink:hover,
	a.btn.pink:hover,
	a.button.pink:hover{
	text-shadow:0 1px 0 #EF0251;
	border:1px solid #EF0251;
	background: rgb(255,169,213); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,169,213,1) 0%, rgba(254,112,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,169,213,1)), color-stop(100%,rgba(254,112,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,169,213,1) 0%,rgba(254,112,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,169,213,1) 0%,rgba(254,112,185,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(top, rgba(255,169,213,1) 0%,rgba(254,112,185,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffa9d5", endColorstr="#fe70b9",GradientType=0 ); /* IE6-9 */
	}

/*---------------------------------
	GREEN
-----------------------------------*/
button.green,
a.btn.green,
a.button.green,
input[type=submit].green,
input[type=reset].green,
input[type=button].green{
text-shadow:0 -1px 0 #669E00;
color:#fff;
border:1px solid #669E00;
background: rgb(143,196,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(143,196,0,1) 0%, rgba(107,165,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,196,0,1)), color-stop(100%,rgba(107,165,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); /* Opera 11.10+ */
background: linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8fc400", endColorstr="#6ba500",GradientType=0 ); /* IE6-9 */
}

	button.green:hover,
	a.btn.green:hover,
	a.button.green:hover{
	text-shadow:0 1px 0 #669E00;
	border:1px solid #669E00;
	background: rgb(198,226,120); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(198,226,120,1) 0%, rgba(167,211,44,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,226,120,1)), color-stop(100%,rgba(167,211,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c6e278", endColorstr="#a7d32c",GradientType=0 ); /* IE6-9 */
	}

/*---------------------------------
	RED
-----------------------------------*/
button.red,
a.btn.red,
a.button.red,
input[type=submit].red,
input[type=reset].red,
input[type=button].red{
text-shadow:0 -1px 0 #B21203;
color:#fff;
border:1px solid #B21203;
background: rgb(229,60,22); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,60,22,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,60,22,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
background: linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e53c16", endColorstr="#cf0404",GradientType=0 ); /* IE6-9 */
}

	button.red:hover,
	a.btn.red:hover,
	a.button.red:hover{
	text-shadow:0 1px 0 #B21203;
	border:1px solid #B21203;
	background: rgb(238,106,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,106,76,1) 0%, rgba(251,33,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,106,76,1)), color-stop(100%,rgba(251,33,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee6a4c", endColorstr="#fb2121",GradientType=0 ); /* IE6-9 */
	}


/*forms.css*/
/*---------------------------------
	FORMS
-----------------------------------*/
form{
padding:0;
margin:0;
}

fieldset{
margin:30px 0 20px 0;
padding:5px 15px 15px 15px;
border:1px solid #ccc;
background:#f5f5f5;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
position: relative;
top:0;
left:0;
}

	legend{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:2px 10px;
	margin:0 0 0 0;
	display:block;
	position: relative;
	top:0;
	left:0;
	}

	/*IE ONLY - I know, this is a stop gap*/
	.msie fieldset{padding-top:25px;}
	.msie legend{position:absolute;top:-0.7em;left:10px;}

label{
display:inline-block;
vertical-align: middle;
margin:0;
padding:0;
position:relative;
top:0;
left:0;
zoom:1;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

	label.inline{
	display:inline;
	margin:0;
	}

	label span{
	color:#999;
	font-size:0.9em;
	}

	label span.right{
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
	display:inline-block;
	}

	label.disabled{
	color:#ccc;
	}

input{
display:inline-block;
vertical-align: middle;
width:auto;
zoom:1;
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px 0;
text-indent: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0 0 6px #ccc;
-webkit-box-shadow:inset 0 1px 6px #ccc;
box-shadow:inset 0 1px 6px #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}

	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0 0 2px #ddd;
	-webkit-box-shadow:inset 0 1px 2px #ddd;
	box-shadow:inset 0 1px 2px #ddd;
	}

	/* FOCUS STATES */
	input[type="text"]:focus,
	textarea:focus,
	button:focus,
	a.button:focus,
	select:focus,
	input[type="file"]:focus,
	input[type="password"]:focus{
	-webkit-box-shadow: 0 0 7px #6DB9FF;
	-moz-box-shadow   : 0 0 7px #6DB9FF;
	box-shadow        : 0 0 7px #6DB9FF;
	border: 1px solid #50B1FE;
	outline: none;
	}

	/* TRANSITION */
	input[type="text"],
	textarea,
	button,
	a.button,
	a,
	input[type="file"]{
	-moz-transition: -moz-box-shadow 0.5s, border 0.5s, background 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s, border 0.5s, background 0.5s;
	-o-transition:  box-shadow 0.5s, border 0.5s, background 0.5s;
	transition: box-shadow 0.5s, border 0.5s, background 0.5s;
	}

input.checkbox,
input[type="checkbox"]{
display:inline;
width:auto;
margin:0;
padding:0;
border:0;
background:none;
vertical-align:center;
}

input.radio,
input[type="radio"]{
display:inline;
width:auto;
margin:0;
padding:0;
border:0;
background:none;
vertical-align:center;
}

	input[type="radio"]:focus,
	input[ type="checkbox"]:focus{
	-webkit-box-shadow: 0 0 5px #6DB9FF;
	-moz-box-shadow   : 0 0 5px #6DB9FF;
	box-shadow        : 0 0 5px #6DB9FF;
	outline-color: #6DB9FF;
	}

input.file,
input[type="file"]{
/*font-size:0.8em;*/
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
border:none;
}

select{
display:inline;
width:auto;
margin:0;
border:1px solid #ccc;
line-height:100%;
padding:3px;
vertical-align: middle;
}

        select[disabled="disabled"], select.disabled{
        color:#999;
        background:#f5f5f5;
        -moz-box-shadow:inset 0 0 2px #ddd;
        -webkit-box-shadow:inset 0 1px 2px #ddd;
        box-shadow:inset 0 1px 2px #ddd;
        }

textarea{
width:auto;
height:200px;
margin:0;
border:1px solid #ccc;
padding:5px;
vertical-align: middle;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0 0 6px #ccc;
-webkit-box-shadow:inset 0 1px 6px #ccc;
box-shadow:inset 0 1px 6px #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/*---------------------------------
	COLUMN SIZES
-----------------------------------*/

/* sizes */
input[class*="col_"],
select[class*="col_"],
label[class*="col_"]{
float:none;display:inline-block;margin-bottom:0;
}

/*---------------------------------
	FORMS VERTICAL
-----------------------------------*/
form.vertical{

}

	form.vertical label{display:block;}
	form.vertical input,
	form.vertical select,
	form.vertical textarea{width:100%;display:block;margin-bottom:10px;}
	form.vertical .chzn-container{display:block;margin-bottom:10px;}
	form.vertical .chzn-choices{display:block;margin-bottom:10px;}

	/* radios & checks */
	form.vertical input.checkbox,
	form.vertical input[type="checkbox"],
	form.vertical input.radio,
	form.vertical input[type="radio"],
	form.vertical label.inline{display:inline;width:auto;margin:0;}
/*---------------------------------
	FORM VALIDATION
-----------------------------------*/
label.error{color:red;}
input.error{border:1px solid red;}
select.error{border:1px solid red;}

/*---------------------------------
	NOTICES
-----------------------------------*/
.notice{
border:1px solid gold;
background:lightyellow;
padding:10px 20px 10px 40px;
margin:10px 0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
color:#DEAE00;
line-height:120%;
vertical-align: center;
text-shadow:0px 1px rgba(255,255,255,0.5);
position:relative;
top:0;
left:0;
clear:both;
}

	.notice.warning{}/*default*/
	.notice.error{border:1px solid red;background:pink;color:red;}
	.notice.success{border:1px solid green;background:lightgreen;color:green;}
	.notice i[class^="icon-"]{position:absolute;top:50%;left:0.8em;margin-top:-0.6em;}
	.notice a[class^="icon-remove"],
	.notice a[class^="icon-remove"]:active,
	.notice a[class^="icon-remove"]:visited{font-size:12px;position:absolute;top:5px;right:5px;left:auto;color:inherit;margin-top:0;left:auto;}



/*menus.css*/
/*
	99Lime.com HTML KickStart by Joshua Gatcke
	kickstart-menus.css
*/

/*---------------------------------
	MENU LAYOUT
	DO NOT EDIT This Section (unless you know what you are doing)
-----------------------------------*/
.menu{margin:0;padding:0;line-height:100%;
font-size:0; /* Kill white space gap between LI elements */
position:relative;z-index:1000;}

	.menu:after{clear:both;content:" ";display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
	.menu li{margin:0;padding:0;list-style-type:none;display:inline-block;position:relative;zoom:1;line-height:inherit;
	top:0;left:0;font-size:16px; /* fixed font-size to replace font-size:0 in parent .menu 1em/16px default */}
		.menu li a{margin:0;padding:0;display:block;display:inline;display:inline-block;position:relative;zoom:1;line-height:100%;top:0;left:0;}


/*--------------Sub Menus-------------------*/
	/*.menu li:hover > ul{display:block;}*/
	.menu ul{margin:0;padding:0;position: absolute;top:100%;left:0;display:none;min-width:150px;max-width:150%;}
	.menu ul li{display:block;width:100%;}
	.menu ul li a{display:block;}
		.menu ul ul{top:0;left:100%;}

/*--------------Dividers-------------------*/
	.menu ul li.divider{border-top:1px solid #ccc;}
	.menu ul li.divider a{border-top:1px solid #fff;}


/*--------------Right---------------------*/
	.menu li.right{float:right;}


/*--------------Arrows-------------------*/
	.menu li.has-menu a{padding-right:25px;}
	.menu li.has-menu span.arrow{border-style:solid;border-width:5px;
	display:block;position:absolute;top:50%;right:5px;font-size:0;line-height:0;height:0;width:0;}
	.menu li li.has-menu span.arrow{margin-top:-4px;}

/*--------------Vertical Menu Layout-------------------*/
.menu.vertical{}
	.menu.vertical li{display:block;}
	.menu.vertical li a{display:block;}
	.menu.vertical ul{top:0;left:100%;}
	.menu.vertical li.has-menu span.arrow{margin-top:-4px;}

/*--------------Vertical Right Menu Layout-------------------*/
.menu.vertical.right{text-align:left;}
	.menu.vertical.right ul{top:0;right:100%;left:auto;}
	.menu.vertical.right li a{padding-left:25px;padding-right:20px;}
	.menu.vertical.right li.has-menu span.arrow{right:auto;left:5px;margin-top:-4px;}


/*---------------------------------
	MENU STYLES
	EDIT BELOW THIS LINE TO CUSTOMIZE
-----------------------------------*/
.menu{
border:1px solid #ccc;
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
z-index:600;
}

	.menu li{}

		.menu li a{
		text-shadow:0px 1px 1px #fff;
		padding:15px 20px;
		text-decoration:none;
		font-size:0.9em;
		color: #777;
		}

		.menu li.current>a,
		.menu li.current>a:hover,
		.menu li.current.hover>a{
		background: rgb(122,188,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera11.10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7abcff", endColorstr="#4096ee",GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
		color:#fff;
		text-shadow:0px -1px 0 rgba(0,0,0,0.2);
		cursor: default;
		}

		.menu li a:hover,
		.menu li.hover>a{
		background:#f5f5f5;
		}

	/* sub menus */
	.menu ul{
	background: #efefef;
	border:1px solid #ccc;
	}

	.menu ul li{}
	.menu ul li a{}

		/* sub-sub menus */
		.menu ul ul{}
		.menu ul ul li{}
		.menu ul ul li a{}

	/* arrows */
	/* arrow down */  .menu li.has-menu span.arrow{border-color-top:#ccc;border-color:#ccc transparent transparent transparent;}
	/* arrow left */  .menu li li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow
					   {border-color-left:#ccc;border-color:transparent transparent transparent #ccc;}
	/* arrow right */ .menu.vertical.right li.has-menu span.arrow{border-color-right:#ccc;border-color:transparent #ccc transparent transparent;}

	/* dividers */ 	  .menu ul li.divider{border-top:1px solid #ccc;}
					  .menu ul li.divider a{border-top:1px solid #fff;}



/*---------------------------------
	RESPONSIVE MENU STYLES
	DO NOT EDIT unless you know what you are doing
-----------------------------------*/

.menu li.menu-toggle{display:none;}


@media all and (max-width: 768px) {

	.grid .menu li,
	.grid .menu.vertical li,
	.grid .menu.vertical.right li{
	display:block;
	display:none;
	}

	.grid .menu li.menu-toggle,
	.grid .menu.vertical li.menu-toggle,
	.grid .menu.vertical.right li.menu-toggle{
	display:block;
	}

	.grid .menu:hover li,
	.grid .menu.vertical:hover li,
	.grid .menu.vertical.right:hover li{
	display:block;
	}

	/* arrows */
	.grid .menu li.has-menu span.arrow,
	.grid .menu.vertical li.has-menu span.arrow,
	.grid .menu.vertical.right li.has-menu span.arrow,
	.grid .menu li li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow
	{border-color-top:#ccc;border-color:#ccc transparent transparent transparent;}

	.grid .menu.vertical.right li.has-menu span.arrow{
	right:5px;left:auto;
	}

	.grid .menu li a{
	display:block;
	}

	.grid .menu ul,
	.grid .menu ul ul,
	.grid .menu.vertical ul,
	.grid .menu.vertical.right ul{
	position:relative;
	top:0;
	left:0;
	margin:10px;
	}

}



/*grid.css*/
/*
	99Lime.com HTML KickStart by Joshua Gatcke
	kickstart-grids.css
	
	DO NOT EDIT THIS FILE unless you know what you are doing. 
*/
/*---------------------------------
	GRID/COLUMNS
-----------------------------------
	tinyfluidgrid.com
	& girlfriendnyc.com
	with changes by 99Lime
-----------------------------------*/
 /*
 & Columns : 12 
 & Gutter %: 20% 
 & MaxWidth: 1280px
 */
 
.grid{
max-width:1220px;
margin:0 auto;
padding:0 2em;
}

.grid.flex{
width:100%;
max-width:100%;
padding:0 2%;
padding:2em;
}

.row{
display:block;
overflow:hidden;
clear:both;
}

*[class*="col_"].alpha{margin-left:0;}
*[class*="col_"].omega{margin-right:0;}
 
.col_1  { width: 6.6666666666667%; }
.col_2  { width: 15%; }
.col_3  { width: 23.333333333333%; }
.col_4  { width: 31.666666666667%; }
.col_5  { width: 40%; }
.col_6  { width: 48.333333333333%; }
.col_7  { width: 56.666666666667%; }
.col_8  { width: 65%; }
.col_9  { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 98.333333333333%; }

*[class*="col_"]{
margin-left: 0.83333333333333%;
margin-right: 0.83333333333333%;
margin-top:0.5em;
margin-bottom:0.5em;
float: left;
display: block;
}

.grid img{
max-width: 100%;
height:auto;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:" ";display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix, *:first-child+html .clearfix{zoom:1}

/* Viewable Grids 
	To view your grids, add the class .visible to any grid container.
	This will add a background color so you can see the layout of your grids. 
*/
*[class*="col_"].visible{
background:#eee;
border:1px dotted #ccc;
}


/*---------------------------------
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
-----------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) {
	
	.grid *[class*="col_"]{}
	.grid{max-width: 1024px;}
	.show-desktop	{display:block;}
	.hide-desktop	{display:none;}
	.show-tablet	{display:none;}
	.hide-tablet	{display:block;}
	.show-phone		{display:none;}
	.hide-phone		{display:block;}
	
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	
	.grid *[class*="col_"]{}
	.grid{max-width: 768px;}
	.show-desktop	{display:none;}
	.hide-desktop	{display:block;}
	.show-tablet	{display:block;}
	.hide-tablet	{display:none;}
	.show-phone		{display:none;}
	.hide-phone		{display:block;}
	
}


@media all and (min-width: 480px) and (max-width: 768px) {

	.grid *[class*="col_"]{
	float:none;
	width:auto;
	clear:both;
	display:block;
	}
	
	/* columns inside of columns */
	.grid *[class*="col_"] [class*="col_"]{
	margin-left:0;
	margin-right:0;
	width:100%;
	}
	
	.grid{max-width: 480px;}
	.show-desktop	{display:none;}
	.hide-desktop	{display:block;}
	.show-tablet	{display:block;}
	.hide-tablet	{display:none;}
	.show-phone		{display:none;}
	.hide-phone		{display:block;}
	
}

@media all and (max-width: 480px) {
	
	.grid *[class*="col_"]{
	float:none;
	width:auto;
	clear:both;
	display:block;
	}
	
	/* columns inside of columns */
	.grid *[class*="col_"] [class*="col_"]{
	margin-left:0;
	margin-right:0;
	width:100%;
	}
	
	.grid{max-width: 100%;/*320*/}
	.show-desktop	{display:none;}
	.hide-desktop	{display:block;}
	.show-tablet	{display:none;}
	.hide-tablet	{display:block;}
	.show-phone		{display:block;}
	.hide-phone		{display:none;}
	
}



/*prettify.css*/
.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}



/*inline*/

*{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
a{color:#4D99E0;outline:0;}
a:active{color:inherit;}
a:visited{}
a:hover{}
a img{border:0;}
a [class^="icon-"]{color:inherit;text-decoration:none;}
strong,b{color:#000;font-weight:bold;}
strike{}
em,i{}
.hide{display:none;}
.show{display:block;}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

hr{clear:both;border-bottom:0;border-top:1px dotted #ccc;border-right:0;border-left:0;margin:30px 0;min-height: 0;height:1px;}
hr.alt1{border-style: solid;}
hr.alt2{border-style: dashed;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}

h1,h2,h3,h4,h5,h6{font-weight:bold;line-height:140%;}

h1{font-size:3.5em;margin:10px 0 10px 0;}
h2{font-size:3em;margin:10px 0 10px 0;}
h3{font-size:2.5em;margin:10px 0 10px 0;line-height:130%;}
h4{font-size:2em;margin:10px 0 10px 0;}
h5{font-size:1.5em;margin:10px 0 10px 0;}
h6{font-size:1.2em;margin:10px 0 5px 0;}

p{margin:10px 0;}
blockquote{font-size:1.5em;line-height:1.5em;font-style: italic;margin:30px 30px 30px 0;padding:0 0 0 20px;border-left:1px solid #ccc;}
blockquote span{font-size:0.7em;display:block;}
blockquote.small{font-size:1.2em;}



/*style.css*/
* { box-sizing: border-box; }

body{margin:0;padding:0 0 0 0;color:#000;background:#fff;font:normal 0.9em/150% arial, verdana, sans-serif;text-shadow: 0 0 1px transparent; /* google font pixelation fix */}
#wrap{width:100%;background:#fff;margin:30px auto 30px auto;padding:0 2%;border:1px solid #ccc;}

#footer{text-align:center;padding:20px;margin:0;border-top:1px solid #ddd;color:#999;font-size:0.8em;text-shadow:0px 1px 1px #fff;position: relative;top:0;left:0;background:#fff;}

#link-top{display:none;}


/* NAV BAR*/
.navbar{position:fixed;top:0;left:0;width: 100%;background:#000;color:#fff;z-index:1000;}
.navbar #logo{position:absolute;top:0;right:0;padding:0.5em 1em;font-size: 1.7em;color:#efefef;text-decoration:none;}
.navbar span{color:#86dc00;}
.navbar ul{display:inline-block;margin:0;padding:0;}
.navbar li{margin:0;padding:0;list-style-type:0;display:inline-block;}
.navbar li a{display:inline-block;color:#efefef;padding:1em 1.3em;text-decoration:none;text-transform: uppercase;line-height:100%;font-size: 1.2em;}

.callout{background: #99ba50;padding:3em 0;color:#fff;box-shadow:inset 0 0 10px rgba(0,0,0,0.2);text-align: center;text-shadow:0px 1px 3px rgba(0,0,0,0.2);display:block;}
.callout + div.grid{margin-top:50px;}
 a.callout{cursor:pointer;}
 .callout i.icon-4x{font-size:6em;}
 .callout h4{margin-bottom:30px;}
 .callout-top{margin:50px 0 0 0;}
 .callout p{margin-bottom:0;}
 .callout .button{margin-top:10px;}
 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{padding:30px 0;}

#ui-preview{border:5px solid #ddd;margin:30px 0;display:block;}



/*local.css*/
/*---------------------------------
	IMPORTS
-----------------------------------*/

/* latin-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuvMR6WR.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMRw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuvMR6WR.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMRw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}


/* latin */
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Droid Sans Regular"), local("DroidSans-Regular"), url(https://fonts.gstatic.com/s/droidsans/v12/SlGVmQWMvZQIdix7AFxXkHNSbQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Droid Sans Bold"), local("DroidSans-Bold"), url(https://fonts.gstatic.com/s/droidsans/v12/SlGWmQWMvZQIdix7AFxXmMh3eDs1Zw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

/* latin */
@font-face {
  font-family: "Droid Serif";
  font-style: italic;
  font-weight: 700;
  src: local("Droid Serif Bold Italic"), local("DroidSerif-BoldItalic"), url(https://fonts.gstatic.com/s/droidserif/v12/tDbX2oqRg1oM3QBjjcaDkOr4lLz5CwOnSA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Droid Serif";
  font-style: normal;
  font-weight: 700;
  src: local("Droid Serif Bold"), local("DroidSerif-Bold"), url(https://fonts.gstatic.com/s/droidserif/v12/tDbV2oqRg1oM3QBjjcaDkOJGiRD7OwE.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}



@font-face {
  font-family: "fontello";
  src: url("/css/fontello/font/fontello.eot?56659675");
  src: url("/css/fontello/font/fontello.eot?56659675#iefix") format("embedded-opentype"),
       url("/css/fontello/font/fontello.woff?56659675") format("woff"),
       url("/css/fontello/font/fontello.ttf?56659675") format("truetype"),
       url("/css/fontello/font/fontello.svg?56659675#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "fontello";
    src: url("../font/fontello.svg?56659675#fontello") format("svg");
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-star:before { content: "\e800"; } /* "" */
.icon-home:before { content: "\e801"; } /* "" */
.icon-check:before { content: "\e802"; } /* "" */
.icon-right-open:before { content: "\e803"; } /* "" */
.icon-right-open-big:before { content: "\e804"; } /* "" */
.icon-right:before { content: "\e805"; } /* "" */
.icon-location:before { content: "\e806"; } /* "" */
.icon-right-small:before { content: "\e807"; } /* "" */
.icon-clock:before { content: "\e808"; } /* "" */
.icon-phone:before { content: "\e809"; } /* "" */
.icon-thumbs-up:before { content: "\e80a"; } /* "" */
.icon-flag:before { content: "\e80b"; } /* "" */
.icon-menu:before { content: "\e80c"; } /* "" */
.icon-layout:before { content: "\e80d"; } /* "" */
.icon-cancel:before { content: "\e80e"; } /* "" */
.icon-right-1:before { content: "\e80f"; } /* "" */
.icon-right-2:before { content: "\e810"; } /* "" */

/*---------------------------------
	OVERRIDES
-----------------------------------*/
body { 
  font-family: "Droid Sans", sans-serif;


background: #FFFFFF; /* Old browsers */

padding: 0;
margin: 0;

min-height: 800px;

}

h1,h2,h3,h4,h5,h6{
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0074B1;
}

h1,h2{
    line-height: 100%;
    margin: 30px 0;
}
h1{ font-size: 2.5em;}
h2{ font-size: 1.8em;}
h3{ font-size: 1.6em; text-transform: capitalize;}

thead th,
tbody th{
font-family: "Droid Sans", sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Droid Sans", sans-serif;
}

.menu{
font-family: "Droid Sans", sans-serif;
overflow: hidden;
border: none;
background: #fff;
}

blockquote{
font-family: "Droid Sans", sans-serif;
}

.callout{
background:#ff000;
padding:1em 15% 2em;
color:#fff;
box-shadow: 0 0 10px rgba(155, 186, 0, 0.6);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
border-radius: 0px;
margin-top: 2em;
}
.callout h2{color: #fff; margin: 1em 0 0.5em;}

#search .form-or {
    color: inherit;
    display: block;
    font-size: inherit;
    font-family: Georgia, sans-serif;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 0;
}
#search form > div {
    padding: 5px 0;
}
#search input, 
#search select {
    display: block;
    width: 65%;
    padding: 8px 4px;
    font-size: 100%;
    border-radius: 3px;
}

body.homepage #search input, 
body.homepage #search select {
    display: block;
    width: 100%;
    padding: 8px 2px;
}
body.homepage #search form > div button {
    width: 100%;
}
#form1-cell1, #form1-cell2 ,
#form2-cell1, #form2-cell2, #form2-cell3 {
    max-width: 500px;
}
#form2-cell3 > button {
    margin-top: 10px;
}

.menu li>a {font-family: "Droid Sans", sans-serif; width: 700;}
.menu li.current>a,
.menu li.current>a:hover,
.menu li.current.hover>a{
background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7abcff", endColorstr="#4096ee",GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
color:#fff;
text-shadow:0px -1px 0 rgba(0,0,0,0.2);
cursor: default;
}

.menu li a:hover,
.menu li.hover>a{
background:#f5f5f5;
}

.services { background: none repeat scroll 0 0 #0074B1; padding: 2em 4%;  text-align: center;}
.services a {border: none; padding: 0; margin: 5px;display: inline-block;}
.services .caption span{text-align: center; text-transform: uppercase; color: #fff;}
.services div.caption {background: transparent; border: none;}
.services div.caption img {border-radius: 66px; background: #5397D1; border: 3px solid rgba(255, 255, 255, 0.4); }
.services a:hover {text-shadow: 0 0 10px #FFFFFF;}
.services a:hover div.caption img { 
    transition-property: background-color;
    transition-duration: 0.5s;
    background-color: #005C84; border: 3px solid rgba(255, 255, 255, 0.8); box-shadow: 0 0 10px #FFFFFF;}


div.bx-wrapper {margin-bottom: 0px;}
div.bx-wrapper .bx-viewport { background: #FFFFFF; border: none; box-shadow: none; left: 0;}

#footer {
    background: none repeat scroll 0 0 #111;
    border-top: 2px solid #000;
    color: #999999;
    font-size: 0.9em;
    left: 0;
    margin: 0 0;
    padding: 40px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px #000000;
    top: 0;
}
#footer a{padding: 1em;}

/*---------------------------------
	CUSTOM ELEMENTS
-----------------------------------*/

.bullet {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    width: 30%;
    min-width: 120px;
}

.header {

background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#45484d", endColorstr="#000000",GradientType=0 ); /* IE6-9 */

color:#CCC;

}


.header-wrapper{ background: rgba(0, 84, 128, 0.8);min-height: 500px;}

.header-wrapper a.logo{text-decoration: none;}

#header-logo{
    font-size: 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    line-height: 100%;
}
#header-logo span { display: block; }
#header-logo span.adjective { 
    letter-spacing: -2px;
    font-weight: 900;
    font-style: italic;
    color: #ff8600; 
    text-decoration: none;    
}
#header-logo span.appliance-repair { 
    letter-spacing: -2px;
    color: #fff;
    padding-right: 0.2em;
    font-weight: 600;
    text-decoration: none;    
}
#header-logo span.location { 
    color: #aaa;
    width: 100%;
    font: normal 19px "Droid Sans", Arial, sans-serif;    
    text-decoration: none;    
}

#header-logo.adjective-first span.adjective {
    order: 1;
    padding-right: 0.3em;
}
#header-logo.adjective-first span.location {
    order: 3;    
}
#header-logo.adjective-first span.appliance-repair {
    order: 2;    
}
#header-logo.adjective-first span.location:before {
    content: "of ";
}
#header-logo span.adjective.o1 { 
    order: 1;
}
#header-logo span.adjective.o2 { 
    order: 3;
}
#header-logo span.adjective + span.appliance-repair { 
    padding-left: 0.4em;
}
#header-logo span.adjective.o1 + span.appliance-repair { 
    order: 2;
}
#header-logo.adjective-first span.adjective + span.appliance-repair {
    padding-left: 0;
}

.header .phone {}
.header .phone,  .header .phone a {
    color: #fff;
    line-height: 95%;
    text-decoration: none;
    margin-right: 8px; 
}
.header .phone,  .header .phone a:before {content: "Call ";} 
.header .contact-info {
    padding: 0;
    text-align: right;
}

.header .contact-info h1 {color: #FFF; font: 14px/21px "Droid Sans", Arial, sans-serif; letter-spacing: 0.2px; margin: 0; text-transform: capitalize;}
.header .contact-info h2 {display: inline-block; color: #FFF; font: 12px/21px "Droid Sans", Arial, sans-serif; letter-spacing: 0.2px; margin: 0; text-transform: capitalize;}
.header .contact-info h2 span {display: inline-block; margin-left: 8px;}
.header .contact-info h3,
.header .contact-info h4,
.header .contact-info h5 { color: #fff; display: none;}

.anouncement {
    background: #000;
}
.anouncement .message {
    color: #fda;
    line-height: 120%;
    margin: 0 auto;
    max-width: 1160px;
    padding: 15px;
    position: relative;
    text-align: center;
}
.anouncement .message a{color: #fff;}
.menu li a {
    color: #333;
    font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.3px;
    padding: 10px 9px;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFFFFF;
    text-transform: uppercase;
}
.menu li a:hover { color: #0074b1;}
.menu li a.hiring {  text-shadow: 0 3px 8px #ffba00; }

.gallery-wrapper {
    max-width: 1184px;
    max-height: 500px;
    margin: 0 auto;
}

.feature { background: #fff; padding-top: 2em;}
.homepage .main-wrapper {background: #0074b1;}

.homepage .feature {padding: 0; margin: 0px auto; max-width: 1100px; padding: 40px; border-bottom: 1px solid rgba(255,255,255,0.4); background: transparent; color: #fff;}
.homepage .feature a{color: #ff8;}

.feature .bullet i {float: left;margin-left: -24px;}

.content {padding-bottom: 2em;}
ul.icons li i {
    color: #99BA50;
}
div.product-teaser {}
div.product-teaser a{text-decoration: none;}
div.product-teaser h1 a {border-bottom: 1px solid;}
div.product-teaser a:hover{color: #99BA50;}
div.product-teaser p a{color: #000;}
div.product-teaser > h1{ font-size: 1.5rem; font-style: normal;line-height: 120%;}
div.product-teaser .read-more a{ background: #99BA50; color: #fff; clear: left; display: inline-block; padding: 5px; border: 1px solid; border-radius: 5px;}
div.product-teaser .read-more a:hover{ background: #669A30; }


div.services-provided {padding: 0px 8px; margin-top: -18px; font-size: 10px; letter-spacing: 3px; color: #777; text-transform: uppercase;}
div.services-provided span {}
div.services-provided strong { font-weight: normal; color: #AAA;}

.friend-link { margin: 1em 0; }
.friend-link a {font-weight: bold;}
.friend-link .description { padding-left: 10px; display: block;}

.contacts { background-color: #135; color: #bcd; padding: 1em 0.5em 2em; }
.contacts h5{margin-top: 2em;}
.contacts a, 
.contacts a:visited
{color: #fff;}

.send-email {padding-top: 40px;}
.send-email h5 { color: #000; text-transform: none; }
.send-email .email-success, 
.send-email .notice {display: none;}
.send-email .notice h6 { color: black; text-transform: none;}
.send-email .notice.success {background: #aeb; border: 1px solid #6d4; padding: 20px 40px 40px 40px;}
form.amp-form-submit-success > button {display: none;}

#email_msg { height: 90px;}

.feedback {
    margin-top: 50px;
    background-color: #e5e2da; 
    min-height: 150px; 
    height: auto; 
    /* height: 150px;*/ 
    width: 100%;
    padding: 5px 30px;
    line-height: 1.75em;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
}
.feedback h3{color: #853;}


.map img { border-radius: 10px;}


#hiring{ padding: 40px 0 60px; background: #99ba50; color: #fff;}
#hiring h2 { font: bold  40px "Droid Serif", "Droid Sans", sans-serif;  text-transform: capitalize; color: #ff8;}
#hiring h5 { text-transform: none;   }
#hiring span.phone{ background: #135 none repeat scroll 0 0; border-radius: 3px; color: #fff; display: inline-block; font-size: 32px; padding: 15px 30px;}
#hiring .phone > a { color: #fff; border-bottom: 1px solid rgba(255,255,255, 0.3); text-decoration: none;}

ul.social-directories {margin: 0; padding: 0;}
ul.social-directories li{list-style: none; display: inline-block; margin: 2px 20px 2px 0;}
i.social-icon {background: url("/img/social_icons.png") repeat scroll 0 0;display: inline-block;height: 20px;width: 20px; margin: 0 4px -4px 0;}
i.social-icon.yelp {background-position: -80px 0}
i.social-icon.pinterest {background-position: -60px 0}
i.social-icon.facebook {background-position: -20px 0}
i.social-icon.twitter {background-position: -0px 0}
i.social-icon.youtube {background-position: -120px 0}
i.social-icon.myspace {background-position: -100px 0}
i.social-icon.tumbler {background-position: -140px 0}
i.social-icon.yellowpages {background-position: -160px 0}

ul.appliance_brands {list-style: none; margin: 0;}
ul.appliance_brands li {line-height: 200%; color: #222; padding: 0;}
ul.appliance_brands li:before {content: "—"; padding-right: 0.5em; color: #0074b1;}

.homepage .brands { background: #0074b1 none repeat scroll 0 0; color: #fff; padding: 0 2em 2em;}
.homepage .brands h2{color: #fff;}
.homepage ul.appliance_brands li::before {margin-left: -28px; color: rgba(255, 255, 255, 0.3);}
.homepage ul.appliance_brands li {display: inline-block;margin:0 40px 0.8em 28px; padding: 0;width: 200px; line-height: 100%; color: #fff;}


blockquote {font-family: georgia,serif ; border: none;}
blockquote.small {font-size: 1.1em;}
blockquote.small > h2 {color: #f63; font-family: georgia,serif; text-transform: none; font-size: 22px;}
blockquote > p { position: relative;}
blockquote > p:before {color: #ddd;content: "“";font-size: 220px;left: -95px;margin-left: -20px;position: absolute;top: 80px;}


.contacts {background: url("/img/zigzag.png") repeat-x scroll 0 0 #135;}

.tip{font-family: monospace;font-size: 1.2em;line-height: 180%;padding: 30px 60px 30px 20px;background: url("/img/zigzag.png") repeat-x scroll 0 0 #faf8dd;} 
.tip h2{ font-family: monospace; color: #222;background-color: #ff0; display: inline-block;}
.tip img {width: 200px; height: 200px; border-radius: 100px;} 

.contact-us h3{font-size: 18px;text-transform: capitalize; }
.contact-us .departments h3{display: block; min-height: 4em;}
.contact-us .departments .phone a {display: block; background: #f63; color: #fff; border-radius: 5px; text-align: center; padding: 1.5em 0.5em; font-size: 1.3em; text-decoration: none; letter-spacing: 0.5px;}
.contact-us .departments .phone a:hover {background: #e52; color: #fe0; }

.faq h3{margin-top: 3em; }
.faq p {line-height: 2.2em;}

.notice {display: none;}

.contact-us-links {background-color: #024; padding: 4em 0 3em;}


.contact-us-links h2 {text-align: center; margin: 0;}
.contact-us-links h3 {}
.contact-us-links .right-col {text-align: right; padding-right: 20px;}
.contact-us-links h3 a {color: rgba(255,255,255, 0.6); font: normal 14px "Droid Sans",sans-serif;}
.contact-us-links h3 a:hover {color: rgba(255,255,255, 1);}

.appliance-repair-slides {
    text-align: center;
    padding-top: 60px;
    position: absolute;
    width: 100%;
}
.appliance-repair-slides h1,
.appliance-repair-slides h2,
.appliance-repair-slides h3
 {
color: rgba(255,255,255,0.7);
font-weight: normal;
text-transform: none;
font-family: "Droid Sans",sans-serif;
margin: 15px 0;
}
.appliance-repair-slides h1{font-size: 44px; color: #fff;}
.appliance-repair-slides h2{font-size: 19px;}
.appliance-repair-slides h3{font-size: 19px;}
.appliance-repair-slides h2.appliance-repair-slides-phone {
    display: inline-block;
    padding: 20px 50px;
    border: 2px solid #ff8600;
    font-size: 42px;
    color: #fff;
    border-radius: 6px;
}
.appliance-repair-slides a{
    color: #FFF;
    text-decoration: none;
}
.appliance-repair-slides a:hover{
    color: #ffe400;
    text-decoration: none;
}


/*---------------------------------
    RESPONSIVE
-----------------------------------*/

@media all and (max-width: 768px) {

body {background: #FFFFFF ; }

.header .contact-info { padding: 10px 0; text-align: center ; }
.header-wrapper {min-height: 450px;}
.header .contact-info h1,
.header .contact-info h2,
.header .contact-info .work-hours{ line-height: 28px; font-size: 14px;}
.header .phone {

}
.header .phone a{
    text-shadow: none;
    color: #0074B1; 
    font-size: 32px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    border-radius: 20px;
    display: block;
    padding: 20px 10px;
    margin: 8px 0;
}

.header .contact-info h1, 
.header .contact-info h2,
.header .contact-info h3,
.header .contact-info h4,
.header .contact-info h5 { display: block ;}

.header .contact-info h2{visibility: hidden ;}

#slideshow1 {display: none;}

[class*="col_"] {
    display: block;
    float: left;
    margin: 0 0.833333%;
}

}


</style>

</head><body class="">

<div class="part header"  id="header" style="background: url(/img/global/X-03.jpg) no-repeat center center; background-size: cover;" >
<div class="header-wrapper">
<div class="grid clearfix">

<div class="col_5 left logo-wrapper">
    <a href="/" title="Homepage" class="logo">
    <div id="header-logo" class=" adjective-first">
        <span class="location">Sacramento</span>
        <span class="adjective o1">ASAP</span>
        <span class="appliance-repair">Appliance Repair</span>
        
    </div>
    </a>
    
</div>

<div class="col_7 right contact-info" itemscope itemtype="//schema.org/LocalBusiness">

<h2 itemprop="name">Sacramento ASAP Appliance Repair</h2><br>

<meta itemprop="description" content="Appliance repair">
<div hidden itemprop="makesOffer" itemscope itemtype="//schema.org/Offer">
    <div itemprop="itemOffered" itemscope itemtype="//schema.org/Service">
	    <meta itemprop="serviceType" content="Appliance repair service" >
	    <meta itemprop="serviceType" content="Refrigerator repair service" >
	    <meta itemprop="serviceType" content="Washer & dryer repair service" >
	    <meta itemprop="serviceType" content="Microwave oven repair service" >
	    <meta itemprop="description" content="Fair pricing, No hourly rates, No hidden fees, Free service call with repair, Free checkups at no extra charge, Free estimate if we do the job, Same Day service, Access to Replacement Parts, Online discount" >
    </div>
</div>

<meta itemprop="url" content="appliancerepair-sacramentoca.com">
<meta itemprop="hasMap" content="https://www.google.com/maps/search/Sacramento, CA 95819">

<meta itemprop="priceRange" content="$">
<meta itemprop="areaServed" content="Sacramento CA">
<meta itemprop="logo" content="/img/global/logo.jpg">
<meta itemprop="slogan" content="Is your applince broken? We can help!">
<meta itemprop="email" content="info@appliancerepair-sacramentoca.com">
<div hidden itemprop="brand" itemscope itemtype="//schema.org/Brand">
    <meta itemprop="description" content="Admiral, Amana, Bosch, Broan, Carrier, Coldspot, Dacor, Danby, InSinkErator, Electrolux, Emerson, Fedders, Friedrich, Frigidaire, GE, Gemline, Goldstar, Haier, Heil, Hotpoint, Jenn Air, Kenmore, KitchenAid, Koolatron, Krups, Lennox, LG, Magic Chef, Maytag, Modern Maid, Oster, Panasonic, Payne, Primier, RCA, Rheem, Roper, Ruud, Samsung, Sanyo, Sears, Sharp, Signature, Speed Queen, Sub-Zero, Summit, Whirlpool, Vinotemp">
</div>
<meta itemprop="paymentAccepted" content="Cash, Credit Card">
<meta itemprop="image" content="https://appliancerepair-sacramentoca.com/img/global/Sacramento-95819-appliance-repair-service+I1-Appliance-Washer-Dryer-Repair.jpg">
<meta itemprop="image" content="https://appliancerepair-sacramentoca.com/img/global/Sacramento-95819-appliance-repair-service+I2-Freezer-Refrigerator-Repair.jpg">
<meta itemprop="image" content="https://appliancerepair-sacramentoca.com/img/global/Sacramento-95819-appliance-repair-service+I3-Dishwasher-Stove-Oven-Repair.jpg">

<h2 itemprop="address" itemscope itemtype="//schema.org/PostalAddress">
  
    <span itemprop="streetAddress">6509 Folsom Blvd</span>, 

		<span itemprop="addressLocality">Sacramento</span>,
		<span itemprop="addressRegion">CA</span>
		<span itemprop="postalCode">95819</span>
        <meta itemprop="streetAddress" content="6509 Folsom Blvd">
	</h2>

	<div itemprop="geo" itemscope itemtype="//schema.org/GeoCoordinates">
		<meta itemprop="latitude" content="38.55470140378453" >
		<meta itemprop="longitude" content=" -121.42721387267272" >
	</div>

	<h5 itemprop="description">Quality appliance repair in Sacramento CA<br> Don't wait - call now!</h5>

	<span class="phone">
		<a href="tel:(916) 280-0690"><span itemprop="telephone">(916) 280-0690</span></a>
	</span>
	<span class="work-hours"><span itemprop="openingHours" content="Mo-Su 8:00-20:00">we're open 7 days a week, 8AM - 8PM</span></span>

</div>


</div>

<amp-carousel autoplay loop delay="5000" width="450" height="130" layout="responsive" type="slides">

  <div class="appliance-repair-slides">
	  <h1>Everyone loves when appliance just works</h1>
	  <h2>But when it doesn't, call us</h2>
	  <h2 class="appliance-repair-slides-phone"><a href="tel:(916) 280-0690">(916) 280-0690</a></h2>
	  <h3>We fix appliances in Sacramento 7 days a week</h3>
  </div>
  <div class="appliance-repair-slides">
	  <h1>Free appliance repair estimates</h1>
	  <h2>And no charge for service call, with repair</h2>
	  <h2 class="appliance-repair-slides-phone"><a href="tel:(916) 280-0690">(916) 280-0690</a></h2>
	  <h3>We fix appliances in Sacramento 7 days a week</h3>
  </div>
  <div class="appliance-repair-slides">
	  <h1>Same day  service</h1>
	  <h2>We work fast and have access to all replacement parts</h2>
	  <h2 class="appliance-repair-slides-phone"><a href="tel:(916) 280-0690">(916) 280-0690</a></h2>
	  <h3>We fix appliances in Sacramento 7 days a week</h3>
  </div>
  <div class="appliance-repair-slides">
	  <h1>$10 online discount</h1>
	  <h2>No hourly rates, no hidden fees</h2>
	  <h2 class="appliance-repair-slides-phone"><a href="tel:(916) 280-0690">(916) 280-0690</a></h2>
	  <h3>We fix appliances in Sacramento 7 days a week</h3>
  </div>

</amp-carousel>


</div></div>



<div style="margin: 0 auto; text-align: center; border-bottom: 1px solid #ddd;">

<!-- Menu Horizontal -->
<ul class="menu">
	


	<li ><a href="/">Home</a></li>
	<li ><a href="/refrigerator-repair" title="Refrigerator repair in Sacramento, CA" >Refrigerator Repair</a></li>
	<li ><a href="/washer-repair" title="Washer repair in Sacramento, CA" >Washer Repair</a></li>
	<li ><a href="/dryer-repair" title="Dryer repair in Sacramento, CA" >Dryer Repair</a></li>
	<li ><a href="/dishwasher-repair" title="Dishwasher repair in Sacramento, CA" >Dishwasher Repair</a></li>
	<li ><a href="/freezer-repair" title="Freezer repair in Sacramento, CA" >Freezer Repair</a></li>
	<li ><a href="/oven-repair" title="Oven repair in Sacramento, CA" >Oven Repair</a></li>
	<li ><a href="/range-stove-repair" title="Range/Stove repair in Sacramento, CA" >Range/Stove Repair</a></li>
	<li ><a class="contact-us " href="/contact-us" title="Contact Us in Sacramento, CA">Contact Us</a></li>
	</ul>

</div>	

<!-- ===================================== END HEADER ===================================== -->



<!--on-->
<div class="gallery-wrapper"
>
<div 
 
>



  <!-- <img border="0" src="" alt="Appliance Repair Sacramento CA (916) 280-0690"> -->

<!--   <img border="0" src="/img/global/technician-2.jpg" alt="Appliance Repair Sacramento CA (916) 280-0690">
  <img border="0" src="/img/global/estimate-2.jpg" alt="Sacramento ASAP Appliance Repair in Sacramento CA">
  <img border="0" src="/img/global/washer-woman-1.jpg" alt="Sacramento ASAP Appliance Repair  ">
 -->

</div>

</div>


<div class="grid clearfix">	 
	
	<div class="col_7"><a name="Sacramento"></a>


<h1>Appliance Repair in&nbsp;Sacramento&nbsp;CA - (916) 280-0690</h1>
<p>
Professional appliance repair is offering same day service with the most competitive prices in&nbsp;Sacramento&nbsp;CA and the nearby areas. 
</p>
<p>
We pride ourselves in delivering the highest quality, state-of-the-art appliance repair service 7 days a week. Our team of licensed technicians is ready to find a solution to your emergency appliance repair or maintenance needs.
</p>
<p>
We are specializing in dryer repair, washing machine repair, refrigerator repair, stove repair, oven repair, microwave repair, dishwasher repair, freezer repair, ice maker repair, garbage disposal repair, fridge repair and washer repair.
</p>
<p>
Here is an overview of what you can expect on the initial Service Call:
</p>
<p>
1. Our technicians begin by examining and pinpointing the issue with your appliance or appliance parts.
</p>
<p>
2. If an issue is discovered with your appliance or appliance parts. The technician will then provide you with a full and complete written estimate of all parts and labor calculated from the industry standard <a title='Sacramento Appliance Repair Blue Book' href='http://books.google.com/books/about/Major_Appliance_National_Service_Price_G.html?id=HHwcPQAACAAJ&amp;redir_esc=y' name='Sacramento Appliance Repair Book MASNPG'>Major Appliance Service National Price Guide.</a>
</p>
<p>
3. If you decide to have the appliance repair work performed, the Service Call fee is waived. There would also be NO hourly rate, diagnosis fee, or travel charge to your home.
</p>
<p>
4. In the event that you decided NOT to have us complete the job, then you are charged just one low price for the written estimate and the service call. 
</p>
<p>
Appliance parts and affordable appliance repair are our specialty. Having problems with your major household appliances can waste your time and disrupt your busy household. 
</p>
<p>
We'd be delighted to shoulder that burden for you. When it comes to appliance repair services, we know that you have a wide range to choose from in your neighborhood. 
</p>
<p>
We'll do our best to earn your trust so that you can become one of our many satisfied customers in the Sacramento CA area.
</p>	

<hr>
<blockquote class="small">
<h2>Customer testimonials, reviews and feedback</h2>	
<p>


I called five different repair companies to get a quote on my washer repair. Most answers were stock, simply claims that no rate quote can be provided without a diagnosis first. Your company gave a rough estimate, meanwhile I was snarled off by others for 'over complicating matters' by getting some replacement part prices quoted on the phone. After all the horror stories I've read about appliance repair people: I'm happy to say Sacramento ASAP Appliance Repair did NOT disappoint me.
	<br><br><span>Micaela A.<br> Sacramento CA</span></p>
</blockquote>


	</div>

	<div class="col_1"></div>

	<div class="col_4">

        


<H2> Appliance Brands We Service</h2>
<p>Sacramento ASAP Appliance Repair services all major brands of household appliances:</p>


<p>
<a href="https://www.homedepot.com/b/Appliances/N-5yc1vZbv1w" target="_blank" title="Home Depot Admiral">Admiral</a>,
<a href="https://www.agamarvel.com/aga/" target="_blank" title="AGA">AGA</a>,
<a href="https://amana.com/" target="_blank" title="Amana">Amana</a>,
<a href="http://www.americanrangeresidential.com/" target="_blank" title="American Range">American Range</a>,
<a href="http://www.askona.com/" target="_blank" title="Askona">Askona</a>,
<a href="https://us.bertazzoni.com/" target="_blank" title="Bertazzoni">Bertazzoni</a>,
<a href="http://www.bestrangehoods.com/home.aspx" target="_blank" title="Best">Best</a>,
<a href="https://www.blombergappliances.com/" target="_blank" title="Blomberg">Blomberg</a>,
<a href="https://www.bosch-home.com/us/" target="_blank" title="Bosch">Bosch</a>,
<a href="https://www.broan.com/" target="_blank" title="Broan">Broan</a>,
<a href="https://capital-cooking.com/" target="_blank" title="Capital">Capital</a>,
<a href="https://www.carrier.com/carrier/en/us/" target="_blank" title="Carrier">Carrier</a>,
<a href="http://www.searsarchives.com/brands/coldspot.htm" target="_blank" title="Coldspot">Coldspot</a>,
<a href="https://www.dacor.com/home" target="_blank" title="Dacor">Dacor</a>,
<a href="https://www.danby.com/en-us/" target="_blank" title="Danby">Danby</a>,
<a href="https://www.dcsappliances.com/us.html" target="_blank" title="DCS">DCS</a>,
<a href="https://insinkerator.emerson.com/en-us" target="_blank" title="InSinkErator">InSinkErator</a>,
<a href="https://www.electroluxappliances.com/" target="_blank" title="Electrolux">Electrolux</a>,
<a href="https://www.elmirastoveworks.com/" target="_blank" title="Elmira Stove Works">Elmira Stove Works</a>,
<a href="https://www.emerson.com/en-us" target="_blank" title="Emerson">Emerson</a>,
<a href="http://www.fedders.com/home.html" target="_blank" title="Fedders">Fedders</a>,
<a href="https://www.fisherpaykel.com/us.html" target="_blank" title="Fisher & Paykel">Fisher & Paykel</a>,
<a href="http://www.fivestarrange.com/" target="_blank" title="Five Star">Five Star</a>,
<a href="https://www.friedrich.com/" target="_blank" title="Friedrich">Friedrich</a>,
<a href="https://www.frigidaire.com/" target="_blank" title="Frigidaire">Frigidaire</a>,
<a href="https://www.geappliances.com/" target="_blank" title="GE Appliances">GE</a>,
<a href="https://gemline.biz" target="_blank" title="Gemline">Gemline</a>,
<a href="https://www.homedepot.com/b/Appliances/Gladiator/N-5yc1vZbv1wZc8b" target="_blank" title="Home Depot Gladiator">Gladiator</a>,
<a href="https://www.lg.com/us/appliances" target="_blank" title="LG Goldstar">Goldstar</a>,
<a href="https://www.agamarvel.com/heartland/" target="_blank" title="Heartland">Heartland</a>,
<a href="https://www.haierappliances.com/" target="_blank" title="Haier">Haier</a>,
<a href="https://www.heil-hvac.com/en/us/" target="_blank" title="Heil">Heil</a>,
<a href="http://hoshizakiamerica.com/" target="_blank" title="Hoshizaki">Hoshizaki</a>,
<a href="https://www.hotpoint.com/" target="_blank" title="Hotpoint">Hotpoint</a>,
<a href="http://ilveappliances.com/" target="_blank" title="ILVE">ILVE</a>,
<a href="https://www.jennair.com/" target="_blank" title="Jenn Air">Jenn Air</a>,
<a href="https://www.kenmore.com/" target="_blank" title="Kenmore">Kenmore</a>,
<a href="https://www.kitchenaid.com/" target="_blank" title="KitchenAid">KitchenAid</a>,
<a href="https://www.koolatron.com/us/en" target="_blank" title="Koolatron">Koolatron</a>,
<a href="https://www.krupsusa.com/" target="_blank" title="Krups">Krups</a>,
<a href="http://www.lacornueusa.com/home" target="_blank" title="La Cornue">La Cornue</a>,
<a href="https://www.lennox.com/" target="_blank" title="Lennox">Lennox</a>,
<a href="https://www.lg.com/us/appliances" target="_blank" title="LG">LG</a>,
<a href="https://mcappliance.com/" target="_blank" title="Magic Chef">Magic Chef</a>,
<a href="https://www.agamarvel.com/marvel/" target="_blank" title="Marvel">Marvel</a>,
<a href="https://www.maytag.com/" target="_blank" title="Maytag">Maytag</a>,
<a href="https://www.mieleusa.com/" target="_blank" title="Miele">Miele</a>,
<a href="http://www.kitchenreviews.com/stoves/brands/modern-maid.html" target="_blank" title="Maytag Modern Maid">Modern Maid</a>,
<a href="https://www.monogram.com/" target="_blank" title="GE Monogram">Monogram</a>,
<a href="https://www.neptune.com/" target="_blank" title="Neptune">Neptune</a>,
<a href="https://www.elmirastoveworks.com/northstar/ranges/" target="_blank" title="Northstar">Northstar</a>,
<a href="http://www.nutone.com/" target="_blank" title="Nutone">Nutone</a>,
<a href="https://www.oster.com/" target="_blank" title="Oster">Oster</a>,
<a href="https://na.panasonic.com/us/" target="_blank" title="Panasonic">Panasonic</a>,
<a href="https://www.payne.com/en/us/" target="_blank" title="Payne">Payne</a>,
<a href="https://www.perlick.com/residential/" target="_blank" title="Perlick">Perlick</a>,
<a href="https://www.premierrange.com/" target="_blank" title="Premier">Premier</a>,
<a href="http://www.rca.com/home-appliances" target="_blank" title="RCA">RCA</a>,
<a href="https://www.rheem.com/" target="_blank" title="Rheem">Rheem</a>,
<a href="https://roperappliances.com/" target="_blank" title="Roper">Roper</a>,
<a href="https://www.ruud.com/" target="_blank" title="Ruud">Ruud</a>,
<a href="https://www.samsung.com/us/home-appliances/" target="_blank" title="Samsung">Samsung</a>,
<a href="https://www.panasonic.com/global/corporate/profile/group-companies/sanyo.html" target="_blank" title="Panasonic Sanyo">Sanyo</a>,
<a href="https://www.scotsmanhomeice.com/" target="_blank" title="Scotsman">Scotsman</a>,
<a href="https://www.sears.com/" target="_blank" title="Sears">Sears</a>,
<a href="http://servware.com/" target="_blank" title="Serv-Ware">Serv-Ware</a>,
<a href="http://www.sharpusa.com/" target="_blank" title="Sharp">Sharp</a>,
<a href="https://www.signaturekitchensuite.com/" target="_blank" title="Signature">Signature</a>,
<a href="https://www.speedqueen.com/" target="_blank" title="Speed Queen">Speed Queen</a>,
<a href="https://www.subzero-wolf.com/" target="_blank" title="Sub-Zero">Sub-Zero</a>,
<a href="https://www.summitappliance.com/" target="_blank" title="Summit">Summit</a>,
<a href="https://www.thermador.com/us/" target="_blank" title="Thermador">Thermador</a>,
<a href="https://tecinfrared.com/" target="_blank" title="Tec">Tec</a>,
<a href="https://t-wusa.com/" target="_blank" title="Trade-Wind">Trade-Wind</a>,
<a href="https://www.truemfg.com/USA-Foodservice/Home" target="_blank" title="True">True</a>,
<a href="https://www.u-line.com/" target="_blank" title="U-Line">U-Line</a>,
<a href="https://www.ventahood.com/" target="_blank" title="Vent-A-Hood">Vent-A-Hood</a>,
<a href="http://veronaappliances.com/" target="_blank" title="Verona Range">Verona Range</a>,
<a href="http://www.vikingrange.com/consumer/" target="_blank" title="Viking">Viking</a>,
<a href="https://www.vinotemp.com/" target="_blank" title="Vinotemp">Vinotemp</a>,
<a href="https://www.wasteking.com/" target="_blank" title="Waste King">Waste King</a>,
<a href="https://www.whirlpool.com/" target="_blank" title="Whirlpool">Whirlpool</a>,
<a href="http://westinghouse.com/homepage/for-the-home/" target="_blank" title="Westinghouse">Westinghouse</a>,
<a href="http://xoventilation.com/" target="_blank" title="XO Ventilation">XO</a>,
<a href="https://zephyronline.com/" target="_blank" title="Zephyr">Zephyr</a>
</p>


<a name="zip-codes-we-service"></a>
<H2> ZIP Codes We Service</h2>
<p><p>Sacramento, CA<p>94203, 94204, 94205, 94206, 94207, 94208, 94209, 94211, 94229, 94230, 94232, 94234, 94235, 94236, 94237, 94239, 94240, 94244, 94245, 94247, 94248, 94249, 94250, 94252, 94254, 94256, 94257, 94258, 94259, 94261, 94262, 94263, 94267, 94268, 94269, 94271, 94273, 94274, 94277, 94278, 94279, 94280, 94282, 94283, 94284, 94285, 94286, 94287, 94288, 94289, 94290, 94291, 94293, 94294, 94295, 94296, 94297, 94298, 94299, 95811, 95812, 95813, 95814, 95815, 95816, 95817, 95818, 95819, 95820, 95821, 95822, 95823, 95824, 95825, 95826, 95827, 95828, 95829, 95830, 95831, 95832, 95833, 95834, 95835, 95836, 95837, 95838, 95840, 95841, 95842, 95851, 95852, 95853, 95860, 95864, 95865, 95866, 95867, 95894, 95899</p><p></p><p></p> 


	</div>

</div>


<div class="grid clearfix">	 
	
<hr>
	<div class="col_12 brands">
	<H2>Most Popular Appliances We Service</H2>


	<ul class="appliance_brands"><li>	
	</li></ul>
	</div>
</div>

<div class="grid clearfix">

<hr>





<div class="divider"><span></span></div>




			<a name="refrigerator"></a>
			<div class="product-teaser col_5"><h2><a href="/refrigerator-repair/#refrigerator"  title="Sacramento Refrigerator Repair Service">Refrigerator repair in Sacramento CA</a></h2><p><p><p>
If you need best refrigerator repair or refrigerator parts in&nbsp;Sacramento&nbsp;CA, let us handle it. 
</p></p><p><p>
You have more important things to spend your time on than trying to do it yourself. If you think you may need refrigerator repair services, call us now. 
</p></p><p><p>
We'll be there to find a remedy as quickly as possible to get your refrigerator properly cooling your perishable food items once again.
When your refrigerator is not cooling or functioning as is should, it can cause a big headache and ruin your stored foods. 
</p></p><p><p>
Simply ignoring the problem will not make it go away. Your refrigerator and refrigerator parts can't fix themselves. 
</p></p><p><p>
Leave the refrigerator repair services to our licensed professionals. We'll have you running cool again in no time. 
</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/refrigerator-repair/#refrigerator" title="Refrigerator repair in Sacramento CA" >Continue to Refrigerator repair in Sacramento CA 
					<i class="icon-right-1"></i>
					</a>
				</span>
			</div>
			<div class="col_1"></div>
			
			<a name="washer"></a>
			<div class="product-teaser col_5"><h2><a href="/washer-repair/#washer"  title="Sacramento Washer Repair Service">Washer repair in Sacramento CA</a></h2><p><p><p>
If your washer is not spinning, if it's leaking, or if you're having any other issues, call us now! 
</p></p><p><p>
Potential water damage to your home and other property can be expensive. The problems usually only get worse the longer you wait to get them examined by a professional. 
</p></p><p><p>
Avoid the inconvenience of not being able to provide yourself, or your family, with clean laundry. We are currently servicing washer repair in&nbsp;Sacramento&nbsp;CA and the surrounding areas. 
</p></p><p><p>
We can perform the smallest to the largest jobs. Having issues with your washer can be terribly troublesome and can cause a disturbance to your already busy household.
</p></p><p><p>
Washers aren't easy to dissemble and can be dangerous to try to fix on your own, unless you are a professional. We specialize in diagnosing washer issues, cheap washer repair service, maintenance, and replacing washer parts. 
</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/washer-repair/#washer" title="Washer repair in Sacramento CA" >Continue to Washer repair in Sacramento CA 
					<i class="icon-right-1"></i>
					</a>
				</span>
			</div>
			<div class="col_1"></div>
			<div class="clear"></div>
			<a name="dryer"></a>
			<div class="product-teaser col_5"><h2><a href="/dryer-repair/#dryer"  title="Sacramento Dryer Repair Service">Dryer repair in Sacramento CA</a></h2><p><p><p>
Who wants the annoying hassle of damp clothing coming out of your completed dry cycle? 
</p></p><p><p>
That scenario only wastes your time and inflates your household energy costs. If that's what you're experiencing now, it may be time for dryer repair service or maintenance. 
</p></p><p><p>
Our team of licensed technicians is standing by to assist you in your time of need. We service dryer repair in&nbsp;Sacramento&nbsp;CA and the surrounding areas. 
</p></p><p><p>
You can count on our efficient delivery of service. We are proud of our high-quality, professional dryer repair services.
</p></p><p><p>
So, if you're experiencing problems with your dryer, don't procrastinating in seeking help. Don't waste another minute of your valuable time! 
</p></p><p><p>
Avoid the headache and hassle of not being able to provide fresh clothing for yourself and for your family as needed. Since your dryer or dryer parts won't correct themselves, let us resolve your dryer repair issues for you.
</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/dryer-repair/#dryer" title="Dryer repair in Sacramento CA" >Continue to Dryer repair in Sacramento CA 
					<i class="icon-right-1"></i>
					</a>
				</span>
			</div>
			<div class="col_1"></div>
			
			<a name="dishwasher"></a>
			<div class="product-teaser col_5"><h2><a href="/dishwasher-repair/#dishwasher"  title="Sacramento Dishwasher Repair Service">Dishwasher repair in Sacramento CA</a></h2><p><p><p>
Without the convenience and luxury of having a well-functioning dishwasher to clean your dishes, it can make it difficult to prepare in-home meals for yourself and your family. 
</p></p><p><p>
If you are experiencing problems with your dishwasher or dishwasher parts in&nbsp;Sacramento&nbsp;CA or the surrounding areas, call us right away. We'll be there in a jiffy to find a resolution as soon as possible to have your dishwasher washing and sterilizing properly once again.
</p></p><p><p>
Even a problem that may seem small can possibly become a large issue. If the issue goes ignored for too long, you risk potential water damage to your home and personal property, which as most know, can become quite costly! 
</p></p><p><p>
We specialize in all kinds of dishwasher repair services. Our main focus is on diagnosing issues, replacing dishwasher parts, standard maintenance, and affordable dishwasher repair service. 
</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/dishwasher-repair/#dishwasher" title="Dishwasher repair in Sacramento CA" >Continue to Dishwasher repair in Sacramento CA 
					<i class="icon-right-1"></i>
					</a>
				</span>
			</div>
			<div class="col_1"></div>
			<div class="clear"></div>
			<a name="freezer"></a>
			<div class="product-teaser col_5"><h2><a href="/freezer-repair/#freezer"  title="Sacramento Freezer Repair Service">Freezer repair in Sacramento CA</a></h2><p><p><p>
What a hassle it can be to have a broken freezer, any time of year! 
</p></p><p><p>
Not having ice or frozen goods available to use when you need them, can add even more stress to a hectic household. 
We are proud of our state-of-the-art freezer repair services. You can rely on our quick and effective delivery of service. 
</p></p><p><p>
We are currently serving freezer repair in&nbsp;Sacramento&nbsp;CA and the nearby cities.
If your freezer is not as chilled as you think it should be, or not functioning up to your standards, don't hesitate to call. 
</p></p><p><p>
Your freezer and freezer parts can't replace or fix themselves. Avoid the inconvenience of not being able to store or prepare frozen goods when you need them. 
</p></p><p><p>
Let us resolve your freezer repair issues for you. Waiting to call for help usually only causes more chaos in your already busy life. 
</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/freezer-repair/#freezer" title="Freezer repair in Sacramento CA" >Continue to Freezer repair in Sacramento CA 
					<i class="icon-right-1"></i>
					</a>
				</span>
			</div>
			<div class="col_1"></div>
			
			<a name="oven"></a>
			<div class="product-teaser col_5"><h2><a href="/oven-repair/#oven"  title="Sacramento Oven Repair Service">Oven repair in Sacramento CA</a></h2><p><p><p>
Oven parts are not easy to change out, and can be dangerous to attempt to, if you're not a professional oven repair technician. 
</p></p><p><p>
We can safely repair or replace your oven parts. We specialize in all types of fast oven repair services. 
</p></p><p><p>
We focus mainly on diagnosing oven issues, standard maintenance, replacing oven parts, and oven repair service at low prices. We service all brands and models of ovens. 
</p></p><p><p>
You can rely on our efficient delivery of service. If you're in need of oven repair or oven parts in&nbsp;Sacramento&nbsp;CA, don't hesitate to call. 
</p></p><p><p>
It's our job to get you cooking again fast!
</p></p><p><p>
Avoid the inconvenience of not being able to use your oven to prepare meals for yourself and for your family. Why eat fast food or TV dinners, when you don't have to? </p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/oven-repair/#oven" title="Oven repair in Sacramento CA" >Continue to Oven repair in Sacramento CA 
					<i class="icon-right-1"></i>
					</a>
				</span>
			</div>
			<div class="col_1"></div>
			<div class="clear"></div>
			<a name="range-stove"></a>
			<div class="product-teaser col_5"><h2><a href="/range-stove-repair/#range-stove"  title="Sacramento Range/Stove Repair Service">Range/Stove repair in Sacramento CA</a></h2><p><p><p>
If your range or stove is not cooking thoroughly or not functioning as it should, don't hesitate to call. 
</p></p><p><p>
The range parts won't correct or replace themselves. So waiting to call for help usually only causes even more of disruption to your already busy household. 
</p></p><p><p>
Let us resolve your range repair issues at low rates. Avoid the hassle of not being able to provide oven-cooked meals for yourself and for your family. 
</p></p><p><p>
We take pride in our state-of-the-art stove repair services. When you call us to your home, you can rely on timely and efficient service. 
</p></p><p><p>
We service stove and range repair in&nbsp;Sacramento&nbsp;CA and the surrounding areas. 
We specialize in all types of stove repair services. 
</p></p><p><p>
Our main focus is diagnosing issues, replacing range parts, maintenance, and emergency stove repair service. We service all brands and models of stoves. 
</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/range-stove-repair/#range-stove" title="Range/Stove repair in Sacramento CA" >Continue to Range/Stove repair in Sacramento CA 
					<i class="icon-right-1"></i>
					</a>
				</span>
			</div>
			<div class="col_1"></div>
			

</div>

<hr>

<div class="grid clearfix tip">

	<div class="col_3">
		<amp-img src="/img/global/Sacramento-95819-appliance-repair-service+note_on_fridge.jpg" width="200" height="200" alt="Sacramento ASAP Appliance Repair in Sacramento CA tip">
 		</amp-img>
	</div>
	<div class="col_9">

	<h2>Helpful Appliance Repair Tips</h2>
	<p>
Moving major household appliances can be stressful. The key is to have the right equipment and know how to move around each item, or simply hire professionals that are experienced in moving appliances. You need straps and a dolley, watch a video to learn how to properly position any appliance onto the dolley before you begin. Make sure your fridge and freezer is empty and dry before moving. Empty out the evaporator pan, icemaker, etc. Make sure your dishwasher and washing machine are also free of water. Take off the hoses so they can properly drain out too. 
</p>

	</div>

</div>

</div>


	
<div class="contacts">	 
	<div class="grid clearfix">	 

	<div class="col_12">

		<div class="col_6">

			<a name="contact-us"></a>

			<h5>Address</h5>

			<p>Sacramento ASAP Appliance Repair</p>

			<div class="street-address" itemprop="address">
				<i class="icon-location"></i>
<span itemprop="streetAddress">6509 Folsom Blvd</span>,
				<span itemprop="addressLocality">Sacramento</span>,
				<span itemprop="addressRegion">CA</span>
				<span itemprop="postalCode">95819</span>
			</div>
			<br>
			<div class="map">
				<a href="//maps.google.com/?q=6509+Folsom+Blvd+Sacramento%2CCA" title="Click here to open 6509 Folsom Blvd Sacramento,CA on Google maps" target="_blank">
				Click here to open 6509 Folsom Blvd Sacramento,CA on Google maps
				<!--
				<img 
					src="//maps.googleapis.com/maps/api/staticmap?zoom=15&size=450x200&markers=size:mid%7Ccolor:red%7C6509+Folsom+Blvd+Sacramento%2CCA&sensor=false"
					width="450" height="200"
					alt="Sacramento ASAP Appliance Repair is located at 6509 Folsom Blvd Sacramento,CA" 
					title="Sacramento ASAP Appliance Repair is located at 6509 Folsom Blvd Sacramento,CA" 
					border="0"
					>
				-->
				</a>
			</div>
		</div>

		<div class="col_6">
						
			<h5>Phone</h5>

			<span class="phone"><a href="tel:(916) 280-0690"><i class="icon-phone"></i> (916) 280-0690</a></span>

			<h5>Hours of operation</h5>
			<span class="work-hours"><i class="icon-clock"></i> we're open 7 days a week, 8AM - 8PM</span>


			<h5>Current Offers  and Discounts</h5>
			<span> $10 discount with any repair</span>			
			<div>
				<h5>Featured On</h5>

				<ul class="social-directories"></ul>

			</div>

		</div>

	</div>


	</div>
</div>

<div class="contact-us-links">
	<div class="grid clearfix">	 

		<H2> Find more information about our company</h2>

	<div class="col_3"></div>

		<div class="col_3 right-col">
	<H3> <a href="/contact-us/#about-our-company" title="Read more about our services"> About Our Company</a> </h3>
	<H3> <a href="/contact-us/#submit-your-feedback" title="Customer feedback, comments and suggestions"> Submit Your Feedback</a> </h3>
	<H3> <a href="/contact-us/#contact-information" title="Company address, phone numbers and departments"> Contact Information</a> </h3>
	<H3> <a href="/contact-us/#current-offers-and-coupons" title="Current offers, deals, discounts and coupons"> Current Offers and Coupons</a> </h3>
	<H3> <a href="/contact-us/#reviews-and-testimonials" title="Customer Reviews and Testimonials"> Reviews and Testimonials</a> </h3>
		</div>
		<div class="col_3">
	<H3> <a href="/contact-us/#appliance-brands-we-service" title="Appliance Brands We Repair"> Appliance Brands We Service</a> </h3>
	<H3> <a href="/contact-us/#site-map-and-navigation" title="Website Navigation and Site Map"> Site Map and Navigation</a> </h3>
	<H3> <a href="/contact-us/#frequently-asked-questions" title="FAQ - Frequently Asked Questions"> Frequently Asked Questions</a> </h3>
	<H3> <a href="/contact-us/#privacy-policy-disclosure" title="Privacy and Disclosure Policy"> Privacy Policy Disclosure</a> </h3>
	<H3> <a href="/contact-us/#terms-of-service-and-conditions" title="Service Terms and Conditions of Use"> Terms of Service and Conditions</a> </h3>
		</div>

	<div class="col_3"></div>


	</div>

	</div>
</div>




<!-- ===================================== START FOOTER ===================================== -->
<div class="clear"></div>
<div id="footer"><a href="/" ><i class="icon-home icon"></i> Homepage</a> <a href="/refrigerator-repair" title="Refrigerator repair in Sacramento, CA" >Refrigerator Repair</a> <a href="/washer-repair" title="Washer repair in Sacramento, CA" >Washer Repair</a> <a href="/dryer-repair" title="Dryer repair in Sacramento, CA" >Dryer Repair</a> <a href="/dishwasher-repair" title="Dishwasher repair in Sacramento, CA" >Dishwasher Repair</a> <a href="/freezer-repair" title="Freezer repair in Sacramento, CA" >Freezer Repair</a> <a href="/oven-repair" title="Oven repair in Sacramento, CA" >Oven Repair</a> <a href="/range-stove-repair" title="Range/Stove repair in Sacramento, CA" >Range/Stove Repair</a> <a class="contact-us " href="/contact-us" title="Contact Us in Sacramento, CA">Contact Us</a> 
<div style="font-style: 12px; max-width: 600px; padding: 40px; margin: 0 auto;">
This site is a free service to assist homeowners in connecting with local service contractors. All contractors are independent and this site does not warrant or guarantee any work performed. It is the responsibility of the homeowner to verify that the hired contractor furnishes the necessary license and insurance required for the work being performed. All persons depicted in a photo or video are actors or models and not contractors listed on this site. 
</div>


<br><br>

&copy; Copyright 2026 All Rights Reserved. 
</div>


</body></html>


	