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

<meta name="author" content="Temecula Advanced Appliance Repair">
<meta name="description" content="Hire the best appliance repair pros in&nbsp;Temecula&nbsp;CA today. Call (951) 383-2788 to schedule. Commercial and residential repair services available. Low rates guaranteed!">
<meta name="keywords" content="">
<meta name="topic" content="Temecula Advanced Appliance Repair">
<meta name="summary" content="Hire the best appliance repair pros in&nbsp;Temecula&nbsp;CA today. Call (951) 383-2788 to schedule. Commercial and residential repair services available. Low rates guaranteed!">
<meta name="Classification" content="Business">

<meta property="og:type" content="website">
<meta property="og:title" content="">
<meta property="og:description" content="Hire the best appliance repair pros in&nbsp;Temecula&nbsp;CA today. Call (951) 383-2788 to schedule. Commercial and residential repair services available. Low rates guaranteed!">
<meta property="og:image" content="https://appliancerepairtemecula.com/img/global/Appliance-Repair_426-1-Temecula-CA.jpg">
<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="fWKs5Nzi4f5zCb2cRk5_dJkDr5-xZ6maH7LahE2_9Ss" />


<style amp-custom>

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


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

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

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

	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
-----------------------------------*/

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

/*---------------------------------
	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 */
	}



/*---------------------------------
	IMPORTS
-----------------------------------*/
/*
	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;
	}

}


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


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




/*---------------------------------
	HTML ELEMENTS
-----------------------------------*/
*{
-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;}

/*---------------------------------
	UTILITY
-----------------------------------*/
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

/*---------------------------------
	HR
-----------------------------------*/
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;}

/*---------------------------------
	HTML5 ELEMENTS (shim)
-----------------------------------*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

/*---------------------------------
	HEADINGS
-----------------------------------*/
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;
}

/*---------------------------------
	PARAGRAPHS
-----------------------------------*/
p{
margin:10px 0;
}

/*---------------------------------
	BLOCKQUOTES
-----------------------------------*/
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;}

/*---------------------------------
	LISTS
-----------------------------------*/
ul, ol{
padding:0;
margin:0 0 20px 25px;
}

li{
padding:5px 0;
margin:0;
}

ul.list-unstyled{
padding:0;
margin:0 0 20px 0;
}

ul.list-unstyled li{
padding:5px 0;
margin:0;
list-style-type:none;

}
	
ul.alt{
padding:0;
margin:0 0 20px 0;
}

ul.alt li{
list-style-type:none;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
margin:0 0 -1px 0;
background:url(img/icon-arrow-right.png) no-repeat 5px 0.7em;
padding-left:20px;
}

/*---------------------------------
	PRE & CODE
-----------------------------------*/
code{
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size:0.9em;
border:1px solid lightblue;
padding:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#518BAB;
}

pre{
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
margin: 0 0 0 0;
padding:5px 5px 3px 5px;
background:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:inset 0 0 7px rgba(0,0,0,0.2);
-moz-box-shadow:inset 0 0 7px rgba(0,0,0,0.2);
box-shadow:inset 0 0 7px rgba(0,0,0,0.2);
padding:10px;
margin:0 0;
border:1px solid #ddd;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size:0.9em;
}

/*---------------------------------
	TABLES
-----------------------------------*/
table{width:100%;margin:0 0 10px 0;text-align:left;border-collapse: collapse;}
	thead, tbody{margin:0;padding:0;}
	th, td{padding:7px 10px;font-size:0.9em;border-bottom:1px dotted #ddd;text-align:left;}
	thead th{font-size:0.9em;padding:3px 10px;border-bottom:1px solid #ddd;}
	tbody tr.last th,
	tbody tr.last td{border-bottom:0;}

/* striped */
table.striped{}
	table.striped tr.alt{background:#f5f5f5;}
	table.striped thead th{background:#fff;}
	table.striped tbody th{background:#f5f5f5;text-align:right;padding-right:15px;border-right:1px dotted #e5e5e5;}
	table.striped tbody tr.alt th{background:#efefef;}

/* tight */
table.tight{}
	table.tight th, .tight td{padding:2px 10px;}

/* sortable */
table.sortable{border:1px solid #ddd;}
	table.sortable thead th{cursor: pointer;position:relative;top:0;left:0;border-right:1px solid #ddd;}
	table.sortable thead th:hover{background:#efefef;}
	table.sortable span.arrow{border-style:solid;border-width:5px;
	display:block;position:absolute;top:50%;right:5px;font-size:0;
	border-color:#ccc transparent transparent transparent;
	line-height:0;height:0;width:0;margin-top:-2px;}
	table.sortable span.arrow.up{border-color:transparent transparent #ccc transparent;margin-top:-7px;}

/*---------------------------------
	TABS
-----------------------------------*/
ul.tabs{
margin:10px 0 -1px 0;
padding:0;
width:100%;
border-bottom:1px solid #e5e5e5;
float:left;
font-size:0;
}

	ul.tabs.left{text-align:left;}
	ul.tabs.center{text-align:center;}
	ul.tabs.right{text-align:right;}
	ul.tabs.right li{margin:0 0 0 -2px;}

	ul.tabs li{
	font-size:14px;
	list-style-type:none;
	margin:0 -2px 0 0;
	padding:0;
	display:inline-block;
	position:relative;
	top:0;
	left:0;
	zoom:1;
	}

	ul.tabs li a{
	text-decoration:none;
	color:#666;
	display:inline-block;
	padding:9px 15px;
	position: relative;
	top:0;
	left:0;
	line-height:100%;
	background:#f5f5f5;
	-webkit-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.03);
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.03);
	border:1px solid #e5e5e5;
	border-bottom:0;
	font-size:0.9em;
	zoom:1;
	}

	ul.tabs li a:hover{
	background:#fff;
	}

	ul.tabs li.current a{
	position:relative;
	top:1px;
	left:0;
	background:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#222;
	}

	.tab-content{
	border:1px solid #efefef;
	border:1px solid #e5e5e5;
	background:#fff;
	clear:both;
	padding:20px;
	margin:0 0 40px 0;
	}


/*---------------------------------
	BREADCRUMBS
-----------------------------------*/
ul.breadcrumbs{
margin:10px 0;
padding:0;
line-height:0%;
font-size:0;
}

	ul.breadcrumbs li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;
	zoom:1;
	line-height:100%;
	font-size:14px; /* 0.8em default to override font-size:0; on parent*/
	}

	ul.breadcrumbs li a{
	display:inline-block;
	position:relative;
	padding:5px 15px 5px 5px;
	font-size:0.9em;
	zoom:1;
	margin:0;
	background:url(img/icon-arrow-right.png) no-repeat right center;
	}

	ul.breadcrumbs li.last a{
	color:#333;
	cursor: default;
	text-decoration:none;
	background:none;
	}

	ul.breadcrumbs li.last a:hover{
	text-decoration:none;
	}

	/* Alternative Style */
	ul.breadcrumbs.alt1{
	border:1px solid transparent;
	font-size:0;
	}

	ul.breadcrumbs.alt1 li a{
	padding:10px 25px 10px 15px;
	background:url(img/breadcrumbs-bg.gif) no-repeat right center;
	text-decoration:none;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	font-size:12px;
	}

	ul.breadcrumbs.alt1 a:hover{
	text-decoration:underline;
	}

	ul.breadcrumbs.alt1 li.first a{
	border-left:1px solid #efefef;
	}

	ul.breadcrumbs.alt1 li.last a{
	background:none;
	border-right:1px solid #efefef;
	}

/*---------------------------------
	IMAGES
-----------------------------------*/
/*
	for img .style1, .style2, .style3
	view js/kickstart.js Image Style Helpers
*/
img{
margin:0;
padding:0;
display:inline-block;
position:relative;
zoom:1;
vertical-align: bottom;
}

	img.align-left, .img-wrap.align-left{float:left;margin:0 10px 5px 0;}
	img.align-right, .img-wrap.align-right{float:right;margin:0 0 5px 10px;}
	img.full-width{clear:both;display:block;width:100%;height:auto;margin:0 0 10px 0;}

	div.caption{
	background:#f5f5f5;
	border:1px solid #ddd;
	padding:3px;
	max-width:100%;
	display:inline-block;
	height:auto;
	}

		div.caption img{
		display:block;
		padding:0;
		margin:0;
		width:100%;
		height:auto;
		}

		div.caption span{
		display:block;
		margin-top:3px;
		font-size:0.8em;
		color:#666;
		padding:0px 5px;
		}

	.gallery{}

		.gallery a{
		display:inline-block;
		position:relative;
		border:1px solid #ddd;
		background:#fff;
		padding:3px;
		margin:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		}

		.gallery a img{
		display: block;
		position: relative;
		margin:0;
		padding:0;
		}

/*---------------------------------
	SLIDESHOW2
-----------------------------------*/
.slideshow-wrap{
clear:both;
margin:0;
padding:0;
position:relative;
top:0;
left:0;
overflow:hidden;
clear:both;
}

	.slideshow-inner{
	overflow:hidden;
	clear:both;
	position:relative;
	top:0;
	left:0;
	border:1px solid #efefef;
	}

	.slideshow{
	clear:both;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	overflow:hidden;
	}

		.slideshow li{
		list-style-type:none;
		margin:0;
		padding:0;
		float:left;
		display:block;
		}

			.slideshow img{vertical-align: bottom;}

	.slideshow-buttons{
	text-align:right;
	margin:3px 0 0 0;
	padding:0;
	}

		.slideshow-buttons li{display:inline;position:relative;top:0;left:0;line-height:100%;margin:0;padding:0;}
		.slideshow-buttons li.current a{background:#ddd;}

		.slideshow-buttons a{
		display:inline;
		position:relative;
		top:0;
		left:0;
		padding:1px 3px;
		margin:0 1px;
		line-height:100%;
		border:1px solid #efefef;
		text-decoration:none;
		font-size:0.8em;
		}






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

/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.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: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.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: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.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: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.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: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.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: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.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: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.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: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.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: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: local("PT Serif"), local("PTSerif-Regular"), url(https://fonts.gstatic.com/s/ptserif/v11/EJRVQgYoZZY2vCFuvAFYzr-tdg.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: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: local("PT Serif"), local("PTSerif-Regular"), url(https://fonts.gstatic.com/s/ptserif/v11/EJRVQgYoZZY2vCFuvAFWzr8.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: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url(https://fonts.gstatic.com/s/ptserif/v11/EJRSQgYoZZY2vCFuvAnt66qcVyvHpA.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: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url(https://fonts.gstatic.com/s/ptserif/v11/EJRSQgYoZZY2vCFuvAnt66qSVys.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;
}
/*---------------------------------
    OVERRIDES
-----------------------------------*/
body { 
    font-family: "PT Serif","Georgia", serif;
    padding: 0;
    margin: 0;
    min-height: 800px;
}

p{
    line-height: 140%;
}

h1,h2,h3,h4,h5,h6{
    font-family: "PT Serif","Georgia", serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #05748c;
}

h1,h2{
    line-height: 100%;
    margin: 30px 0;
}
h1 { color: #226bad; font-size: 2.5em;}
h2 { font-size: 1.8em;}
h3{ color: #226bad; font-size: 1.4em; margin-top: 2em;}


thead th,
tbody th{
    font-family: "Source Sans Pro", sans-serif;
}
th, td {
border: none;
}

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

.menu{
    font-family: "Source Sans Pro", sans-serif;
    overflow: hidden;
    border: none;
    background-color: #e5e2da;
    text-align: center;
}

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

.hidden {display: none;}

.callout{
    background:#ff000;
    padding:3em 0;
    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;
}
#search .form-or {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    font-family: Georgia, sans-serif;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 0;
}

textarea.error {border: 1px solid red;}

.menu li>a {font-family: "Source Sans Pro", 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;
    cursor: default;
}

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

.menu li>a.hiring {
    background: #e72;
    color: #fff;
    text-shadow: none;
}
.menu li>a.hiring:hover {
    background: rgb(122,188,255);
}
.map img { border-radius: 10px;}
.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: #FFF;
    font-size: 0.9em;
    left: 0;
    margin: 0 0;
    padding: 30px;
    position: relative;
    text-align: center;
    top: 0;
    text-shadow: none;
}

#footer a { color: #FFF; text-decoration: none;}
#footer a:hover { text-decoration: underline; }
/*---------------------------------
    CUSTOM ELEMENTS
-----------------------------------*/

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

.part.header .grid:first-child div {
    padding: 10px;
}
#header {
    color:#222;
}


#header .logo-wrapper{
    padding: 0; 
    margin: 0;
}
#header .logo{
    text-decoration: none;
    display: block;
    padding: 10px 0;    
}

#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; 
}
#header-logo span.appliance-repair { 
    letter-spacing: -2px;
    color: #222;
    padding-right: 0.2em;
    font-weight: 600;
}
#header-logo span.adjective + span.appliance-repair { 
    padding-left: 0.4em;
}
#header-logo span.location { 
    color: #aaa;
    width: 100%;
    font: normal 19px "Source Sans Pro", Arial, sans-serif;    
}
#header-logo.adjective-first span.adjective {
    order: 1;
    padding-right: 0.3em;
}
#header-logo.adjective-first span.appliance-repair {
    order: 2;    
}
#header-logo.adjective-first span.location {
    order: 3;    
}
#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 {display: block;}
.header .phone,  .header .phone a {
    text-decoration: none;
}
.header .contact-info {
    padding: 0;
    text-align: right;    
}
.header .phone-hours {
    background-color: #181c38;
    text-align: center;
}
.header .contact-info h1 {font: 14px/21px "Source Sans Pro", Arial, sans-serif; letter-spacing: 0.2px; margin: 0; text-transform: capitalize;}
.header .contact-info h2 {font: 14px/21px "Source Sans Pro", Arial, sans-serif; letter-spacing: 0.2px; margin: 0; text-transform: capitalize;}
.header .contact-info h3,
.header .contact-info h4,
.header .contact-info h5 { display: none;}
.menu li a {
    color: #333;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 10px;
    text-decoration: none;
}

.gallery-wrapper {
    margin-top: 0px;
}

.homepage .main-wrapper {background: #0074b1;}

.content { padding-bottom: 3em ; }

ul.icons li i {
    color: #99BA50;
}

div.product-teaser {border-top: 1px solid #ddd;margin-top: 30px;padding-top: 28px;}
div.product-teaser p a{color: #000;}
div.product-teaser h2 { color: #008caa; font-size: 1.5rem; font-style: normal;line-height: 120%; margin: 0px 0 15px 0;text-transform: capitalize;}
div.product-teaser .read-more a {background: none repeat scroll 0 0 #dff;border-radius: 10px;padding: 10px 20px;text-decoration: underline;}
div.product-teaser .teaser-pix {width: 160px; height: 190px; background-image: url(/img/appliances.png);}
div.product-teaser .teaser-pix.refrigerator {background-position: 0 0;}
div.product-teaser .teaser-pix.washer {background-position: 0 -200px;}
div.product-teaser .teaser-pix.dryer {background-position: 0 -400px;}
div.product-teaser .teaser-pix.dishwasher {background-position: 0 -600px;}
div.product-teaser .teaser-pix.freezer {background-position: 0 -800px;}
div.product-teaser .teaser-pix.oven {background-position: 0 -1000px;}
div.product-teaser .teaser-pix.range-stove {background-position: 0 -1200px;}

.read-more {display: inline-block;margin-top: 10px;}

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: #226bad none; color: #FFF; padding: 2em 0.5em 3em; }
.contacts h5 {margin-top: 1em;}
.contacts h5, .contacts .phone {color: #FFF;}
.contacts h5.phone {margin-bottom: 0px;}
.contacts h4.phone {margin-top: 0px;}
/*.contacts .grid .map img{ max-width: none;}*/
.copy {text-align: center; padding: 20px; font-family: sans-serif; font-size: 12px;}

.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;}
.panel {padding-top: 25px; font-family: "Source Sans Pro", sans-serif;}
.panel .col_3 {
    height: 120px;
/*    background-color: #e5e2da;
    border: 1px solid #cac7c2;
*/    position: relative;
}
.panel .col_3 img {position: absolute; left: 0px; bottom: 0px; z-index: 1;}
.panel .col_3 span {position: absolute; right: 20px; bottom: 17px; z-index: 2; width: 50%; max-height: 95px; overflow: hidden;}
.panel .col_3 h6 { color: #000; margin: 0 0 5px 0; font-size: 20px; font-family: "Source Sans Pro", sans-serif;}

.panel .col_3.save h6{font-size: 41px;letter-spacing: -2px;line-height: 90%;}
.panel .col_3.service h6{letter-spacing: -1px;line-height: 110%;font-size: 23px}
.panel .col_3.parts h6{letter-spacing: -1px;line-height: 110%;}

.helpfultip {
    background-color: #feecbd; 
    margin-top: 100px; 
    padding: 50px 25px; 
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.75em;
}
.helpfultip h4 {color: #9c9c9c;}
.helpfultip .tip-img {
    width: 70px; 
    height: 90px;
    margin: -125px auto 30px;
}

#search {color: #FFF; background-color: #226bad; padding: 10px 10px 20px 20px; }
#search h2 {color: #FFF; text-transform: none; font-size: 26px;line-height: 1.6em; margin: 10px 0 0;}
#search form {margin: 20px 0;}
#search form select, #search form input { font-size: 13px;padding: 5px 0; }
#search table td { padding: 0; }
#search img.pull-right {float: right;}
#search #search-image{display: block;background: url(/img/guaranted.png);margin-top: -25px; width: 149px; height: 127px; float: right;}
#form1-cell1, #form1-cell2, #form1-cell3,
#form2-cell1, #form2-cell2, #form2-cell3 {float: left; padding-right: 8px; padding-top: 10px;}
#form1-cell1{min-width: 120px;}
#form1-cell2{min-width: 120px;}
#form1-cell3{min-width: 60px;}

#form2-cell1{ min-width: 120px;}
#form2-cell2{min-width: 100px; clear: left;}
#form2-cell3{ min-width: 150px;}

#search select{width: 150px;}

.simple-list div { vertical-align: middle; text-align: center; color: #0c6c81; }


.features.panel .col_3{
    min-width: 266px;
}


body.appliance-repair-technician-jobs .feature h2 {
    font-size: 18px;
    line-height: 140%;
    text-transform: none;
}

ul.social-directories li{list-style: none; display: inline-block; padding: 5px 10px;}
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.tumblr {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;}

ul.appliance_brands li {width: 30%; display: inline-block;}


.homepage .brands { background: #226bad; color: #fff; padding: 0 2em 2em;}
.homepage .brands h2{color: #fff;}
.homepage ul.appliance_brands li::before {margin-left: -22px; color: rgba(255, 255, 255, 0.3);}
.homepage ul.appliance_brands li {display: block; font-size: 90%; display: inline-block;margin:0 40px 0.8em 28px; padding: 0;width: 200px; line-height: 100%; color: #fff;}

.contact-us ul.appliance_brands li {display: block; width: auto;}

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: #226bad;}
/*
.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; margin: 0;}
.contact-us .departments .phone a {display: block; background: #f63; color: #fff; border-radius: 5px; text-align: center; padding: 0.5em 0.5em; font-size: 1.3em; text-decoration: none; letter-spacing: 0.5px;}
.contact-us .departments .phone a:hover {background: #e52; color: #fe0; }

.contact-us i.social-icon {
    background-color: #135;
    border: 2px solid #135;
    border-radius: 12px;
    height: 24px;
    width: 24px;
}

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

.notice {display: none;}


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


.contact-us-links h2 {text-align: center; margin: 0; color: #fff;}
.contact-us-links h3 {margin: 0;}
.contact-us-links .right-col {text-align: right; padding-right: 20px;}
.contact-us-links h3 a {color: rgba(150,255,255, 0.7); font: normal 14px "Georgia",serif;}
.contact-us-links h3 a:hover {color: rgba(255,255,255, 1);}


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

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

    body {background: #FFFFFF ; }

    h1 {font-size: 2.4em;}
    .grid {padding: 0 0.5em;}

    .header .contact-info { padding: 10px 0; text-align: center ; }

    .header .contact-info h1,
    .header .contact-info h2,
    .header .contact-info .work-hours{ line-height: 28px; font-size: 14px;}

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

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

    #form1-cell1, #form1-cell2, #form1-cell3 {padding-right: 0px;}
    #form1-cell1{width: 95%;float: none; }
    #form1-cell2{width: 60%; min-width: 220px;}
    #form1-cell3{width: 38%; min-width: 60px;}


}

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

    body {background: #FFFFFF ; }

    h1 {font-size: 2em;}

    .grid {padding: 0 0.5em;}

    .header .contact-info { padding: 10px 0; text-align: center ; }

    .header .contact-info h1,
    .header .contact-info h2,
    .header .contact-info .work-hours{ line-height: 28px; font-size: 14px;}

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

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

    .pull-right {float: none;margin: 0 auto;}

}






/*inline*/
body { font-family: "Georgia",serif;margin: 0;padding: 0;}
#header {color: #222;}
#site-logo {max-width: 100%;}
.grid {padding: 0 0.5em;max-width: 1220px;}
.part.header .grid:first-child div {padding: 10px;}
.header .contact-info {padding: 10px 0;text-align: center ;}
#header .contact-info h3, 
#header .contact-info h4, 
#header .contact-info h5 {}
#header div.phone-hours {background-color: #d8e5f1;text-align: center;}
#header .phone, 
#header .phone a {color: #226bad;font: bold 35px "Source Sans Pro", Arial, sans-serif; text-decoration: none;display: block;}
#header .phone-hours {text-align: center;}
.menu {background-color: #e5e2da;}
.menu li {font-size: 16px;list-style-type: none;margin: 0;padding: 0;}
.menu li a {color: #333;font: bold 0.9em Arial, sans-serif;letter-spacing: 0.4px;padding: 10px 7px;text-decoration: none; display: inline-block;float: left;}
#vendor-logos,
#map-image {max-width: 100%; height: 100%;}
.fotorama{max-width: 100%;}
.fotorama img {max-width: 100%;}

</style>



</head><body class="">

<div class="part header" id="header">
<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">Temecula</span>
        <span class="adjective o1">Advanced</span>
        <span class="appliance-repair">Appliance Repair</span>
        
    </div>
    </a>
    
</div>

<div class="col_4 left phone-hours">
    <span class="phone" itemprop="telephone">(951) 383-2788</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 class="col_3 right contact-info" itemscope itemtype="//schema.org/LocalBusiness">

<h2 itemprop="name">Temecula Advanced Appliance Repair</h2>
<meta itemprop="description" content="Appliance repair">
<meta itemprop="telephone" content="(951) 383-2788">
<meta itemprop="openingHours" content="Mo-Su 8:00-20:00">
<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="appliancerepairtemecula.com">
<meta itemprop="hasMap" content="https://www.google.com/maps/search/Temecula, CA 92590">

<meta itemprop="priceRange" content="$">
<meta itemprop="areaServed" content="Temecula CA">
<meta itemprop="logo" content="/img/global/logo.jpg">
<meta itemprop="slogan" content="Is your applince broken? We can help!">
<meta itemprop="email" content="info@appliancerepairtemecula.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://appliancerepairtemecula.com/img/global/Temecula-92590-appliance-repair-service+H1-Appliance-Washer-Dryer-Repair.jpg">
<meta itemprop="image" content="https://appliancerepairtemecula.com/img/global/Temecula-92590-appliance-repair-service+H2-Freezer-Refrigerator-Repair.jpg">
<meta itemprop="image" content="https://appliancerepairtemecula.com/img/global/Temecula-92590-appliance-repair-service+H3-Dishwasher-Stove-Oven-Repair.jpg">

<h2 itemprop="address" itemscope itemtype="//schema.org/PostalAddress">  
    <span itemprop="streetAddress">42311 Avenida Alvarado</span>, 

	<span itemprop="addressLocality">Temecula</span>,
	<span itemprop="addressRegion">CA</span>
	<span itemprop="postalCode">92590</span>
	<meta itemprop="streetAddress" content="42311 Avenida Alvarado">
</h2>

<div class="geo hidden" itemprop="geo" itemscope itemtype="//schema.org/GeoCoordinates">
	<meta itemprop="latitude" content="33.50938279850237" />
	<meta itemprop="longitude" content=" -117.17040709087578" />
</div>

<h5 itemprop="description">Are you looking for quality appliance repair in Temecula CA?<br> Don't wait - call now!</h5>
	

</div>

</div>
<div class="grid clearfix">
    <div class="col_12" style="margin-bottom: 0;">
    <!-- Menu Horizontal -->
        <ul class="menu">
<li ></li><li ><a href="/refrigerator-repair" title="Refrigerator repair in Temecula, CA" >Refrigerator Repair</a></li><li ><a href="/washer-repair" title="Washer repair in Temecula, CA" >Washer Repair</a></li><li ><a href="/dryer-repair" title="Dryer repair in Temecula, CA" >Dryer Repair</a></li><li ><a href="/dishwasher-repair" title="Dishwasher repair in Temecula, CA" >Dishwasher Repair</a></li><li ><a href="/freezer-repair" title="Freezer repair in Temecula, CA" >Freezer Repair</a></li><li ><a href="/oven-repair" title="Oven repair in Temecula, CA" >Oven Repair</a></li><li ><a href="/range-stove-repair" title="Range/Stove repair in Temecula, CA" >Range/Stove Repair</a></li><li ><a class="contact-us " href="/contact-us" title="Contact Us in Temecula, CA">Contact Us</a></li>
	</ul>
    </div>
</div>

</div>
<!-- ===================================== END HEADER ===================================== -->
<div class="grid clearfix">
    <div class="col_12 gallery-wrapper">
        <div class="fotorama">

            <amp-carousel width="1250"
            height="500"
            layout="responsive"
            type="slides"
            autoplay
            delay="5000">

                            <amp-img src="/img/global/technician-2.jpg" 
                 width="1250"
                 height="500"
                 layout="responsive"                          
                 alt="Appliance Repair Temecula CA (951) 383-2788">
                 </amp-img>
                <amp-img src="/img/global/estimate-2.jpg" 
                 width="1250"
                 height="500"
                 layout="responsive"                          
                 alt="Temecula Advanced Appliance Repair in Temecula CA">
                 </amp-img>
                <amp-img src="/img/global/washer-woman-1.jpg" 
                 width="1250"
                 height="500"
                 layout="responsive"                          
                 alt="Temecula Advanced Appliance Repair ">
                 </amp-img>
                            </amp-carousel>


        </div>
    </div>
</div>

<div class="features grid clearfix panel">
    <div class="col_6">
        <div class="col_3 save">
            <amp-img src="/img/appliance-repair-Temecula-92590+icon-save.png" width="157" height="125"/></amp-img>
            <span><h6>$10 off</h6>online discount</span>
        </div>
        <div class="col_3 hours">
            <amp-img src="/img/appliance-repair-Temecula-92590+icon-clock.png" width="86" height="86"/></amp-img>
            <span><h6>we're open 7 days a week, 8AM - 8PM</h6></span>
        </div>
    </div>
    <div class="col_6">
        <div class="col_3 service">
            <amp-img src="/img/appliance-repair-Temecula-92590+icon-phone.png" width="48" height="86"/></amp-img>
            <span><h6>FREE<br>Service Call</h6>with any repair</span>
        </div>
        <div class="col_3 parts">
            <amp-img src="/img/appliance-repair-Temecula-92590+icon-desk.png" width="69" height="86"/></amp-img>
            <span><h6>Appliance Parts<br>(951) 383-2788</h6>or <a href="#search_parts">order online</a></span>
        </div>
    </div>
</div>

<div class="simple-list grid clearfix">
    <div class="col_12">
        <div class="col_2 parts">Fair pricing</div>
        <div class="col_2 parts">No hourly rates</div>
        <div class="col_2 parts">No hidden fees</div>
        <div class="col_2 parts">Free checkups at no extra charge</div>
        <div class="col_2 parts">Same Day service</div>
        <div class="col_2 parts">Access to Replacement Parts</div>
    </div>
</div>


<div class="grid clearfix feature">	
    <div class="col_7">

<h1>Appliance Repair in&nbsp;Temecula&nbsp;CA - (951) 383-2788</h1>
<p>
Professional appliance repair service center is available 7 days a week to assist you with all of your emergency appliance repair needs in&nbsp;Temecula&nbsp;CA!
</p>
<p>
We are specializing in affordable dryer repair, washing machine repair, refrigerator repair, stove repair, oven repair, microwave repair, dishwasher repair, freezer repair, ice maker repair, garbage disposal repair, fridge repair and washer repair.
</p>
<p>
Our mission is to provide customers with quality service delivered promptly at a fair price that guarantees value. Offering same day service, with the most competitive prices for best appliance repair in&nbsp;Temecula&nbsp;CA we will beat any written appliance repair estimate.
</p>
<p>
Did we mention that we supply replacement parts and our service calls are always free with the repair service? We understand that you have a choice when it comes to appliance repair and we appreciate your consideration. 
</p>
<p>
To give a summary of what happens on the initial service call:
</p>
<p>
1) We start by sending one of our licensed technicians to your home to detect if there is indeed an appliance repair issues.
</p>
<p>
2) If and when a problem is found, the tech would then provide you with a complete written estimate which would include all appliance parts and labor.
All our figures come directly from the MASNPG or the <a title='Temecula appliance repair blue book MASNPG' href='http://books.google.com/books/about/Major_Appliance_National_Service_Price_G.html?id=HHwcPQAACAAJ&amp;redir_esc=y' name='Appliance Repair Blue Book' target='_blank'>'Appliance Blue Book.'</a>
</p>
<p>
3) When you decide to have the appliance repair completed, then we would waive the service call charge. You would also pay no diagnosis fee, hourly rate, or travel charge to come to your home.
</p>
<p>
4) If you decide against having the appliance repair service completed, then you would only be responsible for the written estimate and travel to your home.
</p>
        <div class="products-teas">
            <div class="product-teaser clearfix"><div class="col_3 pull-left"><div class="teaser-pix refrigerator" title="Refrigerator parts in  Temecula CA"></div></div><div class="col_9 pull-right"><a href="/refrigerator-repair/#refrigerator" title="Temecula Refrigerator repair services"><h2>Refrigerator repair in Temecula CA</h2></a><p><p>
Refrigerator is the most indispensable appliance for all kitchens as it stores and preserves our perishable groceries that cannot be purchased or cooked daily. 
</p></p><p><p>
We can eat more vegetables, fresh fruits, salads, meats and dairy products at any time without a need to raise animals or grow fruits and vegetables in our own garden. 
</p></p><p><p>
Our improved health is the result from more varied diet and better nutrition owing to the refrigerator. 
Modern refrigerators are complex machines and if your refrigerator is broken don't waste your time trying to fix it yourself and call professional appliance repair center in&nbsp;Temecula&nbsp;CA. 
</p></p><p><p>
We are specializing in cheap refrigerator repair and will be happy to make it work again. It may sound a bit inconvenient to book and wait for a technician to start working on your refrigerator. 
</p></p> 
				<span class="read-more">
					<a href="/refrigerator-repair/#refrigerator" title="Refrigerator repair in Temecula CA">read more</a>
				</span>
                </div>
			</div>
			<div class="product-teaser clearfix"><div class="col_3 pull-left"><div class="teaser-pix washer" title="Washer parts in  Temecula CA"></div></div><div class="col_9 pull-right"><a href="/washer-repair/#washer" title="Temecula Washer repair services"><h2>Washer repair in Temecula CA</h2></a><p><p>
Washing machines are built to perform. 
</p></p><p><p>
They work for us, year after year, usually without much trouble. But as soon as a washer breaks down, you may be completely at loss. 
</p></p><p><p>
Without knowledge of its technical built, you may have no idea why it stopped working, and do not know how to fix it. The huge variety of washer models makes the task even more complicated as the parts of one model may not be fit for another of the same brand.
</p></p><p><p>
An easy way out of such situation is purchasing the brand new washing machine. It indeed sounds irksome to repair appliances. Fortunately the technicians at professional appliance repair center in&nbsp;Temecula&nbsp;CA can provide you with a trustworthy service in terms of washer repairs. 
</p></p><p><p>
Problems with washing machines can be difficult to diagnose and even harder to repair if you are not a trained washing machine service technician. 
</p></p> 
				<span class="read-more">
					<a href="/washer-repair/#washer" title="Washer repair in Temecula CA">read more</a>
				</span>
                </div>
			</div>
			<div class="product-teaser clearfix"><div class="col_3 pull-left"><div class="teaser-pix dryer" title="Dryer parts in  Temecula CA"></div></div><div class="col_9 pull-right"><a href="/dryer-repair/#dryer" title="Temecula Dryer repair services"><h2>Dryer repair in Temecula CA</h2></a><p><p>
In order to ensure that your clothes dry quickly after a wash, you do prefer the services of a clothes dryer or tumble dryer. 
</p></p><p><p>
Just like the washer, a dryer is also a popular appliance and its durability is significant for any home maker. Once considered an indulgence, clothes dryers are becoming an indispensable household appliance especially in cooler climates. 
</p></p><p><p>
Many people would be lost without the convenience that a clothes dryer provides. 
The inner parts of a standard dryer comprise of a motor that turns your clothes in circles inside a metal drum while a heating coil heats up that drum. 
</p></p><p><p>
If the heating coil does not operate, you've just got a bunch of wet clothes spinning in a circle! 
</p></p><p><p>
But before you lose your cool and decide to kick out your old dryer to buy a new one, you should consider the option of repair. Not everyone knows but opting for local dryer repairs is actually quite a sane decision. 
</p></p> 
				<span class="read-more">
					<a href="/dryer-repair/#dryer" title="Dryer repair in Temecula CA">read more</a>
				</span>
                </div>
			</div>
			<div class="product-teaser clearfix"><div class="col_3 pull-left"><div class="teaser-pix dishwasher" title="Dishwasher parts in  Temecula CA"></div></div><div class="col_9 pull-right"><a href="/dishwasher-repair/#dishwasher" title="Temecula Dishwasher repair services"><h2>Dishwasher repair in Temecula CA</h2></a><p><p>
Dishwasher is an energy and time saving appliance that has occupied much prominence in modern-day kitchens. 
</p></p><p><p>
To avoid a pile of dirty dishes in your kitchen sink, it is always better to make them sparkling clean instantly with the help of a dish washer. However, they have to be handled with adequate precautions though sometimes an accidental damage to equipment can put it in immediate need of repairs. 
</p></p><p><p>
Emergency dishwasher repairs would not necessarily imply that the machine has to be dismantled completely. If there is a leakage problem that creates a puddle of water in the kitchen, you may just need to check the fittings, or maintain the machine properly. 
</p></p><p><p>
A more severe problem may require replacement of the door gasket. For result oriented quality dishwasher repairs, it is important to avail the services of a professional appliance engineer. 
</p></p> 
				<span class="read-more">
					<a href="/dishwasher-repair/#dishwasher" title="Dishwasher repair in Temecula CA">read more</a>
				</span>
                </div>
			</div>
			<div class="product-teaser clearfix"><div class="col_3 pull-left"><div class="teaser-pix freezer" title="Freezer parts in  Temecula CA"></div></div><div class="col_9 pull-right"><a href="/freezer-repair/#freezer" title="Temecula Freezer repair services"><h2>Freezer repair in Temecula CA</h2></a><p><p>
Freezers allow people to buy and store food in big quantities. 
</p></p><p><p>
As a result we can cook and eat this food at any time later. Moreover, bulk purchases save us money. Ice cream, for example, could previously only be found by traveling long distances to a place where this product was made fresh, and had to be consumed on the spot. 
</p></p><p><p>
Now ice cream is a common food item that can be found in our freezers. 
When it comes to reliable and affordable freezer repairs solutions, our professional appliance repair in&nbsp;Temecula&nbsp;CA is the right repair company for you. 
</p></p><p><p>
Opting for a repair of an old or damaged freezer is a much better choice considering the cost incurred in buying a brand new freezer. Agreed, quality freezer repairs require heavy investment in terms of effort but then it is worth it. 
</p></p> 
				<span class="read-more">
					<a href="/freezer-repair/#freezer" title="Freezer repair in Temecula CA">read more</a>
				</span>
                </div>
			</div>
			<div class="product-teaser clearfix"><div class="col_3 pull-left"><div class="teaser-pix oven" title="Oven parts in  Temecula CA"></div></div><div class="col_9 pull-right"><a href="/oven-repair/#oven" title="Temecula Oven repair services"><h2>Oven repair in Temecula CA</h2></a><p><p>
Cooking is a daily task in our homes and involves the frequent usage of appliances including mixer, grinder, blender, sandwich maker, stove and oven. 
</p></p><p><p>
In case if the oven mechanism does not function properly, it causes major inconvenience in preparation of food items apart from being a potential safety hazard.
</p></p><p><p>
Reliable oven repairs are necessary if there is a blown fuse or if the chamber has burnt holes. If you are unable to observe any visible damage to the appliance you should call an appliance expert before any further harm is caused to your expensive appliance. 
</p></p><p><p>
For all your quality oven repair needs at low prices call the experts at professional appliance repair center in&nbsp;Temecula&nbsp;CA. 
</p></p> 
				<span class="read-more">
					<a href="/oven-repair/#oven" title="Oven repair in Temecula CA">read more</a>
				</span>
                </div>
			</div>
			<div class="product-teaser clearfix"><div class="col_3 pull-left"><div class="teaser-pix range-stove" title="Range/Stove parts in  Temecula CA"></div></div><div class="col_9 pull-right"><a href="/range-stove-repair/#range-stove" title="Temecula Range/Stove repair services"><h2>Range/Stove repair in Temecula CA</h2></a><p><p>
Range is the indispensable part of modern kitchens and the primary appliance required to cook and heat food items. 
</p></p><p><p>
With a constant daily use, the appliance is subject to wear and tear and require some fixing from time to time. Reliable range repairs depend upon the make or type of range being used. 
</p></p><p><p>
An electric range converts electricity to heat for cooking. But a problem with the thermostat or wiring may result in inadequate heat generation. 
</p></p><p><p>
There are two fuses (of usually 30 amperes) with the wiring and if either of them is damaged, the appliance would fail to effectively cook the food. Sometimes, a new receptacle may need to be installed and the wires have to be re-twisted around. 
</p></p><p><p>
Professional appliance repair expert is required in such cases because the location of wiring and fuses is different for various brands of ranges. Reliable range repairs for electric ranges can also be risky for a person who does not have adequate knowledge of appliances. 
</p></p> 
				<span class="read-more">
					<a href="/range-stove-repair/#range-stove" title="Range/Stove repair in Temecula CA">read more</a>
				</span>
                </div>
			</div>
			        </div>
    </div>
    <div class="col_1"></div>
    <div class="col_4">
                    <div class="feedback clearfix">
                <p><strong>Feedback from our customers</strong></p>	
                
Another positive experience here. Did you know dozens of suggestions come up when you search to see why the spin cycle won't work anymore? Yeah, it was overwhelming and after doing a few tests and even replacing some minor parts... We gave up on the DIY route and called Temecula Advanced Appliance Repair to get a professional repair done. We had our washer spinning again in hours, literally after weeks of trying to fix it on our own!
                <br><br>
                <amp-img src="/img/Temecula-92590-appliance-repair-service+best-choise.png" class="pull-right" width="130" height="130"/></amp-img>
                <br><br>
                <span>Alma J.<br> Temecula CA</span>
            </div>
                        <div class="helpfultip">
                <div class="tip-img">
                <amp-img src="/img/Temecula-92590-appliance-repair-service+tip.png" alt="Temecula Advanced Appliance Repair in Temecula CA tip" width="70" height="91"/></amp-img>
                </div>
                <h4>Helpful tip</h4>
                <p>
Parents often nag their children to close the refrigerator because they are wasting electricity. While there's some merit, a more noteworthy concern to vocalize is the fact that the machine is getting damaged. It's true, refrigerators face premature deaths frequently because of this constant abuse. While the fridge door is open - the motors have to work harder than usual to keep up because all the cold air is escaping. Needless to say, make sure your refrigerator door is only open for as long as you need it to be to prevent early motor failure. This also applies for freezers!
</p>
            </div>
            
        <H2> Appliance Brands We Service</h2>
        <p>Temecula Advanced Appliance Repair services all major brands of household appliances:</p>


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


        <a name="zip-codes-we-service"></a>
        <H2> ZIP Codes We Service</h2>
        <p><p>Temecula, CA<p>92589, 92590, 92591, 92592, 92593</p><p></p><p></p> 


    </div>
</div>

<hr>


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


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


<hr>

</div>


	
<div class="contacts">	 
	<div class="grid clearfix">
        <div class="col_12 center">
            <h5 class="phone">Call</h5>
            <h4 class="phone">(951) 383-2788</h4>
			<span class="work-hours"> we're open 7 days a week, 8AM - 8PM</span>
        </div>
    </div>
    <div class="grid clearfix">
		<div class="col_12 column center">
			<a name="contact-us"></a>
			<h5>Address</h5>

			<p>Temecula Advanced Appliance Repair located at</p>

			<div class="street-address" itemprop="address">
				<i class="icon-map-marker"></i>
  
    <span itemprop="streetAddress">42311 Avenida Alvarado</span>, 

				<span itemprop="addressLocality">Temecula</span>,
				<span itemprop="addressRegion">CA</span>
				<span itemprop="postalCode">92590</span>
			</div>

  
            <br>
            <div class="map">
                <a href="//maps.google.com/?q=42311+Avenida+Alvarado+Temecula%2CCA" title="Click here to open 42311 Avenida Alvarado Temecula,CA on Google maps" target="_blank">
				Click here to open 42311 Avenida Alvarado Temecula,CA on Google maps
				<!--
                <img 
                    id="map-image"
                    src="//maps.googleapis.com/maps/api/staticmap?zoom=15&size=640x200&markers=size:mid%7Ccolor:red%7C42311+Avenida+Alvarado+Temecula%2CCA&sensor=false"
                    width="640" height="200"
                    alt="Temecula Advanced Appliance Repair is located at 42311 Avenida Alvarado Temecula, CA" 
                    title="Temecula Advanced Appliance Repair is located at 42311 Avenida Alvarado Temecula, CA" 
                    />
				-->
                </a>
            </div>

            <br>    
            <h5 class="phone">Remember!</h5>
            <span> $10 discount with any repair</span>
            <div>
                <h5>Find us on</h5>

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

            </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">
<!-- Menu Horizontal --><a href="/" ></i> Homepage</a> &nbsp;  &nbsp; <a href="/refrigerator-repair" title="Refrigerator repair in Temecula, CA" >Refrigerator Repair</a> &nbsp;  &nbsp; <a href="/washer-repair" title="Washer repair in Temecula, CA" >Washer Repair</a> &nbsp;  &nbsp; <a href="/dryer-repair" title="Dryer repair in Temecula, CA" >Dryer Repair</a> &nbsp;  &nbsp; <a href="/dishwasher-repair" title="Dishwasher repair in Temecula, CA" >Dishwasher Repair</a> &nbsp;  &nbsp; <a href="/freezer-repair" title="Freezer repair in Temecula, CA" >Freezer Repair</a> &nbsp;  &nbsp; <a href="/oven-repair" title="Oven repair in Temecula, CA" >Oven Repair</a> &nbsp;  &nbsp; <a href="/range-stove-repair" title="Range/Stove repair in Temecula, CA" >Range/Stove Repair</a> &nbsp;  &nbsp; <a class="contact-us " href="/contact-us" title="Contact Us in Temecula, CA">Contact Us</a> &nbsp;  &nbsp; 
<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>

        </div>
        <div class="copy">

&copy; Copyright 2026 All Rights Reserved. 

        </div>
    </body>
</html>
