/* for 980px or less */
@media screen and (max-width: 980px) {

}

/* for 700px or less */
@media screen and (max-width: 760px) {
	
h1, h2.h1Style {
	font-size: 32px;
	line-height: 38px;
}
h2 {
	font-size: 20px;
	line-height: 28px;
}	

/* Begin Page Layout  =============================================== */


/* 	Header **************** */

#HeadContact h2 {
	text-align: center;
}
#HeadLogo, #HeadSocial {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0;
}
#HeadLogo {
	padding: 10px 0 0;
}
#HeadLogo img {
	width: 240px;
}
#ulHeadSocial {
	list-style: none outside none; 
	margin: 0; 
	text-align: center;
	float: none;
}
#ulHeadSocial li {
	margin: 0 2px;
	display: inline;
	float: none;
}
#ulHeadSocial li a.rollover {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
/* Footer Layout  =============================================== */

#divFooterCopy {
	display: none;
}
#divFooterCopy p {
	font-size: 12px;
	line-height: 14px;
}
#divFooterWrapper, #divFooterWrapper p, #divFooterWrapper h3, #divFooterWrapper h4 {
	text-align: center;
}
#divFooterWrapper h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
#FooterLinks, #FooterAddress {
	margin-bottom: 10px;	
}
#FooterLinks, #FooterLinks p, #FooterLinks h4, #FooterAddress, #FooterAddress p, #FooterAddress h4 {
	text-align: center;
}
#FooterAddress p br {
	display: none;
}
#FooterLinks ul {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 20px 0 !important;
}
#FooterLinks li {
	margin: 0 0 10px 0;
	text-align: center;
}
#divFooterCopyright p {
	text-align: center;
}
#FooterSocial {
	margin-bottom: 10px;
	text-align: center;
}
#ulFooterSocial {
	list-style: none outside none; 
	margin: 0; 
	text-align: center;
	float: none;
}
#ulFooterSocial li {
	margin: 0 5px;
	display: inline;
	float: none;
}
#ulFooterSocial li a.rollover {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background: url(../images/icons/social_icons/ico_social_footer_lg.png);
}
#ulFooterSocial li a.rollover.Facebook {
	background-position: -40px 0;
}
#ulFooterSocial li a.rollover.Twitter {
	background-position: -40px -40px;
}
#ulFooterSocial li a.rollover.LinkedIn {
	background-position: -40px -80px;
}
#ulFooterSocial li a.rollover:hover.Facebook {
	background-position: -80px 0;
}
#ulFooterSocial li a.rollover:hover.Twitter {
	background-position: -80px -40px;
}
#ulFooterSocial li a.rollover:hover.LinkedIn {
	background-position: -80px -80px;
}

/* Right Cols Layout  =============================================== */

#divFacebook, #divTwitter, #divFacebookRight, #divTwitterRight {
	display: none;
}

/* Homepage Layout  =============================================== */

.container>div:first-child {
	margin-bottom: 30px;
}

#HomeKitchenStyles div div, #HomeServices div div {
	margin-bottom: 40px;
}
.WrapperWhite, .WrapperGrey {
	margin-bottom: ;	
}
.WrapperAppliances img {
	max-width: 90%;
}
}

/* for 480px or less */
@media screen and (max-width: 480px) {

h1, h2.h1Style {
	font-size: 28px;
	line-height: 34px;
}

/* Begin Page Layout  =============================================== */


/* 	Header **************** */

#HeadContact h2 {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
}

.PageIntro {
	background: url(../images/icons/pg_break_grey.png) no-repeat center bottom;
	background-size: 200px;
	padding-bottom: 60px;
}
.HomeServices div {
	margin-bottom: 40px;
}
.HomeServices div img {
	max-width: 120px;
	height: auto;
}
}
