* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	overflow: auto !important;

	
}

div#slides{overflow: auto !important;}
body.home {
	padding: 0;
}

@font-face {
	font-family: 'able';
	src:url('../fonts/able.eot');
	src:url('../fonts/abled41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/able.ttf') format('truetype'),
		url('../fonts/able.woff') format('woff'),
		url('../fonts/able.html#able') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*="icon-"] {
	font-family: 'able';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
	content: "\e600";
}
.icon-facebook:before {
	content: "\66";
}
.icon-google-plus:before {
	content: "\21";
}
.icon-twitter:before {
	content: "\54";
}
.icon-linkedin:before {
	content: "\4c";
}
.icon-pencil:before {
	content: "\22";
}
.icon-search:before {
	content: "\f002";
}
.icon-cart:before {
	content: "\e000";
}
.icon-arrow-down:before {
	content: "\e001";
}


* {
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac. */
}

.clear {
	clear: both;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #231F20;
}

a:active, a:focus {
	outline: 0;
}

a:hover {
	color: #CB2027;
	text-decoration: none;
}

.contentCol li {
	margin-left: 30px;
}

.archiveYear li {
	margin-left: 0;
}

#mainContent #productOverview .contentCol ul {
	color: #575757;
	font-size: 14px;
}

h1 {
	font-size: 26px;
	color: #CB2027;
	font-weight: 400;
	padding-bottom: 23px;
}

#productContent h1, #industryContent h1 {
	text-align: center;
	background: #FFF;
	padding: 0 54px;
	margin: 0 auto;
	display: inline;
	display: table;
}

#productContent h1 {
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	margin: 0;
	background: transparent;
	padding: 0;
}

#industryContent .slider-content {
	float: right;
}

#mainContent #productOverview.container {
	padding: 0;
}

#mainContent #productOverview .contentCol .article h1 {
	font-size: 24px;
	color: #D12029;
	padding: 0 0 15px;
	margin: 0;
}

#latestNews h2 {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	padding-bottom: 2px;
	margin: 5px 0 0 0px;
}

#mainContent #productOverview .leftCol h2 {
	font-size: 14px;
	font-weight: 400;
}

#mainContent #productOverview .contentCol #productsBlock ul li h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}

#mainContent #productOverview .contentCol .leftCol h3, #mainContent #productOverview .contentCol #productFullWidth .leftCol h2,
#mainContent #productOverview .contentCol .intro h3, #mainContent #productOverview .contentCol #productFullWidth .intro h2 {
	font-size: 18px;
	font-weight: 400;
	color: #231F20;
	padding-top: 5px;
}


#mainContent #productOverview .contentCol #productFullWidth .leftCol h2 {
	padding-top: 0px;
}

#industryContent .leftColBoxInner h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
/*	background: url('../images/industry-h2-arrow.svg') no-repeat left center;*/
	padding-left: 34px;
	min-height: 50px;
}

#mainContent #productOverview .contentCol .rightCol#contactForm h2,
.actions h2 {
	font-size: 14px;
	font-weight: 400;
	color: #CB2027;
	text-align: center;
}

#mainContent #productOverview .contentCol .oneCol .valuesList li .content h2 {
	font-size: 15px;
	font-weight: 700;
	color: #231F20;
	padding: 1px 0 0 0;
	margin: 0;
}

#mainContent #productOverview .contentCol .oneCol #workLists h2 {
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 20px;
	color: #231F20;
}

#mainContent #productOverview .contentCol .oneCol .accredList li h2 {
	font-size: 14px;
	font-weight: 400;
	color: #231F20;
	padding-bottom: 18px;
}

#terms h2, #terms h3 {
	font-size: 15px;
	font-weight: 400;
}

#terms h2 {
	padding-bottom: 20px;
}


#terms p {
	padding-top: 1px !important;
	padding-bottom: 20px;
}

#mainContent #productOverview .contentCol .rightCol h3 {
	font-size: 14px;
	font-weight: 400;
	padding: 20px 0;
	border-bottom: 1px solid #838484;
	color: #CB2027;
}

#mainContent #productOverview .contentCol #productFullWidth #specs h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
}

#response h3 {
	font-size: 20px !important;
	font-weight: 700 !important;
	border: none !important;
}

#response h4 {
	font-size: 14px !important;
	font-weight: 400 !important;
}

#homeWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
}

#wrapper {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	min-width: 960px;
}

#header {
	margin: 0 auto;
	min-width: 960px;
	background: #FFF;
	width: 100%;
}

#wrapper.fixed #header {
	position: fixed;
	z-index: 999;
}

#header #logo {
	display: block;
	float: left;
	margin-top: 18px;
}

#header #menus {
	float: left;
/*	margin-right: 75px;*/
}

#header #menus #social, #header #menus #languageMenu {
	float: right;
	margin-top: 10px;
}

#header #menus #languageMenu {
	*width:313px;
}

#header #menus #social li, #header #menus #languageMenu li {
	list-style-type: none;
	float: right;
}

#header #menus #social li {
	margin-right: 10px;
}

#header #menus #social li.linkedin {
	margin-top: -2px;
}

#header #menus #social li.facebook {
	margin-right: 15px;
	margin-top: -2px;
}

#header #menus #social li.twitter {
	margin-right: 7px;
	margin-top: 1px;
}

#header #menus #languageMenu li a {
	text-decoration: none;
	font-size: 11px;
	color: #E0E2E1;
	border-left: 1px solid #E0E2E1;
	text-align: center;
	padding: 0 8px;
	display: block;
	height: 100%;
}

#header #menus #languageMenu li.last a {
	padding-right: 0px;
}

#header #menus #languageMenu li.able247 a {
	background: url(../images/247-image.jpg) no-repeat;
	background-position: 10px center;
	padding-left: 32px;
}

#header #menus #languageMenu li.subscribe a {
	background: url(../images/subscribe-image.jpg) no-repeat;
	background-position: 10px center;
	padding-left: 32px;
}

#header #menus #languageMenu li a:hover {
	color: #333;
}

#header #menus #languageMenu li.search {
	margin-top: -5px;
	background: #909090;
	overflow: hidden;
	width: 25px;
	position: relative;
}

#header #menus #languageMenu li.search form {
	width: 175px;
	float: left;
}

#header #menus #languageMenu li.search form input {
	width: 165px;
	float: right;
	color: #FFF;
	padding: 5px 5px;
}

#header #menus #languageMenu li.search form input:focus {
	outline: none;
}

#header #menus #languageMenu li.search form input#submit {
	float: right;
	width: 20px;
	height: 15px;
	text-indent: -9999px !important;
	display: block;
	background: url(../images/search-icon.png) no-repeat right 2px;
	position: absolute;
	top: 5px;
	right: 5px;
	border-left: 1px solid #E0E2E1;
}

#header #menus #languageMenu li.search form input#submit:hover {
	cursor: pointer;
}

#header #menus #mainMenu {
	clear: both;
	margin-top: 30px;
	margin-right: -10px;
	height: 26px;
	float: right;
}

#header #mainMenu li {
	float: left;
	list-style-type: none;
	padding: 0 8px 0 8px;
	border-left: 1px solid #cacaca;
	line-height: 17px;
}

#header #mainMenu li:first-child {
	border: 0;
}

#header #mainMenu li.first, #header #mainMenu li:first-child {
	padding-left: 0px;
	background: none;
}

#header #menus #mainMenu li a {
	color: #231F20;
	font-size: 13px;
	text-decoration: none;
}

#header #menus #mainMenu li a:hover, #header #menus #mainMenu li.selected a, #header #menus #mainMenu li.current-menu-item a, #header #menus #mainMenu li.current-page-ancestor a,
.woocommerce #header #menus #mainMenu li.menu-item-224 a {
	color: #CB2027;
}

#latestNews {
	background: #000 none repeat scroll 0 0;
    bottom: 30px;
    height: 105px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
	
	
}

@-moz-document url-prefix() {
    #latestNews {
	background: #000 none repeat scroll 0 0;
    bottom: -4px;
    height: 105px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
	
	
}
}


#latestNews #latestNewsInner {
	margin: 0 auto;
	width: 960px;
	height: 96px;
}

#latestNews #latestNewsInner ul {
	margin-top: -21px;
}

#latestNews #latestNewsInner ul li {
	float: left;
	list-style-type: none;
	background: url(../images/latest-news-divider.png) repeat-y left top;
	padding-top: 21px;
	height: 51px;
}

#latestNews #latestNewsInner ul li.homePost0 {
	width: 267px;
	padding-right: 20px;
	background: none;
}

#latestNews #latestNewsInner ul li.homePost1 {
	width: 291px;
	padding: 21px 0 0 38px;
}

#latestNews #latestNewsInner ul li.homePost2 {
	width: 305px;
	padding-left: 37px;
}

#latestNews #latestNewsInner ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#latestNews #latestNewsInner ul li .dates {
	float: left;
	width: 42px;
	margin-right: 16px;
}

#latestNews #latestNewsInner ul li .summary {
	float: left;
	width: 218px;
}

#latestNews #latestNewsInner ul li.third .summary {
	width: 280px;
}

#latestNews #latestNewsInner ul li.homePost0 .summary {
	float: left;
	width: 200px;
}

#latestNews #latestNewsInner ul li .dates p.day {
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	font-weight: 400;
	margin-top: -5px;
	text-align: center;
}

#latestNews #latestNewsInner ul li .dates p.date {
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin-top: -6px;
}

#latestNews #latestNewsInner ul li .summary p {
	color: #FFF;
	float: left;
	font-size: 13px;
}

#latestNews #latestNewsInner ul li a:hover p {
	color: #ddd;
}

#mainContent {
	clear: both;
/*	padding: 0 10px 110px;*/
	padding-bottom: 70px;
}

#breadcrumbs {
	width: 100%;
	height: 20px;
	clear: both;
	padding-top: 11px;
}

#mapCanvasOuter #breadcrumbs {
	position: absolute;
	top: 80px;
	z-index: 9999;
}

#wrapper.fixed #breadcrumbs {
	position: fixed;
	width: 100%;
	margin-top: 120px;
	height: 20px;
	padding-top: 11px;
	z-index: 999;
	background: #FFF;
}

#wrapper.fixed #whiteBg {
	position: fixed;
	width: 100%;
	margin-top: 148px;
	height: 30px;
	background: url(../images/breadcrumb-bg.png) repeat-x;
	z-index: 999;
	overflow: hidden;
}

#breadcrumbs ul li {
	float: left;
	list-style-type: none;
	background: url(../images/breadcrumb-seperator.png) no-repeat;
	background-position: left center;
	padding: 0 12px 0 15px;
	font-size: 11px;
	color: #575757;
}

#breadcrumbs ul li a,
#breadcrumbs {
	font-size: 11px;
	text-decoration: none;
	color: #231F20;
}

#breadcrumbs ul li a:hover,
#breadcrumbs a:hover {
	color: #CB2027
}

#breadcrumbs ul li.home {
	background: none;
	padding: 0 6px 0 0;
}

#breadcrumbs ul li.home a {
	display: block;
	text-indent: -9999px;
	background: url(../images/home-breadcrumb-icon.png) no-repeat;
	background-position: top center;
	width: 15px;
}

#mapCanvasOuter #breadcrumbs ul li {
	color: #FFF;
}

#mapCanvasOuter #breadcrumbs ul li a {
	color: #FFF;
}

#mapCanvasOuter #breadcrumbs ul li a:hover {
	color: #FFF;
}

#mapCanvasOuter #breadcrumbs ul li.home a {
	background: url(../images/home-breadcrumb-icon-white.png) no-repeat;
}

#mainContent #productMenu {
	position: relative;
	left: 50%;
	float: left;
	margin: 27px 0 35px;
}

#mainContent #productMenu li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
	width: 80px;
	text-align: center;
	position: relative;
	right: 50%;
	float: left;
}

#mainContent #productMenu li.level {
	margin-left: 0px;
}

#mainContent #productMenu li a {
	width: 61px;
	height: 61px;
	display: block;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #231F20;
	background: url(../images/products-icons.png) no-repeat;
	text-indent: -9999px;
	margin-left: 10px !important;
}

#mainContent #productMenu li.level a {
	background-position: 0px 0px;
}
#mainContent #productMenu li.flow a {
	background-position: -61px 0px;
}
#mainContent #productMenu li.pressure a {
	background-position: -122px 0px;
}
#mainContent #productMenu li.temperature a {
	background-position: -183px 0px;
}
#mainContent #productMenu li.density a {
	background-position: -244px 0px;
}
#mainContent #productMenu li.mercury a {
	background-position: -305px 0px;
}
#mainContent #productMenu li.h2s a {
	background-position: -366px 0px;
}
#mainContent #productMenu li.oil a {
	background-position: -427px 0px;
}
#mainContent #productMenu li.humidity a {
	background-position: -488px 0px;
}
#mainContent #productMenu li.moisture a {
	background-position: -549px 0px;
}
#mainContent #productMenu li.gas a {
	background-position: -610px 0px;
}
#mainContent #productMenu li.liquid a {
	background-position: -671px 0px;
}
#mainContent #productMenu li.light a {
	background-position: -732px 0px;
}

#mainContent #productMenu li.level:hover a, #mainContent #productMenu li.level a.selected {
	background-position: 0px -61px;
}
#mainContent #productMenu li.flow:hover a, #mainContent #productMenu li.flow a.selected {
	background-position: -61px -61px;
}
#mainContent #productMenu li.pressure:hover a, #mainContent #productMenu li.pressure a.selected {
	background-position: -122px -61px;
}
#mainContent #productMenu li.temperature:hover a, #mainContent #productMenu li.temperature a.selected {
	background-position: -183px -61px;
}
#mainContent #productMenu li.density:hover a, #mainContent #productMenu li.density a.selected {
	background-position: -244px -61px;
}
#mainContent #productMenu li.mercury:hover a, #mainContent #productMenu li.mercury a.selected {
	background-position: -305px -61px;
}
#mainContent #productMenu li.h2s:hover a, #mainContent #productMenu li.h2s a.selected {
	background-position: -366px -61px;
}
#mainContent #productMenu li.oil:hover a, #mainContent #productMenu li.oil a.selected {
	background-position: -427px -61px;
}
#mainContent #productMenu li.humidity:hover a, #mainContent #productMenu li.humidity a.selected {
	background-position: -488px -61px;
}
#mainContent #productMenu li.moisture:hover a, #mainContent #productMenu li.moisture a.selected {
	background-position: -549px -61px;
}
#mainContent #productMenu li.gas:hover a, #mainContent #productMenu li.gas a.selected {
	background-position: -610px -61px;
}
#mainContent #productMenu li.liquid:hover a, #mainContent #productMenu li.liquid a.selected {
	background-position: -671px -61px;
}
#mainContent #productMenu li.light:hover a, #mainContent #productMenu li.light a.selected {
	background-position: -732px -61px;
}

#mainContent #productMenu li a.linkText {
	clear: both;
	display: block;
	background: none;
	height: auto;
	width: 80px;
	text-indent: 0px;
	padding-top: 12px;
	margin-left: 0px !important;
}

#mainContent #productMenu li:hover a, #mainContent #productMenu li a.selected {
	color: #CB2027;
}

#introText {
	padding-top: 25px;
}

#industryContent #introText {
	width: 200px;
	float: left;
}

#industryContent #introText p {
	text-align: left;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 19px;
	color: #666;
}

#industryContent #introText p:first-of-type,
#mainContent #productOverview .leftCol ul#sideMenu,
#mainContent #productOverview .contentCol #productFullWidth .leftCol {
	background: url('../images/industry-h1-hr.png') no-repeat top right;
	border: 0;
}

#mainContent #productOverview .leftCol ul#sideMenu {
	background: transparent;
/* 	margin-top: 0; - Products Page */
}

#mainContent #productOverview .contentCol .intro,
#subscribeBox h2,
#feedbackBox h2,
#enquiryBox h2 {
	background: url('../images/industry-h1-hr.png') no-repeat bottom right;
}

#industryContent #introText .downloads {
	opacity: 0;
	background: url('../images/industry-h1-hr.png') no-repeat top right;
	display: block;
	margin-top: 15px;
	display: none;
}

#industryContent #introText .downloads > ul {
	padding-top: 15px;
}

.contentCol .downloads li {
	margin-left: 0;
}

#industryContent #introText .downloads li.pdf,
#productFullWidth div.downloads ul li.pdf,
#productFullWidth div.downloads ul li.buy,
#productFullWidth div.downloads ul li.video {
	list-style: none;
	background: url('../images/pdficon.html') no-repeat top left;
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
	text-transform: uppercase;
	font-size: 10px;
}

#mainContent #productOverview .contentCol #productFullWidth .leftCol li.pdf {
	background: none;
}

#productFullWidth div.downloads ul li.video {
	list-style: none;
	background: url('../images/youtube-icon.gif') no-repeat top left;
}

#mainContent #productOverview .leftCol ul li.pdf a {
	background: url('../images/pdficon-smaller.html') no-repeat;
}

#mainContent #productOverview .leftCol ul li.pdf,
#mainContent #productOverview .leftCol ul li.pdf a {
	height: 35px;
}

#productFullWidth div.downloads ul li.pdf,
#productFullWidth div.downloads ul li.buy,
#productFullWidth div.downloads ul li.video {
	float: left;
	width: 65px;
	line-height: 14px;
	margin-bottom: 10px;
	padding-right: 8px;
	height: inherit;
}

#productFullWidth div.downloads ul li.video {
	width: auto;
}

#productFullWidth div.downloads ul li.pdf {
	list-style: none;
	background: url('../images/pdficon-smaller.html') no-repeat bottom left;
	padding-left: 35px;
}

#productFullWidth div.downloads ul li.buy {
	background: url('../images/buy.html') no-repeat bottom left;
	padding-left: 28px;
	width: 70px;
}

#industryContent #introText .downloads li.pdf a,
div.downloads ul li.pdf a,
div.downloads ul li.buy a {
	color: #000;
}

#industryContent #introText .downloads li.pdf a:hover,
div.downloads ul li.pdf a:hover,
div.downloads ul li.buy a:hover {
	color: #CB2027;
}

#industryContent #introText h1 {
	font-size: 26px;
	line-height: 30px;
	text-align: left;
	padding-left: 0;
	margin: 0;
}

#mainContent #productContent {
	margin: 15px auto 0;
	clear: both;
	position: relative;
}

#mainContent #productContent #introText p {
	font-size: 14px;
	color: #575757;
}

#mainContent #productOverview {
	width: 100%;
	max-width: 1200px;
	margin: 12px auto 0;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#mainContent #productOverview .leftCol {
	width: 20%;
	max-width: 255px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	position: fixed;
}

#wrapper.fixed #mainContent #productOverview > .leftCol {
	margin-top: 180px;
}

#mainContent #productOverview .leftCol ul {
	margin-top: 24px;
}

#mainContent #productOverview .leftCol ul li {
	list-style-type: none;
/*	width: 100%;*/
	clear: both;
	margin: 6px 0 6px 5px ;
}

#mainContent #productOverview .leftCol ul li a {
	color: #231F20;
	text-decoration: none;
	font-size: 14px;
	display: block;
	background: url(../images/expand-button.png) no-repeat;
	background-position: 0px 0px;
	padding-left: 33px;
	min-height: 21px;
}

#mainContent #productOverview .leftCol ul li a:hover {
	color: #CB2027;
}

#mainContent #productOverview .leftCol ul li .menuLevel2 {
	display: none;
}

#mainContent #productOverview .leftCol ul li ul {
	border-top: none;
	padding: 5px 0 10px;
	margin-top: 0;
}

#mainContent #productOverview .leftCol ul li .menuLevel2 ul ul {
	padding: 0;
}

#mainContent #productOverview .leftCol ul li ul li {
	margin: 0 0 0 20px;
}

#mainContent #productOverview .leftCol ul li ul li a {
	background: none;
	display: inline-block;
	font-size: 12px;
}

#mainContent #productOverview .leftCol ul li.selected a {
	background-position: 0px -21px;
	color: #CB2027;
}

#mainContent #productOverview .leftCol ul li.selected .menuLevel2 {
	display: block;
}

#mainContent #productOverview .leftCol ul li.selected ul li a {
	color: #231F20;
}

#mainContent #productOverview .leftCol ul#sideMenu1lvl li.selected a,
#mainContent #productOverview .leftCol ul li.selected ul li.selected a,
.page-template-templatestemplate-downloads-php #mainContent #productOverview .leftCol ul.dropdown li.selected a {
	background: url(../images/side-menu-bullet.png) no-repeat;
	background-position: 21px center;
	color: #000;
}

#mainContent #productOverview .leftCol ul li ul li a:hover, #mainContent #productOverview .leftCol ul li.selected ul li.selected a:hover {
	color: #CB2027;
}

#mainContent #productOverview .leftCol ul.sideMenu1lvl {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 24px;
}

#mainContent #productOverview > .leftCol h2 {
	background: url('../images/industry-h1-hr.png') no-repeat bottom right;
	padding-bottom: 25px;
}

#mainContent #productOverview .leftCol ul.sideMenu1lvl li {
	list-style-type: none;
	width: 100%;
	clear: both;
	margin: 9px 0 10px 5px ;
}

#mainContent #productOverview .leftCol ul.sideMenu1lvl li a {
	color: #231F20;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding-left: 33px;
	background: none;
	line-height: 17px;
	height: auto;
}

#mainContent #productOverview .leftCol ul.sideMenu1lvl li a:hover {
	color: #CB2027;
}

#mainContent #productOverview .leftCol ul.sideMenu1lvl li.selected a, #mainContent #productOverview .leftCol ul.sideMenu1lvl li.current-menu-item a, #mainContent #productOverview .leftCol ul.sideMenu1lvl li.current_page_parent a {
	background: url(../images/side-menu-bullet.png) no-repeat;
	background-position: 21px center;
	color: #CB2027;
}

#mainContent #productOverview .contentCol {
	width: 77%;
	padding: 0 15px 0 25px;
	float: right;
	background: url('../images/vertical-rule.png') no-repeat top left;
	padding-bottom: 90px;
	margin-left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper.fixed #mainContent #productOverview .contentCol {
	margin-top: 180px;
}

#mainContent #productOverview .contentCol .headerImage {
	width: 100%;
	margin: 8px 0 18px;
}

#mainContent #productOverview .contentCol .headerImage img {
	display: block;
	width: 100%;
	height: auto;
}

#mainContent #productOverview .contentCol .intro {
	padding: 0px 0 11px;
	float: left;
}

#mainContent #productOverview .contentCol p {
	font-size: 14px;
	padding-bottom: 0px;
	color: #575757;
}

.error {
	font-size: 13px;
	color: #FF0000;
	padding-top: 0px;
	display: block;
	clear: both;
	padding-bottom: 10px;
}

#mainContent #productOverview .contentCol #contactForm .error, #mainContent #productOverview .contentCol #engineerForm .error {
	padding-top: 5px;
	padding-bottom: 0px;
}

#response {
	margin: 0 auto;
	text-align: left !important;
	clear: both;
	padding-bottom: 0px;
}

#mainContent #productOverview .contentCol form select {
	width: 403px;
	height: 40px;
	float: left;
	clear: both;
}

#mainContent #productOverview .contentCol form input[type="text"] {
	clear: both;
	width: 373px;
	height: 38px;
	border: 1px solid #D3D3D3;
	margin-top: 10px;
	padding: 0 10px 0 18px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	clear: both;
	color: #666;
	line-height: 1;
	font-size: 13px;
}

#mainContent #productOverview .contentCol form textarea {
	width: 373px;
	height: 70px;
	border: 1px solid #D3D3D3;
	clear: both;
	padding: 10px 10px 10px 18px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	float: left;
	clear: both;
	color: #666;
	font-size: 13px;
}

#mainContent #productOverview .contentCol form input#submit {
	background: #929191;
	color: #FFF;
	width: 87px;
	height: 37px;
	font-weight: 700;
	clear: both !important;
	margin-right: 200px;
	margin-top: 5px;
}

#mainContent #productOverview .contentCol form input#submit:hover {
	cursor: pointer;
}

#mainContent #productOverview .contentCol form span.star {
	font-size: 12px;
	color: #929191;
	float: left;
	padding-left: 7px;
	padding-top: 15px;
}
#mainContent #productOverview .contentCol form ::-webkit-input-placeholder {
	font-family: 'Open Sans', sans-serif;
	color: #929191;
	font-size: 13px;
}
#mainContent #productOverview .contentCol form :-moz-placeholder {
	font-family: 'Open Sans', sans-serif;
	color: #929191;
	font-size: 13px;
}
#mainContent #productOverview .contentCol form ::-moz-placeholder {
	font-family: 'Open Sans', sans-serif;
	color: #929191;
	font-size: 13px;
}
#mainContent #productOverview .contentCol form :-ms-input-placeholder {
	font-family: 'Open Sans', sans-serif;
	color: #929191;
	font-size: 13px;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
}

.ui-selectmenu {
	display: block;
	position: relative;
	height: 40px;
	background: url(../images/select-bg.jpg) no-repeat;
	float: left;
	clear: both;
	margin-top: 10px;
}

.ui-selectmenu-menu {
	position: absolute;
	display: none;
	z-index: 1005;
}

.ui-selectmenu-menu ul {
	box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	-webkit-box-shadow: 0px 3px 8px #CCC;
	list-style-type: none;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-menu li {
	text-decoration: none !important;
	display: block;
	border-bottom: 1px solid #ccc;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
	line-height: 40px;
	font-size: 13px;
	display: block;
	padding: 0 0 0 18px;
	outline: none;
	color: #929191;
	text-decoration: none !important;
}

.ui-selectmenu-menu li a:hover {
	text-decoration: none !important;
	color: #333;
}

.ui-selectmenu-menu li:hover {
	text-decoration: none !important;
}

#mainContent #productOverview .contentCol #productsBlock {
	width: 864px;
	padding-top: 47px;
	clear: both;
}

#mainContent #productOverview .contentCol #productsBlock ul li {
	width: 200px;
	height: 268px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	float: left;
	background: #FFF;
	text-align: center;
}

#mainContent #productOverview .contentCol #productsBlock ul li.extraRow {
	border-top: none;
}

/*#mainContent #productOverview .contentCol #productsBlock ul li.firstextraRow {
	border-top: none;
	border-left: 1px solid #999;
}*/

#mainContent #productOverview .contentCol #productsBlock ul li.first {
	border-left: 1px solid #999;
}

#mainContent #productOverview .contentCol #productsBlock ul li a {
	width: 100%;
	display: block;
	height: 100%;
	padding-top: 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	color: #231F20;
}

#mainContent #productOverview .contentCol #productsBlock ul li .summary {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	background: #D3D3D4;
	text-align: left;
}

#mainContent #productOverview .contentCol #productsBlock ul li .summary .innerSummary {
	padding-bottom: 10px;
}

#mainContent #productOverview .contentCol #productsBlock ul li a .summary p {
	padding: 10px 20px 0;
	font-size: 13px;
	color: #575757;
	line-height: 16px;
}

#mainContent #productOverview .contentCol #productsBlock ul li .summary .learn, #mainContent #productOverview .contentCol #productsBlock ul li.selected .summary .title {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	height: 45px;
	line-height: 44px;
	display: block;
	background: url(../images/product-bar.jpg) no-repeat;
	padding: 0;
}

#mainContent #productOverview .contentCol #productsBlock ul li .summary .title {
	display: none;
}

#mainContent #productOverview .contentCol #productsBlock ul li.selected .summary .learn {
	display: none;
}

#mainContent #productOverview .contentCol #productsBlock ul li.selected .summary .title {
	display: block;
	height: 45px;
	overflow: hidden;
}

#mainContent #productOverview .contentCol .leftCol, #mainContent #productOverview .contentCol .oneCol {
	width: 60%;
	float: left;
	clear: both;
	padding: 0;
	position: relative;
}

#mainContent #productOverview .contentCol .leftCol {
	max-width: 100%;
}

#mainContent #productOverview .contentCol .oneCol {
	width: 100%;
}

#mainContent #productOverview .contentCol .oneCol, #mainContent #productOverview .contentCol .article {
	width: 100%;
}

#mainContent #productOverview .contentCol .leftCol .intro, #mainContent #productOverview .contentCol .oneCol .intro {
	width: 100%;
	margin-bottom: 30px;
}

#mainContent #productOverview .contentCol .leftCol p, #mainContent #productOverview .contentCol .oneCol p {
	font-size: 14px;
	color: #575757;
	padding-top: 10px;
	padding-right: 10px;
}

#mainContent #productOverview .contentCol .leftCol .intro p, #mainContent #productOverview .contentCol .oneCol .intro p {
	color: #575757;
	padding-top: 0px;
}

#mainContent #productOverview .contentCol .leftCol ul,
#mainContent #productOverview .contentCol .intro ul {
	border-top: none;
	margin: 0;
	padding-top: 5px;
}

#mainContent #productOverview .contentCol .leftCol ul li,
#mainContent #productOverview .contentCol .intro ul li {
	font-size: 14px;
	color: #575757;
	margin: 0;
}

#mainContent #productOverview .contentCol .leftCol .extraContent {
	margin-top: 30px;
	width: 100%;
}
#mainContent #productOverview .contentCol .featImg .downloads h3 {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 8px;
}


#mainContent #productOverview .contentCol .leftCol .extraContent .learnMore,
.currentOps {
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	margin-top: 37px;
	clear: both;
	width: 155px;
	height: 21px;
	background: url('../images/expand-button.html') no-repeat;
	padding-left: 34px;
}

#mainContent #productOverview .contentCol .leftCol .extraContent .learnMoreContent {
	display: none;
	clear: both;
}

#mainContent #productOverview .contentCol .oneCol .valuesList {
	padding-top: 10px;
	clear: both;
}

#mainContent #productOverview .contentCol .oneCol .valuesList li {
	list-style-type: none;
	width: 49%;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 25px;
}

#mainContent #productOverview .contentCol .oneCol .valuesList li span {
	color: #D22129;
	font-size: 16px;
	width: 7%;
	height: 115px;
	display: block;
	float: left;
}

#mainContent #productOverview .contentCol .oneCol .valuesList li .content {
	float: left;
	width: 80%;
}

#mainContent #productOverview .contentCol .oneCol .valuesList li .content p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#mainContent #productOverview .contentCol .oneCol .valuesList li .content p.subtitle {
	font-size: 13px;
	padding: 7px 0;
	margin: 0;
}

#mainContent #productOverview .contentCol .oneCol #workLists {
	clear: both;
}

#mainContent #productOverview .contentCol .oneCol #workLists ul {
	clear: both;
	margin: 33px 0 22px;
}

#mainContent #productOverview .contentCol .oneCol #workLists ul li {
	lis-style-type: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
	width: 440px;
	padding-bottom: 10px;
}

#mainContent #productOverview .contentCol .oneCol #workLists ul li .image {
	float: left;
	width: 64px;
	padding: 0 21px;
}

#mainContent #productOverview .contentCol .oneCol #workLists ul li .image img {
	max-width: 100%;
}

#mainContent #productOverview .contentCol .oneCol #workLists ul li .content {
	width: 334px;
	float: left;
	padding-top: 7px;
}

#mainContent #productOverview .contentCol .oneCol #workLists ul li .content table {
	width: 97%;
}

#mainContent #productOverview .contentCol .oneCol #workLists ul li .content table tbody tr td {
	font-size: 13px;
	color: #818282;
}

#mainContent #productOverview .contentCol .oneCol #workLists ul li .content table tbody tr td.title {
	color: #231F20;
}

#mainContent #productOverview .contentCol .oneCol .accredList {
	clear: both;
}

#mainContent #productOverview .contentCol .oneCol .accredList li {
	list-style-type: none;
	border-bottom: 1px solid #D3D3D3;
	padding: 32px 0 22px 0;
}

#mainContent #productOverview .contentCol .oneCol .accredList li .image {
	clear: both;
	width: 17%;
	float: left;
	margin-right: 3%;
}

#mainContent #productOverview .contentCol .oneCol .accredList li .image img {
	margin: 0 auto;
	max-width: 100%;
}

#mainContent #productOverview .contentCol .oneCol .accredList li .content {
	float: left;
	width: 80%;
}

#mainContent #productOverview .contentCol .oneCol .accredList li .content p {
	font-size: 14px;
	color: #575757;
	padding: 0;
}

#mainContent #productOverview .contentCol .rightCol {
	width: 26%;
	float: right;
	background: #d3d3d3;
	margin: 15px 0 0 20px;
	padding: 30px;
	text-align: center;
}

#mainContent #productOverview .contentCol .rightCol#contactForm {
	padding: 0 30px;
}

#mainContent #productOverview .contentCol .rightCol#contactForm .block,
.actions .block {
	border-bottom: 1px solid #838484;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* Single product when no image is displayed */

#mainContent #productOverview.horizontal .contentCol #productFullWidth .leftCol,
#mainContent #productOverview.horizontal .contentCol #productFullWidth h1 {
	width: 60%;
}

#mainContent #productOverview.horizontal .contentCol #productFullWidth .featImg {
	width: 34%;
	margin-top: -60px;
}

#productOverview.horizontal .actions .block, .actions.horizontal .block:first-of-type {
		margin: 0 auto;
		width: 90%;
		float: none;
		border-bottom: 1px solid #B4B4B4;
		border-top: 1px solid #fff;
		border-left: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
}

#productOverview.horizontal .actions .block:first-of-type {
	border-top: none;
}

#productOverview.horizontal .actions .block:last-of-type {
	border-bottom: none;
}

#mainContent #productOverview .contentCol .rightCol#contactForm .block#endBlock {
	border: none;
}

#mainContent #productOverview .contentCol .rightCol#contactForm .block p,
.actions .block p {
	font-size: 12px;
	color: #575757;
	text-align: center;
}

#mainContent #productOverview .contentCol .rightCol#contactForm .block a,
.actions .block a {
	font-weight: 400;
	font-size: 12px;
	color: #221F1F;
}

#mainContent #productOverview .contentCol .rightCol#contactForm .block p a:hover,
.actions .block p a:hover {
	text-decoration: underline;
}

#mainContent #productOverview .contentCol .rightCol p {
	font-size: 12px;
	padding: 5px 0 3px;
	color: #575757;
}

#mainContent #productOverview .contentCol .rightCol ul {
	margin-top: 15px;
}

#mainContent #productOverview .contentCol .rightCol ul li {
	font-size: 12px;
	padding: 3px 0;
	color: #575757;
	list-style-type: none;
}

#mainContent #productOverview .contentCol #productFullWidth .leftCol {
	float: left;
	width: 380px;
/*	margin-top: 10px;*/
	padding-top: 20px;
}

#mainContent #productOverview .contentCol .intro p:first-of-type {
	margin-top: -13px;
}

#mainContent #productOverview .contentCol #productFullWidth .featImg {
	width: 435px;
	height: 290px;
	float: right;
	margin-top: 0px;
	background: #FFF;
}

#mainContent #productOverview .contentCol #productFullWidth .featImg img {
	border: 1px solid #9d9d9d;
}

#mainContent #productOverview .contentCol #productFullWidth #specs {
	clear: both;
	margin-top: 25px;
	padding: 28px;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .downloads {
	width: 275px;
	padding: 0 28px 0 0;
	float: left;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .downloads ul {
	margin-top: 10px;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .downloads ul li {
	list-style-type: none;
	padding: 3px 0;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .downloads ul li a {
	background: url(../images/download-arrow.jpg) no-repeat;
	background-position: left center;
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	padding-left: 20px;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .details {
	width: 494px;
	padding: 28px;
	float: right;
	border-left: 1px solid #BFBEBE;
	padding: 0 0 0 28px;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .details ul {
	margin-top: 10px;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .details ul li {
	list-style-type: none;
	padding: 3px 0;
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
	background: url(../images/specs-list-bullet.jpg) no-repeat;
	background-position: 0px 12px;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .details ul li ul {
	margin-top: 0px;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .details ul li ul li {
	margin-left: 30px;
}


#mainContent #productOverview .contentCol #productFullWidth .details li,
#mainContent #productOverview .contentCol #productFullWidth .leftCol li,
#mainContent #productOverview .contentCol .intro li {
	list-style-type: none;
	padding: 3px 0;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../images/specs-list-bullet.jpg) no-repeat;
	background-position: 0px 12px;
}

#mainContent #productOverview .contentCol #productFullWidth .details li ul,
#mainContent #productOverview .contentCol #productFullWidth .leftCol ul li ul,
#mainContent #productOverview .contentCol .intro ul li ul {
	margin-top: 0px;
}

#mainContent #productOverview .contentCol #productFullWidth .details li ul li,
#mainContent #productOverview .contentCol #productFullWidth .leftCol ul li ul li,
#mainContent #productOverview .contentCol .intro ul li ul li {
	margin-left: 30px;
}



#aboutBlock {
	max-width: 970px;
	width: 100%;
	margin: 102px auto 0;
	float: left;
}

#aboutBlock ul {
	width: 100%;
	height: 258px;
	margin: 0 auto;
}

#aboutBlock ul li {
	width: 22%;
	height: 258px;
	border: 1px solid #868686;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	float: left;
	background: #FFF;
	text-align: center;
	margin-left: 3%;
}

#aboutBlock ul li.first {
	margin-left: 0;
}

#aboutBlock ul li:hover {
	cursor: pointer;
}

#aboutBlock ul li a {
	width: 100%;
	display: block;
	height: 100%;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	color: #231F20;
}

#aboutBlock ul li a .title {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	height: 45px;
	line-height: 44px;
	display: block;
	background: url(../images/about-bar.jpg) no-repeat;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}

#aboutBlock ul li a .summary {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	background: #D3D3D4;
	text-align: left;
	background: url(../images/about-block-item-bg.png) repeat;
}

#aboutBlock ul li a .summary p {
	padding: 0;
	font-size: 13px;
	color: #FFF;
	line-height: 16px;
	padding: 40px 35px;
}

#mapCanvasOuter {
	width: 100%;
}

#mapCanvas {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}

#contactDetailsOuter {
	background: url(../images/contact-transparent-bg.png) repeat;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

#contactNew {
	text-align: center;
	color: #231F20;
	font-size: 14px;
	line-height: 1.5em;
}

#contactNew div.tel,
#contactNew div.fax {
	display: inline-block;
}

#contactNew .email a {
	display: block;
	font-size: 35px;
	color: #231F20;
	font-weight: 400;
	padding-bottom: 1em;
}

.email {
	float: left;
	width: 100%;
}

#contactNew p {
	padding: .7em 0 .7em 0;
}

#contactNew span {
	color: #CC2029;
}

#contactNew span.red,
#contactNew .contact-forms li a:hover,
#feedbackBox #BoxInner p.red,
#enquiryBox #BoxInner p.red {
	color: #CC2029;
	text-align: left;
	padding-bottom: 5px;
}

#contactNew .contact-forms li {
	display: inline-block;
	padding: 0 5px 0 5px;
}

#contactNew .contact-forms li a {
	color: #231F20;
}

#contactNew .contact-forms ul {
	max-width: 400px;
	margin: 0 auto;
}

#contactNew ul.social {
	margin: 25px 0 0 5px;
}

#contactNew ul.social li {
	list-style-type: none;
	display: inline-block;
}

#contactNew ul.social li a {
	display: block;
	position: relative;
	width: 33px;
	height: 33px;
	margin-right: 16px;
	color: #fff;
	background: #333;
	border-radius: 100em;
	font-size: 16px;
	line-height: 33px;
}

#contactNew ul.social li a i.icon-google-plus {
	font-size: 18px;
}

#contactNew ul.social li a i.icon-youtube {
	font-size: 20px;
	left: 8px;
	top: 6px;
}

#contactNew ul.social li a i {
	position: absolute;
	top: 8px;
	left: 8px;
}

#contactNew ul.social li a {
	transition: background .2s ease-out;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
}

a {
	transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
}

#contactNew ul.social li a:hover {
	background: #CC2029;
}

#contactNew p.company {
	color: #231F20;
	font-size: 13px;
	padding-top: 25px;
	clear: both;
}

#viewMap {
	width: 106px;
	height: 33px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -53px;
	background: #CD2129;
	color: #FFF;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	z-index: 99;
	margin-bottom: 30px;
}

#viewMap:hover {
	color: #FFF;
}

#contactDetails {
	width: 960px;
	height: 600;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 9999;
	margin: 0 auto;
	padding-top: 85px;
}

#contactDetails .leftCol {
	width: 350px;
	float: left;
	padding-right: 90px;
	padding-top: 10px;
}

#contactDetails .leftCol .emailAddress {
	font-size: 35px;
	color: #CC2029;
	font-weight: 400;
}

#contactDetails .leftCol table {
	color: #909090;
	font-size: 13px;
	text-align: left;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 6px;
}

#contactDetails .leftCol table th, #contactDetails .leftCol table td {
	text-align: left;
}

#contactDetails .leftCol table tbody tr td span.able {
	color: #CC2029;
	padding-right: 10px;
}

#contactDetails .leftCol table tbody tr td span.office {
	color: #FFF;
}

#contactDetails .leftCol table tbody tr td span.number {
	color: #FFF;
}

#contactDetails .leftCol ul.social {
	margin: 25px 0 0 5px;
}

#contactDetails .leftCol ul.social li {
	list-style-type: none;
	float: left;
}

#contactDetails .leftCol ul.social li a {
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/contact-social-icons.png) no-repeat;
	text-indent: -9999px;
	margin-right: 16px;
}

#contactDetails .leftCol ul.social li.fb a {
	background-position: 0px 0px;
}

#contactDetails .leftCol ul.social li.google a {
	background-position: -33px 0px;
}

#contactDetails .leftCol ul.social li.linkedin a {
	background-position: -66px 0px;
}

#contactDetails .leftCol ul.social li.twtr a {
	background-position: -99px 0px;
}

#contactDetails .leftCol ul.social li.fb:hover a {
	background-position: 0px -34px;
}

#contactDetails .leftCol ul.social li.google:hover a {
	background-position: -33px -34px;
}

#contactDetails .leftCol ul.social li.linkedin:hover a {
	background-position: -66px -33px;
}

#contactDetails .leftCol ul.social li.twtr:hover a {
	background-position: -99px -33px;
}

#contactDetails .leftCol p.company {
	color: #909090;
	font-size: 13px;
	padding-top: 25px;
	clear: both;
}

#contactDetails .rightCol {
	width: 500px;
	float: left;
}

#contactDetails .rightCol p.heading {
	color: #909090;
	font-size: 13px;
	padding: 25px 0 8px;
}

#contactDetails .rightCol table {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	width: 100%;
	font-weight: 400;
}

#contactDetails .rightCol table tr th, #contactDetails .rightCol table tr td {
	text-align: left;
}

#contactDetails .rightCol table a {
	color: #CC2029;
}

#contactDetails .rightCol table thead tr th {
	font-weight: 400;
}

.bx-wrapper {
	position: relative;
	margin: 40px auto 0;
}

.bx-wrapper ul li a {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #231F20;
}

.bx-wrapper ul li a img {
	display: block;
	margin: 0 auto;
}

.bx-wrapper ul li a span {
	display: block;
	clear: both;
	margin-top: 20px;
}

.bx-wrapper ul li a:hover {
	color: #CB2027;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -64px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom:1;
	*display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	background: #D7D8D8;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin: 3px;
	text-indent: -9999px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #5D5E5E;
}

.bx-wrapper .bx-prev {
	left: -25px;
	background: url(../images/slideshow-left-arrow.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: -25px;
	background: url(../images/slideshow-right-arrow.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 25px;
	height: 46px;
	text-indent: -9999px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction .disabled {
	display: none;
}

#footer {
	position: fixed;
	bottom: 0;
	clear: both;
	min-width: 900px;
	width: 100%;

    background: background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);

    background-size: 100% 30px;
	min-height: 30px;
	padding: 7px 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-shadow: rgba(0,0,0,.3) 1px 1px 0px;
	z-index: 999;
}

body.home #footer {
	position: absolute;
	padding-top: 8px;
}

/* Mudmaster Video Page */
body.page-template-templatestemplate-mudmaster-php #footer, body.page-template-templatestemplate-fluenta-upgrade-php #footer {
	position: fixed;
}

body.page-template-templatestemplate-mudmaster-php .media img, body.page-template-templatestemplate-fluenta-upgrade-php .media img {
	height: auto;
}

body.page-template-templatestemplate-mudmaster-php  #productContent p, body.page-template-templatestemplate-fluenta-upgrade-php #productContent p {
	font-size: 14px;
	color: #575757;	
}

.media {
	position: relative;
	padding-bottom: 54.75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

#footer a {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

#footer ul {
	float: left;
/*	margin-left: 55px;*/
}

#footer ul li {
	float: left;
	list-style-type: none;
	margin-right: 15px;
}

#footer ul a {
	text-decoration: none;
    text-transform: uppercase;
    padding-right: 5px;
}

#footer p.copyright {
	float: right;
/*	margin-right: 75px;*/
}

#slides {
	position: relative;
}

#slides .slides-container {
	display: none;
}

#slides .slides-container img {
	z-index: -1;
}

#slides .scrollable {
	*zoom:1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 999;
	top: 40%;
	width: 100%;
}

.slides-navigation a {
	position: absolute;
	display: block;
	width: 48px;
	height: 90px;
	text-indent: -9999px;
}

.slides-navigation a.prev {
	left: 88px;
	background: url(../images/slideshow-left-arrow-large.png) no-repeat;
}

.slides-navigation a.next {
	right: 88px;
	background: url(../images/slideshow-right-arrow-large.png) no-repeat;
}

.slides-pagination {
	position: absolute;
	z-index: 998;
	bottom: 140px;
	text-align: center;
	width: 100%;
}

.slides-pagination a {
	background: url(../images/slides-pagination-bullets.png) no-repeat;
	background-position: 0px 0px;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin: 6px;
}

.slides-pagination a.current {
	background-position: -11px 0px;
}

.slide-title {
	left: 50px !important;
	bottom: 240px;
	position: absolute;
	opacity: 0;
}

.slide-title .title {
	color: #fff;
	font-size: 62px;
	line-height: 72px;
	letter-spacing: -1px;
	padding: 5px 20px 5px 20px;
	float: left;
	clear: both;
}

.slide-title .description {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -1px;
	padding: 5px 20px 5px 40px;
	float: left;
	clear: both;
}

.slide-title.automotive .description,
.slide-title.automotive .title {
	background: rgba(58,125,51,.8);
}

.slide-title.chemical .description,
.slide-title.chemical .title {
	background: rgba(197,23,24,.8);
}

.slide-title.oil .description,
.slide-title.oil .title {
	background: rgba(7,78,112,.8);
}

.slide-title.food .description,
.slide-title.food .title {
	background: rgba(28,91,161,.8);
}

.slide-title.paper .description,
.slide-title.paper .title {
	background: rgba(123,147,41,.8);
}

.slide-title.pharmaceutical .description,
.slide-title.pharmaceutical .title {
	background: rgba(3,135,144,.8);
}

.slide-title.power .description,
.slide-title.power .title {
	background: rgba(57,140,203,.8);
}


.slide-title.water .description,
.slide-title.water .title {
	background: rgba(29,45,80,.8);
}

.slide-title.hvac .description,
.slide-title.hvac .title {
	background: rgba(40,166,57,.8);
}

.slide-title.oem .description,
.slide-title.oem .title {
	background: rgba(153,25,21,.8);
}

#industryContent p {
	text-align: center;
	font-size: 14px;
	color: #a1a1a1;
	padding: 0;
}

#industryContent .pagerContent {
	width: 950px;
	margin: 5px auto;
	padding: 30px 0;
	position: relative;
	height: 177px;
	overflow: hidden;
	display: none;
	border-radius: 10px;
}

#industryContent .pagerContent p {
	color: #333;
}

#industryContent #leftColBox {
	width: 100px;
	float: left;
	padding: 30px 75px 0px 70px;
	position: relative;
	height: 160px;
	overflow: hidden;
}
#industryContent .leftColBoxInner {
	width: 143px;
	position: absolute;
	right: -300px;
	top: 30px;
	padding: 10px 75px 0 50px;
}

#industryContent #rightColBox {
	width: 534px;
	height: 160px;
	float: right;
	padding: 30px 75px 0px 70px;
	background: url('../images/slider-divide.png') no-repeat left center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	position: relative;
	overflow: hidden;
}
#industryContent .rightColBoxInner {
	width: 530px;
	position: absolute;
	right: -800px;
	top: 0px;
	padding-top: 10px;
}

#industryContent .rightColBoxInner p {
	font-size: 13px;
	line-height: 21px;
	color: #FFF;
	padding: 0;
	text-align: left;
	overflow: auto;
	max-height: 170px;
}

#industryContent #rightColpager0 {
}

#industryContent .bx-wrapper {
	margin: 24px auto 0;
	width: 950px;
}

#industryContent .bx-viewport img {
	display: block;
}

#industryContent .bx-wrapper ul li a {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #231F20;
}

#industryContent .bx-wrapper ul li a span {
	display: block;
	clear: both;
	margin-top: 20px;
}

#industryContent .bx-wrapper ul li a:hover {
	color: #CB2027;
}

#industryContent .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -64px;
	width: 100%;
}

#industryContent .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

#industryContent #bx-pager {
	padding-top: 20px;
	text-align: center;
	width: 951px;
	height: 55px;
	margin: 2px auto 0;
	position: relative;
	overflow: hidden;
}


#industryContent #bx-pager .menuSelected {
	position: absolute;
	bottom: 15px;
	left: -94px;
	width: 94px;
	height: 52px;
	display: block;
	background: none;
	z-index: 110;
}


#industryContent #bx-pager a {
	display: block;
	width: 94px;
	height: 39px;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 42px;
	position: relative;
	z-index: 100;
	background: #b9b8b8 url('../images/industry-menu-gradient-bg.png');
	color: #231F20;
	margin-top: 14px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


#industryContent #bx-pager a {
	background: #fcfcfc;
	box-shadow: inset rgba(0,0,0,0.4) 0px 10px 18px -7px, inset rgba(0,0,0,0.4) 0px -10px 18px -7px;
	-moz-box-shadow: inset rgba(0,0,0,0.4) 0px 10px 18px -7px, inset rgba(0,0,0,0.4) 0px -10px 18px -7px;
	-webkit-box-shadow: inset rgba(0,0,0,0.4) 0px 10px 18px -7px, inset rgba(0,0,0,0.4) 0px -10px 18px -7px;
}

.pager0 {
	background: #509733;
	box-shadow: inset #377d32 0px 80px 130px -10px, inset #377d32 0px -80px 130px -10px;
}

.pager1 {
	background: #df3425;
	box-shadow: inset #c51718 0px 80px 130px -10px, inset #c51718 0px -80px 130px -10px;
}

.pager2 {
	background: #3973b9;
	box-shadow: inset #1c5ba1 0px 80px 130px -10px, inset #1c5ba1 0px -80px 130px -10px;
}

.pager3 {
	background: #74b84e;
	box-shadow: inset #28a639 0px 80px 130px -10px, inset #28a639 0px -80px 130px -10px;
}

.pager4 {
	background: #c03418;
	box-shadow: inset #991915 0px 80px 130px -10px, inset #991915 0px -80px 130px -10px;
}

.pager5 {
	background: #0f648a;
	box-shadow: inset #074e70 0px 80px 130px -10px, inset #074e70 0px -80px 130px -10px;
}

.pager6 {
	background: #a6b41b;
	box-shadow: inset #7b9329 0px 80px 130px -10px, inset #7b9329 0px -80px 130px -10px;
}

.pager7 {
	background: #279ba3;
	box-shadow: inset #038790 0px 80px 130px -10px, inset #038790 0px -80px 130px -10px;
}

.pager8 {
	background: #68abdf;
	box-shadow: inset #398ccb 0px 80px 130px -10px, inset #398ccb 0px -80px 130px -10px;
}

.pager9 {
	background: #1e345d;
	box-shadow: inset #1d2d50 0px 80px 130px -10px, inset #1d2d50 0px -80px 130px -10px;
}

#industryContent #bx-pager .menuText {
	position: absolute;
	bottom: 5px;
/* 	left: -94px; */
/* 	width: 94px; */
  width: 100%;
	height: 35px;
	display: block;
	background: none;
	z-index: 999;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 35px;
}

#industryContent #bx-pager .menuText:hover {
	cursor: pointer;
}

#industryContent .bx-wrapper .bx-prev {
	left: 23px;
	background: url(../images/slideshow-left-arrow-large.png) no-repeat;
}

#industryContent .bx-wrapper .bx-next {
	right: 23px;
	background: url(../images/slideshow-right-arrow-large.png) no-repeat;
}

#industryContent .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 170px;
	width: 48px;
	height: 90px;
	text-indent: -9999px;
	z-index: 99;
}

#productContent .bx-wrapper {
	margin: 0 auto !important;
	padding: 15px 0 0 !important;
	height: 266px;
	width: 90% !important;
}


#industryContent .bx-viewport:before {
	content: "";
	position: absolute;
	width: 950px;
	height: 373px;
	background: url('../images/rounded-corners.html');
	z-index: 2;
}

#productContent .bx-wrapper .bx-viewport {
	width: 90%;
	height: auto !important;
}

#productContent .bx-slider {
	top: 0px;
	left: 0px;
}

#products-pager {
	text-align: center;
	width: 100%;
	max-width: 1200px;
	min-width: 940px;
	height: 55px;
	margin: 30px auto 0;
	position: relative;
	overflow: hidden;
/*	left: 7px;*/
}

#products-pager .menuSelected {
	position: absolute;
	left: -97px;
	width: 8.35%;
	height: 50px;
	display: block;
	background: none;
	z-index: 110;
	overflow: hidden;
}

#products-pager .menuSelected img {
	margin: 0 auto;
}


#products-pager a,
#industryContent #bx-pager a {
	display: block;
	width: 95px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	position: relative;
	z-index: 100;
	color: #fff;
	margin-top: 14px auto;
	border-left: 1px solid rgba(255,255,255,0.5);
	border-top: none;
	border-bottom: 1px solid #555;
	background: #888 url('../images/menu-bg.png');
	border-right: 1px solid #666;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

#industryContent #bx-pager a {
	width: 93px;
	font-size: 10px;
}

#products-pager a:hover,
#industryContent #bx-pager a:hover {
	background-position: 0 -35px;
	background-size: 100% 70px;
}


#products-pager a:first-of-type,
#industryContent #bx-pager a:first-of-type {
	border-left: none;
}

#products-pager a:last-of-type,
#industryContent #bx-pager a:last-of-type {
	border-right: none;
}

#products-pager a.last {
	border-right: 1px solid #fff;
}

#products-pager .menuText {
	position: absolute;
/* 	left: -95px; */
/* 	width: 8.16%; */
  width: 100%;
	height: 39px;
	display: block;
	background: none;
	z-index: 999999;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
	left: 0 !important;
}

#products-pager .menuText:hover {
	cursor: pointer;
}

#productContent .pagerContent {
	clear: both;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	max-width: 1200px;
	min-width: 940px;
	margin: 5px auto;
	padding: 0;
	position: relative;
	height: 288px;
	overflow: hidden;
	border: 1px solid #828282;
	overflow: hidden;
}

#productContent .pagerContent .pagerContentInner {
	border-bottom: 8px solid #D3D3D3;
	height: 280px;
}

#productContent .bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	background: #D7D8D8;
	width: 9px;
	height: 9px;
	display: inline-block;
	margin: 3px;
	text-indent: -9999px;
}

#productContent .bx-wrapper .bx-pager.bx-default-pager a:hover, #productContent .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #5D5E5E;
}

#productContent .bx-wrapper ul li a span {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 140px;
}

#productContent .bx-pager {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.post {
	clear: both;
	margin-top: 20px;
	background: url('../images/hr.png') bottom no-repeat;
	background-size: 100% 1px;
	padding-bottom: 20px;
}

.awarded {
	border-bottom: 1px solid #D3D3D3;
}

.post .postImg {
	width: 96px;
	height: 91px;
	float: left;
}

.page-evolution .history img {
	width: 100%;
	height: auto;
	display: block;
}

.awarded .postImg {
	width: 10%;
	float: left;
	padding: 10px 30px 0 15px;
}

.awarded .postImg img {
	width: 100%;
	height: auto;
}

.post .metaInfo {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 14px;
	color: #6f6f6e;
	padding-top: 13px;
}

.post .metaInfo span {
	font-size: 50px;
	color: #6f6f6e;
	font-weight: 400;
	line-height: 1;
}

.post .postContent {
	width: 70%;
	float: left;
	padding-top: 15px;
}

.awarded .postContent {
	padding: 10px 0 5px;
}

.post .postContent p, #mainContent #productOverview .contentCol .oneCol .post .postContent p {
	padding: 0 0 10px;
	margin: 0;
	font-size: 14px;
}

.post .postContent .title a {
	color: #231f20;
	font-weight: 400;
	font-size: 14px;
}

.post .postContent .title a:hover {
	text-decoration: underline;
}

.post table tr td {
	color: #818282;
	font-size: 16px;
}

.post table tr td.rowTitle {
	color: #231F20;
	width: 85px;
}

.mainBlog {
	background: url('../images/industry-h1-hr.png') no-repeat bottom right;
	width: 100%;
}

.mainBlog p {
	padding: 0 0 20px !important;
}

ul.archiveYear {
	height: 41px;
	margin-bottom: 28px;
}

ul.archiveYear li {
	list-style-type: none;
	float: left;
	height: 41px;
}

ul.archiveYear li a {
	line-height: 41px;
	color: #6f6f6e;
	font-size: 14px;
	padding-right: 30px;
	font-weight: 600;
}

ul.archiveYear li a:hover, ul.archiveYear li a.selected {
	color: #CF202F;
}

#mainContent #productOverview .contentCol .article {
	color: #575656;
}

#mainContent #productOverview .contentCol .article p {
	color: #575656;
	font-size: 18px;
	line-height: 1.2em;
}

#mainContent #productOverview .contentCol .article .leftColumn {
	float: left;
	border-top: 6px solid #D3D3D3;
	padding: 38px 0 0;
	margin-top: 9px;
}

.the-content {
	padding-right: 30%;
	margin-top: 10px;
}

.the-content img {
	max-width: 100%;
	height: auto;
	
}

.social-links {
	margin-right: 30%;
	background: url('../images/industry-h1-hr.png') no-repeat top right, url('../images/industry-h1-hr.png') no-repeat bottom right;
	background-size: 100% 1px;
	padding: 15px 30px 15px 15px;
	text-align: center;
}

.picture-block,
blockquote {
	background: url('../images/industry-h1-hr.png') no-repeat top right, url('../images/industry-h1-hr.png') no-repeat bottom right;
	background-size: 100% 1px;
	padding: 20px 0 20px 0;
	margin: 10px 0 10px 0;
	display: inline-block;
	width: 100%;
	color: #8eab25;
	font-style: italic;
	font-size: 15px;
}

blockquote p,
#mainContent #productOverview .contentCol .article blockquote p:first-child,
#mainContent #productOverview .contentCol .article blockquote p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.one-half {
	width: 49%;
	margin-right: 1%;
	float: left;
}

.one-half.last {
	margin: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.widgettitle {
	display: none;
}

#mainContent #productOverview .contentCol .article .leftColumn .articleExcerpt p {
	font-size: 18px;
	color: #231F20;
}

#mainContent #productOverview .contentCol .article .leftColumn .downloadPdf {
	width: 100%;
	text-align: center;
	height: 50px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	margin: 25px 0 45px;
}

#mainContent #productOverview .contentCol .article .leftColumn .downloadPdf a {
	line-height: 50px;
	display: block;
	background: url(../images/download-arrow-white.jpg) no-repeat left center;
	padding-left: 28px;
	color: #000;
	font-size: 14px;
	float: left;
	margin-left: 90px;
}

#mainContent #productOverview .contentCol .article .articleImg {
	display: inline-block;
	padding: 4px;
	float: right;
	margin-top: 20px;
}

#mainContent #productOverview .contentCol .article .articleImg img {
	display: block;
	width: 100%;
}

#mainContent #productOverview .contentCol .article .rightColumn h2.notes {
	font-size: 14px;
	color: #231F20;
	padding-bottom: 15px;
}

#mainContent #productOverview .contentCol .article .rightColumn {
	float: right;
	width: 48.3%;
	border-left: 1px solid #9d9d9d;
	padding-left: 25px;
	font-size: 14px;
	margin-top: 10px;
}

#mainContent #productOverview .contentCol .article p.caption {
	width: 50%;
	text-align: center;
	padding-top: 5px;
	color: #231F20;
	font-size: 11px;
	float: right;
}

#faqBlock {
	padding: 0;
	margin-top: 25px;
}

#faqBlock .question {
	padding: 20px 0 20px 32px;
	border-top: 1px solid #BFBEBE;
	clear: both;
}

#faqBlock .question a {
	display: block;
	height: 21px;
	padding-left: 50px;
	font-size: 15px;
	font-weight: 500;
	color: #202757;
	background: url(../images/faq-button.jpg) no-repeat 0px 0px;
	line-height: 21px;
	color: #000;
}

#faqBlock .question a:hover {
	text-decoration: none;
}

#faqBlock .question .answerDrop {
	clear: both;
	overflow: hidden;
	display: none;
}

#faqBlock .question .answerDrop .answerDropInner {
	padding: 0 0 10px 50px;
}

.currentOpsContent {
	display: none;
	clear: both;
	padding: 0 100px 0 34px;
}

.currentOpsContent .position {
	border-bottom: 1px solid #D3D3D3;
	padding: 35px 0;
}

.currentOpsContent .position p {
	font-size: 14px;
	color: #838383;
	padding-bottom: 20px;
}

.currentOpsContent .position h2 {
	font-size: 14px;
	font-weight: 400;
}

.currentOpsContent .position h3 {
	font-size: 14px;
	font-weight: 400;
	padding-top: 24px;
}

.currentOpsContent .position .overview {
	margin: 20px 0 0;
	border-collapse: collapse;
}

.currentOpsContent .position .overview td {
	font-size: 14px;
	color: #575757;
	text-align: left;
	padding: 2px 15px 2px 0;
}

.currentOpsContent .position .overview td.title {
	font-weight: 400;
	color: #000;
	min-width: 76px;
}

#fadeBg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9998;
	background: url(../images/fade-opaque-bg.png);
	display: none;
}

#subscribeBox {
	width: 635px;
	background: #FFF;
	position: absolute;
	z-index: 9999;
	display: none;
}

#subscribeBox #subscribeBoxInner {
	padding: 17px 17px 0;
	position: relative;
}

#subscribeBox #subscribeBoxInner #response {
	padding-top: 20px;
	padding-bottom: 30px;
}

#subscribeBox #subscribeBoxInner p {
	padding-top: 20px;
	font-size: 14px;
	color: #838383;
	line-height: 17px;
}

#subscribeBox #subscribeBoxInner form,
#feedbackBox #BoxInner form,
#enquiryBox #BoxInner form {
	margin: 15px 0 15px 0;
}

#subscribeBox #subscribeBoxInner form p {
	padding: 0;
	margin: 0;
	width: 100%;
}

#subscribeBox #subscribeBoxInner form input[type="text"] {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 38px;
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	padding: 0 5px 0 5px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	clear: both;
	color: #666;
	line-height: 1;
	font-size: 13px;
	float: left;
}

#subscribeBox #subscribeBoxInner form textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#subscribeBox #subscribeBoxInner form .req {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 20px;
}

#subscribeBox #subscribeBoxInner form input[type="submit"] {
	clear: both;
	width: 86px;
	height: 36px;
	display: block;
	color: #FFF;
	background: #929191;
	font-weight: 700;
	font-size: 12px;
}

#subscribeBox #subscribeBoxInner form input[type="submit"]:hover {
	cursor: pointer;
}

#subscribeBox #subscribeBoxInner .close,
#subscribeBox .close,
#feedbackBox .close,
#enquiryBox .close,
#appStoreBox .close {
	background: url(../images/close-button.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	text-indent: -9999px;
	z-index: 9999999;
}

#subscribeBox h2 {
	font-size: 36px !important;
	color: #CB2027;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 40px;
}

.careerLinks {
	padding-top: 20px !important;
}

.careerLinks li {
	float: left;
	margin-right: 40px !important;
	padding: 0 !important;
	clear: none !important;
	width: auto !important;
}

.careerLinks li a {
	background: none !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}


/*-----------------------------------------------------------------------------------*/
/*	1.	Setup Document for Responsive Layout and General Tweaks
/*-----------------------------------------------------------------------------------*/

img {
	max-width: 100%;
}

.gm-style img {
	max-width: 9999px;
}

.slides-control img {
	max-width: none;
}

/* Add clearfix ---------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#header {
	min-height: 120px;
}

#wrapper.fixed #header {
	min-height: 160px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#header,
#wrapper,
#footer {
	min-width: inherit;
	font-weight: 300;
}

#wrapper.fixed #breadcrumbs {
	background: transparent;
}

#header #menus,
#footer p.copyright {
/*	margin-right: 25px;*/
}

#header #logo,
#breadcrumbs,
#footer ul {
/*	margin-left: 30px;*/
}

#mainContent #productOverview .leftCol {
	width: 21%;
}

body.single #mainContent #productOverview .contentCol {
/*	width: 100%;*/
/*	width: auto;*/
}

.small-view,
.medium-view {
	display: none !important;
}

.responsive-mainmenu {
	width: 95%;
}


#mapCanvasOuter,
#mapCanvas,
#contactDetailsOuter {
	padding-bottom: 200px;
}

table {
	border-collapse: collapse;
}

/* Add transitions for responsive design --------------------------------------------*/
#mainContent #productOverview .contentCol,
#wrapper.fixed #breadcrumbs,
#header #logo,
#breadcrumbs,
#footer ul {
	transition:			margin-left .5s ease-in .3s;
	-webkit-transition:	margin-left .5s ease-in .3s;
	-moz-transition:	margin-left .5s ease-in .3s;
	-ms-transition:		margin-left .5s ease-in .3s;
	-o-transition:		margin-left .5s ease-in .3s;
}

#mainContent #productOverview .leftCol {
	transition: 		width .5s ease-in .3s, padding .5s ease-in .3s;
	-webkit-transition:	width .5s ease-in .3s, padding .5s ease-in .3s;
	-moz-transition: 	width .5s ease-in .3s, padding .5s ease-in .3s;
	-ms-transition:		width .5s ease-in .3s, padding .5s ease-in .3s;
	-o-transition:		width .5s ease-in .3s, padding .5s ease-in .3s;
}

#mainContent #productOverview .leftCol ul.sideMenu1lvl li a {
	transition:			padding-left .5s ease-in .3s, padding .5s ease-in .3s, font-size .5s ease-in .3s, padding .5s ease-in .3s;
	-webkit-transition:	padding-left .5s ease-in .3s, padding .5s ease-in .3s, font-size .5s ease-in .3s, padding .5s ease-in .3s;
	-moz-transition:	padding-left .5s ease-in .3s, padding .5s ease-in .3s, font-size .5s ease-in .3s, padding .5s ease-in .3s;
	-ms-transition:		padding-left .5s ease-in .3s, padding .5s ease-in .3s, font-size .5s ease-in .3s, padding .5s ease-in .3s;
	-o-transition:		padding-left .5s ease-in .3s, padding .5s ease-in .3s, font-size .5s ease-in .3s, padding .5s ease-in .3s;
}

body.page-vision .feature-pic {
	transition:			left .5s ease-in .3s, top .5s ease-in .3s;
	-webkit-transition:	left .5s ease-in .3s, top .5s ease-in .3s;
	-moz-transition:	left .5s ease-in .3s, top .5s ease-in .3s;
	-ms-transition:		left .5s ease-in .3s, top .5s ease-in .3s;
	-o-transition:		left .5s ease-in .3s, top .5s ease-in .3s;
}

#mainContent #productOverview .contentCol .leftCol {
	transition:			none;
	-webkit-transition:	none;
	-moz-transition:	none;
	-ms-transition:		none;
	-o-transition:		none;
}

#header #menus #languageMenu li.search {
	transition:			width .5s ease-in, background .5s ease-in;
	-webkit-transition:	width .5s ease-in, background .5s ease-in;
	-moz-transition:	width .5s ease-in, background .5s ease-in;
	-ms-transition:		width .5s ease-in, background .5s ease-in;
	-o-transition:		width .5s ease-in, background .5s ease-in;
}

/* Menu items - Language Menu -------------------------------------------------------*/

#language-header {
	width: 100%;
    background: background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background-size: 100% 30px;
	min-height: 30px;
	padding-top: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#language-header ul {
	float: right;
	margin-right: 10px;
}

#language-header ul:first-of-type {
	margin: 0;
}

#language-header li {
	list-style: none;
	float: left;
	border-left: 1px solid white;
	padding: 0 7px 0 7px;
	font-size: 11px;
	font-weight: 600;
	line-height: 13px;
	text-shadow: rgba(0,0,0,.3) 1px 1px 0px;
}

#language-header li.search {
	position: relative;
}

#language-header li:first-child {
	border: none;
}

#language-header li:last-child {
	padding-right: 0;
}

#language-header li,
#language-header li a {
	color: #fff;
    font-size:16px;
}

#language-header #submit {
	display: none;
}

#language-header #searchField {
	padding: 4px;
	width: 0;
	opacity: 0;
	margin-top: -3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right: 23px;
	-webkit-transition: all .5s ease-out;
	   -moz-transition: all .5s ease-out;
	     -o-transition: all .5s ease-out;
	        transition: all .5s ease-out;
}

#language-header .icon-search {
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 7px;
}

#language-header .icon-twitter {
	font-size: 85%;
}

#language-header #searchField.selected {
	opacity: 1 !important;
	width: 200px;
}

#header #menus #languageMenu li.search {
	width: 30px;
}

#header #menus #languageMenu li.search form input#submit {
	background: url('../images/icons.png') no-repeat 5px 1px;
	width: 25px;
}

#header #menus #languageMenu li.subscribe a {
	background: url('../images/icons.png') no-repeat -105px 1px;
	padding-left: 25px;
}

#header #menus #languageMenu li.able247 a {
	background: url('../images/icons.png') no-repeat 7px -39px;
}

#header #menus #languageMenu li.search form input#submit:hover {
	background-position: 5px -22px;
}

#header #menus #languageMenu li.subscribe a:hover {
	background-position: -105px -22px;
}

#header #menus #languageMenu li.able247 a:hover {
	background-position: 7px -62px;
}

/* General display tweaks -----------------------------------------------------------*/

#mainContent {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	width: 100%;
}

body.page-vision .feature-pic {
	width: 70%;
	position: absolute;
	left: 23%;
	top: 250px;
	margin-left: 1px;
	z-index: -1;
}

body.page-vision .feature-pic img {
	max-width: 100%;
}

body.page-vision .quote {
	padding-left: 25%;
	color: #6d6f71;
	font-size: 18px;
}

body.page-vision .sub-text {
	padding-top: 30px;
	padding-left: 43%;
}

body.page-vision .sub-text li {
	list-style: none;
}

body.page-vision .sub-text .title {
	color: #CB2027;
	font-style: oblique;
}

body.page-vision #wrapper.fixed #mainContent #productOverview .contentCol {
	min-height: 650px;
}

body.page-vision #mainContent #productOverview .contentCol .oneCol .sub-text p {
	padding-top: 0;
	padding-bottom: 1.5em;
}

body.page-vision .quote-ico {
	float: left;
	padding-right: 10px;
}

/*body.page-vision #mainContent #productOverview .contentCol .oneCol .intro {
	padding-left: 200px;
	width: auto;
}
*/

#mainContent #productOverview .contentCol .intro {
	padding: 0;
}

#mainContent #productOverview .contentCol .leftCol h3,
#mainContent #productOverview .contentCol .intro h3 {
	margin-top: 20px;
}

#mainContent #productOverview .contentCol .rightCol h3,
#mainContent #productOverview .contentCol .rightCol#contactForm .block {
	border-bottom: 1px solid #B4B4B4;
	box-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
}

#mainContent #productOverview .contentCol .rightCol#contactForm .block:last-of-type {
	border-bottom: none;
}

#mainContent #productOverview .contentCol p {
	padding-bottom: .5em;
	padding-top: .5em;
}

#mainContent #productOverview .contentCol .article p:first-child {
	font-size: 19px;
	color: #575656;
	line-height: 1.2em;
}

#mainContent #productOverview .contentCol .article .leftColumn {
	padding-top: 15px;
}

#mainContent .wp-socializer-buttons {
	padding: 0px 0 10px !important;
	border-bottom: 1px solid #D3D3D3;
	text-align: center;
}

#mainContent .fb_edge_widget_with_comment {
	width: 140px;
	text-align: left;
}

#mainContent .wpsr-btn {
	display: inline-block;
	overflow: hidden;
}

#mainContent .wpsr-btn:nth-child(2) {
	width: 90px;
}

#mainContent .wpsr-btn:nth-child(3) {
	width: 75px;
}

#mainContent .wp-socializer-buttons .wpsr-btn {
	float: none;
	margin: 0;
	text-align: center;
}

/* Menu items - Social Media --------------------------------------------------------*/
#header #menus #social li {
	text-indent: -99999em;
	background: url('../images/icons.png') no-repeat -47px 0;
	width: 15px;
	height: 20px;
	margin: 0;
}

#header #menus #social li a {
	width: 15px;
	height: 20px;
	display: block;
	margin: 0;
}

#header #menus #social li.facebook {
	background-position: -47px 0;
	margin: 0 5px 0 0;
}

#header #menus #social li.linkedin {
	background-position: -65px 0;
	margin: 0 10px 0 0;
}

#header #menus #social li.twitter {
	background-position: -89px 1px;
	margin: 0 10px 0 0;
}

#header #menus #social li.google-plus {
	background-position: -26px 2px;
	margin: 0 10px 0 0;
}

#header #menus #social li.google-plus:hover {
	background-position: -26px -21px;
}

#header #menus #social li.twitter:hover {
	background-position: -89px -22px;
}

#header #menus #social li.linkedin:hover {
	background-position: -65px -23px;
}

#header #menus #social li.facebook:hover {
	background-position: -47px -23px;
}

#header #menus #social li,
#header #menus #languageMenu li {
	margin-bottom: 10px;
}

#subscribeBox {
	width: 500px;
}

#menus {
	min-width: 542px;
}

#mainContent #productContent #introText {
	padding: 0;
}

#mainContent #productContent #introText p {
	max-width: 350px;
	padding: 0;
}

.tax-product_cat #mainContent #productContent #introText p, .page-template-templatestemplate-products-page-php #mainContent #productContent #introText p {
	max-width: none;
}

#mainContent #productOverview .contentCol form span.star {
	float: right;
}

span.left input,
#mainContent #productOverview .contentCol form span.left input[type="text"] {
	width: 100%;
	float: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

span.left {
	overflow: hidden;
	display: block;
}

#contactForm table,
#engineerForm table,
a.ui-selectmenu {
	width: 100% !important;
}

.ui-selectmenu {
	background: url('../images/select-bg.png') no-repeat top right;
	border-left: 1px solid #D3D3D3;
}

#mainContent #productOverview .contentCol form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#aboutBlock ul li {
	width: 260px;
	display: inline-block;
	float: none;
	margin-bottom: 2%;
	margin-left: 2%;
}

#aboutBlock ul li.first {
	margin-left: 2%;
}

#aboutBlock ul {
	text-align: center;
	height: inherit;
}

#mainContent #productOverview .contentCol #productsBlock ul li {
	float: none;
	display: inline-block;
	border: 1px solid #999;
	margin: 5px;
}

#mainContent #productOverview .contentCol #productsBlock,
#mainContent #productOverview .contentCol .intro {
	width: 100%;
}

#mainContent #productOverview .leftCol ul li a {
	background: url('../images/expand-button.html') no-repeat;
}
	
#mainContent #productOverview .leftCol ul li.pdf a {
	background: url('../images/pdficon-smaller.html') no-repeat;
}

#mainContent #productOverview .leftCol ul li.selected a {
	background-position: 0 -121px;
}

#mainContent #productOverview .leftCol ul li a {
	height: auto;
}

#mainContent #productOverview .contentCol #productFullWidth .leftCol,
#mainContent #productOverview .contentCol #productFullWidth .featImg
 {
	width: 49%;
	height: auto;
}

#mainContent #productOverview .contentCol #productFullWidth .featImg img {
	max-width: 100%;
/*	width: auto;*/
	height: auto;
	margin-bottom: 15px;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .details,
#mainContent #productOverview .contentCol #productFullWidth #specs .downloads {
	width: 45%;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .downloads {
	padding: 0;
}

#mainContent #productOverview .contentCol #productFullWidth #specs .details {
	padding: 0 0 0 4%;
}

.responsive-mainmenu {
	-webkit-appearance: none;
	background: #f7f7f7 url('../images/dropdown-menu.gif') center right no-repeat;
	box-shadow: 0px 0px 0px 5px #e5e5e5;
	-moz-box-shadow: 0px 0px 0px 5px #e5e5e5;
	-webkit-box-shadow: 0px 0px 0px 5px #e5e5e5;
	height: 33px;
	padding-left: 20px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

.home #header,
.contact #header {
	min-height: 130px;
}

#header #logo {
    float:right;
	margin-top: 12px;
}

#header #menus #mainMenu {
	margin-top: 43px;
}

#mainContent #productOverview .contentCol .oneCol .accredList li .image img {
	height: auto;
}

a.view-map:hover {
	color: #FFF;
}

#contactNew {
	padding-bottom: 50px;
}

a.view-map {
	width: 106px;
	height: 33px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -53px;
	background: #CD2129;
	color: #FFF;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	z-index: 99;
}

.search input {
	-webkit-appearance: none;
	border-radius: 0;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* Learn more stuff */
.learnMoreContent {
	display: none;
}

.learnMore {
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	clear: both;
	height: 21px;
	background: url('../images/expand-button.html') no-repeat;
	padding-left: 34px;
	margin-top: 20px;
}

/* Product slider magic fix! */
/*
.bx-clone {
	opacity: 0;
}
*/
.bx-clone {
	max-height: 1px;
}


#products-pager.learnMoreContent {
	display: block;
}


/* RESPONSIVE STUFF WAS HERE  */


#feedbackBox,
#enquiryBox {
	width: 635px;
	background: #FFF;
	position: absolute;
	z-index: 9999;
	display: none;
}

#BoxInner {
	max-height: 500px;
	overflow: auto;
	overflow-x: hidden;
	padding: 17px 17px 0;
	position: relative;
}

#feedbackBox #BoxInner p,
#feedbackBox #BoxInner,
#enquiryBox #BoxInner p,
#enquiryBox #BoxInner, #subscribeBoxInner {
	padding-top: 20px;
	font-size: 14px;
	color: #838383;
	line-height: 17px;
}

#feedbackBox #BoxInner form,
#enquiryBox #BoxInner form {
	margin-top: 15px;
}

#feedbackBox #BoxInner form p,
#enquiryBox #BoxInner form p {
	padding: 0;
	margin: 0;
	width: 100%;
}

#feedbackBox #BoxInner form input[type="text"],
#enquiryBox #BoxInner form input[type="text"] {
	clear: both;
	width: 373px;
	height: 38px;
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	padding: 0 5px 0 5px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	clear: both;
	color: #666;
	line-height: 1;
	font-size: 13px;
	float: left;
}

#feedbackBox #BoxInner form .req,
#enquiryBox #BoxInnter form .req {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 20px;
}

#feedbackBox #BoxInner form input[type="submit"],
#enquiryBox #BoxInner form input[type="submit"],
#signupForm input[type="submit"] {
	clear: both;
	width: 86px;
	height: 36px;
	display: block;
	color: #FFF;
	background: #929191;
	font-weight: 700;
	font-size: 12px;
}

#feedbackBox #BoxInner form input[type="submit"]:hover,
#enquiryBox #BoxInner form input[type="submit"]:hover,
#signupForm input[type="submit"]:hover {
	cursor: pointer;
}

#feedbackBox h2,
#enquiryBox h2 {
	font-size: 36px !important;
	line-height: 1em;
	color: #CB2027;
	font-weight: 400;
	padding-bottom: 10px;
}

#feedbackBox .title,
#enquiryBox .title {
	float: left;
	width: 40%;
	text-align: left;
}

#feedbackBox ul,
#feedbackBox ul li,
#enquiryBox ul,
#enquiryBox ul li {
	float: left;
	list-style: none;
	width: 100%;
}

#feedbackBox ul li,
#enquiryBox ul li {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: block;
	clear: both;
}

#feedbackBox .gform_body {
	margin-top: 35px;
}

.row {
	clear: both;
	padding: 5px 0 5px 0;
	float: left;
	width: 100%;
}

.row:nth-child(even) {
	background: #efefef;
	
}
#feedbackBox .our-performance ul {
	width: 60%;
	
}

#feedbackBox .our-performance ul li {
	display: inline-block;
	clear: none;
	width: 20%;	
}

#enquiryBox ul {
	width: 100%;
}

.gform_body ul, .gform_body li, #subscribeBoxInner li {
	list-style: none;
}

#feedbackBox .failure ul,
#feedbackBox .failure ul li,
#enquiryBox .failure ul,
#enquiryBox .failure ul li {
	width: 100%;
}

#feedbackBox .failure ul li,
#enquiryBox .failure ul li {
	padding: 10px;
	color: #CC2029;
}

#subscribeBoxInner .gform_body {
	margin-top: 15px;
}

#feedbackBox .details,
#feedbackBox .our-performance,
#feedbackBox .additional-comments {
	clear: both;
	padding-top: 20px;
}

#feedbackBox .additional-comments.nopad {
	padding: 0;
}

#feedbackBox #BoxInner p.red {
	padding-bottom: 10px;
	text-align: left;
}

#feedbackBox .additional-comments textarea,
#enquiryBox .additional-comments textarea,
#subscribeBox textarea {
	border: 1px solid #ccc;
	width: 100%;
	height: 6em;
	padding: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#feedbackResponse,
#subscribeResponse,
#enquiryResponse {
	padding: 30px 0 30px 0;
}

#mainContent #productOverview .leftCol ul li a.title {
	padding-left: 0;
	background: transparent;
	font-weight: 600;
}

#mainContent #productOverview .leftCol ul li a.active {
	color: #CB2027;
}

#wrapper.fixed #mainContent #productOverview .contentCol .full-width {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	position: relative;
}

.full-width .intro {
	width: 100%;
}

.download-item {
	clear: both;
	float: left;
	width: 100%;
	background: url('../images/hr.png') bottom no-repeat;
	background-size: 100% 1px;
	padding: 30px 0 30px 0;
}

.download-item:first-of-type {
	padding-top: 0;
}

.icon {
	float: left;
	width: 12%;
}

.download {
	float: right;
	width: 22%;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

.download a,
.description a {
	color: #000;
}

.download a:hover,
.description a:hover {
	color: #CB2027;
}

.download span {
	display: block;
	margin: 0 auto;
	width: 23px;
	height: 27px;
	background: url('../images/pdf-alt.png');
}

.description {
	float: left;
	width: 66%;
}

.icon a {
	background: no-repeat center center;
	display: block;
	min-width: 53px;
	min-height: 53px;
}

.icon a.cogs {
	background-image: url('../images/download-cogs.png');
}

.icon a.iso {
	background-image: url('../images/download-iso.png');
}

.icon a.green-able-ico {
	background-image: url('../images/green-able-ico.jpg');
	height: 70px;
	width: 70px;
}

#mainContent #productOverview .contentCol .intro.breadcrumbs {
	padding-bottom: 23px;
}

#mainContent #productOverview .contentCol .intro.breadcrumbs li {
	list-style: none;
	background: url('../images/breadcrumb-arrow.html') no-repeat center left;
	display: inline-block;
	padding-left: 20px;
	padding-right: 10px;
	color: #6d6f71;
	margin-left: 0;
}

#mainContent #productOverview .contentCol .intro.breadcrumbs li:first-child {
	background: transparent;
	padding-left: 0;
}

#mainContent #productOverview .contentCol .intro.breadcrumbs h1 {
	padding: 0;
}

.product-listing,
#mainContent #productOverview .contentCol .product-listing ul {
	clear: both;
/* 	padding-top: 40px; */
	font-size: 21px;
}

.page-downloads .product-listing {
	padding-top: 40px;
}

.product-listing a,
.intro.breadcrumbs a {
	color: #6d6f71;
}

.product-listing .description a {
	font-size: 16px;
	color: #000;
}

.product-listing a:hover,
.intro.breadcrumbs a:hover,
.product-listing .description a:hover {
	color: #CB2027;
}

.product-listing li {
	list-style: none;
	padding-bottom: .2em;
}


.download-item-alt {
	float: left;
	width: 170px;
	padding-bottom: 30px;
}


.download-item-alt .icon {
	width: 100%;
	float: none;
}

.download-item-alt .icon a {
	margin: 0 auto;
}

.download-item-alt .description {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.download-item-alt .description a {
	background: url('../images/hr.png') bottom no-repeat;
	background-size: 100% 1px;
	padding-bottom: 10px;
	float: none;
}

.icon .generic {
	background-image: url('../images/ico-generic-doc.jpg');
}

.icon .spreadsheet {
	background-image: url('../images/ico-spreadsheet.jpg');
}

.icon .wp {
	background-image: url('../images/ico-wp.jpg');
}

.download-item-alt .download {
	line-height: 14px;
	width: 100%;
	float: none;
}

.subscript {
	font-size: 10px;
	vertical-align: top;
}

.col-1-3 {
	width: 33.3%;
	float: left;
}

.col-1-2 {
	width: 50%;
	float: left;
}

#mainContent #productOverview .contentCol #productFullWidth .featImg .actions img {
	border: none;
}

.actions {
	background: #D3D3D3;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.actions .block {
	position: relative;
	margin: 10px 0 10px 0;
	width: 33.3%;
	float: left;
	border-bottom: none;
}

.actions .block:nth-of-type(2) {
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	-webkit-box-shadow: rgba(255, 255, 255, 0.5) -1px 0px 0;
	   -moz-box-shadow: rgba(255, 255, 255, 0.5) -1px 0px 0;
	        box-shadow: rgba(255, 255, 255, 0.5) -1px 0px 0;
}

.tax-product_cat .actions .block:nth-of-type(2) {
	border-right: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.tax-product_cat .actions .block:nth-of-type(2):after {
	display: none;
}


.actions .block:nth-of-type(2):after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background: rgba(255,255,255, 0.5);
	
}

#mainContent #productOverview .contentCol .actions .block p {
	font-size: 12px;
}

.actions .block:first-of-type {
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;

}

#feedbackBox #BoxInner form p, #enquiryBox #BoxInner form p.red.title {
	padding-bottom: 5px;
}

.page-about #wrapper.fixed #header {
	position: relative;
	min-height: 120px;
}

.page-about #wrapper.fixed #breadcrumbs {
	margin: 0;
	padding: 0;
	position: relative;
}

#breadcrumbs .post {
	background: none;
}

#mainContent #productOverview .leftCol ul.details li a {
	background: transparent;
	display: inline-block;
	padding-left: 0;
}

.slides-navigation a.next,
.slides-navigation a.prev {
	display: none;
}

#mainContent #productOverview .contentCol form input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#breadcrumbs .container ul li:last-child, #breadcrumbs .container ul li:last-child a {
	color: #575757;
}


/* Signup Page */

#signupForm {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 100px;
  z-index: 99999;
  position: relative;
  color: #fff;
  display: none;
}

#signupForm input[type=text],
#signupForm input[type=password] {
  width: 100%;
  min-height: 30px;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}

#signupForm input {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#signupForm #container {
  padding: 20px;
	background: #fff;
	color: #838383;
}

#overlayBg {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0,0,0,.7);
}

#signupForm #result > div {
  padding: 20px;
  border: 1px solid #6F6F6F;
  margin-bottom: 20px;
}

#loginform {
	display: none;
}

.alreadyRegistered {
  font-size: 12px;
  color: #fff;
  margin: 2em 0;
  float: left;
}

.alreadyRegistered:hover {
  color: #ccc;
}

.login-submit {
  margin-top: 1em;
}

.login-remember {
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Display Specific Settings
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
	/* Products Page ----------------------------------------------------------------*/
	
	#mainContent #productOverview .contentCol .downloads {
		text-align: center;
	}

	#mainContent #productOverview .contentCol .downloads ul {
		width: 300px;
		display: inline-block;
	}
	
	#mainContent #productOverview .contentCol .downloads ul li {
		text-align: left;
	}
	
	#productFullWidth div.downloads ul li.pdf, #productFullWidth div.downloads ul li.buy, #productFullWidth div.downloads ul li.video {
		float: none;
		display: inline-block;
	}

	#mainContent #productContent,
	#productContent .pagerContent,
	#productContent .pagerContent .pagerContentInner,
	#productContent .pagerContent,
	#productContent .bx-wrapper,
	#productContent .bx-wrapper .bx-viewport,
	#productContent .bx-wrapper .bx-viewport .bxslider,
	#products-pager,
	#products-pager a {
		max-width: inherit !important;
		min-width: inherit !important;
		max-height: inherit !important;
		min-height: inherit !important;
		width: inherit !important;
		height: inherit !important;
		overflow: visible !important;
		border: none !important;
		left: auto !important;
		-webkit-transform: none !important;
		-webkit-overflow-scrolling: touch !important;
	}
	
	li.bx-clone {
		display: none !important;
	}
	
	#productContent .bx-wrapper .bx-viewport .bxslider li {
		min-height: 220px !important;
		min-width: 220px !important;
		width: inherit !important;
		height: inherit !important;
		display: inline-block;
		float: none !important;
	}

	#products-pager {
		margin: 30px auto 30px auto;
		width: 552px !important;
	}
	
	body.page-products #productContent h1 {
		text-align: center;
		width: 100%;
	}
	
	#introText {
		text-align: center;
	}
	
	#mainContent #productContent #introText p {
		max-width: none;
	}

	#products-pager a {
		font-size: 11px;
		width: 90px !important;
		margin: 1px;
	}
	
	#products-pager a.active,
	#industryContent #bx-pager a.active {
		background: #4c4c4b !important;
		box-shadow: inset 0px 5px 10px rgba(0,0,0,0.8);
	}
	
	#products-pager a#pager6,
	#products-pager a#pager7,
	#products-pager a#pager8,
	#products-pager a#pager9,
	#products-pager a#pager10,
	#products-pager a#pager11 {
		margin-top: 10px;
	}
	
	#products-pager a#pager6 {
		-webkit-border-radius: 0px 0px 0px 5px;
		   -moz-border-radius: 0px 0px 0px 5px;
		     -o-border-radius: 0px 0px 0px 5px;
			 	border-radius: 0px 0px 0px 5px;
	}
	
	#products-pager a#pager11 {
		-webkit-border-radius: 0px 0px 5px 0px;
		   -moz-border-radius: 0px 0px 5px 0px;
		     -o-border-radius: 0px 0px 5px 0px;
			 	border-radius: 0px 0px 5px 0px;
 	}

	
	#products-pager a#pager0 {
		-webkit-border-radius: 5px 0px 0px 0px;
		   -moz-border-radius: 5px 0px 0px 0px;
		     -o-border-radius: 5px 0px 0px 0px;
			 	border-radius: 5px 0px 0px 0px;
	}
	
	#products-pager a#pager5 {
		-webkit-border-radius: 0px 5px 0px 0px;
		   -moz-border-radius: 0px 5px 0px 0px;
		     -o-border-radius: 0px 5px 0px 0px;
			 	border-radius: 0px 5px 0px 0px;
	}
	
	#productContent .bx-wrapper .bx-viewport .bxslider {
		text-align: center;
	}

	#productContent .bx-wrapper {
		padding: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}

	#productContent .bx-pager,
	#products-pager .menuSelected,
	#products-pager .menuText,
	.bx-controls.bx-has-pager.bx-has-controls-direction {
		display: none;
	}
	
	#industryContent #introText {
		width: auto;
		float: none;
	}
	
	#industryContent .slider-content {
		float: none;
	}
	
	#industryContent #introText p:first-of-type {
		background: transparent;
	}
	
	#introText {
		padding: 0;
		margin: 0 auto;
		max-width: 950px;
	}
	
	#industryContent #introText h1 {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
		background: transparent;
	}
	
	#aboutBlock {
		float: none;
		margin-top: 40px;
	}
	
	body.page-vision .feature-pic {
		top: 300px;
	}
	
	#productContent .pagerContent {
		margin-top: 40px;
		max-width: 552px !important;
	}
	
	#productContent .bx-wrapper .bx-viewport .bxslider li {
		float: left !important;
		width: 184px !important;
		min-width: 0 !important;
	}
	
	#industryContent #introText .downloads li.pdf {
		display: inline-block;
	}

	
	#industryContent .bx-wrapper,
	#industryContent #bx-pager .menuSelected {
		display: none;
	}
	
}

/* Larger than standard 960 (devices and browsers) ----------------------------------*/
@media only screen and (min-width: 960px) {
	#mainContent #productOverview .leftCol ul.sideMenu1lvl li a {
		transition:			background 0.2s ease-in 1.1s;
		-webkit-transition:	background 0.2s ease-in 1.1s;
		-moz-transition:	background 0.2s ease-in 1.1s;
		-ms-transition:		background 0.2s ease-in 1.1s;
		-o-transition:		background 0.2s ease-in 1.1s;
	}
}

/* Larger than standard 960 (devices and browsers) ----------------------------------*/
@media only screen and (min-width: 960px) and (min-height: 550px) {
	/* Homepage slider tweaks */
	.fixed-title,
	.fixed-description {
		position: absolute;
		bottom: 360px;
		left: 0;
		color: #fff;
		z-index: 998;
		text-transform: uppercase;
		left: 50px;
	}
	
	.fixed-title span {
		padding: 5px 10px 5px 10px;
		font-size: 23px;
		display: inline-block;
		background: rgba(0,0,0,.5);
		margin-right: 1px;
	}
	
	.fixed-description {
		padding: 5px 12px 5px 12px;
		bottom: 325px;
		background: rgba(0,0,0,.5);
	}
}

/* Smaller than standard 960 (devices and browsers) ---------------------------------*/
@media only screen and (max-width: 959px) {

	#mainContent #productOverview .contentCol .leftCol,
	#mainContent #productOverview .contentCol .oneCol,
	#mainContent #productOverview .contentCol .rightCol {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: none; /* originally left -- erm - now changed back to left .. */
		float: left;
	}
	  
	#mainContent #productOverview .contentCol .rightCol {
		margin: 20px 0 0 0;
	}
	  
	#mainContent #productOverview .leftCol {
/*		width: 170px;*/
	}
	  
	#mainContent #productOverview .contentCol {
/*		margin-left: 200px;*/
	}
	  
	#mainContent #productOverview .leftCol ul.sideMenu1lvl li a {
		padding-left: 0;
		font-size: 12px;
	}

	#mainContent #productOverview .leftCol {
		padding: 15px;
	}

	#mainContent #productOverview .leftCol ul.sideMenu1lvl li.selected a,
	#mainContent #productOverview .leftCol ul.sideMenu1lvl li.current-menu-item a,
	#mainContent #productOverview .leftCol ul.sideMenu1lvl li.current_page_parent a {
		background-position: -10px center;
	}
	
	.rightColBoxInner {
		display: none;
	}
	
	.rightColBoxInner.ooble {
		display: block;
		float: left;
	}
	
	#industryContent #rightColBox,
	#industryContent .pagerContent {
		height: inherit;
	}
	

	#contactDetails {
		width: inherit;
	}
	
	#contactDetails .rightCol {
		clear: both;
	}
	
	#contactDetails .leftCol,
	#contactDetails .rightCol {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 500px;
	}
	
	.medium-view {
		display: block !important;
	}

	/* Contact */
	
	#contactDetails .leftCol {
		padding-bottom: 40px;
	}
	
	#contactDetails .leftCol,
	#contactDetails .rightCol {
		width: 100%;
	}
	
	#contactDetails .leftCol,
	#contactDetails .rightCol,
	#contactDetails .leftCol table,
	#contactDetails .leftCol table th,
	#contactDetails .leftCol table td {
		text-align: center;
	}
	
	#contactDetails .leftCol table td {
		width: auto !important;
	}
	
	#contactDetails .leftCol table {
		margin: 0 auto;
		width: 350px;
	}

	#contactDetails .rightCol table {	
		width: 500px;
		margin: 0 auto;
	}
	
	#contactDetails .social {
		text-align: center;
	}
	
	#contactDetails .leftCol ul.social li {
		display: inline-block;
		float: none;
	}
	
	#latestNews #latestNewsInner ul li.homePost0 .summary,
	#latestNews #latestNewsInner ul li.homePost1 .summary,
	#latestNews #latestNewsInner ul li.homePost2 .summary {
		width: inherit;
	}
	
	#latestNews {
		background: #fff;
		position: relative;
		bottom: auto;
	}
	
	#latestNews h2 {
		margin: 0;
	}
	
	#latestNews #latestNewsInner ul li {
		float: none;
	}
	
	#latestNews,
	#latestNews #latestNewsInner {
		height: auto;
		width: auto;
	}
	
	#latestNews #latestNewsInner ul li .summary p {
		color: #666;
	}
	
	#latestNews #latestNewsInner ul li.homePost0,
	#latestNews #latestNewsInner ul li.homePost1,
	#latestNews #latestNewsInner ul li.homePost2,
	#latestNews #latestNewsInner ul li {
		padding: 0;
		width: inherit;
		height: 100px;
		background: transparent;
	}
	
	#latestNews #latestNewsInner ul {
		margin: 0 20px 0 20px;
	}
	
	body.page-template-templatestemplate-home-php .slides-control,
	body.page-template-templatestemplate-home-php .slides-navigation,
	body.page-template-templatestemplate-home-php .slides-pagination  {
		display: none !important;
	}
	
	#latestNews #latestNewsInner ul li .dates,
	#latestNews #latestNewsInner ul li .summary p {
		float: none;
		margin: 0 auto;
	}
	
	#latestNews #latestNewsInner ul li .summary {
		text-align: center;
	}
	
	#latestNews h2 {
		color: #CD2129;
		text-align: center;
		margin: 25px;
	}
	
	#mainContent #productOverview .contentCol #productFullWidth #specs .details,
	#mainContent #productOverview .contentCol #productFullWidth #specs .downloads {
		width: inherit;
		float: none;
		padding: 0;
		border: none;
	}
	
	#mainContent #productOverview .contentCol #productFullWidth #specs .downloads {
		padding-bottom: 25px;
	}
	
	#latestNews #latestNewsInner ul li .dates p.day,
	#latestNews #latestNewsInner ul li a:hover p,
	#latestNews #latestNewsInner ul li .dates p.date {
		color: #666;
	}
	
	#latestNews #latestNewsInner ul li a:hover p {
		color: #333;
	}
	
	#latestNews #latestNewsInner ul {
		margin-bottom: 20px;
	}
		
	#mainContent #productOverview.horizontal .contentCol #productFullWidth .featImg {
		width: 100%;
		margin-top: 20px;
	}
	
	#mainContent #productOverview.horizontal .contentCol #productFullWidth .leftCol, #mainContent #productOverview.horizontal .contentCol #productFullWidth h1 {
		width: 100%;
	}
}

@media only screen and (max-width: 974px) {
	#industryContent .bx-wrapper,
	#industryContent #bx-pager {
		width: inherit;
	}
	
	.bx-viewport:before {
		display: none;
	}
	
	#industryContent .rightColBoxInner p {
		max-height: none;
	}
	
	#industryContent #bx-pager {
		height: inherit;
		text-align: center;
	}
	
	#industryContent #bx-pager .menuText,
	#industryContent #bx-pager .menuSelected {
		display: none;
	}
	
	#industryContent #bx-pager {
		margin-bottom: 20px;
	}
	
	#industryContent .pagerContent {
		width: inherit;
	}
	
	#industryContent #rightColBox {
		width: inherit;
		float: none;
		padding: 0;
		border: none;
		position: relative;
		overflow: visible;
	}
	
	#industryContent #leftColBox {
		display: none;
	}
	
	#industryContent .rightColBoxInner {
		position: static;
		padding: 0 20px 0 20px;
		width: inherit;
	}
	
	#industryContent #bx-pager a {
		float: left;
		padding: 10px 13px;
		line-height: 15px;
		display: inline-block;
		width: 110px !important;
		line-height: 1em;
		height: 15px;
		font-size: 12px;
		letter-spacing: 0;
	}
	
	#industryContent #bx-pager {
		height: auto;
		width: 689px;
	}
	
	#industryContent #bx-pager a#pager5,
	#industryContent #bx-pager a#pager6,
	#industryContent #bx-pager a#pager7,
	#industryContent #bx-pager a#pager8,
	#industryContent #bx-pager a#pager9 {
		margin-top: 10px;
	}
	
	#industryContent #bx-pager a#pager0 {
		-webkit-border-radius: 5px 0px 0px 0px;
		   -moz-border-radius: 5px 0px 0px 0px;
		     -o-border-radius: 5px 0px 0px 0px;
			 	border-radius: 5px 0px 0px 0px;
	}

	#industryContent #bx-pager a#pager4 {
		-webkit-border-radius: 0px 5px 0px 0px;
		   -moz-border-radius: 0px 5px 0px 0px;
		     -o-border-radius: 0px 5px 0px 0px;
			 	border-radius: 0px 5px 0px 0px;
	}
	
	#industryContent #bx-pager a#pager5 {
		-webkit-border-radius: 0px 0px 0px 5px;
		   -moz-border-radius: 0px 0px 0px 5px;
		     -o-border-radius: 0px 0px 0px 5px;
			 	border-radius: 0px 0px 0px 5px;
	}
	
	#industryContent #bx-pager a#pager9 {
		-webkit-border-radius: 0px 0px 5px 0px;
		   -moz-border-radius: 0px 0px 5px 0px;
		     -o-border-radius: 0px 0px 5px 0px;
			 	border-radius: 0px 0px 5px 0px;
	}
	
	.social-links {
		margin: 0;
	}
}

/* Strange hybrid size, yay -------------------------------------------*/
@media only screen and (max-width: 739px) {

	#industryContent #bx-pager a {
		width: 50% !important;
		box-sizing: border-box;
		padding: 10px;
		height: 35px;
		margin-top: 6px !important;
	}
	
	
	#industryContent #bx-pager {
		width: 100%;
	}
	
	#industryContent #bx-pager a#pager4,
	#industryContent #bx-pager a#pager5 {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		     -o-border-radius: 0;
			 	border-radius: 0;
	}
	
	#industryContent #bx-pager a#pager1 {
		-webkit-border-radius: 0px 5px 0px 0px;
		   -moz-border-radius: 0px 5px 0px 0px;
		     -o-border-radius: 0px 5px 0px 0px;
			 	border-radius: 0px 5px 0px 0px;
	}
	
	#industryContent #bx-pager a#pager8 {
		-webkit-border-radius: 0px 0px 0px 5px;
		   -moz-border-radius: 0px 0px 0px 5px;
		     -o-border-radius: 0px 0px 0px 5px;
			 	border-radius: 0px 0px 0px 5px;
	}


}

/* All Mobile Sizes (devices and browser) -------------------------------------------*/
@media only screen and (max-width: 768px) {

  #wrapper.fixed #productOverview {
    margin-top: 0 !important;
  }

	#mainContent #productOverview .contentCol .downloads ul {
		width: 100%;
	}

	#wrapper.fixed #header,
	#mainContent #productOverview .leftCol,
	#wrapper.fixed #breadcrumbs,
	#footer,
	body.home #footer {
		position: relative;
	}
	  
	#mainContent #productOverview .leftCol ul.sideMenu1lvl li a {
		font-size: 14px;
	}
	  
	#wrapper.fixed #whiteBg {
		display: none;
	}
	  
	.container {
		text-align: center;
	}
	  
	
	
	#header #logo {
		margin-left: 0;
	}
	  
	#header #menus {
		margin: 0 auto;
	}
	  
	#header #menus #mainMenu,
	#header #menus #languageMenu,
	#header #menus #social {
		float: none;
		width: auto;
		display: inline-block;
	}

	.small-view {
		display: block !important;
	}
	
	.small-view.learnMore {
		display: inline-block !important;
		font-weight: 700;
		box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	}
	  
	#header #menus #languageMenu li.able247 a {
		border: none;
		background-position: 0px -39px;
		padding-left: 22px;
	}
	  
	#header #menus #languageMenu li.able247 a:hover {
		background-position: 0px -62px;
	}
	  
	#header #menus #mainMenu,
	#breadcrumbs {
		display: none;
	}
	  
	#wrapper.fixed #mainContent #productOverview > .leftCol,
	#mainContent #productOverview .leftCol {
		width: 100%;
		padding: 0;
/* 		text-align: center; */
		padding-bottom: 20px;
		margin: 0 auto;
		float: none;
	}
	
	.page-downloads .product-listing {
		padding-top: 20px;
	}
	  
	#wrapper.fixed #mainContent #productOverview .contentCol,
	#mainContent #productOverview .contentCol {
		margin: 0 auto;
		width: inherit;
		background: transparent;
		padding: 0;
/* 		margin-top: 20px; */
	}
	
	body.page-vision .quote,
	body.page-vision .sub-text {
		padding-left: 32%;
	}
	  
	#footer {
		text-align: center;
	}
	  
	#footer ul,
	#footer ul li,
	#footer p.copyright {
		float: none;
	}
	
	#footer ul li {
		padding: 4px;
	}
	
	#footer a {
		font-size: 13px;
	}
	  
	#footer p.copyright {
		margin: 0 auto;
	}
	  
	#footer {
		height: auto;
	}
	  
	#footerMenu {
		padding: 20px 0 20px 0;
	}
	  
	#footer p.copyright {
		font-size: 10px;
	}
	  
	#mainContent {
		padding: 0 10px 30px 10px;
	}
	  
	#mainContent #productOverview .leftCol {
		max-width: inherit;
	}
	  
	#subscribeBox {
		width: 100%;
		height: 100%;
		top: 0 !important;
	}

	#subscribeBox #subscribeBoxInner .close {
		top: 10px;
		right: 10px;
	}
	  
	#subscribeBox #subscribeBoxInner form input[type="text"] {
		width: 80%;
	}
	  
	#header #menus #languageMenu li.search.blobby {
		position: absolute;
		width: 90% !important;
		left: 5%;
	}
	  
	#header #menus #languageMenu li.search form {
		width: 100%;
	}
	  
	#header #menus #languageMenu li.search form input {
		width: 85%;
		float: left;
	}

	#menus {
		min-width: inherit;
	}
	
	.post .metaInfo {
		clear: both;
		width: 20%;
		text-align: center;
	}
	
	.post .postImg {
		display: none;
	}
	
	.archive.tax-product_manufacturer .post .postImg {
		display: block;
	}
	
	.post .postContent {
		width: 80%;
	}
	
	.archive.tax-product_manufacturer .post .postImg {
		display: block;
	}
	
	.hpage-template-page-latest-news-php .post .postContent {
		width: inherit;
		float: none;
		margin-left: 15%;
	}
	
	#mainContent #productOverview .leftCol ul.sideMenu1lvl {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	
	
	#mainContent #productOverview .leftCol ul.sideMenu1lvl {
		background: url('../images/hr.png') top no-repeat, url('../images/hr.png') bottom no-repeat;
		background-size: 100% 1px;
	}
	  
	#header #menus #languageMenu li.search {
		transition:			none;
		-webkit-transition: none;
		-moz-transition:	none;
		-ms-transition:		none;
		-o-transition:		none;
	}
	
	#contactNew span {
		color: #000;
	}
	
	#contactNew div.tel,
	#contactNew div.fax {
		display: block;
	}
	
	#contactDetails .small-view {
		text-align: center;
		font-size: 13px;
	}
	
	#contactDetails .small-view span {
		font-weight: bold;
		display: block;
		margin-top: 10px;		
	}
	
	#contactDetails .small-view a.heading {
		color: #909090;
		padding: 25px 0 8px;
		display: block;
	}
	
	#contactDetails .small-view a.heading:hover {
		color: #333;
	}
	
	#contactDetails .small-view a {
		color: #CC2029;
	}
	
	#mapCanvas div {
		display: none;
	}
	
	#mapCanvasOuter,
	#mapCanvas,
	#contactDetailsOuter {
		min-height: inherit !important;
		height: inherit !important;
	}
	
	#contactDetails .leftCol table tbody tr td span.office {
		display: block;
	}
	
	#contactDetails .leftCol table {
		width: auto !important;
	}
	
	#contactDetails {
		padding-bottom: 70px;
	}
	
	#contactDetailsOuter {
		background: transparent;
	}
	
	#contactDetails .leftCol table tbody tr td span.office,
	#contactDetails .leftCol table tbody tr td span.number {
		color: #333;
	}
	
	#viewMap {
		display: none;
	}
	
	#viewMap.small-view {
		display: block;
		position: relative;
		margin: 0 auto;
		left: auto;
	}
	
	a.red-button {
		background: #CD2129;
		color: #FFF;
		text-align: center;
		font-size: 14px;
		padding: 10px 15px 10px 15px;
		display: inline-block;
	}
	
	a.red-button:hover {
		color: #fff;
	}
	
	#productContent .small-view {
		margin-top: 20px;
		text-align: center;
	}
	
	#industryContent .bx-wrapper {
		display: none;
	}
	
	#industryContent .pagerContent {
		overflow: visible;
	}
	
	#industryContent #leftColBox {
		height: inherit;
	}
	
	#mainContent #productOverview .contentCol .oneCol #workLists ul li .image,
	#mainContent #productOverview .contentCol .oneCol #workLists ul li .content {
		float: none;
		width: inherit;
	}
	
	#mainContent #productOverview .contentCol .oneCol #workLists ul li {
		width: inherit;
		text-align: center;
	}
	
	#mainContent #productOverview .contentCol .oneCol #workLists ul li .content table tbody tr td {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#mainContent #productOverview .contentCol .oneCol #workLists ul {
		text-align: center;
	}
	
	.page-template-page-latest-news-php .post .postContent {
		width: 75%;
	}
	
	#mainContent #productOverview .leftCol ul li ul li {
		margin: 0;
	}
	
	#mainContent #productOverview .leftCol ul li a {
/* 		padding-left: 0; */
	}
	
	#mainContent #productOverview .leftCol ul li a.top-level {
		padding-left: 30px;
	}
	
	#mainContent #productOverview .leftCol ul li.selected ul li.selected a {
		background: transparent;
/*
		border-bottom: 1px solid #CD2129;
		margin-left: 33px;
		padding-left: 0;
*/
	}
	
	#mainContent #productOverview .contentCol #productFullWidth .leftCol,
	#mainContent #productOverview .contentCol #productFullWidth .featImg {
		width: inherit;
	}
	
	#mainContent #productOverview .contentCol #productFullWidth .featImg {
		float: none;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	
	#header #logo {
		padding-bottom: 15px;
	}
	
	.home,
	.home #slides {
		overflow: visible !important;
	}
	
	.bx-controls.bx-has-controls-direction {
		display: none;
	}

	#mainContent #productOverview .contentCol #productsBlock ul {
		text-align: center;
	}	
	
	#productContent h1,
	#mainContent #productContent #introText p {
		text-align: center;
		max-width: none;
		margin: 0 auto;
	}
	
	#mainContent #productContent #introText {
		width: auto;
	}
	
	body.page-vision .feature-pic {
		left: -10px;
		margin-left: 0;
	}
	
	body {
		padding-bottom: 0;
	}
	
	#footer {
		background: #BE030F;
		padding-bottom: 10px;
	}
	
	
	#mapCanvasOuter,
	#mapCanvas,
	#contactDetailsOuter {
		padding-bottom: 0;
	}
	
	#products-pager.learnMoreContent {
		display: none;
	}
	
	.the-content {
		padding: 0;
	}
	
	.social-links {
		margin: 0;
	}
	
	#mainContent #productOverview .contentCol #productFullWidth .featImg {
		margin-top: 45px;
	}
	
	#mainContent #productOverview .leftCol h2 {
		background: transparent;
		padding-bottom: 0;
	}
	
	#mainContent #productOverview .leftCol ul.sideMenu1lvl {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 655px) {

  .alreadyRegistered {
    color: #333;
  }
  
  .alreadyRegistered:hover {
    color: #CB2027;
  }

  #signupForm {
    color: #333;
  }
  
	#mainContent #productOverview .contentCol #productsBlock {
		max-width: 424px;
		margin: 0 auto;
	}
	
	#feedbackBox, #enquiryBox, #subscribeBox {
		width: 100%;
		left: 0 !important;
		top: 0 !important;
	}
	
	#subscribeBox #subscribeBoxInner .close, #subscribeBox .close, #feedbackBox .close, #enquiryBox .close {
		display: none;
	}
	
	#fadeBg, #wrapper.overlay,  #overlayBg {
		display: none !important;
	}
	
	.page-template-templatestemplate-mudmaster-php #wrapper.overlay, .page-template-templatestemplate-fluenta-upgrade-php #wrapper.overlay {
		display: inherit !important;
	}
	
	#feedbackBox #BoxInner form input[type="text"], #enquiryBox #BoxInner form input[type="text"],
	#feedbackBox .additional-comments textarea, #enquiryBox .additional-comments textarea, #subscribeBox textarea {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	

}

/* Small display ---------------------------------------------------------------*/
@media only screen and (max-width: 600px) {

	#products-pager,
	#productContent .pagerContent {
		width: 368px !important;
	}
	
	#products-pager a#pager4,
	#products-pager a#pager5,
	#products-pager a#pager6,
	#products-pager a#pager7,
	#products-pager a#pager8,
	#products-pager a#pager9,
	#products-pager a#pager10,
	#products-pager a#pager11 {
		margin-top: 6px;
	}
	
	#products-pager a#pager5,
	#products-pager a#pager6 {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		     -o-border-radius: 0;
			 	border-radius: 0;
 	}

	
	#products-pager a#pager0 {
		-webkit-border-radius: 5px 0px 0px 0px;
		   -moz-border-radius: 5px 0px 0px 0px;
		     -o-border-radius: 5px 0px 0px 0px;
			 	border-radius: 5px 0px 0px 0px;
	}
	
	#products-pager a#pager3 {
		-webkit-border-radius: 0px 5px 0px 0px;
		   -moz-border-radius: 0px 5px 0px 0px;
		     -o-border-radius: 0px 5px 0px 0px;
			 	border-radius: 0px 5px 0px 0px;
	}
	
	#products-pager a#pager8 {
		-webkit-border-radius: 0px 0px 0px 5px;
		   -moz-border-radius: 0px 0px 0px 5px;
		     -o-border-radius: 0px 0px 0px 5px;
			 	border-radius: 0px 0px 0px 5px;
	}
	
	.description {
		width: 60%;
	}
	
	.icon {
		width: 14%;
		margin-right: 4%;
	}
	
	#mainContent #productOverview .contentCol .article .articleImg {
		width: 100%;
		display: block;
		float: none;
	}

}

/* Very small display ---------------------------------------------------------------*/
@media only screen and (max-width: 460px) {

  body.page-template-templatestemplate-home-php .slides-pagination {
    display: none;
  }

	#mainContent #productOverview .contentCol .downloads ul {
		width: 300px;
		display: inline-block;
	}

	.container {
		position: relative;
		z-index: 9998;
	}

	.container,
	#mainContent #productContent {
		width: 100% !important;
	}
	
	#productContent .bx-wrapper .bx-viewport .bxslider li {
		width: 100% !important;
	}

	#productContent h1, #industryContent h1	{
		padding: 0;
	}
	
	#mainContent #productOverview .contentCol .oneCol .valuesList li {
		width: 100%;
	}
	
	.post table tr td,
	.post table tr td.rowTitle,
	table, tbody, tr {
		display: block;
		width: 100% !important;
		text-align: center;
	}
	
	.post table tr td.rowTitle {
		padding-top: 6px;
	}
	
	#mainContent #productOverview .contentCol .article .rightColumn,
	#mainContent #productOverview .contentCol .article .leftColumn {
		width: inherit;
		float: none;
		padding: 0;
		border: none;
	}
	
	#mainContent #productOverview .contentCol .article .articleImg {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.bx-wrapper ul li a {
		margin:0 auto;
		display:inherit;
	}
	
	#industryContent #bx-pager a {
		margin-top: 6px;
		width: 100% !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
		
	#industryContent #bx-pager a#pager0,
	#industryContent #bx-pager a#pager1,
	#industryContent #bx-pager a#pager2,
	#industryContent #bx-pager a#pager3,
	#industryContent #bx-pager a#pager4,
	#industryContent #bx-pager a#pager5,
	#industryContent #bx-pager a#pager6,
	#industryContent #bx-pager a#pager7,
	#industryContent #bx-pager a#pager8,
	#industryContent #bx-pager a#pager9 {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		     -o-border-radius: 0;
			 	border-radius: 0;
	}
	
	#industryContent #bx-pager a#pager0 {
		-webkit-border-radius: 5px 5px 0px 0px;
		   -moz-border-radius: 5px 5px 0px 0px;
		     -o-border-radius: 5px 5px 0px 0px;
			 	border-radius: 5px 5px 0px 0px;
	}
	
	#industryContent #bx-pager a#pager9 {
		-webkit-border-radius: 0px 0px 5px 5px;
		   -moz-border-radius: 0px 0px 5px 5px;
		     -o-border-radius: 0px 0px 5px 5px;
			 	border-radius: 0px 0px 5px 5px;
	}
	
	body.page-vision .feature-pic {
		display: none;
	}
	
	body.page-vision .quote, body.page-vision .sub-text {
		padding-left: 0;
	}
	
	#language-header {
		background-size: 100% 100%;
	}
	

	#language-header ul {
		text-align: center;
		float: none;
		display: inline-block;
	}
	
	#language-header ul:first-of-type {
		width: 100%;
		margin-bottom: 5px;
	}
	
	#language-header li {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: none;
		display: inline-block;
		font-size: 13px;
		text-shadow: rgba(0,0,0,.7) 1px 1px 1px;
	}
	
	#language-header li.search {
		width: 100%;
		padding: 0;
	}
	
	#language-header .icon-search {
		display: none;
	}
	
	#language-header #searchField {
		opacity: 1;
		width: 100%;
		margin: 0;
	}
	
	.container {
		padding: 15px;
		float: left;
		width: 100%;
	}
	
	#language-header #searchField {
		padding: 9px;
		border-radius: 3px;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	}
	
	#language-header,
	.home #header, .contact #header,
	#latestNews, #latestNews #latestNewsInner {
		float: left;
		padding: 0;
		margin: 0;
	}
	
	#footer {
		float: left;
	}
	
	#products-pager,
	#productContent .pagerContent {
		width: 276px !important;
	}
	
	#products-pager a#pager3 {
		margin-top: 6px;
	}
	
	#products-pager a#pager3,
	#products-pager a#pager6,
	#products-pager a#pager8 {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		     -o-border-radius: 0;
			 	border-radius: 0;
 	}
	
	#products-pager a#pager2 {
		-webkit-border-radius: 0px 5px 0px 0px;
		   -moz-border-radius: 0px 5px 0px 0px;
		     -o-border-radius: 0px 5px 0px 0px;
			 	border-radius: 0px 5px 0px 0px;
	}
	
	#products-pager a#pager9 {
		-webkit-border-radius: 0px 0px 0px 5px;
		   -moz-border-radius: 0px 0px 0px 5px;
		     -o-border-radius: 0px 0px 0px 5px;
			 	border-radius: 0px 0px 0px 5px;
	}
	
	#latestNews #latestNewsInner ul li {
		padding-bottom: 20px !important;
	}
	
	.actions .block, .actions .block:first-of-type {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #B4B4B4;
		border-top: 1px solid #fff;
		border-right: none !important;
	}
	
	.actions .block:nth-of-type(2):after {
		display: none;
	}
	
	.actions .block:nth-of-type(2) {
		border-left: none;
	}

	#mainContent #productOverview .contentCol .oneCol .accredList li .image {
		float: none;
		width: auto;
		text-align: center;
	}
	
	#mainContent #productOverview .contentCol .oneCol .accredList h2 {
		text-align: center;
	}
	
	#mainContent #productOverview .contentCol .oneCol .accredList li .content {
		width: inherit;
		float: none;
		padding: 0;
	}
	
	.currentOpsContent {
		padding: 0;
	}
	
}


@media only screen and (max-width: 443px) {
	#mainContent #productOverview .contentCol #productsBlock {
		max-width: 204px;
		margin: 0 auto;
	}
}

/* Smaller than small .... ice small display ---------------------------------------------------------------*/
@media only screen and (max-width: 321px) {

	.post .postContent,
	.post .metaInfo {
		width: 100%;
	}

	#products-pager a {
		width: 100% !important;
		margin-top: 6px;
	}
	
	#products-pager a:hover {
		background-position: 0 0;
	}
	
	#products-pager a#pager0,
	#products-pager a#pager1,
	#products-pager a#pager2,
	#products-pager a#pager3,
	#products-pager a#pager4,
	#products-pager a#pager5,
	#products-pager a#pager6,
	#products-pager a#pager7,
	#products-pager a#pager8,
	#products-pager a#pager9,
	#products-pager a#pager10,
	#products-pager a#pager11 {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		     -o-border-radius: 0;
			 	border-radius: 0;
	}
	
	#products-pager a#pager0 {
		-webkit-border-radius: 5px 5px 0px 0px;
		   -moz-border-radius: 5px 5px 0px 0px;
		     -o-border-radius: 5px 5px 0px 0px;
			 	border-radius: 5px 5px 0px 0px;
	}
	
	#products-pager a#pager11 {
		-webkit-border-radius: 0px 0px 5px 5px;
		   -moz-border-radius: 0px 0px 5px 5px;
		     -o-border-radius: 0px 0px 5px 5px;
			 	border-radius: 0px 0px 5px 5px;
	}
	
	.icon,
	.download,
	.description {
		width: 100%;
		margin-right: 0;
		text-align: center
	}

}


/* Temp fix */

body.tax-product_cat.product-coriolis-mass-flow-sensors .intro h1,
body.tax-product_cat.term-hvac-bms-relative .intro h1,
body.tax-product_cat.term-hvac-bms-temperature .intro h1 {
	background: url('../images/industry-h1-hr.png') no-repeat bottom right;
	margin-bottom: 20px;
}

body.tax-product_cat.product-coriolis-mass-flow-sensors #productsBlock,
body.tax-product_cat.term-hvac-bms-temperature #productsBlock,
body.tax-product_cat.term-hvac-bms-temperature #mainContent #productOverview .contentCol .intro p:first-of-type,
body.tax-product_cat.term-hvac-bms-relative #productsBlock,
body.tax-product_cat.term-hvac-bms-relative #mainContent #productOverview .contentCol .intro p:first-of-type,
body.product-coriolis-mass-flow-sensors #mainContent #productOverview .leftCol ul#sideMenu > li.selected > a,
body.product-coriolis-mass-flow-transmitters #mainContent #productOverview .leftCol ul#sideMenu > li.selected > a {
	display: none;
}

body.tax-product_cat.product-coriolis-mass-flow-sensors #mainContent #productOverview .contentCol .intro,
body.tax-product_cat.term-hvac-bms-relative #mainContent #productOverview .contentCol .intro,
body.tax-product_cat.term-hvac-bms-temperature #mainContent #productOverview .contentCol .intro {
	background: transparent;
}

body.product-coriolis-mass-flow-sensors #mainContent #productOverview .leftCol ul li a,
body.product-coriolis-mass-flow-transmitters #mainContent #productOverview .leftCol ul li a {
	font-size: 14px;
}

body.product-coriolis-mass-flow-sensors #mainContent #productOverview .leftCol ul li,
body.product-coriolis-mass-flow-transmitters #mainContent #productOverview .leftCol ul li {
/* 	margin: 9px 0 10px 5px; */
}


.pagerContentInner > .bxslider,
.slider-content > .industrySlider {
	display: none;
}

#mainContent #productOverview .contentCol #productsBlock ul li {
	float: left;
}

.fb_iframe_widget {
	top: -5px;
	left: -25px;
}

.loader {
	background: url('../images/ajax-loader.html') no-repeat center;
	height: 24px;
}

/* Glui */
.row, .col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.row {
  width: 100%;
  margin: 0 auto;
  max-width: 75em;
}
.row:before, .row:after,
.row .row:before,
.row .row:after,
.row .row.edge:before,
.row .row.edge:after {
  content: " ";
  display: table;
}
.row:after,
.row .row:after,
.row .row.edge:after {
  clear: both;
}
.row.edge > .col {
  padding: 0;
}
.row.edge .row {
  margin: 0;
}
.row .row,
.row .row.edge {
  width: auto;
  margin: 0 -1em;
  max-width: none;
}
.row .row.edge,
.row .row.edge.edge {
  margin: 0;
}

.col {
  position: relative;
  padding: 0 1rem;
  float: left;
}

div.ginput_container {
	
	display: inline-block;
	width: 100%;
}

.validation_message, .validation_error {
	padding-bottom: 10px;
	color: #CB2027;
}
.gform_confirmation_message {
	margin: 20px 0;
}


/*--------------------------------------------------*/
/*	App.able styling
/*--------------------------------------------------*/

@media only screen and (max-width: 768px) {
	
	body.home.page-template-template-app #productContent h1,
	body.home.page-template-template-app #mainContent #productContent #introText p,
	body.home.page-template-template-app .container {
		text-align: left;
	}
	
	#header #logo {
		text-align: center;
	}
	
}

body.home.page-template-template-app #mainContent #productContent {
	padding: 0;
}

.appyButtons {
	margin: 0 !important;
	padding-bottom: 2rem;
}

.appyButtons li::before {
	display: none;
}

body.home.page-template-template-app #footer {
	position: relative;
	bottom: 0;
}

.appTxt {
	margin-top: 14rem;
	padding: 0 80px 0 60px;
	box-sizing: border-box;
}

.appTxt h1 {
	text-transform: uppercase;
	font-size: 2rem;
	color: #000000;
}

.appTxt p {
	padding: 20px 0;
	color: #666666;
}

.appTxt img {
	margin: 10px 0;
	display: block;
	width: 160px;
}

.appTxt a.appButton {
	margin-top: 20px;
	display: block;
	padding: 1px 16px;
	color: #ffffff;
	background-color: #bababa;
	font-size: 1rem;
	border-radius: 8px;
	transition: .4s ease;
}

.appTxt a.appButton:hover {
	background-color: #8d8d8d;
}

.appTxt ul {
	list-style-position: inside;
	list-style: none;
	margin-left: 1rem;
}

.appTxt ul li {
	position: relative;
	color: #666666;
}

.appTxt ul li::before {
	content: '-';
	position: absolute;
	margin-left: -1rem;
	color: #666666;
}


.sectionRow {
	float: none;
	max-width: 60rem;
	width: 100%;
}

.section2 {
	min-height: 550px;
	width: 100%;
	background-color: #ececec;
	margin-bottom: -70px !important;
}

.section2 h1 {
	margin-left: 1rem;
}

#features.row {
	max-width: 100%;
}

.section2 hr {
	height: 1px;
	background: rgba(76,76,76,0);
	background: -moz-linear-gradient(left, rgba(76,76,76,0) 0%, rgba(89,89,89,0.24) 12%, rgba(79,79,79,0.39) 20%, rgba(71,71,71,0.55) 28%, rgba(138,138,138,1) 51%, rgba(17,17,17,0.57) 72%, rgba(43,43,43,0.35) 83%, rgba(28,28,28,0.18) 91%, rgba(19,19,19,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,0)), color-stop(12%, rgba(89,89,89,0.24)), color-stop(20%, rgba(79,79,79,0.39)), color-stop(28%, rgba(71,71,71,0.55)), color-stop(51%, rgba(138,138,138,1)), color-stop(72%, rgba(17,17,17,0.57)), color-stop(83%, rgba(43,43,43,0.35)), color-stop(91%, rgba(28,28,28,0.18)), color-stop(100%, rgba(19,19,19,0)));
	background: -webkit-linear-gradient(left, rgba(76,76,76,0) 0%, rgba(89,89,89,0.24) 12%, rgba(79,79,79,0.39) 20%, rgba(71,71,71,0.55) 28%, rgba(138,138,138,1) 51%, rgba(17,17,17,0.57) 72%, rgba(43,43,43,0.35) 83%, rgba(28,28,28,0.18) 91%, rgba(19,19,19,0) 100%);
	background: -o-linear-gradient(left, rgba(76,76,76,0) 0%, rgba(89,89,89,0.24) 12%, rgba(79,79,79,0.39) 20%, rgba(71,71,71,0.55) 28%, rgba(138,138,138,1) 51%, rgba(17,17,17,0.57) 72%, rgba(43,43,43,0.35) 83%, rgba(28,28,28,0.18) 91%, rgba(19,19,19,0) 100%);
	background: -ms-linear-gradient(left, rgba(76,76,76,0) 0%, rgba(89,89,89,0.24) 12%, rgba(79,79,79,0.39) 20%, rgba(71,71,71,0.55) 28%, rgba(138,138,138,1) 51%, rgba(17,17,17,0.57) 72%, rgba(43,43,43,0.35) 83%, rgba(28,28,28,0.18) 91%, rgba(19,19,19,0) 100%);
	background: linear-gradient(to right, rgba(76,76,76,0) 0%, rgba(89,89,89,0.24) 12%, rgba(79,79,79,0.39) 20%, rgba(71,71,71,0.55) 28%, rgba(138,138,138,1) 51%, rgba(17,17,17,0.57) 72%, rgba(43,43,43,0.35) 83%, rgba(28,28,28,0.18) 91%, rgba(19,19,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
	width: 100%;
	margin: 30px auto;
	display: block;
}

.section2 {
	box-sizing: border-box;
	padding: 3rem 0;
}

.section2 img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
}

.section2 h3 {
	text-transform: uppercase;
	margin: 10px 0;
	text-align: left;
	color: #000000;
}

.section2 p {
	text-align: left;
	color: #666666;
}


/*------------ Modal for App page -----------*/



/* //////////////// GRID SETTINGS //////////////// *//* //////////////// GRID SETTINGS //////////////// *//* //////////////// GRID STRUCTURE //////////////// *//* //////////////// GRID STRUCTURE //////////////// */.row {
  width: 100%;
  margin: 0 auto;
  max-width: "75rem";
}
.row:before, .row:after, .row .row:before, .row .row:after, .row .row.edge:before, .row .row.edge:after {
  content: " ";
  display: table;
}
.row:after, .row .row:after, .row .row.edge:after {
  clear: both;
}
.row.edge > .col {
  padding: 0;
}
.row.edge .row {
  margin: 0;
}
.row .row, .row .row.edge {
  width: auto;
  margin: 0 -1em;
  max-width: none;
}
.row .row.edge, .row .row.edge.edge {
  margin: 0;
}
.col {
  position: relative;
  padding: 0 1rem;
  float: left;
}
@media only screen {
	
  .appTxt {
	  margin-top: 1rem;
  }
	
  .appPic img {
	  padding-left: 5% !important;
	  margin-top: 20px;
  }
  
  .appTxt .appStore {
	  margin: 0 auto;
  }
  
  .section2 h3, .section2 p {
	  text-align: center;
  }
	
  .s-0, .s-0\% {
    width: 0%;
  }
  .s-5, .s-5\% {
    width: 5%;
  }
  .s-10, .s-10\% {
    width: 10%;
  }
  .s-15, .s-15\% {
    width: 15%;
  }
  .s-20, .s-20\% {
    width: 20%;
  }
  .s-25, .s-25\% {
    width: 25%;
  }
  .s-30, .s-30\% {
    width: 30%;
  }
  .s-35, .s-35\% {
    width: 35%;
  }
  .s-40, .s-40\% {
    width: 40%;
  }
  .s-45, .s-45\% {
    width: 45%;
  }
  .s-50, .s-50\% {
    width: 50%;
  }
  .s-55, .s-55\% {
    width: 55%;
  }
  .s-60, .s-60\% {
    width: 60%;
  }
  .s-65, .s-65\% {
    width: 65%;
  }
  .s-70, .s-70\% {
    width: 70%;
  }
  .s-75, .s-75\% {
    width: 75%;
  }
  .s-80, .s-80\% {
    width: 80%;
  }
  .s-85, .s-85\% {
    width: 85%;
  }
  .s-90, .s-90\% {
    width: 90%;
  }
  .s-95, .s-95\% {
    width: 95%;
  }
  .s-100, .s-100\% {
    width: 100%;
  }
  .s-33, .s-33\% {
    width: 33.33%;
  }
  .s-66, .s-66\% {
    width: 66.66%;
  }
  .s-inset-5, .s-inset-5\% {
    margin-left: 5%;
  }
  .s-inset-10, .s-inset-10\% {
    margin-left: 10%;
  }
  .s-inset-15, .s-inset-15\% {
    margin-left: 15%;
  }
  .s-inset-20, .s-inset-20\% {
    margin-left: 20%;
  }
  .s-inset-25, .s-inset-25\% {
    margin-left: 25%;
  }
  .s-inset-30, .s-inset-30\% {
    margin-left: 30%;
  }
  .s-inset-35, .s-inset-35\% {
    margin-left: 35%;
  }
  .s-inset-40, .s-inset-40\% {
    margin-left: 40%;
  }
  .s-inset-45, .s-inset-45\% {
    margin-left: 45%;
  }
  .s-inset-50, .s-inset-50\% {
    margin-left: 50%;
  }
  .s-inset-55, .s-inset-55\% {
    margin-left: 55%;
  }
  .s-inset-60, .s-inset-60\% {
    margin-left: 60%;
  }
  .s-inset-65, .s-inset-65\% {
    margin-left: 65%;
  }
  .s-inset-70, .s-inset-70\% {
    margin-left: 70%;
  }
  .s-inset-75, .s-inset-75\% {
    margin-left: 75%;
  }
  .s-inset-80, .s-inset-80\% {
    margin-left: 80%;
  }
  .s-inset-85, .s-inset-85\% {
    margin-left: 85%;
  }
  .s-inset-90, .s-inset-90\% {
    margin-left: 90%;
  }
  .s-inset-95, .s-inset-95\% {
    margin-left: 95%;
  }
  .s-inset-100, .s-inset-100\% {
    margin-left: 100%;
  }
  .s-hide {
    visibility: hidden;
  }
}
@media only screen and (min-width: 40.06rem) {
		
  .appTxt {
	  margin-top: 6rem;
  }
  
  .appTxt2 {
	  margin-top: 12rem;
  }
	
  .appTxt a.appButton {
	  max-width: 180px;
  }
	
  .section2 img {
		margin: 0;	
		padding: 0 10x;
	}
	
  .section2 h3, .section2 p {
	  text-align: left;
  }
	
   .appTxt .appStore {
	  margin: 10px 0;
  }
	
  .m-0, .m-0\% {
    width: 0%;
  }
  .m-5, .m-5\% {
    width: 5%;
  }
  .m-10, .m-10\% {
    width: 10%;
  }
  .m-15, .m-15\% {
    width: 15%;
  }
  .m-20, .m-20\% {
    width: 20%;
  }
  .m-25, .m-25\% {
    width: 25%;
  }
  .m-30, .m-30\% {
    width: 30%;
  }
  .m-35, .m-35\% {
    width: 35%;
  }
  .m-40, .m-40\% {
    width: 40%;
  }
  .m-45, .m-45\% {
    width: 45%;
  }
  .m-50, .m-50\% {
    width: 50%;
  }
  .m-55, .m-55\% {
    width: 55%;
  }
  .m-60, .m-60\% {
    width: 60%;
  }
  .m-65, .m-65\% {
    width: 65%;
  }
  .m-70, .m-70\% {
    width: 70%;
  }
  .m-75, .m-75\% {
    width: 75%;
  }
  .m-80, .m-80\% {
    width: 80%;
  }
  .m-85, .m-85\% {
    width: 85%;
  }
  .m-90, .m-90\% {
    width: 90%;
  }
  .m-95, .m-95\% {
    width: 95%;
  }
  .m-100, .m-100\% {
    width: 100%;
  }
  .m-33, .m-33\% {
    width: 33.33%;
  }
  .m-66, .m-66\% {
    width: 66.66%;
  }
  .m-inset-5, .m-inset-5\% {
    margin-left: 5%;
  }
  .m-inset-10, .m-inset-10\% {
    margin-left: 10%;
  }
  .m-inset-15, .m-inset-15\% {
    margin-left: 15%;
  }
  .m-inset-20, .m-inset-20\% {
    margin-left: 20%;
  }
  .m-inset-25, .m-inset-25\% {
    margin-left: 25%;
  }
  .m-inset-30, .m-inset-30\% {
    margin-left: 30%;
  }
  .m-inset-35, .m-inset-35\% {
    margin-left: 35%;
  }
  .m-inset-40, .m-inset-40\% {
    margin-left: 40%;
  }
  .m-inset-45, .m-inset-45\% {
    margin-left: 45%;
  }
  .m-inset-50, .m-inset-50\% {
    margin-left: 50%;
  }
  .m-inset-55, .m-inset-55\% {
    margin-left: 55%;
  }
  .m-inset-60, .m-inset-60\% {
    margin-left: 60%;
  }
  .m-inset-65, .m-inset-65\% {
    margin-left: 65%;
  }
  .m-inset-70, .m-inset-70\% {
    margin-left: 70%;
  }
  .m-inset-75, .m-inset-75\% {
    margin-left: 75%;
  }
  .m-inset-80, .m-inset-80\% {
    margin-left: 80%;
  }
  .m-inset-85, .m-inset-85\% {
    margin-left: 85%;
  }
  .m-inset-90, .m-inset-90\% {
    margin-left: 90%;
  }
  .m-inset-95, .m-inset-95\% {
    margin-left: 95%;
  }
  .m-inset-100, .m-inset-100\% {
    margin-left: 100%;
  }
  .m-hide {
    visibility: hidden;
  }
}
@media only screen and (min-width: 64.06rem) {
	
  .appTxt a.appButton {
	  margin-right: 20px;
	  display: inline-block;
  }
	
  .section2 img {
	  min-width: 280px;
  }
	
  .l-0, .l-0\% {
    width: 0%;
  }
  .l-5, .l-5\% {
    width: 5%;
  }
  .l-10, .l-10\% {
    width: 10%;
  }
  .l-15, .l-15\% {
    width: 15%;
  }
  .l-20, .l-20\% {
    width: 20%;
  }
  .l-25, .l-25\% {
    width: 25%;
  }
  .l-30, .l-30\% {
    width: 30%;
  }
  .l-35, .l-35\% {
    width: 35%;
  }
  .l-40, .l-40\% {
    width: 40%;
  }
  .l-45, .l-45\% {
    width: 45%;
  }
  .l-50, .l-50\% {
    width: 50%;
  }
  .l-55, .l-55\% {
    width: 55%;
  }
  .l-60, .l-60\% {
    width: 60%;
  }
  .l-65, .l-65\% {
    width: 65%;
  }
  .l-70, .l-70\% {
    width: 70%;
  }
  .l-75, .l-75\% {
    width: 75%;
  }
  .l-80, .l-80\% {
    width: 80%;
  }
  .l-85, .l-85\% {
    width: 85%;
  }
  .l-90, .l-90\% {
    width: 90%;
  }
  .l-95, .l-95\% {
    width: 95%;
  }
  .l-100, .l-100\% {
    width: 100%;
  }
  .l-33, .l-33\% {
    width: 33.33%;
  }
  .l-66, .l-66\% {
    width: 66.66%;
  }
  .l-inset-5, .l-inset-5\% {
    margin-left: 5%;
  }
  .l-inset-10, .l-inset-10\% {
    margin-left: 10%;
  }
  .l-inset-15, .l-inset-15\% {
    margin-left: 15%;
  }
  .l-inset-20, .l-inset-20\% {
    margin-left: 20%;
  }
  .l-inset-25, .l-inset-25\% {
    margin-left: 25%;
  }
  .l-inset-30, .l-inset-30\% {
    margin-left: 30%;
  }
  .l-inset-35, .l-inset-35\% {
    margin-left: 35%;
  }
  .l-inset-40, .l-inset-40\% {
    margin-left: 40%;
  }
  .l-inset-45, .l-inset-45\% {
    margin-left: 45%;
  }
  .l-inset-50, .l-inset-50\% {
    margin-left: 50%;
  }
  .l-inset-55, .l-inset-55\% {
    margin-left: 55%;
  }
  .l-inset-60, .l-inset-60\% {
    margin-left: 60%;
  }
  .l-inset-65, .l-inset-65\% {
    margin-left: 65%;
  }
  .l-inset-70, .l-inset-70\% {
    margin-left: 70%;
  }
  .l-inset-75, .l-inset-75\% {
    margin-left: 75%;
  }
  .l-inset-80, .l-inset-80\% {
    margin-left: 80%;
  }
  .l-inset-85, .l-inset-85\% {
    margin-left: 85%;
  }
  .l-inset-90, .l-inset-90\% {
    margin-left: 90%;
  }
  .l-inset-95, .l-inset-95\% {
    margin-left: 95%;
  }
  .l-inset-100, .l-inset-100\% {
    margin-left: 100%;
  }
  .l-hide {
    visibility: hidden;
  }
}
@media only screen and (min-width: 75.06rem) {
  .xl-0, .xl-0\% {
    width: 0%;
  }
  .xl-5, .xl-5\% {
    width: 5%;
  }
  .xl-10, .xl-10\% {
    width: 10%;
  }
  .xl-15, .xl-15\% {
    width: 15%;
  }
  .xl-20, .xl-20\% {
    width: 20%;
  }
  .xl-25, .xl-25\% {
    width: 25%;
  }
  .xl-30, .xl-30\% {
    width: 30%;
  }
  .xl-35, .xl-35\% {
    width: 35%;
  }
  .xl-40, .xl-40\% {
    width: 40%;
  }
  .xl-45, .xl-45\% {
    width: 45%;
  }
  .xl-50, .xl-50\% {
    width: 50%;
  }
  .xl-55, .xl-55\% {
    width: 55%;
  }
  .xl-60, .xl-60\% {
    width: 60%;
  }
  .xl-65, .xl-65\% {
    width: 65%;
  }
  .xl-70, .xl-70\% {
    width: 70%;
  }
  .xl-75, .xl-75\% {
    width: 75%;
  }
  .xl-80, .xl-80\% {
    width: 80%;
  }
  .xl-85, .xl-85\% {
    width: 85%;
  }
  .xl-90, .xl-90\% {
    width: 90%;
  }
  .xl-95, .xl-95\% {
    width: 95%;
  }
  .xl-100, .xl-100\% {
    width: 100%;
  }
  .xl-33, .xl-33\% {
    width: 33.33%;
  }
  .xl-66, .xl-66\% {
    width: 66.66%;
  }
  .xl-inset-5, .xl-inset-5\% {
    margin-left: 5%;
  }
  .xl-inset-10, .xl-inset-10\% {
    margin-left: 10%;
  }
  .xl-inset-15, .xl-inset-15\% {
    margin-left: 15%;
  }
  .xl-inset-20, .xl-inset-20\% {
    margin-left: 20%;
  }
  .xl-inset-25, .xl-inset-25\% {
    margin-left: 25%;
  }
  .xl-inset-30, .xl-inset-30\% {
    margin-left: 30%;
  }
  .xl-inset-35, .xl-inset-35\% {
    margin-left: 35%;
  }
  .xl-inset-40, .xl-inset-40\% {
    margin-left: 40%;
  }
  .xl-inset-45, .xl-inset-45\% {
    margin-left: 45%;
  }
  .xl-inset-50, .xl-inset-50\% {
    margin-left: 50%;
  }
  .xl-inset-55, .xl-inset-55\% {
    margin-left: 55%;
  }
  .xl-inset-60, .xl-inset-60\% {
    margin-left: 60%;
  }
  .xl-inset-65, .xl-inset-65\% {
    margin-left: 65%;
  }
  .xl-inset-70, .xl-inset-70\% {
    margin-left: 70%;
  }
  .xl-inset-75, .xl-inset-75\% {
    margin-left: 75%;
  }
  .xl-inset-80, .xl-inset-80\% {
    margin-left: 80%;
  }
  .xl-inset-85, .xl-inset-85\% {
    margin-left: 85%;
  }
  .xl-inset-90, .xl-inset-90\% {
    margin-left: 90%;
  }
  .xl-inset-95, .xl-inset-95\% {
    margin-left: 95%;
  }
  .xl-inset-100, .xl-inset-100\% {
    margin-left: 100%;
  }
  .xl-hide {
    visibility: hidden;
  }
}


.s-center, .m-center, .l-center, .xl-center {
  margin: 0 auto;
  float: none;
}
.s-uncenter, .m-uncenter, .l-uncenter, .xl-uncenter {
  margin: 0;
  float: left;
}

body.page-sitemap #productOverview .row {
  background: transparent;
}
body.page-sitemap #productOverview .row .col {
  font-size: 80%;
}

body.page-sitemap h3 {
  margin-top: 20px;
}

body.page-sitemap #wrapper.fixed #productOverview {
  margin-top: 180px;
}

#submit.noclick {
	cursor: not-allowed !important;
}

form#subscriptionForm {
	margin-top: 20px;
}

form#subscriptionForm label {
	font-size: 14px;
	margin-left: 5px;
	color: #575757;
}

form#subscriptionForm input[type="checkbox"] {
	margin-left: 10px;
}

form#subscriptionForm input#submit {
  background: #929191;
  color: #FFF;
  padding: 15px 30px;
  font-weight: 700;
  clear: both !important;
  margin-right: 200px;
  margin-top: 20px;
}

form#subscriptionForm  input[type="text"] {
	clear: both;
  border: 1px solid #D3D3D3;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  clear: both;
  color: #666;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 20px;
  width: 337px;
}

.archive.tax-product_manufacturer #mainContent #productOverview .contentCol {
	background: transparent;
}

.archive.tax-product_manufacturer #mainContent #productOverview .contentCol {
	width: 100%;
}


.archive.tax-product_manufacturer .actions .block {
	border-right: none;
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
	        box-shadow: none !important;

}

.archive.tax-product_manufacturer .actions .block:nth-of-type(2):after {
	display: none;
}

.archive.tax-product_manufacturer .post .postImg {
	padding-right: 40px;
}

@media only screen and (max-width: 700px) {

	.archive.tax-product_manufacturer .post .postContent {
		text-align: center;
		width: 100%;
	}
	
	.archive.tax-product_manufacturer .post .postImg {
		margin: 0 auto;
		float: none;
		padding: 0;
	}
	
}

@media only screen and (min-width: 768px) {
	
	.archive.tax-product_manufacturer #mainContent #productOverview .contentCol .oneCol {
		width: 70%;
	}

	.archive.tax-product_manufacturer .actions {
		float: right;
		width: 26%;
	}

}



#additionalDownloads li {
	background: transparent !important;
	list-style: none;
	width: 31%;
	padding: 0.8% !important;
	float: none;
	display: inline-block;
}

#additionalDownloads li a {
	background: transparent !important;
	padding: 0 !important;
}

#additionalDownloads li a img {
	height: auto;
	border: 1px solid #ccc;
	transition: all 300ms ease;
}

#additionalDownloads li a img:hover {
	opacity: 0.5;
}

#BoxInner {
	max-height: 800px;
}
.heltitle{ color: #fff;
    font-size: 30px;
    padding: 70px 0 0 40px;
    text-align: left;
    text-transform: uppercase;}
	
	.page-header{
	

 background-color:#FFFFFF!important;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#FFFFFF, endColorstr=#B40000)!important;
 background-image:-moz-linear-gradient(left, #32276C 0%, #00ABE9 100%);
 background-image:-webkit-linear-gradient(left, #32276C 0%, #00ABE9 100%);
 background-image:-ms-linear-gradient(left, #32276C 0%, #00ABE9 100%);
 background-image:linear-gradient(left, #32276C 0%, #00ABE9 100%);
 background-image:-o-linear-gradient(left, #32276C 0%, #00ABE9 100%);
 background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#32276C), color-stop(100%,#00ABE9));
 color:#fff !important;
 

	
padding: 5px 10px!important;


text-transform: uppercase!important; 
margin-bottom: 10px!important; 
}
	

#footer{
	position: fixed!important;
	left: 0px!important;
	bottom: 0px!important;

}

