@charset "utf-8";
/* CSS Document */
/* COLORS
red: #c62127 
dark red: #990000
very light gray: #f7f7f7
light gray: #eff0f2
lt-med gray: #e0e1e4
med gray: #bdbdbd
dark gray: #6B6B6B
very dark gray: #6B6B6B
nav dark gray: #333*/
@import url("reset.css");
@import url("../font-face/font-face_styles.css");
@import url("../flag-icon-css-master/css/flag-icon.css");
@import url("nav-styles.css");
@import url("../plugins/expandingsearchbar/css/search-bar_new-nav.css");
@media screen {

body, html {
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: 100%;
    font-family: 'roboto', 'Tahoma';
    background-color: #eff0f2;
    line-height: 1.5em;
    color: #333;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img, object, embed, video {	max-width: 100%; }	
/* IE 6 does not support max-width so default to width 100% */
.ie6 img { width: 100%;	}

img { border: none; max-width: 100%; height: auto; }
a { text-decoration: none; color: #c62127; }
a:hover, a:focus { color: #990000;	}
.no-effect { text-decoration: none; }
.no-effect a:hover { background-color: transparent; 	}
	
h1, h2, h3, h4, h5, h6, h11, p, strong, .wrap { font-family: 'roboto', 'Tahoma' ; }
	
h1 { font-size: 2.6em; color: #6B6B6B; font-weight: 550; line-height: 1.2em; padding: 20px 0px 0px 5px;  }
h2 { font-size: 1.65em; color: #333; font-weight: 800; line-height: 1.6; margin: 0; margin-bottom: 8px;  }
h3 { font-size: 1.40em; color: #333; font-weight: 700; line-height: 1.6; margin-top: 12px; padding: 1.2% 0 .4% 0; }
h4 { font-size: 1.30em; color: #333; font-weight: 600; line-height: 1.6; margin-top: 12px; padding: 1% 0 .5% 0; text-decoration: none  }
h5 { font-size: 1.20em; line-height: 1.4em; font-weight: bold; margin-top: 12px;   }
h6 { font-size: 1.10em; line-height: 1.4em; font-weight: bold; margin-top: 12px;  padding: 15px 0 5px 5px;  }
p { font-size: 1.00em; color: #333; line-height: 1.6; padding: 5px 0 5px 5px; font-weight: 500;  }
strong { font-size: 1.00em; line-height: 1.2em; font-weight: 900;  }
	
#tabbed-nav li, .qi-download, .accordion, .img-captions-right  { font-family: 'roboto', 'Tahoma'; font-size: 1.0em; line-height: 1.45em; font-weight: normal; }

section#main-prods h1 {padding: 15px 0 15px 0; }
section#main-prods p, section#main-prods table  { font-size: 1.2em; line-height: 1.5em; font-weight: 500; padding: 5px 0; 	}
section#main-prods ul, section#main-prods .two-col ul, section#main-prods .specs ul  
	{ font-size: 1.2em; line-height: 1.45em; font-weight: 500; margin-left: 10px; margin-top: 10px; padding-left: 25px; }
section#main-prods ul ul { font-size: 1.0em; padding-left: 25px; } 
section#main-prods ul li, section#main-prods .two-col ul li, section#main-prods .specs ul li  { margin-top: 5px; margin-bottom: 5px;}
section#main-prods #tabbed-nav ul#tabs { margin:0; padding:0;}
section#main-prods #tabbed-nav ul#tabs li { margin:0; padding:0;	}	
	
.indent {font-size:.95em; margin-left: 25px;  }

small { font-size: 0.8em; margin: 0 0 5px 0; line-height: 1.4em; display: block; float: left; }
strong { font-size: 1.00em; line-height: 1.2em; font-weight: 900;  }
	
figcaption#title #hgroup h1 { font-size: 3.00em; font-weight: 800; line-height: 1.2em; margin: 0 0 5px 0; padding: 1% 0 1% 0;  }
figcaption#title #hgroup h2 { font-size: 1.85em; font-weight: 600; line-height: 1.2em; margin: 4px 0 4px 0; padding: 1% 0 1% 0; }
figcaption#title #hgroup h3 { font-size: 1.65em; font-weight: 600; line-height: 1.2em; margin: 4px 0 4px 0; padding: 1% 0 1% 0; oveflow: hidden; }	
figcaption#title h1.white, figcaption#title h2.white, figcaption#title h3.white { color: #FFFFFF; }
figcaption#title h1.black { color: #010101; }
figcaption#title h2.black, figcaption#title h3.black { color: #474747; }	
	
ul.bullets {
		list-style-type: disc;
		margin: -10px 0 20px 20px;
	}
.video {
		display: block;
	}
.gallery {
		/*	position: absolute;
	text-align: center;
	width: 100%;*/
		display: block;
	}
.buynow {
	border: 1px solid #990000;
	padding: 2px 4px 4px 4px;
	border-radius: 5px;
	color: white;
	background-image: -webkit-linear-gradient(270deg, rgba(255, 0, 0, 1.00) 0%, rgba(153, 0, 0, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255, 0, 0, 1.00) 0%, rgba(153, 0, 0, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255, 0, 0, 1.00) 0%, rgba(153, 0, 0, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255, 0, 0, 1.00) 0%, rgba(153, 0, 0, 1.00) 100%);
	background-color: #990000;
	text-align: center;
	}
.compare {
	border: 1px solid #990000;
	padding: 2px 4px 25px 4px;
	margin-top: 50px;
	border-radius: 2px;
	color: white;
	background-image: -webkit-linear-gradient(270deg, rgba(255, 0, 0, 1.00) 0%, rgba(153, 0, 0, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255, 0, 0, 1.00) 0%, rgba(153, 0, 0, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255, 0, 0, 1.00) 0%, rgba(153, 0, 0, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255, 0, 0, 1.00) 0%, rgba(153, 0, 0, 1.00) 100%);
	background-color: #990000;
	text-align: center;
	}
.check-mark {
		-webkit-font-smoothing: antialiased;
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		text-align: center;
		/* fix buttons height, for twitter bootstrap */
		line-height: 1em;

		-moz-osx-font-smoothing: grayscale;
		font-size: 1.2em;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	}
.icon-download {
		background: #bdbdbd;
		z-index: 90;
		-webkit-font-smoothing: antialiased;
		font: 2.1em/1.45em "fontello-download";
		text-decoration: none;
		color: #2e3436;
		display: block; 		display: inline-block;
		text-align: center;
		height: 60px;
		width: 60px;
		float: left;
		margin: 5px 15px 20px 0; padding-top: 2px;
	}
.ken {
		background: #bdbdbd;
		z-index: 90;
		-webkit-font-smoothing: antialiased;
		font: 1.8em/1.4em 'fontello-download';
		text-decoration: none;
		color: #2e3436;
		display: block;
		text-align: center;
		height: 40px;
		width: 40px;
		float: left;
		margin: 0 5px 0 0; 
	}
.icon-download, .icon-goto, .ken {
	font-size: 2.50em; line-height: 0em;
	font-family: 'fontello-download';
    background: #bdbdbd; background: #ff4d4d;
    z-index: 90;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    color: #2e3436;
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    float: left;
    margin: 4px 12px 0 0; 
	padding-left: 3px; padding-right: 12px; padding-top: 10px; padding-bottom: 8px; 
}	
/* BACK TO TOP */
#backtop {
		position: fixed;
		left: auto;
		right: 20px;
		top: auto;
		bottom: 20px;
		outline: none;
		overflow: hidden;
		color: #fff;
		text-align: center;
		background-color: rgba(141, 141, 141, 0.84);
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 14px;
		border-radius: 2px;
		cursor: pointer;
		transition: all 0.3s linear;
		z-index: 999999;
		opacity: 1;
		display: none;
	}
#backtop:hover {
		background-color: #990000;
	}
#backtop.mcOut {
		opacity: 0;
	}
	/* END BACK TO TOP */
	/* FLEX CONTAINERS */
section.flex-screens {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-content: /*space-around */ center;
		align-items: flex-start;
	}
figure.screen-box {
		flex: 1 0 10%; /*grow shrink basis*/
		align-self: auto;
		margin: 1em;
		background: #eff0f2;
		padding: .5em;
		border: 1px solid #C6C6C6;
	}
figure.screen-box-text {
		flex: 1 0 10%; /*grow shrink basis*/
		margin: .8em;
	}
	/*	section.flex-screens {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
figure.screen-box {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}*/
figure.screen-box img {
		width: 100%;
	}
figure.screen-box h1 {
		color: black;
		font-size: 1.25em;
		font-weight: 100;
		padding-bottom: .5em;
		text-align: center;
		background-color: #eff0f2;
		border-bottom: 1px solid #C6C6C6;
	}
section.webstore-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
figure.webstore-box {
		flex: 1 0 auto; /*grow shrink basis*/
		margin: 1em;
		background: #eff0f2;
		padding: .5em;
		border: 1px solid #C6C6C6;
		width: 20%;
	}
section.webstore-flex figure.webstore-box:last-child {
		/*flex: 0 0 25%;*/
	}
section.homepage-flex {
		columns: 3;
		column-gap: 2em;
	}
figure.homepage-box {
		margin-bottom: 1em;
		/* No cross browser 'break-inside' property being supported yet: */
		display: inline-block;
		width: 100%;
	}
	/*section.homepage-flex {
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
	justify-content: space-around;
	align-items: stretch;
    align-content: flex-start;*/
}
/*figure.homepage-box {
    flex: 1 1 auto; /*grow shrink basis*/
/* margin: 1em;
    padding: 0;
    border: 0px solid #C6C6C6;
	width: 500px;
}*/
/* END FLEX CONTAINERS */
/*	.box-webstore .caption {width: 90%; margin-left: 3%; padding:0;}
	.box-webstore img {padding-left: 10%; width: 80%}	
	.box-webstore .caption h1 { font-size: 1.2em; font-weight: bolder  }
	.box-webstore .caption h2 { font-size: .9em}*/
/* CONTAINERS */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
.column-break {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	display: table;
}
#column-left {
	float: left;
	width: 45%;
}
#column-right {
	float: right;
	width: 45%;
}
aside.full {
	width: 100%;
	margin: 30px 0 0 0;
	overflow: hidden;
}
/* END CONTAINERS */
/* BREADCRUMBS */
section#breadcrumbs {
	width: 100%;
	height: 20px;
	font-size: .7em;
	line-height: 1.9em;
	border-bottom: 1px solid #000;
	font-weight: bold;
	background-color: #BEBEBE;
}
section#breadcrumbs a {
	color: #333;
	font-weight: normal;
}
section#breadcrumbs a:hover {
	color: #c62127;
}
section#breadcrumbs ul {
	margin: 0 auto;
	padding: 0 .83333%; /* 10px / 1200px */
	height: 20px;
	max-width: 1440px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section#breadcrumbs ul li {
	list-style-type: none;
	height: 20px;
	padding: 0 4px;
	border-right: 0px solid #ABABAB;
	display: block;
	float: left;
}
section#breadcrumbs ul li:after {
	content: "/";
	padding: 0 0 0 8px;
}
section#breadcrumbs ul li:last-child:after {
	content: "";
}
section#breadcrumbs .right-links {
  position: absolute;
  right: 150px;  
  display: inline;
}

/* END BREADCRUMBS */
/*HEADER*/
nav#large {
	/*	height: 60px;
	background-color: #FFFFFF;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;*/
	display: block;
	position: relative;
	width: 75%; /* 880px / 1180px (1200-20px margin) */
	height: auto;
	text-align: right;
	font-size: 0.90em;
	z-index: 9000;
	margin: 0;
	float: right;
}
header {
	margin: 0 auto;
	width: 100%;
	z-index: 9010;
	background-color: #eff0f2;
	border-bottom: 1px solid #9A9A9A;
	position: relative;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 9);
}
header #content {
	margin: 0 auto;
	padding: 0 .83333%; /* 10px / 1200px */
	height: 75px;
	max-width: 1440px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#main-logo {
	width: 150px;
	height: 65px;
	text-indent: -9999em;
	margin: 15px 0 0 0;
	pointer-events: bounding-box;
	background-image: url(../pics/hcwlogo-white.svg), none;
	background-size: 100% !important;
	float: left;
	position: relative;
	z-index: 900000;
	background-repeat: no-repeat;
}
/*#main-logo { width: 156px;
    height: 55px;
	background: #080808 url('../pics/hcwlogo-white1.png') no-repeat 15% 0px; }*/
#main-logo a {
	display: block;
	/*    width: 110px;
    height: 35px;*/
}
/*.no-svg #main-logo {
	width: 110px;
	height: 35px;
	text-indent: -9999em;
	background: url(../pics/hcw_logo.png) no-repeat;
	background-size: 100% !important;
	float: left;
}*/
#main-logo a:hover, #main-logo a:focus, #main-logo a:active {
	background-color: transparent;
	line-height: 2em;
}
/*header section#search #formsearch {
}
header section#search input {
	padding: 1%;
	height: 26px;
	border: solid 2px #c9c9c9;
	transition: border 0.3s;
	color: #6B6B6B;
}
header section#search input:focus, header section#search input.focus {
	border: solid 2px #969696;
}*/
/*END HEADER*/
/*SOCIAL*/
figure.social, figure.social2 {
	height: 25px;
	float: right;
	width: auto;
	margin: 0 0 0 2%;
	display: block;
	clear: right;
}
figure.social ul, figure.social2 ul {
	list-style: none;
}
figure.social ul li, figure.social2 ul li {
	float: left;
	margin: 0 0 0 .8em;
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
}
figure.social a, figure.social2 a {
	font: 1.1em/1.5em 'fontello';
	text-decoration: none;
	color: #2e3436;
	background: #BDBDBD;
	display: block;
	text-align: center;
	height: 25px;
}
figure.social a:hover, .icon-download:hover, figure.social2 a:hover {
	background: #c62127;
	color: #F4F4F4;
}
/*END SOCIAL*/
/*TABLES*/
.table { font-size: 1.00em; line-height: 1.6; padding: 5px 0 5px 5px; font-weight: 500;  }
.table{ font-family: 'roboto', "Tahoma" ; }

table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .8em; font-size: 1.08em; font-size: 5em;
	line-height: 1.4em;
}
table caption {
	margin: 10px 0;
}
table img {
	margin: 0 auto;
	display: block;
}
table tr {
	border: 1px solid #ddd;
	padding: 5px;
}
table th, table td {
	padding: 10px;
	text-align: center;
}
table th {
	font-weight: bold;
	background: #f7f7f7;
}
tr:nth-child(even) {
	background: #f7f7f7;
}
tr:nth-child(odd) {
	background: #e0e1e4;
}
tbody td.notes {
	text-align: center;
}
tbody td.notes-left {
	text-align: left;
}
.chart h3 { font-size: 1.0em; line-height: .9em; margin-top: 10px; margin-bottom: 10px;}
.chart p { font-size: 1.0em; line-height: 1.2em; margin: 0px; margin-top:4px; padding: 0px; }
/*END TABLES*/
/*SUPPORT PAGES*/
section#support-title {
	margin: 20px 0;
	width: 100%;
}
section#support-title #hgroup {
	margin: 0 auto;
	padding: 0 .83333%; /* 10px / 1200px */
	max-width: 1200px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section#support-title h1 {
	color: #000000;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: normal;
}
/*END SUPPORT PAGES*/
#wrapper #banner {
	min-height: 200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	z-index: 1;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}
#wrapper #banner h1 {
	font-size: 1.6em;
	font-family: alfa-slab-one, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-style: normal;
	font-weight: 400;
	color: #0032BB;
}
#wrapper #banner p {
	font-size: 1.4em;
}
/*MAIN SECTIONS*/
main#wrapper {
	z-index: 1;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}
/*END MAIN SECTIONS*/
/*HOMEPAGE COLUMNS*/
main#wrapper {
	z-index: 1;
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	display: block;
}
/*END MAIN SECTIONS*/
/*HOMEPAGE COLUMNS*/
article#main {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
article#main #main-content {margin-bottom: 50px;}
section#main-content, section#main-prods, section#contact-main-content {
	max-width: 1440px;
	margin: 30px auto 100px auto;
	padding: 0 .83333%; /* 10px / 1200px */
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
section#main-content-100 {
	width: 100%;
	margin: 0 auto;
	padding: 0; /*.83333%;  10px / 1200px */
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
section#main-content-nopadding {
	max-width: 1440px;
	margin: 30px auto;
	padding: 0; /*.83333%;  10px / 1200px */
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#main-inner {
	padding: 0 3em;
}
/*article#main section#main-content .hp_columns {
    width: 32.20338%;  380 / 1180 (1200 -20px for padding)  
    float: left;
    background-color: #6B6B6B;
    margin-right: 20px;
}*/
article#main ul.three, article#main ul.two, article#main ul.one, article#main section#main-content-100 ul.one {
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
}
article#main ul.two li.centered {}
article#main ul.one li {
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article#main ul.one li.btn-margin {
	margin: 0 0 30px 0;
}
article#main ul.one li.red {
	width: 100%;
	text-align: center;
	background-color: #c62127;
}
article#main ul.one li.black {
	width: 100%;
	text-align: center;
	background-color: #000;
}
article#main ul.one li.gray {
	width: 100%;
	text-align: center;
	background-color: #eff0f2;
}
article#main ul.one li.blue {
	width: 100%;
	text-align: center;
	background-color: #0075c9;
}
article#main ul.one li h1.white, article#main ul.one li h2.white {
	color: #FFF;
}
article#main ul.one li h1.black, article#main ul.one li h2.black {
	color: #000;
}
article#main ul.one li h1.gray, article#main ul.one li h2.gray {
	color: #6B6B6B;
}
article#main ul.one li h1 {
	font-style: normal;
	font-weight: 200;
	font-size: 4em;
	margin: 0 0 5px 0;
	line-height: .9em;
}
article#main ul.one li h2 {
	font-weight: 100;
	font-size: 1.5em;
	margin: 0px;
}
article#main ul.one li.red-white h1, article#main ul.one li.red-white h2 {}
article#main ul.three li, article#main section#main-prods .ProductSelectorColumn {
	width: 32.20338%; /* 380 / 1180 (1200 -20px for padding) */
	float: left;
	position: relative;
	clear: none;
}
article#main ul.two li, #contact-column-left, #contact-column-right {
	width: 49.15254%; /* 580 / 1180 (1200 -20px for padding) */
	float: left;
	position: relative;
	clear: none;
}
article#main ul.two li:nth-child(2), #contact-column-right {
	margin-left: 1.69491%; /*20 / 1180 (1200 -20px for padding)*/
	margin-right: 0; /*20 / 1180 (1200 -20px for padding)*/
}
article#main ul.three li:nth-child(2), article#main section#main-prods .ProductSelectorColumn.middle {
	margin-right: 1.69491%; /*20 / 1180 (1200 -20px for padding)*/
	margin-left: 1.69491%; /*20 / 1180 (1200 -20px for padding)*/
}
.two li a {
	background-color: yellow;
}
.two li a:hover {
	background-color: yellow
}
article#main .hpboxes:hover {
	/*	background-color: #e0e1e4;*/
}
article#main .hpboxes, article#main section#main-prods .ProductSelectorColumn .prods_main2-category {
	padding: 20px 20px 5px 20px;
	margin-bottom: 30px; 
	position: relative;
	text-align: left;
	display: block;
	overflow: hidden;
	background-color: #eff0f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #6B6B6B;
}
article#main .height {
	min-height: 600px;
}
article#main .hpboxes a {
	display: block;
}
article#main section#main-content .hpboxes a {
	display: inline;
}

article#main .hpboxes img { display: block;	width: 100%; height: auto; margin-top:15px;}
article#main .hpboxes .hpboxes-txt {
	background: rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	color: white;
	padding: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article#main .hpboxes .hpboxes-txt:hover {
	opacity: 1;
}
article#main .hpboxes .hpboxes-txt ul.amazon {
  list-style-type: none;
  margin: 0;
  padding: 0;
	column-count: 2;
}
article#main .hpboxes .hpboxes-txt ul.amazon li {
display: block;
	width: 100%;

}
article#main .hpboxes .hpboxes-txt ul.amazon li a {
	color: #FFF;
	display: block;
	width: 100%;
	float: left;
	
}
article#main .hpboxes .hpboxes-txt h2 {
	color: #FFF;
	font-size: 1.3em;
	padding: 0 0 .5em 0;
}
article#main .hpboxes .hpboxes-txt p, .hpboxes-txt ul.amazon li {
	color: #FFF;
	font-size: .9em;
	padding: 0 0 .5em 0;
}
article#main .hpboxes .hpboxes-txt p a {
	color: #b0b0b0;
	margin-bottom: -10px;
}
article#main .hpboxes .hpboxes-txt p a:hover {
	color: #939393;
}
/*
article#main .hpboxes .hpboxes-txt .product_row:after {
  content: ""; margin: 0; padding: 0px;
  display: table;
  clear: both;
}	
*/
article#main .hpboxes .hpboxes-txt .product_column {
	color: white;
	font-size: .9em;
	overflow: hidden;
	float: left;
	width: 45%;
	margin: 15px 0 0 0;
	padding: 10px 0 0 5%;
	/*	line-height: 1em;*/
}
/*END HOMEPAGE COLUMNS*/

#main-content #content_hp .hp_columns .hpboxes {border: solid medium #D81215}

/* HOMEPAGE TEXT FORMATTING*/
article#main .hpboxes h1, article#main .hpboxes h2, article#main .hpboxes h3 {color: #6B6B6B; margin: 0 0 1% 0; margin: 0 0 5px 0; padding: 0;}

article#main .hpboxes h1, article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 {
	font-size: 2.05em; line-height: 1.1em; font-weight: bold; border-bottom: 0px solid #c62127; }
article#main .hpboxes h2 { font-size: 1.2em; line-height: 1.3em; margin-bottom: 0; }
article#main .hpboxes h3 { font-size: 1.12em; line-height: 1.2em; margin-bottom: 0; }
article#main .hpboxes p, article#main section#main-prods .ProductSelectorColumn .prods_main2-category p {
	/*  display: block;*/
	margin: 0 auto;
	color: #000000;
	padding: 1% 0 20px 0; padding: 1% 0 10px 0;
	line-height: 1.4em;
	font-size: 1.1em;
	color: #6B6B6B;
}
.prods_main2-category .cat_head {
	text-align: center;
    font-size: 1.45em; font-family: 'roboto', "Tahoma" ;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 25px; margin-top:20px;
    color: #111010;
}
.prods_main2-category .compare {
	background-color: #B6B6B6;
	border: 1px solid #5B0000;
	padding: 6px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.05em;
	font-weight: bold;
	margin: 0 0 1em 0;
	cursor: pointer;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(270deg, rgba(170, 0, 2, 1.00) 0%, rgba(112, 0, 0, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(170, 0, 2, 1.00) 0%, rgba(112, 0, 0, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(170, 0, 2, 1.00) 0%, rgba(112, 0, 0, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(170, 0, 2, 1.00) 0%, rgba(112, 0, 0, 1.00) 100%);
}
.prods_main2-category .compare:hover {
	background-image: -webkit-linear-gradient(270deg, rgba(204, 0, 1, 1.00) 0%, rgba(160, 0, 0, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(204, 0, 1, 1.00) 0%, rgba(160, 0, 0, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(204, 0, 1, 1.00) 0%, rgba(160, 0, 0, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(204, 0, 1, 1.00) 0%, rgba(160, 0, 0, 1.00) 100%);
}
.prods_main2-category .compare a {
	color: #FFF;
	font-weight: lighter;
	display: block;
}
.prods_main2-category .compare a:hover {}
#tabbed-nav div div ul {
	list-style: disc;
	margin: 0 0 1% 18px; /*bullets in text*/
}
/*END TEXT FORMATTING*/
/* Main HP IMAGE*/
figure#main-img-hp, figure#main-img-hp-black {
	width: 100%;
	position: relative;
	float: left;
}
figure#main-img-hp img, figure#main-img-hp-black img, figure#main-img-hp-small img, figure#main-img-hp-black-small img {
	width: 100%;
	display: block;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #000000;
}
/*
figure#main-img-hp-small { display: none; }
.single-item div h1 { position: absolute; font-weight: bolder; font-size: 5vw; font-family: droid-sans; top: 20px; left: 50px; line-height: 1em; }
.single-item div h1.white {	color: #FFF; }
.single-item div h1.black { color: #000; }
.thin { font-weight: lighter; font-size: 4vw; line-height: .9em; }
*/
main h1 { font-size: 1.9em; line-height: 1.1em; font-weight: 700; color: #6B6B6B; margin-bottom: 5px; padding: 1% 0 1% 0; font-family: 'roboto', 'Tahoma'; }
#main-img-hp h1.black { color: black; font-family: 'roboto', 'Tahoma';  }
#main-img-hp h1.white { color: white; font-family: 'roboto', 'Tahoma'; }
#main-img-hp h1.thin {font-size: 2.6em; line-height: 1.2em;  }	

/* END Main HP IMAGE*/
/* PRODUCT IMAGES*/
figure#main-img, figure#main-img-black, figure#main-mysmarthome, figure#main-full-screen {
	width: 100%;
	margin: 0 0 1em 0;
	display: inline-block; }
figure#main-img-black {
	background-color: #000000;
}
figcaption#title {
	margin: 20px auto 0 auto; 
	/*padding: 0 .83333%;  10px / 1200px */
	padding: 0 2em;
	max-width: 1440px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
}
figcaption#title #hgroup {
	float: left;
	width: 45%;
	z-index: 9020;
	position: absolute;
	top: 22px;
	background-color: rgba(255, 255, 255, 0);
	padding: .8em;
	overflow: hidden;
}
.parent {
	overflow: hidden;
	float: right;
	margin: 0 2em 0 .5em;
}
figure#main-img img, figure#main-img-black img {
	max-width: 500px;
	width: 100%; margin-bottom: 30px;
	right: 0;
	top: 0;
	z-index: 9010;
}
figure#main-full-screen img {
	width: 100%;
	right: 0;
	top: 0;
	z-index: 9010;
}
figure#main-mysmarthome img {
	max-width: 800px;
	width: 100%;
	right: 0;
	top: 0;
	z-index: 9010;
}
figcaption#title h3.new {
	font-size: 3.5em;
	color: #c62127;
	font-weight: bolder;
	margin: 0 0 .4em 0;
}
figcaption#title h1.white, figcaption#title h1.black {
	font-size: 3.8em;
	line-height: 1em;
	width: 100%;
	padding: 0;
}
figcaption#title h1.white {	color: #FFFFFF;}
figcaption#title h1.black {	color: #000000;}

figcaption#title h2.white, figcaption#title h2.black {
	/*    font-size: 2.5vw;*/
	font-size: 1.8vmax;
	line-height: 1.2em;
	font-weight: normal;
	margin: .6em 0;
	width: 100%;
	oveflow: hidden;
}
figcaption#title h3.white, figcaption#title h3.black {
	/*    font-size: 2.5vw;*/
	font-size: 1.5vmax;
	line-height: 1.10em;
	font-weight: normal;
	margin: .6em 0;
	width: 100%;
	oveflow: hidden;
}
figcaption#title h2.white, figcaption#title h3.white {color: #FFFFFF;}
figcaption#title h2.black, figcaption#title h3.black {color: #333;}
/* END PRODUCT IMAGES */
/*OTHER IMAGES*/
figure#about-img {
	width: 100%;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
figure#about-img img {
	display: block;
}
/*END OTHER IMAGES*/
/*  Image items to the right, left and center
.img-captions-right {
	width: 40%;
	float: right;
	text-align: center;
	margin: 10px 0 35px 40px;
	overflow: hidden;
	border: 0px solid #6B6B6B;
}
.img-captions-right p {
	font-size: .6em;
	color: black;
}
.img-captions-right h6 {
	font-size: .6em;
	color: black;
}
*/
/*  Image items to the right, left and center*/	




/*  Image items to the right, left and center*/	
.video-right {float: right; width: 25%; height: 200px;}	
.video-list { margin-top: 50px; width: 100%; }
.video-list:after {content: "";
  display: table;
  clear: both; }	
.video-list-item { height: 450px; width: 45%; width: auto; padding: 10px; float: left;  margin: 20px 5px; clear: none; } 
.video-list-item iframe { height: 300px; width: 330px; width: auto; frameborder: 0px; }

.video-right:after  {content: ""; display: table; clear: both; }
.video-right-item {float:right; } 
.video-right-item iframe { height: 250px; width: 350px; frameborder:0px  }

.img-captions-right, .video-list-item p {font-size: .95em; color: black;}
.img-captions-right, .video-list-item h5 {font-size: 1.05em; color: black;}
.img-captions-right, .video-list-item h6 {font-size: .8em; color: black;}

.img-captions-right { width: 40%; float: right; text-align: center; margin: 10px 0 35px 40px; overflow: hidden; border: 0px solid #6B6B6B;}
.img-captions-left { width: 40%; float: left; text-align: center; margin: 10px 25px 25px 0; overflow: hidden; border: 0px solid #6B6B6B; }
.img-captions-left-auto {width: auto;}

.width100 {
	width: 100%;
}
.img-captions-right p, .img-captions-left p {
	text-align: center;
	border-bottom: 0px solid #6B6B6B;
	border-top: 0px solid #6B6B6B;
	padding: 0 0 5px 0;
	clear: left;
	font-size: 0.8em;
	line-height: 1.3em;	/*	color: #6B6B6B;
	background: #eff0f2;*/
	margin: 0 0 2em 0;
}
.img-center {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}
/*	.img-center img {
		width: 80%;
		margin: 0 auto;
	}*/
/*  End of image items to the right and left */
/*#accordion p {
	line-height: 1.65em;
}
#accordion a {
	color: #000000;
}
#accordion a:hover {
	color: #000099;
	background-color: #e0e0e0;
}
#accordion a:focus {
	color: #990000;
	background-color: #000099;
}*/
/*  Product boxes on Product and Support pages */
section.two-col {
	padding-top: 20px;
	display: block;
	overflow: hidden;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-rule: 0px dotted #ddd;
	-moz-column-rule: 0px dotted #ddd;
	column-rule: 0px dotted #ddd;
	margin: 0;
	background-color: rgba(255, 255, 255, .8);
	-webkit-column-rule: 1px solid #6B6B6B;
	-moz-column-rule: 1px solid #6B6B6B;
	column-rule: 1px solid #6B6B6B;
}
section.two-col-models {
	padding-top: 20px;
	display: block;
	overflow: hidden;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-rule: 0px dotted #ddd;
	-moz-column-rule: 0px dotted #ddd;
	column-rule: 0px dotted #ddd;
	margin: 0;
	background-color: rgba(255, 255, 255, .8);
	-webkit-column-rule: 1px solid #6B6B6B;
	-moz-column-rule: 1px solid #6B6B6B;
	column-rule: 1px solid #6B6B6B;
}
article#main section#main-prods section#two-col p, article#main section#main-prods section#two-col h2, .col-break {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	display: table;
	overflow: hidden;
}
article#main section#main-prods .ProductSelector {
	overflow: hidden;
	padding-top: 40px; padding-top: 0px;
}
article#main section#main-prods .ProductSelectorColumn {
	padding-top: 0;
}
article#main section#main-prods #main-text {
	width: 75%;
	margin: 0 auto;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category {}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul h2:first-of-type {
	border-top: 1px solid #999;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 {}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 p {}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 a { display: block; }
article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 a img {
	float: left;
	position: absolute;
	left: 5px;
	top: 5px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul h2 {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-size: 1.15em;
	font-style: normal;
	line-height: 2em;
	text-indent: 5px;
	color: #4E4E4E;
	border: none;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul p {	font-size: 1.0em; }
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul h3 {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-size: 1.05em;
	font-style: normal;
	line-height: 2em;
	text-indent: 5px;
	border-bottom: 1px solid #999;
	color: #4E4E4E;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul {
	padding-left: 0px;
	margin: 0;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul.single {
	font-weight: bold;
	line-height: 22px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul.single li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li {
	font-size: 1.00em; font-weight: 500; font-family: 'roboto', "Tahoma" ;
	margin: 5px 0;
	padding: 10px 0 30px 0; 	padding: 10px 0 10px 0;
	list-style-type: none;
	border-bottom: 1px solid #999;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li:last-child {
	border-bottom: 0px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a {
	text-decoration: none;
	display: block;
	color: #5B5B5B;
/*	height: 50px;
	padding: 2%; */
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a:hover {
	background-color: #e0e1e4;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a p {
	font-size: 1.0em;
	padding-top: 2%;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a p.line-height {
	padding-top: 5px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a img {
	float: left;
	margin-right: 12px;
	height: 45px;
	width: 55px;
}
article#main section#main-prods .note {
	padding: 10px 15px 40px 35px;
	margin: 15px 0 25px 0;
	border: 1px solid grey;
	background-color: #eff0f2;
}
article#main section#main-prods .note h2 { font-size: 1.25em; font-weight: 700;  }
article#main section#main-prods .note p:first-of-type { margin-top: 10px; }
article#main section#main-prods .note p { /* margin-top: -5px; margin: 0; padding-top: 0px; */ line-height: 1.3; }
.qi-download {
/* 	display: block;	height: auto;width: 100%;position: relative;float: left; */
 	margin: 15px 0 15px 0px; width: 100%; display: block;
	clear: both;
}
.qi-download a { font-weight: bold; }
#main #main-prods ol {
	padding-left: 0px;
	margin-left: 25px;
}
#main-prods p.small_note {
	padding-top: 5px;
	padding-left: 15px;
	font: 200;
	color: grey;
}

article#main section#main-prods section.two-col #accordian h3 {font-size: .5em;}


/*  End Main pages on Product Selector and Support Selector  */
/*FOOTER*/
footer {
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
	border-top: 1px solid #9A9A9A;
}
footer section#footer {
	max-width: 1440px;
	margin: 30px auto;
	padding: 0 .83333%; /* 10px / 1200px */
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}
footer #links {
	min-height: 30px;
	float: left;
	width: 70%;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 1.4em;
	font-size: 0.8em;
}
footer #links ul {
	list-style-type: none;
}
footer #links ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 1.5%;
	padding-left: 1%;
}
footer #links ul li:last-child {
	border-right-width: 0px;
}
footer #links ul li:first-child {
	padding-left: 0px;
}
footer #links ul li a {
	color: #666;
	text-decoration: none;
	margin: 0px;
}
footer #links a:hover {
	color: #333;
}
footer #country {
	height: 30px;
	float: left;
	width: 100%;
	margin: 0;
	display: block;
}
footer #country select {
	margin: 0 0 0 -1.5%;
	width: 125px;
	border: 1px solid #bdbdbd;
	padding: .1em;
	color: #6B6B6B;
	font-size: .8em;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*END FOOTER*/
.w2000, .w1999, .w1920, .w1500, .w1370, .w1100, .w1075, .w1024, .w1050, .w850-1050 {display: none; border: 1px solid red; }

@media only screen and (min-width: 2000px) { section#main-prods { width: 100%; max-width: 1600px; padding-left: 10%; padding-right: 10%; } 
	.w2000 {display: inline;} }
/* @media only screen and (min-width: 2000px) { section#main-prods { width:100%; max-width: 1600px; margin: auto; padding: 0 100px;} } */
@media only screen and (min-width: 1920px) and (max-width: 1999px) { section#main-prods { width:100%; max-width: 1420px; } section#main-prods { margin: auto; padding: 0 10px; } 
	.w1999 {display: inline;} }
@media only screen and (max-width: 1920px) { section#main-prods {width: 100%; max-width: 1600px; padding-left: 5%; padding-right: 10%; } 
	.w1920 { display: inline; } }
@media only screen and (max-width: 1500px) { section#main-prods {width: 100%; max-width: 1600px; padding-left: 5%; padding-right: 10%; } table { font-size: .8em;}  
	.w1500 {display: inline;} }
@media only screen and (max-width: 1370px) { .video-list-item {width: 45%; }  
	.w1370 {display: inline;} }
@media only screen and (max-width: 1100px) { section#main-prods { width:100%; max-width: 1000px; margin: auto; padding: 0 10px; padding: 0 5%;}  
	.w1100 {display: inline;} }
@media only screen and (max-width: 1075px) { section#main-prods { padding: 0 30px 50px 20px; padding: 0 5%; } 
	.w1075 {display: inline;} }
@media only screen and (max-width: 850px) {
	article#main .height { min-height: 550px; }
	article#main .hpboxes .hpboxes-txt h2 { font-size: 1.3em; padding: 0 0 .5em 0; }
	article#main .hpboxes .hpboxes-txt p, .hpboxes-txt ul.amazon li { font-size: .8em; padding: 0 0 .5em 0; } 
	.w850-1050 {display: inline;} }

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  section#main-prods { padding: 0 50px;}
}
/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  section#main-prods { padding: 0 50px;}
}
/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  section#main-prods { padding: 0 50px;}
}
@media only screen and (max-width: 1000px) {
figcaption#title { width: 100%; float: left; margin: 0px 10px; padding: 0px 20px; }
figcaption#title #hgroup { width: 100%; position: relative; float: left; margin:0px; padding: 0px; }
}
@media only screen and (max-width: 850px) {
article#main {margin-left: 0px; margin-bottom: 50px; }
section#main-prods {margin-left: 2px; }
.parent { float: left; width: 100%; text-align: center; }
h1 { font-size: 2.5em; font-weight: normal; line-height: 1.2em; }
h2 { font-size: 1.55em; color: #6B6B6B; font-weight: 600; line-height: 1.2em; }
h3 { font-size: 1.40em; color: #6B6B6B; font-weight: 450; line-height: 1.2em;margin-bottom: 5px;  }	
article#main p { font-size: 1.05em; line-height: 1.4em; font-weight: 500; }	
article#main ul { font-size: 1.05em; line-height: 1.4em; font-weight: 500; }	

figcaption#title h1.white, figcaption#title h1.black {
    width: 100%; text-align: left; font-size: 3em; }
figcaption#title h2.white, figcaption#title h2.black {
    width: 100%; text-align: left; font-size: 2.0em;}
figcaption#title h3.white, figcaption#title h3.black {
    width: 100%; text-align: left; font-size: 1.7em;}
figure#main-img, figure#main-img-black { margin: 0; }
article#main .height { min-height: auto; }
article#main ul.three li, article#main ul.two li, article#main section#main-prods .ProductSelectorColumn, #contact-column-left, #contact-column-right {
    width: 100%; float: left; position: relative; clear: none; margin: 0px; }
article#main ul.three li:nth-child(2), article#main ul.two li:nth-child(2), article#main section#main-prods .ProductSelectorColumn.middle {
    margin-right: 0px; margin-left: 0px; }
article#main .hpboxes .hpboxes-txt p, .hpboxes-txt ul.amazon li { color: #FFF; font-size: 1.4em; padding: 0 0 .5em 0; }
article#main .hpboxes .hpboxes-txt h2 { font-size: 1.6em; }
.img-captions-right, .img-captions-left { width: 100%; display: block; text-align: center; }
section.homepage-flex { columns: 1; column-gap: 1em; }
}
@media only screen and (min-width: 680px) and (max-width: 850px) {
	/*article#main .hpboxes h2 {
    font-size: .95em;
    line-height: 1.2em;
}*/
	/*article#main .hpboxes p {
    padding-top: 0%;
    line-height: 1.3em;
    font-size: .75em;
}*/
}
@media only screen and (max-width: 680px) {
	/*nav#small {
	float: right;
	height: 30px;
	background-color: none;
	z-index: 9000;
	margin: 0;
	font-size: 0.95em;
}*/
figure.screen-box { flex: 0 1 100%;	}
table {font-size: .8em;}
article#main section#main-prods #main-text { width: 90%; }
	/*#social li:first-child {
	margin-left: 1%;
}*/
figure.social2 { float: left; width: 100%; display: block; margin: 0 0 1em 0; }
figure.social2 ul li { margin: 0 .8em 0 0; }
footer #links { width: 100%; margin: 0 0 10px 0; font-size: .9em; }
#column-left { width: 100%; }
#column-right { float: left; width: 100%; }
article#main section#main-prods section.two-col, section.two-col-models {
	-webkit-column-count: 1; 
	-moz-column-count: 1;
	column-count: 1;
}
/*
table thead { display: none; }
table tr { margin-bottom: 10px;	display: block;	border-bottom: 2px solid #ddd; }
table td { display: block; text-align: right; font-size: 3.0em; border-bottom: 1px dotted #ccc; }
table td:last-child { border-bottom: 0; }
table td:before { content: attr(data-label); float: left; font-weight: bold; }
tbody td.notes { text-align: left; }
*/
article#main .hpboxes { margin-bottom: 30px; }
figure#main-img-hp-small, figure#main-img-hp-black-small { display: block; }
figure#main-img-hp, figure#main-img-hp-black { display: none; }
.single-item div h1 { left: 20px; right: 20px; font-size: 7vw; display: block; float: left; width: 100%; }
.thin { font-size: 5vw;/*    font-weight: lighter; line-height: .9em;*/	}
}
/*END SMALL*/
/*SMALL MOBILE*/
@media only screen and (max-width: 480px) {
article#main, section#main-prods, #tabbed-nav, .ProductSelector, .ProductSelectorColumn  {margin-left: 0px; padding-left: 0px;  }
.video-list-item {width: 100%; }
article#main ul li .hpboxes .hpboxes-txt {	/*	display: none;*/ }
figure.social {	display: none;	}
#main-inner { padding: 0 1em; }
article#main ul.one li h1 {	font-style: normal;	font-weight: 200; font-size: 2.8em;	margin: 0 0 10px 0;	line-height: .9em; }
article#main ul.one li h2 { font-weight: 100; font-size: 1.4em;	margin: 0px; }
}
/*END SMALL MOBILE*/
/*SMALL*/
/*END Product titles*/
/*SMALL MOBILE*/
@media only screen and (max-width: 479px) {}
/*END SMALL MOBILE*/
/*RETINA OPTIMIZED*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( -moz-min-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx), only screen and (min-width: 1400px) {
#main-logo {
	background: url(../pics/hcwlogo@2x.png) no-repeat;
}
}*/
/*END RETINA OPTIMIZED*/