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

<meta name="author" content="San Francisco Supreme Appliance Repair">
<meta name="description" content="Get a guaranteed appliance repair. Our insured San Francisco CA pros are ready to help, just dial (415) 949-5161.">
<meta name="keywords" content="">
<meta name="topic" content="San Francisco Supreme Appliance Repair">
<meta name="summary" content="Get a guaranteed appliance repair. Our insured San Francisco CA pros are ready to help, just dial (415) 949-5161.">
<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="3xreOHEaIcHtOC1FPeIcLdaELkTVvdFefxjtmLLn05E" >

<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"],
input[type="button"]{}/*IE 7 ONLY*/

	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;
    color: #b53910;
}

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(208, 63, 1); /* Old browsers */
background: linear-gradient(110deg, rgba(132, 0, 0, 0.8), rgba(88, 17, 165, 0.5));
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: linear-gradient(110deg, rgba(132, 0, 0, 0.8), rgba(88, 17, 165, 0.5));

color:#CCC;

}


.header-wrapper{ background: linear-gradient(110deg, rgba(132, 0, 0, 0.8), rgba(88, 17, 165, 0.5));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: #f9bf4a; 
    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: rgba(252, 252, 252, 0.40);
    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: url("/img/zigzag.png") repeat-x scroll 0 0 #551129; color: #fff; padding: 1em 0.5em 2em; }

.contacts h5{margin-top: 2em;}
.contacts a, 
.contacts a:visited
{color: #fff;}

.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; padding: 0;}
ul.appliance_brands li {line-height: 200%; color: #222; padding: 0;}

.homepage .brands { background: linear-gradient(110deg, rgb(107, 10, 46), rgb(62, 11, 117)); color: #fff;  padding: 1px 2em 2em; border-radius: 40px;}
.homepage .brands h2{color: #fff;text-align: center;}
.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;}
.homepage ul.appliance_brands li a{color: rgba(255, 244, 200, 1);text-decoration: none;}

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;}


.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: #29021b; 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.9);
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-07.jpg) no-repeat center 20%; 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">San Francisco</span>
        <span class="adjective o1">Supreme</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">San Francisco Supreme 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-sanfrancisco.com">
<meta itemprop="hasMap" content="https://www.google.com/maps/search/San Francisco, CA 94103">

<meta itemprop="priceRange" content="$">
<meta itemprop="areaServed" content="San Francisco CA">
<meta itemprop="logo" content="/img/global/logo.jpg">
<meta itemprop="slogan" content="Is your applince broken? We can help!">
<meta itemprop="email" content="contact@appliancerepair-sanfrancisco.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-sanfrancisco.com/img/global/SanFrancisco-94103-appliance-repair-service+I1-Appliance-Washer-Dryer-Repair.jpg">
<meta itemprop="image" content="https://appliancerepair-sanfrancisco.com/img/global/SanFrancisco-94103-appliance-repair-service+I2-Freezer-Refrigerator-Repair.jpg">
<meta itemprop="image" content="https://appliancerepair-sanfrancisco.com/img/global/SanFrancisco-94103-appliance-repair-service+I3-Dishwasher-Stove-Oven-Repair.jpg">

<h2 itemprop="address" itemscope itemtype="//schema.org/PostalAddress">

		<span itemprop="addressLocality">San Francisco</span>,
		<span itemprop="addressRegion">CA</span>
		<span itemprop="postalCode">94103</span>
        <meta itemprop="streetAddress" content="748 Brannan St">
	</h2>
	<div itemprop="geo" itemscope itemtype="//schema.org/GeoCoordinates">
		<meta itemprop="latitude" content="37.77387263626692" >
		<meta itemprop="longitude" content=" -122.40274687537286
" >
	</div>
	<h5 itemprop="description">Quality appliance repair in San Francisco CA<br> Don't wait - call now!</h5>

	<span class="phone">
		<a href="tel:(415) 949-5161"><span itemprop="telephone">(415) 949-5161</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:(415) 949-5161">(415) 949-5161</a></h2>
	  <h3>We fix appliances in San Francisco 7 days a week</h3>
  </div>
  <div class="appliance-repair-slides">
	  <h1>Get appliance repair estimate</h1>
	  <h2>and decide if it works for you</h2>
	  <h2 class="appliance-repair-slides-phone"><a href="tel:(415) 949-5161">(415) 949-5161</a></h2>
	  <h3>We fix appliances in San Francisco 7 days a week</h3>
  </div>
  <div class="appliance-repair-slides">
	  <h1>People appreciate our efficient  service</h1>
	  <h2>We work fast and have access to replacement parts</h2>
	  <h2 class="appliance-repair-slides-phone"><a href="tel:(415) 949-5161">(415) 949-5161</a></h2>
	  <h3>We fix appliances in San Francisco 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 San Francisco, CA" >Refrigerator Repair</a></li>
	<li ><a href="/washer-repair" title="Washer repair in San Francisco, CA" >Washer Repair</a></li>
	<li ><a href="/dryer-repair" title="Dryer repair in San Francisco, CA" >Dryer Repair</a></li>
	<li ><a href="/dishwasher-repair" title="Dishwasher repair in San Francisco, CA" >Dishwasher Repair</a></li>
	<li ><a href="/freezer-repair" title="Freezer repair in San Francisco, CA" >Freezer Repair</a></li>
	<li ><a href="/oven-repair" title="Oven repair in San Francisco, CA" >Oven Repair</a></li>
	<li ><a href="/range-stove-repair" title="Range/Stove repair in San Francisco, CA" >Range/Stove Repair</a></li>
	<li ><a class="contact-us " href="/contact-us" title="Contact Us in San Francisco, CA">Contact Us</a></li>
	</ul>

</div>	

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



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


<h1>Appliance Repair in&nbsp;San&nbsp;Francisco&nbsp;CA - (415) 949-5161</h1>
<p>We're proud to now be offering <a title='San Francisco appliance repair blue book MASNPG' href='http://books.google.com/books/about/Major_Appliance_National_Service_Price_G.html?id=HHwcPQAACAAJ&amp;redir_esc=y' name='Appliance Repair Blue Book' target='_blank'>competitive rates</a> on all services for appliance repair in&nbsp;San&nbsp;Francisco&nbsp;CA.</p>
<p>Free estimates apply to any appliance repair service rendered. We can be available seven days a week for repair services, maintenance services, and replacement of appliance parts in&nbsp;San&nbsp;Francisco&nbsp;CA. Our technicians arrive promptly and work efficiently to restore your major household appliance as quickly as possible.</p>
<p>Upon arrival to your home, our technicians will provide you with a full written estimate. This estimate includes all labor and appliance parts needed to complete the repair job that you need. When you decide to go forward with the appliance repair work, we then waive the following fees: travel charge, hourly rate, and diagnosis charge.</p>
<p>In the event that you decide not to have the recommended repair work done for any reason, then you would only be responsible for paying the written estimate and travel charge to your home. We believe in being as concise and thorough as possible for all of our customers in&nbsp;San&nbsp;Francisco&nbsp;CA.</p>
<p>There are dozens of choices of San Francisco appliance repair companies to pick from. We're glad you landed on our page today. We pride ourselves on being amongst the best in the industry. We're offering excellent service for a competitive price. Collect your savings today on appliance parts and repair services received in&nbsp;San&nbsp;Francisco&nbsp;CA.</p>
<p>Place your appliance service needs in our hands. We'll take real good care of you. For appliance repair in&nbsp;San&nbsp;Francisco&nbsp;CA call the number on your screen. We know you'll be glad to have your appliance restored by us.</p>
</p>	
	<h5>Common Repairs</h5>

	<ul class="icons">
	<li><i class="icon-wrench icon-2x"></i> Refrigerator Maytag C236B ice dispenser not working</li>
	<li><i class="icon-wrench icon-2x"></i> Refrigerator Sub Zero RF31FMESBSR leaking water</li>
	<li><i class="icon-wrench icon-2x"></i> Dishwasher KitchenAid D2234209 won't drain</li>
	<li><i class="icon-wrench icon-2x"></i> Refrigerator GE R903-99 is working, but the freezer is not</li>
	<li><i class="icon-wrench icon-2x"></i> Air conditioner Samsung B23225 stopped working</li>
	</ul>

	</div>

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

	<div class="col_4">

        


<H2> Appliance Brands We Service</h2>
<p>San Francisco Supreme 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>San Francisco, CA<p>94102, 94103, 94104, 94105, 94107, 94108, 94109, 94110, 94111, 94112, 94114, 94115, 94116, 94117, 94118, 94119, 94120, 94121, 94122, 94123, 94124, 94125, 94126, 94127, 94128, 94129, 94130, 94131, 94132, 94133, 94134, 94137, 94139, 94140, 94141, 94142, 94143, 94144, 94145, 94146, 94147, 94151, 94158, 94159, 94160, 94161, 94163, 94164, 94172, 94177, 94188</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="San Francisco Refrigerator Repair Service">Refrigerator repair in San Francisco CA</a></h2><p><p><p>If you're looking for the outstanding quality refrigerator repair in&nbsp;San&nbsp;Francisco&nbsp;CA, look no further.</p></p><p><p>We provide superlative service with a smile to all of our San Francisco CA customers. Don't sit there a moment longer, pick up the phone and contact one of our friendly representatives who would be happy to assist with all of your refrigerator repair or refrigerator parts needs today.</p></p><p><p>Entrust your maintenance services or refrigerator repair issues to us. We do what it takes to get the job done. We have years of experience in detecting, executing, and resolving these types of major appliance issues. If you have been putting off having regular maintenance performed on your major appliance, schedule an appointment today.</p></p><p><p>It can be easy to forget just how essential routine maintenance is to all of your household appliances. Our staff has been serving San Francisco CA for long enough to know the most efficient ways to reach and satisfy our customers.</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/refrigerator-repair/#refrigerator" title="Refrigerator repair in San Francisco CA" >Continue to Refrigerator repair in San Francisco 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="San Francisco Washer Repair Service">Washer repair in San Francisco CA</a></h2><p><p><p>Washer repair in&nbsp;San&nbsp;Francisco&nbsp;CA can be available to you as soon as possible. Come see what we have to offer today, if you would be a new customer. </p></p><p><p>Set your mind at ease by knowing that our first objective is to make your day that much better. Our technicians work for you to help alleviate any stress surrounding having a major household appliance experiencing issues. So pick up the phone today to schedule the next available appointment in&nbsp;San&nbsp;Francisco&nbsp;CA.</p></p><p><p>We have a reputation of consistently going above and beyond the call of duty. We have made it a priority to get a hold of even the specialty washer parts that some companies do not have access to. San Francisco CA clients speak out to name us at the top of the list by returning to us for washer repair and washer parts new and old.</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/washer-repair/#washer" title="Washer repair in San Francisco CA" >Continue to Washer repair in San Francisco 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="San Francisco Dryer Repair Service">Dryer repair in San Francisco CA</a></h2><p><p><p>We are a San Francisco dryer repair company that has seen just about every dryer problem you could imagine. Drying machines that won't heat up at all, that take multiple loads to finish, that don't even turn on, and some that make very loud noises. That's just the most basic of problems we have faced. Because of our extensive history of being the go-to solution for those in need of a dryer repair in&nbsp;San&nbsp;Francisco&nbsp;CA, we know exactly what to look for and how to spot which dryer parts may need replaced.</p></p><p><p>We can get your dryer up and running again. No machine is beyond repair. The only thing is whether the machine is worth the cost of the repair. The cost of your dryer repair will depend on the dryer parts that need replaced, the extent of the labor and the specific model of drying machine that you own. Hopefully you have a common make and model, but we have sources for dryer parts in&nbsp;San&nbsp;Francisco&nbsp;CA for just about every machine made in the past 20 years.</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/dryer-repair/#dryer" title="Dryer repair in San Francisco CA" >Continue to Dryer repair in San Francisco 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="San Francisco Dishwasher Repair Service">Dishwasher repair in San Francisco CA</a></h2><p><p><p>A broken dishwasher is useless.</p></p><p><p>If yours isn't working well enough, then get it fixed. In most cases, a dishwasher repair is required as a result of problems with the following dishwasher parts: water pump belt, center, lower and upper wash arm assemblies, water inlet valve, circulation pump, pump and motor assembly, wash impeller, and the circulation and drain pump motor.</p></p><p><p>We are a leading provider of dishwasher repair in&nbsp;San&nbsp;Francisco&nbsp;CA. We have fixed dishwashers for about as many years as they have existed. Our highly trained repairmen know the ins and outs of dishwasher problems. Our San Francisco dishwasher repair service is one of the best in the San Francisco CA area and you can count on it that we will see your dishwasher repair needs through to the end.</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/dishwasher-repair/#dishwasher" title="Dishwasher repair in San Francisco CA" >Continue to Dishwasher repair in San Francisco 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="San Francisco Freezer Repair Service">Freezer repair in San Francisco CA</a></h2><p><p><p>Is your freezer not keeping to the temperature that it's set at? Is it not working at all? No matter the problem, we are a professional service provider for freezer repair in&nbsp;San&nbsp;Francisco&nbsp;CA and we are here to help you.</p></p><p><p>We have done all kinds of freezer repair jobs for our past clients. We are familiar with all different makes and models of freezer machines. From the initial visit to your San Francisco CA home, our technician will easily be able to spot any malfunctioning freezer parts. After quickly diagnosing the issue, our technician will also draft up a written estimate for your review. This will include the cost of any freezer parts that are needed and the labor required to complete the job.</p></p><p><p>Hiring us means guaranteed results and big savings. After our technician gets the go-ahead, he or she will head out to pick up any needed freezer parts in&nbsp;San&nbsp;Francisco&nbsp;CA and return to finish the freezer repair.</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/freezer-repair/#freezer" title="Freezer repair in San Francisco CA" >Continue to Freezer repair in San Francisco 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="San Francisco Oven Repair Service">Oven repair in San Francisco CA</a></h2><p><p><p>An oven in need of repair is a tough problem.</p></p><p><p>Most of the time a partially working oven is just toughed out until it becomes completely unbearable. Sometimes the oven just breaks down completely. Either way, there are meals that need to be made. You do not want to get to the point where you rely on microwave dinners or fast food. Thankfully, there are options for those living in the San Francisco CA area that need an oven repair.</p></p><p><p>Most obviously, hiring someone that provides oven repair in&nbsp;San&nbsp;Francisco&nbsp;CA would make sense. The problem is that the phone book is full of San Francisco oven repair companies so how do you know which one to choose?</p></p><p><p>You don't.</p></p><p><p>All you know is what they will tell you. What we will tell you about us is that we know what it takes to get your oven working again. Our vetted technicians have years of experience with fixing ovens of all makes and models. They are familiar with all the oven parts and we even have many common oven parts on hand in our work vehicle. Your oven repair will not be a problem for us. If any specific parts are needed, we know what's in stock and where to go to get the oven parts in&nbsp;San&nbsp;Francisco&nbsp;CA so we can get the job done.</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/oven-repair/#oven" title="Oven repair in San Francisco CA" >Continue to Oven repair in San Francisco 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="San Francisco Range/Stove Repair Service">Range/Stove repair in San Francisco CA</a></h2><p><p><p>Any range or stove problem should be addressed as soon as it is noticed.</p></p><p><p>A range repair is not too difficult, but it's still not an easy DIY project. You will want to outsource the task to a San Francisco range repair company. That way, you will be sure that your need for a range repair in&nbsp;San&nbsp;Francisco&nbsp;CA is handled the right way and the right range parts are fixed and replaced.</p></p><p><p>We offer range repair in&nbsp;San&nbsp;Francisco&nbsp;CA and we have extensive experience with providing successful range fixes to residential and commercial clients in the San Francisco CA area. Our range repair service begins with a phone call, which is followed by one of our highly trained repair techs visiting your home to diagnose the problem. Our repairman will determine which range parts require replacing, but don't worry because we have access to all major range parts in&nbsp;San&nbsp;Francisco&nbsp;CA.</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/range-stove-repair/#range-stove" title="Range/Stove repair in San Francisco CA" >Continue to Range/Stove repair in San Francisco 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/SanFrancisco-94103-appliance-repair-service+note_on_fridge.jpg" width="200" height="200" alt="San Francisco Supreme Appliance Repair in San Francisco CA tip">
		</amp-img>
	</div>
	<div class="col_9">

	<h2>Helpful Appliance Repair Tips</h2>
	<p>
Did you know, the idea of the dishwasher dates back to 1886, when Josephine Cochrane developed a hand-power dishwasher? It surfaced in the Chicago World Fair in 1893. Surprisingly, it wasn't made as a time saving device or as a way to keep the hands protected. Instead, she was merely part of an incredibly rich family and never had to deal with cleaning dishes before. So, she designed a slightly automated dishwashing system to deal with her problematic servants, who managed to repeatedly damage her fine china. 
</p>

	</div>

</div>

</div>


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

	<div class="col_12">

		<div class="col_4">

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

			<h5>Address</h5>

			<p>San Francisco Supreme Appliance Repair</p>

			<div class="street-address" itemprop="address">
				<i class="icon-location"></i>

				<span itemprop="addressLocality">San Francisco</span>,
				<span itemprop="addressRegion">CA</span>
				<span itemprop="postalCode">94103</span>
			</div>
		</div>

		<div class="col_4">
			<h5>Phone</h5>
			<span class="phone"><a href="tel:(415) 949-5161"><i class="icon-phone"></i> (415) 949-5161</a></span>
		</div>

		<div class="col_4">
			<h5>Hours of operation</h5>
			<span class="work-hours"><i class="icon-clock"></i> we're open 7 days a week, 8AM - 8PM</span>
		</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 San Francisco, CA" >Refrigerator Repair</a> <a href="/washer-repair" title="Washer repair in San Francisco, CA" >Washer Repair</a> <a href="/dryer-repair" title="Dryer repair in San Francisco, CA" >Dryer Repair</a> <a href="/dishwasher-repair" title="Dishwasher repair in San Francisco, CA" >Dishwasher Repair</a> <a href="/freezer-repair" title="Freezer repair in San Francisco, CA" >Freezer Repair</a> <a href="/oven-repair" title="Oven repair in San Francisco, CA" >Oven Repair</a> <a href="/range-stove-repair" title="Range/Stove repair in San Francisco, CA" >Range/Stove Repair</a> <a class="contact-us " href="/contact-us" title="Contact Us in San Francisco, 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>


	