﻿body.open {
	left: -240px;
	overflow: hidden;
}
.desktop {
	display: none;
}
.mobile {
	display: inline-block;
}
.menuDivider {
	display: block;
	height: 1px;
	background-color: #666666;
	width: auto;
	margin: 20px 30px;
	box-sizing: border-box;
}
.headerWrapper {
	height: 130px;
	position: relative;
}
.headerWrapper .logo {
	left: 30px;
	top: 20px;
	width: 140px;
}
#nav_main.nav_mobile .mobile_nav_footer {
	display: block;
	margin: 0 30px;
	padding: 0px 0 30px;
	color: #666666;
}
#nav_main_trigger_mobile span.icon-bar {
	background-color: #c2180f;
	background-repeat: no-repeat;
	border-radius: 1px 1px 1px 1px;
	display: block;
	height: 3px;
	line-height: 14px;
	margin-bottom: 5px;
	vertical-align: text-top;
	width: 24px;
}
#nav_main_trigger_mobile {
	right: 10px;
	/*top: 45px;*/
	position: absolute;
	z-index: 920;
	padding: 10px;
	cursor: pointer;
	font-weight: bold;
	display: none;
}
#nav_main_trigger_mobile.active {
	display: block;
	border: solid red 0px;
}
#nav_main.nav_mobile {
	width: 240px;
	position: fixed;
	top: 30px;
	right: -240px;
	z-index: 10000;
	height: 100%;
	background: #FFF;
	/* display: none; */
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
#nav_main.nav_mobile .innerMenuWrapper {
	position: relative;
	height: 100%;
	width: 240px;
	overflow: auto;
	overflow-x: hidden;
}
div#nav_main.mobile_open {
	-webkit-box-sizing: 1px 1px 3px 3px rgba(0,0,0,0.15);
	-moz-box-sizing: 1px 1px 3px 3px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.15);
	z-index: 10000 !important;
	display: block !important;
	overflow: auto;
	overflow-x: hidden;
	right: 0;
	top:35px;
}
.nav_mobile ul.menuItems {
	right: 0;
}
.menuWrapper .bottomRow {
	position: relative;
	top: 0;
	margin-top: 56px;
}
.menuWrapper .topRow {
	top: 0;
	right: 0;
	position: static;
	margin-top: 20px;
}
ul.menuItems > li {
	width: 100%;
	box-sizing: border-box;
}
ul.menuItems > li > a {
	padding: 10px 30px;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 14px;
}
.menuWrapper .subMenu {
	position: relative;
	top: 0;
	width: auto;
	margin-left: 0;
	padding: 0;
	padding-top: 20px;
}
.menuWrapper .subMenu ul {
	width: auto;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.menuWrapper .menuItems > li:hover .subMenu.products {
	margin-left: auto;
	min-width: 100%;
}
.menuWrapper .menuItems > li:hover .subMenu.customerSupport {
	margin-left: auto;
}
.menuWrapper .menuItems > li:hover .subMenu.learningCentre {
	margin-left: auto;
}
.menuWrapper .menuItems > li:hover .subMenu.warranty {
	margin-left: auto;
}
.menuWrapper .menuItems > li:hover .subMenu {
	display: none;
}
.menuWrapper .requestAQuote {
	position: static;
	width: auto;
	height: auto;
	margin-left: 30px;
	margin-top: 10px;
	display: block;
	margin: 10px 30px 0;
}
.menuWrapper a.findDistributors {
	margin-right: auto;
	position: static;
	display: block;
	margin-left: 30px;
	height: auto;
	margin-top: 20px;
}
.menuWrapper a.findInstallers {
	margin-right: auto;
	position: static;
	display: block;
	margin-left: 30px;
	height: auto;
	margin-top: 10px;
}
.menuWrapper .search {
	display: none;
}
.menuWrapper .searchWrapper {
	position: absolute;
	right: 160px;
	top: 20px;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.menuWrapper .searchWrapper input#keywordTextBox {
	height: auto;
	width: 192px;
	margin: 0 24px;
	box-sizing: border-box;
	padding: 4px 6px;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid black;
	outline: none;
}
.menuWrapper .searchWrapper .searchIcon {
	right: 23px;
}
.pentair {
	width: 150px;
	position: static;
	display: block;
	margin: 20px auto;
	margin-left: 30px;
}
.headerWrapper .sectionsMenuWrapper {
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 50px;
	width: 100%;
	border-radius: 8px;
	box-sizing: border-box;
	z-index: 10000;
}
.sectionsMenuWrapper .sectionsMenu {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #9E2A2F;
}
.headerWrapper .sectionsMenuWrapper .sectionsMenu li {
	display: none;
	width: 100%;
	padding: 16px 20px;
	color: #ffffff;
	max-width: 100%;
	box-sizing: border-box;
	border: none;
	margin: 0;
	float: left;
	outline: none;
}
.headerWrapper .sectionsMenuWrapper .sectionsMenu > li:first-of-type {
	position: relative;
	display: block;
	padding-left: 30px;
}
.headerWrapper .sectionsMenuWrapper .sectionsMenu li:first-of-type .downArrow {
	position: absolute;
	right: 40px;
	width: 14px;
	top: 22px;
}
.headerWrapper .sectionsMenuWrapper .sectionsMenu li:hover {
	background-color: #bf0f16;
	font-weight: 500;
	cursor: pointer;
}
.sectionsMenuWrapper a {
	color: #ffffff !important;
}
.headerWrapper .sectionsMenuWrapper .sectionsMenu li.subsectionHeading li {
	width: 100%;
	padding: 6px 16px;
	padding-right: 0;
}
.headerWrapper .logo img {
	width: 100%;
	margin: 20px 0;
}
.headerWrapper.smaller {
	height: 150px;
}
