/* ##################### includes ##################### */

@import url(sequencejs-theme.modern-slide-in.css);
@import url(component.css);

/* ##################### viewport ##################### */

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@-o-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* ##################### font-face declarations ##################### */

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('sourcesanspro-semibold-webfont.eot');
    src: url('sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('sourcesanspro-semibold-webfont.woff') format('woff'),
         url('sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
   font-family: 'source_sans_prolight';
    src: url('sourcesanspro-light-webfont.eot');
    src: url('sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-light-webfont.woff2') format('woff2'),
         url('sourcesanspro-light-webfont.woff') format('woff'),
         url('sourcesanspro-light-webfont.ttf') format('truetype'),
         url('sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_probold';
    src: url('sourcesanspro-bold-webfont.eot');
    src: url('sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('sourcesanspro-bold-webfont.woff') format('woff'),
         url('sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ##################### Default ##################### */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	outline: 0 !important;
}
a img {
	border: none;
	outline: 0;
}
.clearfix {
    *zoom: 1;
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ############################# basic structure ############################# */

html {
	font: normal 1em 'source_sans_prolight', sans-serif;
	color: #3b4d57;
}
body {
	margin: 0;
	padding: 0;
}
#header {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #53656f;
	border-bottom: 1px solid #DF1C24;
}
#hdcontainer {
	max-width: 1000px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
#mobilelogo {
	display: none;
}
.logo {
	position: relative;
	width: 330px;
}
.logo div {
	background: url(images/logo_top.png) no-repeat left 14px;
	position: absolute;
	z-index: 1000;
	top: -50px;
	width: 279px;
	height: 87px;
}
.logo div h1 {
	overflow: hidden;
	text-indent: -9999px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#floatingtab {
	position: absolute;
	top: 3px;
	right: 0;
}
#dl {
	display: inline-block;
}
#dl ul {
	margin: 0;
	padding: 0;
}
#dl ul li {
	display: inline;
	padding-right: 15px;
	list-style: none;
	font: normal 16px/36px 'source_sans_prolight', sans-serif;
	color: #FFF;
}
#dl ul li a {
	font: normal 16px/36px 'source_sans_prolight', sans-serif;
	color: #FFF;
}
#dl ul li a:hover {
	color: #F7C818;
}
#contactwidget {
	display: inline-block;
	background: url(images/icons.png) no-repeat left top;
	height: 36px;
}
#contactwidget:hover {
	background: url(images/icons.png) no-repeat left -36px;
}
#contactwidget a {
	font: normal 16px/36px 'source_sans_prolight', sans-serif;
	padding-left: 42px;
	color: #FFF;
}
.contactcurrent {
	color: #DA382E !important;
}
#banner {
	width: 100%;
	height: 308px;
	border-bottom: 10px solid #DF1C24;
}
#pagebase {
	background: #FFF;
	width: 100%;
	position: relative;
}
#pagecontent {
	max-width: 1000px;
	margin: 25px auto;
	position: relative;
}
.spacer {
	padding-top: 25px;
}
#pagecontent:after, #content:after {
	content: "";
	display: block;
	clear: both;
}


/* ############################# navigation ############################# */

#navcontainer {
	position: absolute;
	width: 100%;
	top: 49px;
}
.current {
	color: #ffeea9 !important;
	border-bottom: 4px solid #FF0100;
}
.logo {
	padding: 0 10px 0 5px;
}

.highlight {
	color: #FF2500 !important;
	font-family: 'source_sans_prosemibold', sans-serif !important;
}
.on {
	background-color: #FF0200;
	color: #FFF;
	font: normal 16px/40px 'source_sans_prosemibold', sans-serif !important;
}
#togglebox {
	display: none;
}

#menu {
	padding: 0;
}
.sf-menu {
	width: 100%;
	text-align: center;
}
.sf-menu li {
	position: static;
	font: normal 18px 'source_sans_prolight', sans-serif;
	list-style: none;
	display: inline-block;
	padding: 0 10px 0 10px;
}
.main-anchor-link {
	position: relative;
	height: 35px;
	display: block;
	padding: 0 7px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
}
.main-anchor a.main-anchor-link:hover, .main-anchor span.main-anchor-link:hover, .parent a {
	color: #ffeea9 !important;
	border-bottom: 4px solid #FF0100 !important;
}
#dd-menu {
	display: none;
	visibility:hidden;
	opacity: 0;
}
.has-children:hover #dd-menu {
	display: block;
	position: absolute;
	margin: 0;
	padding: 15px;
	top: 50px; left: 0;
	background: #FFF;
	width: 100%;
	right: 0;
	transition: opacity 1s ease-in;
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}
.dd-container {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.dli {
	width: 200px !important;
	display: block;
	padding: 0 !important;
}
.drop-head {
	width: 200px !important;
	display: block;
	text-align: left;
	color: #DC2028 !important;
	padding-top: 8px;
}
.drop-head:hover {
	color: #000 !important;

}
.nav-pointer {
	display: none;
}
.product-link {
	display: block;
	text-align: left;
	color: #000 !important;
	font: normal 17px/27px 'source_sans_prolight', sans-serif !important;
}
.product-link:hover {
	font-family: 'source_sans_prosemibold' !important;
}


/* ############################# typography ############################# */


.red {
	color: #FE2500;
}
strong {
	font-family: 'source_sans_prosemibold';
	font-weight: normal;
}
h1 {
	font: normal 34px 'source_sans_prolight', sans-serif;
	text-transform: uppercase;
	color: #3b4d57;
	margin: 0 0 50px 0;
}
h2 {
	font: normal 24px 'source_sans_prolight', sans-serif;
	text-transform: uppercase;
	color: #4E616C;
	margin: 20px 0 5px 0;
}
p {
	font: normal 16px 'source_sans_prolight', sans-serif;
	color: #3b4d57;
}


/* ############################# homepage specific ############################# */

#base {
	background: #FFF url(images/basebk.jpg) repeat-x left top;
	width: 100%;
	min-height: 630px;
	position: relative;
}
#wrapper {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
#content {
	max-width: 1024px;
	position: absolute;
	left: 0;
	top: -45px;
	z-index: 100;
}
#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	list-style: none;
	display: inline-block;
	margin: 11px;
	vertical-align: top;
}
.homepagewidget {
	width: 234px;
	border: 1px solid #FFF;
	position: relative;
}
.hpwidgeticon {
	position: absolute;
	left: 10px;
	top: 90px;
}
.hpwidgetcaption {
	border-top: 1px solid #FFF;
	height: 65px;
	margin-top: -4px;
	background: #4E616C;
	padding: 13px 0;
}
#content li a:hover .hpwidgetcaption {
	background: #27363F;
}
.hpwidgetcaption p {
	font: normal 16px/20px 'source_sans_prolight', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
}
.hpcopy {
	text-align: left;
	max-width: 725px;
	margin-left: 15px;
}
.hpcopy h2 {
	margin-top: 0;
}


/* ############################# slideshow ############################# */

#slideshowcontainer {
	width: 100%;
	max-height: 419px;
	border-top: 1px solid #DF1C24;
	background: url(images/slidebk.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slidebk.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slidebk.jpg', sizingMethod='scale')";
}
#slider {
	overflow: hidden;
	display: none;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}



/* ############################# product specific ############################# */


.properties-icons {
	position: absolute;
	top: 0;
	right: 0;
}
.properties-icons img {
	margin-left: 15px;
	width: 72px;
	height: auto;
}
#product-icon {
	position: absolute;
	left: 0;
	top: -85px;
	z-index: 1;
}
.grid {
	margin: 0;
	padding: 0;
}
.grid li {
	list-style: none;
	width: 232px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 7px 30px 7px;
}
.item {
	background-color: #E1E3E8;
}
.item img {
	display: block;
}
.info {
	color: #e5eaee;
	text-align: center;
	background-color: #53656F;
	height: 38px;
	margin: 0;

}
.info h3 {
	font: normal 22px/40px 'source_sans_prosemibold', sans-serif;
	margin: 0 0 3px 0;
}
.info span {
	font: normal 16px 'source_sans_prolight', sans-serif;
	line-height: 13px !important;	
}
.info p {
	color: #BAC6CD !important;
	margin: 0 0 5px 0;
}
.psdl {
	display: block;
	font: normal 16px 'source_sans_prolight', sans-serif;
	text-transform: uppercase;
	padding: 7px 0;
	text-align: left;
	background: url(images/icons.png) no-repeat right -143px;
	color: #4E616B !important;
}
.psdl:hover {
	background: url(images/icons.png) no-repeat right -179px;
	color: #DE1F26 !important;
}
.ppdl {
	display: block;
	font: normal 16px 'source_sans_prolight', sans-serif;
	padding: 7px 0;
	text-align: left;
	background: url(images/icons.png) no-repeat right -143px;
	color: #016B93 !important;
	border-bottom: 1px solid #B0B7BD;
}
.ppdl:hover {
	background: url(images/icons.png) no-repeat right -179px;
	color: #DE1F26 !important;
}
#prodclass {
	position: absolute;
	top: 10px;
	right: 7px;
}
#prodclass > div {
	display: inline;
	float: left;
	vertical-align: top;
	margin: 0 4px;
}
#prodclass > div:after {
	content: '';
	display: block;
	clear: both;
}
.ulicon {
	margin-top: 3px;
}
.abckcls {
	display: inline-block;
	text-align: center;
}
.abckcls div {
	margin-right: 6px;
	display: inline;
}
.abckcls div img {
	vertical-align: baseline;
	margin-right: 3px;
}
.abckcls div span {
	font: normal 22px 'source_sans_prosemibold', sans-serif;
	color: #4C616B;
}
.abckcls p {
	margin: 0;
}
#leftcolumn {
	width: 72%;
	display: inline-block;
	float: left;
}
#leftcolumn h1 {
	width: 100% !important;
}
#leftcolumn h3 {
	font: normal 18px 'source_sans_prosemibold', sans-serif;
	color: #016B93;
}
#leftcolumn .productphoto {
	display: inline-block;
	float: left;
	margin-right: 80px;
	margin-bottom: 35px;
}

#leftcolumn ul {
	padding-left: 20px;
	overflow: hidden;
}
#leftcolumn li {
	font: normal 16px 'source_sans_prolight', sans-serif;
	list-style-position: outside;
	list-style-image: url(images/pbull.png);
	padding: 3px 0;
	color: #3b4d57;
}
#leftcolumn:after {
	content: "";
	display: block;
	clear: both;
}
#rightcolumn {
	width: 23%;
	min-width: 200px;
	float: right;
	display: inline-block;
}
.product-symbol {

}
#specs {
	background-color: #FFF;
	width: 100%;
	font: normal 16px 'source_sans_prolight', sans-serif;
	border: 1px solid #DFE1E4;
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
}
#specs th {
	background-color: #4E616C;
	text-align: center;
	padding: 5px 0;
	color: #FFF;
}
.spec-header {
	background-color: #468FBA !important;
}
#specs tr {
	border-bottom: 1px solid #DFE1E4;
}
#specs tr:nth-child(odd) {
	background-color: #EFF3F5;
}
#specs td {
	padding: 8px 12px 8px 12px;
	vertical-align: middle;
}
.lscell {
	border-right:  1px solid #DFE1E4;
	width: 34%;
	padding: 8px 12px 8px 20px !important;
}
.rscell {
	padding: 8px 12px 8px 100px !important;
	width: 66%;
}
.rsc {
	text-align: center;
	width: 33%;
}
.icon-pic {
	margin-right: 30px;
	vertical-align: bottom;
}
.bdr {
	border-right:  1px solid #DFE1E4;
}
.class-list {
	display: block;
	margin-bottom: 10px;
}
.class-list img {
	display: inline;
	float: left;
	vertical-align: top;
	margin-right: 4px;
	width: 72px;
	height: auto;
}
.class-list:after {
	content: "";
	display: block;
	clear: both;
}
.class-list p {
	font: normal 16px/22px 'source_sans_prolight', sans-serif;
	color: #016B93;
	text-transform: uppercase;
	margin: 0;
}
.class-list p span {
	font: normal 13px 'source_sans_prolight', sans-serif;
	color: #4E616C !important;
	text-transform: lowercase;
}
.warr {
	color: #016B93;
}
.standards {
	list-style: none;
	color: #47585D;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #B0B7BD;
}
.standards li {
	padding: 3px 0;
	font: normal 16px/18px 'source_sans_prosemibold', sans-serif;
}
.related {
	margin: 0;
	padding: 0;
}
.related li {
	font: normal 16px/18px 'source_sans_prolight', sans-serif;
	color: #47585D;
	list-style: none;
	margin-top: 12px;
}


/* ############################# lists ############################# */

.msds {
	background: url(images/msds-icon.jpg) no-repeat 65% -3px;
}

.msdslist, .links {
	margin: 0 0 25px 0;
	padding: 0;
}
.msdslist li, .links li {
	list-style: none;
	background: #53656F;
	padding: 7px 10px 3px 10px;
	font: normal 18px 'source_sans_prolight', sans-serif;
	width: 100%;
	margin: 0 0 1px 0;
}
.msdslist li a {
	display: block;
	background: url(images/dlicon.png) no-repeat right top;
	color: #FFF;
	padding: 5px 35px 5px 5px;
}
.msdslist li a:hover {
	background: url(images/dliconon.png) no-repeat right top;
}
.msdslist li:hover, .links li:hover {
	background: #DF1D25;
}
.links li a {
	display: block;
	/* background: url(images/icons.png) no-repeat right -252px; */
	height: 36px;
	color: #FFF;
	padding: 5px;
}
.msdslist li a:hover {
	/* background: url(images/icons.png) no-repeat right -216px; */
}
	

/* ############################# what's new specific ############################# */

.contentleft {
	float: left;
	width: 50%;
	display: inline-block;
}
.contentleft a {
	color: #009BD1 !important;
}
.contentleft a:hover {
	color: #fe2500 !important;
}
.contentright {
	float: right;
	width: 44%;
	display: inline-block;
}
.contentright > img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contentleft li {
	font: normal 16px 'source_sans_prolight', sans-serif;
	color: #3b4d57;
	list-style-type: bullet;
	padding: 4px 0;
}
.contentright .info {
	font: normal 16px 'source_sans_prolight', sans-serif;
	margin: 0 auto;
	padding: 7px 8px 7px 8px;
	text-align: left;
	background: #4C616B url(images/icons.png) no-repeat right -143px;
}
.contentright .info a {
	color: #FFF;
	display: block;
}
.contentright .info:hover {
	background: #DF2024 url(images/icons.png) no-repeat right -179px;
}

/* ############################# contact specific ############################# */

.contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-details, .contact-form {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}
#telnums {
	margin: 50px 0 0 0;
	background: url(images/phone.png) no-repeat left top;
	padding: 5px 0 0 45px;
}
#telnums p, #contact-email p {
	margin: 0;
}
#contact-email {
	margin: 30px 0 0 0;
	background: url(images/email.png) no-repeat left top;
	padding: 5px 0 0 45px;
	min-height: 45px;
}
#contact-email a {
	color: #48616C;
}
#contact-email a:hover {
	color: #DF1D25;
}
.trow {
	position: relative;
	width: 200px;
}
.trow span {
	position: absolute;
	left: 40px;
}
.space {
	margin-top: 10px;
}
.sfcontact input, .sfcontact textarea {
    width: 100%;
    background: #FFF;
    border: 1px solid #566771;
    border-radius: 3px;
    padding: 10px 8px 8px 8px;
    font: normal 1em 'source_sans_prosemibold';
    color: #556B7E;
}
.sfcontact p span {
	color: #B71E16;
}
.important {
    display: none;
}
.send-button button {
    display: inline-block;
    padding: 10px 15px 8px 15px;
    background: #B71E16;
    color: #FFF;
    text-transform: uppercase;
    font: normal 1em 'source_sans_prosemibold';
    border: none;
    border-radius: 3px;
}
.send-button button:hover {
    background: #D6DFE3;
}


/* ############################# footer specific ############################# */

#footer {
	width: 100%;
	min-height: 265px;
	background: #d3dbe0;
	margin-top: 60px;
}
#footercontainer {
	max-width: 1000px;
	margin: 0 auto;
	min-height: 265px;
}
#footercontainer:after {
	content: "";
	display: block;
	clear: both;
}
.footerbox {
	margin: 20px 0 0 0;
	display: inline;
	float: left;
}
.left {
	width: 30%;
	margin-right: 3.5%;
}
.left p {
	font: normal 17px 'source_sans_prolight', sans-serif;
	margin: 25px 0 0 86px;
	color: #323434;
}
.centre {
	width: 13%;
	margin: 38px 3.5% 0 0;
}
.right {
	width: 50%;
	font: normal 17px 'source_sans_prolight', sans-serif;
	color: #323434;
	position: relative;
}
.cn {
	float: left;
	display: inline;
}
.cn p {
	margin-top: 0;
}
.email {
	
}

.email a {
	color: #231f20;
	font-family: 'source_sans_prosemibold';
}
.email a:hover {
	color: #DC5C45;
}
.foot-affiliate-logos {
	float: right;
	display: inline;
}
.foot-affiliate-logos img {
	height: 100px;
	width: auto;
	display: inline;
}
.sharethis {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 10px;
	background: url(images/icons.png) no-repeat left -540px;
}
.sharethis:hover {
	background: url(images/icons.png) no-repeat left -504px;
}
.linkedin {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 10px;
	background: url(images/icons.png) no-repeat left -396px;
}
.linkedin:hover {
	background: url(images/icons.png) no-repeat left -360px;
}
.facebook {
	width: 36px;
	height: 36px;
	display: inline-block;
	background: url(images/icons.png) no-repeat left -468px;
}
.facebook:hover {
	background: url(images/icons.png) no-repeat left -432px;
}
.slogan {
	font: normal 17px 'source_sans_prosemibold', sans-serif;
	color: #B71E16;
	margin-top: 0;
}
#copyright {
	width: 100%;
	height: 50px;
	background: #FFF;
	padding: 7px 0;
}
#copyright p {
	font: normal 12px 'source_sans_prolight', sans-serif;
	color: #4C616C;
	text-align: center;
	margin: 0;
}
#copyright a {
	color: #4C616C;
}
#copyright a:hover {
	color: #B71E16;
}

/* ############################# print styles ############################# */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ############################# PW styles ############################# */

#editpage {
	position: absolute;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
	#editpage:hover {
		background: #ffffcc;
		color: #000; 
	}

.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}

/* ############################# Media Queries ############################# */

@media only screen and (max-width: 1023px) {
	#floatingtab {
		right: 10px;
	}
	#content {
		max-width: 100%;
		position: static;
	}
	#content ul {
		text-align: center;
	}
	.left {
		padding: 0 10px;
	}
	.centre {
		padding: 0 10px;
	}
	.right {
		padding: 0 10px;
	}
	h1 {
		width: 55%;
	}
	#mobilelogo {
		display: block;
		background: url(images/logo_top.png) no-repeat left 14px;
		position: absolute;
		z-index: 1000;
		left: 10px;
		width: 279px;
		height: 87px;
	}
	#mobilelogo h1 {
		overflow: hidden;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}
	#navcontainer {
		width: 100%;
		top: 90px;
	}
	.current {
		border-bottom: none;
		font-family: 'source_sans_prosemibold';
	}
	#nav li:first-child {
		padding: 0 10px 0 5px;
		border-bottom: none;
	}
	/* #nav li:last-child {
		padding: 0 0 0 0;
	} */
	#pagecontent {
		padding: 0 10px;
	}
	.mobilesidemenu {
    	width: 0;
    	/* width of main container doesn't need width */
	}
	.logo {
		position: relative;
		width: 250px;
		margin-bottom: 25px;
	}
	.logo div {
		background: url(images/logo_top.png) no-repeat left top;
		background-size: 100%;
		width: 250px;
	}
	.mobilesidemenu, .mobilesidemenu * {
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
	}
	.sf-menu li {
		display: block;
		text-align: left;
		
	}
	.has-children:hover #dd-menu {
	position: static;
	/*
	margin: 0;
	padding: 15px;
	top: 50px; left: 0;
	background: #FFF;
	width: 100%;
	right: 0;
	transition: opacity 1s ease-in;
	opacity: 1;
	visibility: visible;
	z-index: 10000;
	*/
}
.dd-container {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
	.disable-mobile {
        cursor: pointer;
    }
.mobilesidemenu input[type="checkbox"] {
    /* checkbox used to toggle menu state */
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

#maintoggler {
    /* Main label icon to toggle menu state */
    z-index: 100;
    display: block;
    position: relative;
    font-size: 7px;
    /* change font size to change label dimensions. Leave width/height below alone */
    width: 3.5em;
    height: 3em;
    top: -60px;
    left: 300px;
    background: none;
    text-indent: -1000px;
    border: 0.6em solid #FFF;
    /* border color */
    border-width: 0.6em 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* transition for animating label */
}


#maintoggler::before, #maintoggler::after {
    /* inner stripes inside label */
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.6em;
    top: 50%;
    margin-top: -0.3em;
    left: 0;
    background: #FFF;
    /* stripes background color. Change to match border color of parent label above */
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* transition for flipping label */
}

.mobilesidemenu nav {
    /* NAV menu inside container */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    position: fixed;
    text-transform: uppercase;
    font: bold 14px Verdana;
    width: 280px;
    /* width of nav menu */
    height: 100%;
    left: -280px;
    /* set left to -width of menu */
    top: 0;
    z-index: 10000;
		-webkit-transform: translate3d(0, 0, 0); /* trigger hardware acceleration */
		transform: translate3d(0, 0, 0);
    background: rgb(91,112,122);
	overflow-y: auto;
    
    /* W3C */
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* transition for animating nav in and out */
}
#navtoggler {
    /* label button inside nav to close menu */
    cursor: pointer;
    position: absolute;
    text-transform: lowercase;
    right: 0;
    top: 0;
    border-radius: 0 0 0 40px;
    width: 40px;
    height: 30px;
    background: #FF0200;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: center;
}
#navtoggler::after {
    /* label button x */
    content: "x";
    color: white;
    display: block;
    font-size: 16px;
    margin-top: 2px;
    margin-left: 6px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.mobilesidemenu .overlay label {
    /* label of overlay that closes menu when clicked on */
    width: 100%;
    height: 100%;
    position: absolute;
}
#navtoggler:hover::after {
    /* state of NAV label::after when mouse moves over */
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);
    /* flip labels vertically onMouseover */
}

.mobilesidemenu input[type="checkbox"]:checked ~ #maintoggler {
    /* state of main menu label when menu is open  */
    border-color: transparent;
}

.mobilesidemenu input[type="checkbox"]:checked ~ #maintoggler::before {
    /* state of main menu label::before when menu is open  */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobilesidemenu input[type="checkbox"]:checked ~ #maintoggler::after {
    /* state of main menu label::after when menu is open  */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobilesidemenu input[type="checkbox"]:checked ~ nav {
    /* state of NAV when menu is open  */
    left: 0;
    /* set left to 0 to animate it into view  */
}
	.nav-pointer {
		position: absolute;
		display: inline-block;
		right: 20px;
		top: 11px;
		width: auto;
		height: 10px;
	}
	.contactfloat {
		float: none;
		display: block;
	}
	#telnums {
		margin: 20px 0 0 0;
		padding: 5px 0 0 45px;
	}
	#cntact-email {
		margin: 20px 0 0 0;
		padding: 5px 0 0 45px;
	}
	.main-anchor-link {
  		padding-top: 5px;
	}
}
@media only screen and (max-width: 768px) {
	#slideshowcontainer {
		max-height: 300px;
	}
	.email {
		float: none;
		display: block;
	}
	.left {
		width: 100%;
		margin-right: 0;
	}
	.left p {
		margin: 0 0 0 0;
	}
	.centre {
		width: 100%;
		margin: 0;
	}
	.right {
		width: 100%;
		margin: 0;
	}
	.slogan {
		margin-top: 0;
	}
	#leftcolumn {
    	width: 100%;
    	display: block;
    	float: none;
    	margin-right: 0;
    }
    #rightcolumn {
    	width: 100%;
    	display: block;
    	float: none;
    	margin-top: 20px;
    }
    .contentleft {
		float: none;
		width: 100%;
		display: block;
	}
	.contentright {
		float: none;
		width: 100%;
		display: block;
	}
	.contentright .info {
		width: 419px;
	}
}
@media only screen and (max-width: 660px) {
	#compensator {
		height: 70px;
		width: 100%;
	}
	#header {
		height: 70px;
		position: fixed;
		top: 0;
		z-index: 10000;
	}
	#hdcontainer {
		max-width: 100%;
		height: 70px;
	}
	#mobilelogo {
		position: static;
		margin-left: 10px;
		margin-top: -10px;
		width: 185px;
    		height: 66px;
    		background-size: contain;
	}
	#maintoggler {
		left: 215px;
		top: -40px;
		font-size: 7px;
	}
	#floatingtab {
		position: absolute;
		margin-left: 0;
		left: 270px;
		top: 23px;
		z-index: 10;
	}
	#contactwidget a {
		color: transparent;
		display: inline-block;
		width: 36px;
		overflow: hidden;
	}
	#banner {
		height: 100px;
		background-size: cover !important;
	}
	#prodclass {
    	position: static;
    	float: none;
    	clear: both;
    	margin-bottom: 20px;
	}
	.grid {
		clear: both;
		padding: 20px 0 0 0;
	}
	h1 {
		width: 100%;
		margin: 0 0 0 0;
	}
    .contact-container {
        display: block;
        padding: 0 20px;
    }
    .contact-details, .contact-form {
        width: 100%;
    }
    .contact-form {
        margin: 30px 0 0 0;   
    }
	#contactwidget {
  		width: 36px;
	}
}
@media only screen and (max-width: 570px) {
	#slideshowcontainer {
		max-height: 250px;
	}
	#leftcolumn .productphoto {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 468px) {
	#base {
		background: #FFF;
	}
	#slideshowcontainer {
		height: 50px;
	}
	.contentright .info {
		width: 100%;
	}
	.align_right {
        float: none;
        margin: 0 auto 15px auto;
        display: block;
        max-width: 100%;
        height: auto;
	}
	#leftcolumn .productphoto {
		width: auto;
		max-height: 300px;
		height: auto;
		float: none;
		display: block;
		text-align: center !important;
		margin: 0 auto !important;
	}
	h1 {
		font: normal 24px 'source_sans_prolight', sans-serif;
	}
	h2 {
		font: normal 19px 'source_sans_prolight', sans-serif;
	}
}
@media only screen and (max-width: 380px) {
	.rscell {
    	padding: 8px 12px 8px 12px !important;
	}
}
@media only screen and (max-width: 330px) {

	#floatingtab {
		left: 250px;
	}
	#contactwidget a {
		padding-left: 0;
	}
}