@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("../plugins/ExpandingSearchBar/css/search-bar_new-nav.css");
@import url("../flag-icon-css-master/css/flag-icon.css");
@import url("nav-styles.css");

@media screen {
img, object, embed, video {
    max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
    width: 100%;
}
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 { 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, p, li {color: #6B6B6B; font-family: sans-serif, 'roboto', 'Tahoma'; }	
h1 { font-size: 2.3em; font-weight: 600; margin: 12px 0 5px 0px; padding: 1% 0; line-height: 1.2em; }
h2 { font-size: 1.75em; font-weight: 700; margin: 6px 0 4px 0px; padding: 1% 0; line-height: 1.50em; }
h3 { font-size: 1.4em; font-weight: 600; margin: 10px 0 3px 0; padding: 1% 0; line-height: 1.35em; }
h4 { font-size: 1.10em; font-weight: bold; margin: 0 0 5px 0; padding: 1% 0 .5% 0; line-height: 1.45em; text-decoration: underline;  }
h5 { font-size: 1.10em; font-weight: bold; margin: 0 0 5px 0; padding: 1% 0 .5% 0; line-height: 1.45em; }
p, li { font-size: 1.10em; font-weight: normal; color: #333; line-height: 1.55em; padding: .5% 0; }
li { margin-left:1.5em; line-height: .8em; }
ul#three, ul.three li { margin-left: 0; }
	
section#main-prods ul li, 
section#main-prods ul li ul li {  }
section#main-prods #tabbed-nav { margin-bottom: 50px; }

small { margin: 0 0 5px 0; font-size: 0.8em; line-height: 1.4em; display: block; float: left; }

/* Home page */
article#main section#main-content h1 { font-size: 1.9em; line-height: 1.2em; font-weight: 700; color: #6B6B6B; margin-bottom: 5px; padding: 1% 0 1% 0; font-family: 'roboto', 'Tahoma'; }
.slide h1 {font-family: sans-serif, 'roboto', 'Tahoma';  }

/* Image Gallery */
.example-image {margin: 0px; float: left}

/* Chat box */
.chat-box {   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-bottom: 50px; }

/* Product and Support main page: product format */
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a p { font-size: 1.05em; padding-top:0px; }
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a p.line-height { padding-top: 5px; }

/* Products pages: head and subhead */
figcaption#title #hgroup h1 { font-size: 2.90em; font-weight: 600; line-height: 1.05em; margin: 0 0 5px 0; padding: 1% 0 1% 0;  }
figcaption#title #hgroup h2 { font-size: 1.65em; font-weight: 600; line-height: 1.1em; margin: 4px 0 4px 0; padding: 1% 0 1% 0; }
figcaption#title #hgroup h3 { font-size: 1.65em; 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; }

/* Product and Support pages: tabs */
section#main-prods ul#tabs li { font-weight: normal; }

/* Webstore */
article#main section#main-prods .wrap h1.webstore-divider {font-size: 2.500em; font-family: 'roboto', 'Tahoma'; }	
article#main section#main-prods .wrap .caption h1 {font-size: 1.2em; font-weight: 600; color: #efefef; }
article#main section#main-prods .wrap .caption h2 {font-size: 1.1em; font-weight: 600; color: #efefef; }
article#main section#main-prods .wrap .caption h3 {font-size: .95em; font-weight: 400; color: #dfdfdf; }

#tabbed-nav li, .qi-download, .img-captions-right  { font-size: 1.00em; line-height: 1.45em; font-weight: normal; font-family: 'roboto', 'Tahoma';}
	
.chart p { font-size: 1.0em; padding: 0; padding-bottom: .16em; 	}
.code { padding-left: 10px; padding-bottom: 15px; font-style: italic; font-weight: bolder; font-size: 1em; }
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;
    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;
}
.check-mark, .check-mark-big {
    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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6em;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	}
.icon-download, .icon-goto {
	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: 55px;
    float: left;
    margin: 4px 10px 0 0;
	padding: 8px 4px 4px 4px;
}

.ProductSelectorColumn .prods_main2-category ul li .icon-download  { height: 60px; width: 65px; margin: 0px 10px 0 0; padding: 8px 0px 0px 0px; }	

/* 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%;*/
}
/* 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; font-size: .8em;
    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; margin-top: 4px;
    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: "";
}
/* 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: 1400px;
    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: 47px;
    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;
}
#main-logo a { display: block; }
/*.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;
    height: 25px; /*     width: 25px; */
    display: block;
    overflow: hidden;
}
/*
figure.social a, figure.social2 a {
    font: 1.1em/1.5em 'fontello';
    text-decoration: none;
    color: #2e3436;
    background: #BDBDBD; background: none;
    display: block;
    text-align: center;

}
*/
figure.social a:hover, .icon-download:hover, figure.social2 a:hover {
    background: #c62127;
    color: #F4F4F4;
}
/* YouTube icon */
.social4 { position: relative; background-color: white;}
.social4 img { height: auto; opacity: .5; z-index: +100; }
.yt_image { position: absolute; left: 0; top: 0;}
.yt_image img { height: auto; opacity: .0;  z-index: -1;  }
.yt_image:hover img { opacity: 1; z-index: +2; background-color: white; }		
	
/*END SOCIAL*/
/*TABLES*/
table {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .9em;
  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;
}
/*END TABLES*/
/*SUPPORT PAGES*/
section#support-title {
    margin: 20px 0 0 0;
    width: 100%;
}
section#support-title #hgroup {
    margin: 0 auto;
    padding: 0 .83333%; /* 10px / 1200px */
    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#support-title h1 {
    color: #000000;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: normal;
}
/*END SUPPORT PAGES*/
	
#wrapper #banner {
    /* min-height: 180px; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 30px 0px 30px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}
#wrapper #banner h1 {
    font-size: 1.6em;
    font-family: 'roboto', 'Lucida Bright', 'serif';
    font-style: normal;
    font-weight: 500;
    color: #0032BB;
}
#wrapper #banner p { font-size: 1.4em; }

/*MAIN SECTIONS*/
main#wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #FFFFFF;
}
/*END MAIN SECTIONS*/
/*HOMEPAGE COLUMNS*/
section#hp-cols {
	display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
	}
.hp-flex-cols {
	flex: 33.33%;
  max-width: 33.33;
  padding: 0 4px;
	}
.hpboxes-flex {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
	}
article#main {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}
section#main-content, section#main-prods, section#contact-main-content {
	max-width: 1600px; /*1920*/
	max-width: 1440px;
	max-width: 1800px;
	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;
}
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;
    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 section#main-prods #tabbed-nav li {padding-top: .3em;}
article#main section#main-prods #tabbed-nav #tabs li {padding-top: 0em;}	
article#main .height { min-height: 600px; }
article#main .hpboxes a { display: block; }
article#main .hpboxes img { display: block; width: 100%; height: auto; }
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 h2 { color: #FFF; font-size: 1.2em; }
article#main .hpboxes .hpboxes-txt h3 { color: #FFF; font-size: 1.0em; }	
article#main .hpboxes .hpboxes-txt p { color: #FFF; font-size: 3em; }
article#main .hpboxes .hpboxes-txt p a { color: #b0b0b0; }
article#main .hpboxes .hpboxes-txt p a:hover { color: #b0b0b0; color: red; }
/*
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: 1.0em; overflow: hidden; 
	float: left;
	width: 45%;
	margin: 15px 0 0 0; padding: 0 0 0 5%;
	}	
/*END HOMEPAGE COLUMNS*/
/*TEXT FORMATTING*/
/*h1 in hp boxes*/
article#main .hpboxes h1, article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 {
    font-size: 2.2em;
    margin: 0 0 1% 0;
    font-weight: bold;
    border-bottom: 0px solid #c62127;
    line-height: 1.1em;
}
article#main .hpboxes h2 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 0;
    color: #6B6B6B;
}
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;
    line-height: 1.4em; 
    font-size: 1.1em; 
    color: #6B6B6B;
}
.prods_main2-category .cat_head {   
	text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
    color: #111010;
}
.prods_main2-category .compare {
    background-color: rgba(116,0,46,1.00);
    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 { font-weight: bolder; }
	
#tabbed-nav div div ul {
    list-style: disc;
    margin: 0 0 1% 18px; /*bullets in text*/
}
/*END TEXT FORMATTING*/
/* Home page */
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: 4vw; line-height: 1em; /* font-family: 'droid-sans'; */
    top: 20px;
    left: 50px;
}
/*
.single-item div h1.white { color: #FFF; }
.single-item div h1.black { color: #000; }
*/	
.single-item h1.white { color: #FFF; }
.single-item h1.black { color: #000; }
.thin { font-size: 3vw; line-height: .9em; font-weight: lighter; }
/* 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 {
	min-height: 300px;
    overflow: hidden;
    float: right;
    margin: 0 2em 0 .5em;
}
figure#main-img img, figure#main-img-black img {
    max-width: 500px;
    width: 100%;
    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;
}
/* END PRODUCT IMAGES */	
/*  Product page title */	
figcaption#title h3.new {
    font-size: 3.5em;
    color: #c62127;
    font-weight: bolder;
    margin: 0 0 .4em 0;
}
/*
figcaption#title h1.white, figcaption#title h2.white, figcaption#title h3.white { color: #FFFFFF; }
figcaption#title h1.black { color: #000000; }
figcaption#title h2.black, figcaption#title h3.black { color: #444; }
	
figcaption#title h1.white, figcaption#title h1.black {
    font-size: 3.5em; font-size: 3.0vmax; 
    line-height: 1em;
    width: 100%;
    padding: 0;
}
figcaption#title h2.white, figcaption#title h2.black {
    font-size: 1.5vmax; font-size: 1.80vmax;
    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.0vmax;
	line-height: 1.2em;
	font-weight: normal;
	margin: .6em 0;
	width: 100%;
	oveflow: hidden;
}
*/
	
/* 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*/	
/* .video-right {float: right; width: 25.00%; height: 200px;}	 */
.float-right-vertical { width: 400px; float: right; margin-left: 15px;}
.width100 { width: 100%; }

.video-right {float: right; width:33.33%; margin-top:20px; margin-left:20px}	
.video-list { margin-top: 10px; width: 100%; }
.video-list:after {content: "";
  display: table;
  clear: both;   
}	
.video-right:after  {content: ""; display: table; clear: both; }
.video-list-item { float:left; width: 350px; height: 400px; margin: 20px 5px; clear: none;  } .video-list-item-hp { float:left; /* width: 350px; height: 400px; */ margin: 20px 5px; clear: none;  } 
.video-list-item iframe { width: 330px; height: 300px; frameborder: 0px; }
.video-right-item {float:right; } 
.video-right-item iframe { height: 250px; width: 350px; frameborder:0px  }

.img-captions-left { float: left; text-align: center; margin-right: 15px; ; /* overflow: hidden; */ border: 0px solid #6B6B6B;} 
.img-captions-left { width: 33%; height: 350px; margin-bottom: 30px; }
.img-captions-left img,  .img-captions-left h3,  .img-captions-left h6 { float: left; width: 98%; /* height:300px; */ padding: 1%;  }


.img-captions-right { display: inline; width: 40%;  max-width: 40%; float: right; text-align: center; margin: 10px 0 35px 40px; overflow: hidden; border: 0px solid #6B6B6B;
}
.img-captions-right img { max-width: 100%; padding-top: 50px;  border: 0px solid blue;}
.img-captions-right iframe { width: 100%; height: 400px; max-width: 1000px; }
.img-captions-right h3, .img-captions-left h3, .video-list-item h3 { font-size: 1.15em; color: black; }
.img-captions-right h5, .img-captions-left h5, .video-list-item h5 { font-size: .95em; padding-right: 5px; color: black; }
.img-captions-right h6, .video-list-item h6, .video-right-item h6, .img-captions-left h6 {
    font-size: .6em; font-family:verdana; font:italic; color: grey;  }	
.img-captions-right p, .video-list-item 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;     font-size: 1.00em;
    line-height: 1.3em;	/*	color: #6B6B6B;
	background: #eff0f2;*/
}
.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 ul, #accordion li { line-height: 1.65em; }
#accordion a { color: #CC1111; }
#accordion a:hover { color: #000099; background-color: #e0e0e0; }
#accordion a:focus { color: #990000; background-color: #000099; }

.accordion p { line-height: 1.65em; }
.accordion ul, #accordion li { line-height: 1.65em; }
.accordion a { color: #CC1111; }
.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 p, section.two-col ul, section.two-col h1, section.two-col h2, section.two-col h3, section.two-col h4, section.two-col h5, section.two-col .note {padding-left: 5px;}	
article#main section.two-col p, article#main section.two-col ul, article#main section.two-col .note, article#main section.two-col .note  {padding-left: 10px;}	
.two-col_a { font-size: 3em; }
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 section.two-col li {padding: 5px 5px 5px 0px;}	
	
article#main section#main-prods section#two-col .newproduct { font-size: 5em;	}
article#main section#main-prods .ProductSelector { overflow: hidden; padding-top: 40px; }
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;
    background-color: #d1d1d1;
    height: 30px;
    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: 20px -20px 0 -20px;*/
    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: #888;	
    padding-top: 0px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li {
    list-style-type: none;
    border-bottom: 1px solid #bbb; 
	margin: 4px 0px 6px 0px; padding: 6px 0;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li:first-child {
    border-top: 1px solid #aaa;
}
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: 1%;
}
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 img {
    float: left;
    margin-right: 12px;
    height: 45px;
    width: 55px;
}
article#main section#main-prods .note, article#main section.two-col .note, section#support-title .note {
    border: 1px solid grey;
	padding: 20px 25px 35px 35px;
    margin-top: 10px; margin-bottom: 25px; 
    background-color: #eff0f2;
}
article#main section#main-prods .note h2 {margin-top: 12px; padding-top:0px;}
article#main section#main-prods .note p:first-of-type {margin-top: 10px; }
article#main section#main-prods .note p {font-size: 1.05em; margin-top: 10px; padding-top:0px; line-height: normal; }
	
	
	
article#main section#main-prods .note, #hgroup .note, section#support-title .note {
	border: 1px solid grey;
	padding: 20px 25px 25px 35px; 
	margin: 15px 0 25px 0px;
	background-color: #eff0f2;
}
article#main section#main-prods .note h2, #hgroup .note h2 { font-size: 1.25em; font-size: 1.75em; font-weight: 700;  }
article#main section#main-prods .note h3, #hgroup .note h3  { font-size: 1.0em; font-weight: 700; margin-top: 0px;  }
article#main section#main-prods .note p, #hgroup .note p { font-size: .95em; font-size: 1.05em; line-height: normal;  line-height:1.5em;}
article#main section#main-prods .note p:first-of-type, #hgroup .note p:first-of-type { margin-top: 10px; }
	
	
	
	
.qi-download { margin: 0; margin-bottom: 3.5em; 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;
}
/*  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*/
/* Display width check: set all width displays to off, and then selectively turn them on below  - then add this to the html page: <div class="w1920">1920</div> */
.w1920, .w2000, .w1999, .w1500, .w1370, .w1075, .w1024, .w1050, .w850-1024 { display: none; border: 1px solid red; }

@media only screen and (min-width: 2000px) { section#main-prods { width: 1600px; max-width: 1600px; width: 1275px; max-width: 1275px; 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;}  
	.w2000 {display: inline;} }
@media only screen and (max-width: 1999px) { section#main-prods { width:100%; max-width: 1400px; margin: auto; padding: 0 100px;}  
	.w1999 {display: inline;} }
@media only screen and (max-width: 1500px) { 
	.w1500 {display: inline;} }
@media only screen and (max-width: 1370px) { .video-list-item {width: 45%; }  
	.w1370 {display: inline;} }
@media only screen and (max-width: 1075px) { section#main-prods { padding: 0 30px;}  
	.w1075 {display: inline;} }
/* @media only screen and (max-width: 1024px) { article#main .height { min-height: 550px; }  .w1024 {display: inline;} } */
@media only screen and (min-width: 850px) and (max-width: 1024px) {	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-1024 {display: inline;} }
/* @media only screen and (min-width: 850px) and (max-width: 1050px) { 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; } } */

/* ----------- 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; }
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; line-height: 1.2em; }
h3 { font-size: 1.40em; 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%;	}

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;
}	
	
article#main section#main-prods {margin: 0px; padding: 0px; }
article#main section#main-prods #tabbed-nav  {margin: 0px; padding: 0px;}

table {	width: 860px; border: 0; }
table tr, table td, table thead { font-size: .95em}
table thead th { border-left: 1px dotted #ccc }	
table tr { border-bottom: 2px solid #ddd; }
table td { border-bottom: 1px dotted #ccc; border-left: 1px dotted #ccc }
table td img {display:none}
/*
table thead { display: none; }
table tr { margin-bottom: 10px;	display: block;	border-bottom: 2px solid #ddd; }  
table td, table thead { font-size: .8em}
table td { display: block; text-align: right; font-size: .7em; 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*/
}


