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

<meta name="author" content="High Tech Appliance Repair of Berkeley">
<meta name="description" content="Restore your appliance to new condition with us and get $10 taken off your bill. Call (510) 288-7952 to book. We serve in and around the Berkeley CA area.">
<meta name="keywords" content="">
<meta name="topic" content="High Tech Appliance Repair of Berkeley">
<meta name="summary" content="Restore your appliance to new condition with us and get $10 taken off your bill. Call (510) 288-7952 to book. We serve in and around the Berkeley CA area.">
<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="Ys34C4Jn2vg5_jS8GDB5_39SupO4EE-Zo8JOwIGfABU" >


<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="">
        <span class="location">Berkeley</span>
        <span class="adjective o1">High Tech</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">High Tech Appliance Repair of Berkeley</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="appliancerepairberkeleyca.com">
<meta itemprop="hasMap" content="https://www.google.com/maps/search/Berkeley, CA 94710">

<meta itemprop="priceRange" content="$">
<meta itemprop="areaServed" content="Berkeley 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@appliancerepairberkeleyca.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://appliancerepairberkeleyca.com/img/global/Berkeley-94710-appliance-repair-service+G1-Appliance-Washer-Dryer-Repair.jpg">
<meta itemprop="image" content="https://appliancerepairberkeleyca.com/img/global/Berkeley-94710-appliance-repair-service+G2-Freezer-Refrigerator-Repair.jpg">
<meta itemprop="image" content="https://appliancerepairberkeleyca.com/img/global/Berkeley-94710-appliance-repair-service+G3-Dishwasher-Stove-Oven-Repair.jpg">

<h2 itemprop="address" itemscope itemtype="//schema.org/PostalAddress">
  
    <span itemprop="streetAddress">2763 Eighth St</span>, 

		<span itemprop="addressLocality">Berkeley</span>,
		<span itemprop="addressRegion">CA</span>
		<span itemprop="postalCode">94710</span>
        <meta itemprop="streetAddress" content="2763 Eighth St">
	</h2>

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

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

	<span class="phone">
		<a href="tel:(510) 288-7952"><span itemprop="telephone">(510) 288-7952</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:(510) 288-7952">(510) 288-7952</a></h2>
	  <h3>We fix appliances in Berkeley 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:(510) 288-7952">(510) 288-7952</a></h2>
	  <h3>We fix appliances in Berkeley 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:(510) 288-7952">(510) 288-7952</a></h2>
	  <h3>We fix appliances in Berkeley 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:(510) 288-7952">(510) 288-7952</a></h2>
	  <h3>We fix appliances in Berkeley 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 Berkeley, CA" >Refrigerator Repair</a></li>
	<li ><a href="/washer-repair" title="Washer repair in Berkeley, CA" >Washer Repair</a></li>
	<li ><a href="/dryer-repair" title="Dryer repair in Berkeley, CA" >Dryer Repair</a></li>
	<li ><a href="/dishwasher-repair" title="Dishwasher repair in Berkeley, CA" >Dishwasher Repair</a></li>
	<li ><a href="/freezer-repair" title="Freezer repair in Berkeley, CA" >Freezer Repair</a></li>
	<li ><a href="/oven-repair" title="Oven repair in Berkeley, CA" >Oven Repair</a></li>
	<li ><a href="/range-stove-repair" title="Range/Stove repair in Berkeley, CA" >Range/Stove Repair</a></li>
	<li ><a class="contact-us " href="/contact-us" title="Contact Us in Berkeley, CA">Contact Us</a></li>
	</ul>

</div>	

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



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



  <!-- <img border="0" src="" alt="Appliance Repair Berkeley CA (510) 288-7952"> -->

<!--   <img border="0" src="/img/global/technician-2.jpg" alt="Appliance Repair Berkeley CA (510) 288-7952">
  <img border="0" src="/img/global/estimate-2.jpg" alt="High Tech Appliance Repair of Berkeley in Berkeley CA">
  <img border="0" src="/img/global/washer-woman-1.jpg" alt="High Tech Appliance Repair of Berkeley  ">
 -->

</div>

</div>


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


<h1>Appliance Repair in&nbsp;Berkeley&nbsp;CA - (510) 288-7952</h1>
<p>If your appliance gives out earlier than it should and you don't have the money to replace it, chances are you want your appliance repair at a discount. </p>
<p>We can hopefully help you with that -- our resource for appliance parts in&nbsp;Berkeley&nbsp;CA charges us a lot less than what the average consumer pays for the same appliance parts. Most repairs are resolved with parts gathered from our local appliance parts suppliers; if you have an older appliance model, or an imported one, there's a small chance your replacement part needs to be mail-ordered if our Berkeley CA parts supplier doesn't have it in stock. </p>
<p>Of course, we will check other local stores before delaying your repair if that happened. Whenever we can cut corners, we make sure to make it cheaper for you also; if you don't believe us, just shop for the best quote for your appliance repair in&nbsp;Berkeley&nbsp;CA and see how we line up. Once you decide to give us a chance, we will send a Berkeley appliance repair expert out to look at your defective appliance. </p>
<p>This is where we do a few different checks and inspect to see exactly why your appliance is acting up. After the cause of your issues is pinpointed, our repair tech will write out the costs for your appliance repair factoring both the labor and the replacement appliance parts necessary to complete the job. If you decide to hire us, we will complete your repair in as little time as possible and be out of your way, leaving you with an appliance that works like new once again. </p>
<p>Also, feel free to ask around about our services -- we are well-known among homeowners and business owners in&nbsp;Berkeley&nbsp;CA as we have given successful repairs to countless clients in the past. </p>
</p>	

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


I ran into problems with the gas igniters on my Jenn-Air slide-in oven. This turned into a major headache, as the company told me I had to get the appliance repair done by an authorized repair provider. The nearest was too far to bother. I rang you guys to see what I'd likely pay. This lead to a professional oven inspection, where we found many issues with our oven. The information was very helpful and ultimately I paid for the easiest repair and sold it to get a new one. Thanks for the great service!
	<br><br><span>Marcella S.<br> Berkeley CA</span></p>
</blockquote>


	</div>

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

	<div class="col_4">

        


<H2> Appliance Brands We Service</h2>
<p>High Tech Appliance Repair of Berkeley 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>Berkeley, CA<p>94701, 94702, 94703, 94704, 94705, 94707, 94708, 94709, 94710, 94712, 94720</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="Berkeley Refrigerator Repair Service">Refrigerator repair in Berkeley CA</a></h2><p><p><p>When your refrigerator stops functioning the way it should -- what do you do? </p></p><p><p>First, you might be able to diagnose the problem by looking for the problematic refrigerator parts. This is usually easy enough to do by backtracking from the surface of the problem. Are any of the visible refrigerator parts no longer working, is the fridge failing to keep to a certain temperature, or is something else out of order? </p></p><p><p>If you can't figure out what's to blame, call a Berkeley refrigerator repair specialist to go out to your home or place of business and take a look. Our team is known for excellence and has spent endless time helping Berkeley CA consumers get their appliances back into perfect working order. Every refrigerator repair in&nbsp;Berkeley&nbsp;CA we handle is managed the same way. First you give us a call, and then we send a Berkeley CA appliance repair specialist to diagnose your issue. From there, we typically go buy the refrigerator parts in&nbsp;Berkeley&nbsp;CA to complete the repair. </p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/refrigerator-repair/#refrigerator" title="Refrigerator repair in Berkeley CA" >Continue to Refrigerator repair in Berkeley 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="Berkeley Washer Repair Service">Washer repair in Berkeley CA</a></h2><p><p><p>Is your washing machine in need of an inspection? Do you require a major washer repair? </p></p><p><p>Whether it's a simple maintenance job or something more serious, you want to rely on a technician or business that's known to provide quality washer repair in&nbsp;Berkeley&nbsp;CA. We have served the Berkeley CA community for numerous years and have not had any major complaints. Our diverse team of Berkeley washer repair technicians have many decades of experience. </p></p><p><p>This includes commercial washer repair clientele, such as laundromat owners and property management companies. We ensure that every washer repair in&nbsp;Berkeley&nbsp;CA handled by our professionals is done in the fastest way possible. This begins with booking a service call at your residence or business; we have one of our washer repair technicians come and find out exactly why your washing machine is malfunctioning. </p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/washer-repair/#washer" title="Washer repair in Berkeley CA" >Continue to Washer repair in Berkeley 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="Berkeley Dryer Repair Service">Dryer repair in Berkeley CA</a></h2><p><p><p>Imagine going to the laundromat, only to find a sign saying that all the machines were out of order. </p></p><p><p>We have dealt with laundromat owners in the Berkeley CA community and we know how frustrating it can be to not have a reliable appliance repair company around. Thankfully, our long past of happy clients who paid for dryer repair in&nbsp;Berkeley&nbsp;CA through one of our repair guys is proof in-and-of itself that we are, by all means, reliable. </p></p><p><p>Every service crew sees members come and go, and through our longstanding position in the Berkeley CA market we have watched many of our employees stick around. Regardless, the impression left when others turn to us for their Berkeley dryer repair needs is always second-to-none. This is because we have formulated a simple, yet highly-effective way to treat every single dryer repair that we face. </p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/dryer-repair/#dryer" title="Dryer repair in Berkeley CA" >Continue to Dryer repair in Berkeley 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="Berkeley Dishwasher Repair Service">Dishwasher repair in Berkeley CA</a></h2><p><p><p>
    <em>Does your dishwasher need fixed? <strong>Skip the paper plates and contact us!</strong></em>
</p></p><p><p>
    <u>Call us at (510) 288-7952</u>
    to get affordable and fast dishwasher repair help.
</p></p><p><p>
    You will get the <strong>best rates</strong> as we only charge you for parts and labor.
</p></p><p><p>
    <strong>
        WE WORK ON ALL DISHWASHERS:
        <br/>
        <br/>
    </strong>
</p></p><p><p>
    - Built-in, countertop, drawer, and portable dishwashers.
</p></p><p><p>
    - All types of residential AND <u>commercial</u> models.
</p></p><p><p>
    - We also fix commercial dishmachines and glasswashers!
</p></p><p><p>
    <em>
        Whether you have a basic home dishwasher unit, or something more complex like a flight dishwasher, our Berkeley dishwasher repair specialists can get to
        the bottom of your problems.
    </em>
</p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/dishwasher-repair/#dishwasher" title="Dishwasher repair in Berkeley CA" >Continue to Dishwasher repair in Berkeley 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="Berkeley Freezer Repair Service">Freezer repair in Berkeley CA</a></h2><p><p><p>Are you having issues with your freezer? </p></p><p><p>We understand how hard it can be to try and work around a broken appliance. With our freezer repair service, you no longer have to. Instead of worrying about how you are going to get your freezer repaired, you can contact our appliance repair service and let our professional staff take care of the job for you.</p></p><p><p>We specialize in Berkeley freezer repair, and we also install any freezer parts that you might need. Trust us--we know it can be difficult to find freezer parts in&nbsp;Berkeley&nbsp;CA. Especially when you are trying to do so on your own. </p></p><p><p>But our company has connections with all of the major brands, which means that you can finally get a repair without having to worry about finding your own freezer parts in&nbsp;Berkeley&nbsp;CA. </p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/freezer-repair/#freezer" title="Freezer repair in Berkeley CA" >Continue to Freezer repair in Berkeley 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="Berkeley Oven Repair Service">Oven repair in Berkeley CA</a></h2><p><p><p>It's certainly possible that you will despise needing to pay an oven repair specialist to take care of your appliance issues. </p></p><p><p>Although, this is not a concern when you choose us to manage your Berkeley oven repair needs. Right from the start, you can take advantage of our $10-off coupon on your first oven repair service. Supposing we are your choice provider for your oven repair in&nbsp;Berkeley&nbsp;CA, you just have to face the cost of oven parts and labor. </p></p><p><p>We hold you accountable for the cost of the oven parts in&nbsp;Berkeley&nbsp;CA as experienced by us when we pick up your replacement parts. Supposing we save a little on your appliance parts cost, we will pass that discount onto you. Reach out to one of our Berkeley CA repair experts today and get started with your repair. </p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/oven-repair/#oven" title="Oven repair in Berkeley CA" >Continue to Oven repair in Berkeley 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="Berkeley Range/Stove Repair Service">Range/Stove repair in Berkeley CA</a></h2><p><p><p>When your range or stove is giving you issues, call up and get to the bottom of your troubles with the help of one of our Berkeley range repair experts. </p></p><p><p>We have a large crew of Berkeley CA based stove repair and range repair technicians prepared to help with your range or stove problems. After getting a chance to examine your stove repair problem, our Berkeley stove repair technician will know what will be necessary to fix your appliance. </p></p><p><p>This information will be used to produce an estimated cost for finishing your range repair in&nbsp;Berkeley&nbsp;CA through one of our technicians. The quote given by our Berkeley range repair expert will be based on what you can anticipate paying in total for any new range parts or stove parts that are bought to fix your appliance, as well as the expected labor charge for the repair. </p></p></p> 
				<br> 
				<span class="read-more">
					<a href="/range-stove-repair/#range-stove" title="Range/Stove repair in Berkeley CA" >Continue to Range/Stove repair in Berkeley 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/Berkeley-94710-appliance-repair-service+note_on_fridge.jpg" width="200" height="200" alt="High Tech Appliance Repair of Berkeley in Berkeley CA tip">
 		</amp-img>
	</div>
	<div class="col_9">

	<h2>Helpful Appliance Repair Tips</h2>
	<p>
Buying a new appliance is exciting, but doing your homework is still important. This means you have to analyze your financial position and determine what you are willing to spend. Considering the utility costs for the appliance you are buying will be important too. This isn't just about the amount of energy the appliance uses either. For instance, dishwashers vary based on the amount of water they use per load. You will want to analyze all the specifications by model for the appliance you plan to buy, as this will allow you to make the most cost effective decision.
</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>High Tech Appliance Repair of Berkeley</p>

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

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

			<span class="phone"><a href="tel:(510) 288-7952"><i class="icon-phone"></i> (510) 288-7952</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 Berkeley, CA" >Refrigerator Repair</a> <a href="/washer-repair" title="Washer repair in Berkeley, CA" >Washer Repair</a> <a href="/dryer-repair" title="Dryer repair in Berkeley, CA" >Dryer Repair</a> <a href="/dishwasher-repair" title="Dishwasher repair in Berkeley, CA" >Dishwasher Repair</a> <a href="/freezer-repair" title="Freezer repair in Berkeley, CA" >Freezer Repair</a> <a href="/oven-repair" title="Oven repair in Berkeley, CA" >Oven Repair</a> <a href="/range-stove-repair" title="Range/Stove repair in Berkeley, CA" >Range/Stove Repair</a> <a class="contact-us " href="/contact-us" title="Contact Us in Berkeley, 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>


	