/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

/*================ End Reset ========================*/
@font-face {
  font-family: 'venera700';
  src: url("../fonts/venera-700-webfont.eot");
  src: url("../fonts/venera-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/venera-700-webfont.woff") format("woff"), url("../fonts/venera-700-webfont.ttf") format("truetype"), url("../fonts/venera-700-webfont.svg#venera700") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  color: #60656e;
  font-size: 1em;
  font-family: "proxima-nova-n4", "proxima-nova", Helvetica, sans-serif;
  line-height: 1.6em;
  font-weight: normal; }

body.lightSciences {
  background-color: #282b2f;
  color: #f2f4f7; }

.lightSciences h1, .lightSciences h2, .lightSciences h3, .lightSciences h4, .lightSciences h5, .lightSciences h6 {
  color: #fff; }
.lightSciences .footer {
  background-color: #282b2f; }

strong {
  font-weight: 600; }

a {
  color: #378bd1;
  text-decoration: none; }

a:hover {
  color: #176cb3;
  -o-transition: color .2s ease-out;
  -ms-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -webkit-transition: color .2s ease-out;
  /* ...and now for the proper property */
  transition: color .2s ease-out; }

em {
  font-style: italic; }

sup {
  font-size: 0.7em; }

textarea, input {
  outline: none; }

span.icon {
  font-size: 1.4em;
  font-family: "Entypo";
  position: relative;
  top: 2px;
  color: #afb8c1; }

h1 {
  color: #000;
  letter-spacing: -2px;
  font-weight: 100;
  font-style: normal;
  font-size: 4em;
  line-height: 1em; }

h2 {
  margin-bottom: .7em;
  color: #282b2f;
  letter-spacing: -1px;
  font-weight: 300;
  font-style: normal;
  font-size: 3em;
  line-height: 1.2em; }

h3 {
  color: #282b2f;
  letter-spacing: -1px;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2em; }

h4 {
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.4em;
  letter-spacing: -1px; }

h5 {
  color: #58616a;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1em; }

h6 {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em; }

h1.venera {
  font-family: "venera700"; }

.center {
  text-align: center; }

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

.bold {
  font-weight: bold; }

.headline {
  font-weight: 700;
  color: #282b2f;
  font-size: 1.3em;
  line-height: 1.4em; }

.lightText {
  font-weight: 200; }

p {
  margin: 1em 0; }

.clearLeft {
  clear: left; }

ul.list {
  list-style: circle;
  margin-top: 20px; }
  ul.list li {
    list-style-type: circle;
    margin-left: 20px;
    line-height: 2em; }
  ul.list ul {
    margin-top: 0px; }

.disclaimer {
  color: #afb8c1;
  font-size: 0.7em; }

section {
  padding: 100px 0;
  width: 100%;
  position: relative; }

.wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 200; }

a:hover h1.venera span {
  color: #fff; }

.homepage .wrap {
  background: transparent; }

.homepage .sizzler .contentArea {
  margin-top: 100px; }

.is-sticky .wrap {
  background-color: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08); }

#undefined-sticky-wrapper.sticky-wrapper {
  height: 131px !important; }

.is-sticky .wrap .contentArea .header {
  padding: 20px 0 0 0;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden; }

.container {
  margin: 0 auto;
  width: 960px;
  position: relative;
  z-index: 1; }

.header {
  position: relative;
  padding: 40px 0 20px 0;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden; }
  .header.black {
    background-color: #000;
    border-bottom: 1px solid #000; }
    .header.black nav a {
      color: #fff; }

.contentArea {
  margin: 0 auto;
  width: 960px;
  position: relative; }

.content {
  padding: 50px 0px; }

.productDesign {
  background-color: #f2f4f7; }

.white {
  color: #fff; }

.full {
  clear: both;
  margin: 0px 10px;
  position: relative; }

.half {
  float: left;
  margin: 0 10px;
  width: 460px;
  position: relative;
  min-height: 10px; }

.sixth {
  width: 140px;
  float: left;
  margin: 0 10px;
  position: relative; }

.fourth {
  width: 220px;
  float: left;
  margin: 0 10px;
  position: relative;
  min-height: 10px; }

.threeQuarter {
  width: 700px;
  float: left;
  margin: 0 10px;
  position: relative;
  min-height: 10px; }

.third {
  float: left;
  margin: 0 10px;
  width: 300px;
  position: relative;
  min-height: 10px; }

.twoThird {
  float: left;
  margin: 0 10px;
  width: 600px;
  position: relative;
  min-height: 10px; }

.clearfix:after {
  display: table;
  clear: both;
  content: ""; }

.preheader {
  position: relative;
  padding: 8px 0px;
  background-color: #fff; }
  .preheader .container {
    border-bottom: 1px solid #f2f4f7; }

img.logo {
  position: relative;
  top: -6px; }

.cent {
  text-align: center; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.supped {
  position: relative;
  top: -10px; }

.partNo {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #afb8c1; }

.clouds, .lightning, .lunar, .regional {
  background-image: url(../img/icons_life.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 50px; }

.lightning {
  background-position: 0 -46px; }

.lunar {
  background-position: 0 -99px; }

.regional {
  background-position: 0 -150px; }

section {
  clear: both; }

section:after {
  content: "";
  display: table;
  clear: both; }

.bragQuote {
  margin-bottom: 70px; }

.prodThumb {
  margin: 0 auto 30px auto; }

.productSummary {
  text-align: center; }
  .productSummary p {
    margin: 0.5em 0 1em 0; }
  .productSummary h3 {
    margin-bottom: 0.1em;
    font-weight: 500; }
  .productSummary a {
    color: #60656e; }
    .productSummary a:hover h3 {
      color: #27cacc; }

.small {
  font-size: 0.8em;
  line-height: 1.4em; }

a.downloadButton {
  background-image: url(../img/sprite_icon_download.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 45px;
  padding-left: 85px;
  padding-top: 15px;
  margin-top: 20px;
  color: #378bd1; }

a.downloadButton:hover {
  background-position: 0 -60px; }

a.downloadButton:active {
  background-position: 0 -120px; }

ul.lensSwitch {
  width: 300px; }

ul.lensSwitch li {
  width: 149px;
  height: 90px;
  float: left;
  text-indent: -9999px; }

ul.lensSwitch li:hover {
  cursor: pointer; }

.lens80 {
  background-image: url(../img/80_Off.png);
  background-repeat: no-repeat;
  margin-right: 2px; }

.lens50 {
  background-image: url(../img/50_Off.png);
  background-repeat: no-repeat; }

.lens80.on {
  background-image: url(../img/80_On.png); }

.lens50.on {
  background-image: url(../img/50_On.png); }

.par52, .parHydra {
  width: 300px;
  height: 220px;
  background-image: url(../img/par_h52_sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0; }

.parHydra {
  background-image: url(../img/par_hydra_sprite.png); }

.par52.deg50, .parHydra.deg50 {
  background-position: 0 -220px; }

.angleSwitch {
  width: 100px;
  height: 30px;
  background-image: url(../img/lensAngle_sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 190px;
  left: 120px; }

.angleSwitch.deg50 {
  background-position: 0 -30px; }

.tabs {
  margin: 0px 0 20px 0; }
  .tabs li {
    float: left;
    list-style-type: none;
    position: relative; }
  .tabs li:focus {
    outline: 0; }
  .tabs a {
    padding: 20px 22px 20px 60px;
    display: block;
    color: #282b2f; }
  .tabs a:focus {
    outline: 0; }
  .tabs a:hover {
    color: #378bd1; }
  .tabs li.selected a {
    padding: 20px 26px 20px 66px;
    font-weight: bold;
    /*border: 1px solid #afb8c1;*/
    box-shadow: 0 0 3px #afb8c1;
    border-top: 3px solid #378bd1;
    background-position: 30px 50%;
    border-radius: 4px; }
  .tabs li.selected a:hover {
    color: #282b2f; }
  .tabs li.ui-state-hover {
    background-color: #ebeef3; }

li.tabRetail {
  background-image: url(../img/icon_retail.png);
  background-repeat: no-repeat;
  background-position: 24px 50%; }

li.tabRetail.selected, li.tabRetail:hover {
  background-image: url(../img/icon_retail_selected.png); }

li.tabDistributor {
  background-image: url(../img/icon_distributor.png);
  background-repeat: no-repeat;
  background-position: 24px 50%; }

li.tabDistributor.selected, li.tabDistributor:hover {
  background-image: url(../img/icon_distributor_selected.png); }

li.tabOnline {
  background-image: url(../img/icon_cart.png);
  background-repeat: no-repeat;
  background-position: 24px 50%; }

li.tabOnline.selected, li.tabOnline:hover {
  background-image: url(../img/icon_cart_selected.png); }

li.tabService {
  background-image: url(../img/icon_service.png);
  background-repeat: no-repeat;
  background-position: 24px 50%; }

li.tabService.selected, li.tabService:hover {
  background-image: url(../img/icon_service_selected.png); }

li.tabParts {
  background-image: url(../img/icon_parts.png);
  background-repeat: no-repeat;
  background-position: 24px 50%; }

li.tabParts.selected, li.tabParts:hover {
  background-image: url(../img/icon_parts_selected.png); }

.largeTabs {
  margin: 20px 0 80px 0; }
  .largeTabs li {
    float: left;
    list-style-type: none;
    position: relative; }
  .largeTabs li:focus {
    outline: 0; }
  .largeTabs a {
    width: 253px;
    border-top: 1px solid #f6f7fa;
    border-left: 1px solid #f4f6f9;
    border-right: 1px solid #f4f6f9;
    padding: 50px 0px 50px 200px;
    display: block; }
  .largeTabs a:focus {
    outline: 0; }
  .largeTabs a:hover span {
    color: #282b2f; }
  .largeTabs li.h52 {
    background-image: url(../img/thumb_52.png);
    background-repeat: no-repeat;
    background-position: 60px 50%; }
  .largeTabs li.h26 {
    background-image: url(../img/thumb_26.png);
    background-repeat: no-repeat;
    background-position: 40px 50%; }
  .largeTabs li.h26 a {
    padding-left: 185px;
    width: 273px; }
  .largeTabs li.ui-state-hover {
    background-color: #ebeef3; }

.newBadge {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 77px;
  height: 77px;
  background-image: url(../img/new_badge.png);
  background-repeat: no-repeat; }

.largeTabs li.ui-tabs-active {
  background-color: #fff;
  border-top: 1px solid #d5dadf;
  border-left: 1px solid #d5dadf;
  border-right: 1px solid #d5dadf; }

.compare h1 {
  margin-bottom: 30px; }

.compare table {
  width: 100%;
  color: #282b2f;
  font-size: 0.9em;
  margin-bottom: 30px;
  border-bottom: 1px solid #cfd7df; }
  .compare table th {
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #27cacc;
    padding: 8px; }
  .compare table tr {
    border-top: 1px solid #cfd7df; }
  .compare table td {
    padding: 8px;
    vertical-align: middle;
    text-align: center; }
  .compare table .alignl {
    text-align: left; }

.compare table#compareHead {
  width: 940px;
  background-color: #fff;
  margin-bottom: 0px; }

.indent {
  padding-left: 10px; }

.check {
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block; }

.col-alt {
  background-color: #f4f6f9; }

.led_cw {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #c5e8f7;
  margin: 0 auto; }

.led_bl {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #52c7e2;
  margin: 0 auto; }

.led_rbl {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #0aa6f3;
  margin: 0 auto; }

.led_dbl {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #1e47b9;
  margin: 0 auto; }

.led_vio {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #422d9b;
  margin: 0 auto; }

.led_uv {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #b215c2;
  margin: 0 auto; }

.led_red {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #cb272e;
  margin: 0 auto; }

.led_gr {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #2fc350;
  margin: 0 auto; }

.led_blk {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #000;
  display: inline-block;
  margin-right: 3px; }

.led_wht {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 2px solid #afb8c1;
  display: inline-block; }

ul.gridlist li {
  list-style-type: none;
  float: left;
  width: 300px;
  margin: 10px 10px 10px 0;
  height: 200px; }
ul.gridlist h3 {
  font-size: 1.4em;
  font-weight: 600; }
  ul.gridlist h3 a {
    color: #282b2f; }
ul.gridlist h5 {
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 4px; }
  ul.gridlist h5 img {
    position: relative;
    top: 4px; }
ul.gridlist p {
  margin-top: 5px; }

/* =======================  SECTIONS  ====================================*/
section.sizzler {
  position: absolute;
  top: 0px;
  color: #fff;
  background-image: url(../img/bg_siz_aigrad.png);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #27cacc;
  height: 550px; }
  section.sizzler h1 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff; }
  section.sizzler p {
    color: #fff; }

section.videoS {
  background-color: #282b2f; }
  section.videoS .button.outline {
    border: 2px solid #afb8c1;
    color: #afb8c1; }
    section.videoS .button.outline:hover {
      background-color: #121212;
      border: 2px solid #121212;
      color: #27cacc; }
  section.videoS h3 {
    color: #f2f4f7; }

section.subscribe {
  /*background-color: #ebf3fa;
  h3, h2 {
  color: $blue;
  }*/ }
  section.subscribe img {
    margin: 10px 48px; }
  section.subscribe input[type="email"] {
    padding: 10px 20px;
    width: 220px;
    border: none;
    border: 2px solid #378bd1;
    border-radius: 25px;
    color: #378bd1;
    font-size: 1.2em;
    font-family: "proxima-nova-n4", "proxima-nova", Helvetica, sans-serif; }
  section.subscribe input[type="submit"] {
    border: none;
    background-color: #378bd1;
    font-size: 1.1em;
    font-family: "proxima-nova-n4", "proxima-nova", Helvetica, sans-serif; }

section.ext {
  background-image: url(../img/ma_tank_Ext.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 300px;
  background-color: #84929e; }
  section.ext h2 {
    color: white; }

section.myAI {
  background-image: url(../img/bg_myAI.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 260px;
  background-color: #e5fcff; }

section.controller {
  background-image: url(../img/controller_bg.jpg);
  background-repeat: no-repeat;
  background-position: center -30px; }

section.directorHero {
  background-image: url(../img/bg_director.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #362b44;
  height: 300px; }
  section.directorHero h1 {
    color: #fff; }

section.mountingRails {
  background-image: url(../img/cmr_h26_rev1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
  height: 300px;
  padding-top: 40px;
  padding-bottom: 80px; }

section.primeFlexArm {
  background-image: url(../img/prime_flexArm_onTank.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: right;
  padding: 50px 0;
  height: 500px; }
  section.primeFlexArm h2 {
    margin-top: 80px; }

section.extGallery {
  background-image: url(../img/extGallery_tank.png);
  background-repeat: no-repeat;
  background-position: center -160px;
  background-color: #f2f4f7;
  height: 360px; }

ul.compatible li {
  float: left;
  display: inline-block;
  color: #282b2f;
  padding: 3px 12px;
  border: 1px solid #afb8c1;
  border-radius: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-image: url(../img/check_gr.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 30px; }

section.wirelessAdapter {
  background-color: #f2f4f7; }

section.america {
  background-image: url();
  background-repeat: no-repeat;
  background-position: 50% center; }

section.intro {
  background-color: #fff; }

section.footer {
  font-size: 0.9em; }

section.zendesk {
  background-color: #f1f7fb; }

section.aboutUs {
  background-image: url(../img/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #a8bfc4;
  height: 100px; }
  section.aboutUs h1 {
    color: #fff; }

section.performance.hydra {
  background-image: url(../img/bg_tabs.png);
  background-repeat: repeat-x;
  background-position: 0 -55px;
  background-color: #fff; }

section.hyperdrive {
  background-image: url(../img/h52_top_white_large.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  min-height: 500px; }
  section.hyperdrive.prime {
    background-image: url(../img/primeHD_black_stack_large.jpg); }

.anchorLink {
  display: block;
  height: 214px;
  width: 214px;
  position: absolute;
  z-index: 100;
  border-width: 0px;
  border-radius: 110px;
  background: transparent;
  -webkit-transition: border-width 0.5s ease-in-out;
  -moz-transition: border-width 0.5s ease-in-out;
  transition: border-width 0.5s ease-in-out; }

.anchorLink:hover {
  border: 4px solid #378bd1; }

.hydraMounting {
  background-image: url(../img/bg_carpet.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; }

.hydraHero {
  text-align: center;
  padding-bottom: 0px;
  height: 600px;
  overflow-y: hidden; }

.hydrahdHero {
  background-image: url(../img/bg_h26hd_tank.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  height: 700px; }

.primeHero_tease {
  text-align: center;
  background-color: #000;
  padding: 100px 0 320px 0;
  background-image: url(../img/prime_tease.jpg);
  background-repeat: no-repeat;
  background-position: center -50px;
  position: relative; }

.primeHero h1 {
  -webkit-animation: fadein 3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s;
  /* Firefox < 16 */
  -ms-animation: fadein 3s;
  /* Internet Explorer */
  -o-animation: fadein 3s;
  /* Opera < 12.1 */
  animation: fadein 3s; }

.primeHero {
  padding: 100px 0;
  background-image: url(../img/prime_wifiSignals.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 280px;
  position: relative; }
  .primeHero h1 {
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s;
    /* Firefox < 16 */
    -ms-animation: fadein 3s;
    /* Internet Explorer */
    -o-animation: fadein 3s;
    /* Opera < 12.1 */
    animation: fadein 3s; }

.primeHD_hero {
  height: 600px;
  padding-top: 60px;
  background-color: #000;
  background-image: url(../img/background_primeHD_hero.jpg);
  background-repeat: no-repeat;
  background-position: center -60px;
  color: #fff;
  text-align: center;
  position: relative; }
  .primeHD_hero h2 {
    color: #fff;
    font-weight: 100;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px; }

.primeHero_menu {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  width: 100%; }
  .primeHero_menu li {
    display: inline-block;
    padding: 24px 36px;
    font-size: 1.2em; }
    .primeHero_menu li a {
      color: #fff; }

section.hd_divider {
  padding: 0px;
  height: 6px;
  background: #7b00cc;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6700ab 0%, #2c27db 50%, #20cbff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6700ab 0%, #2c27db 50%, #20cbff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6700ab 0%, #2c27db 50%, #20cbff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b00cc', endColorstr='#20cbff',GradientType=1 );
  /* IE6-9 */ }

.button.hdColor {
  background: #7b00cc;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6700ab 0%, #2c27db 50%, #20cbff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6700ab 0%, #2c27db 50%, #20cbff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6700ab 0%, #2c27db 50%, #20cbff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b00cc', endColorstr='#20cbff',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  padding: 12px 50px;
  border: none; }
  .button.hdColor:hover {
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #378bd1;
    color: #378bd1;
    padding: 10px 48px; }

.theSizzler {
  position: relative; }

.myAI_app {
  padding: 50px 0 30px 0; }
  .myAI_app h5 {
    color: #282b2f;
    font-weight: 600;
    margin-top: 0px; }
  .myAI_app p {
    margin-top: 4px; }
  .myAI_app .third {
    padding-top: 16px; }
  .myAI_app .container {
    background-color: #27cacc; }

.myAI_features {
  padding: 40px 0; }

.prime_quickLinks {
  padding: 100px 0 50px 0; }
  .prime_quickLinks h3 {
    color: #282b2f;
    font-weight: 500;
    margin-top: 20px;
    text-align: center; }

section.aifi {
  padding: 100px 0;
  background-image: url(../img/prime_iphone_hand.jpg);
  background-position: center top;
  background-repeat: no-repeat; }
  section.aifi h2 {
    margin-top: 100px;
    color: #282b2f;
    margin-bottom: 0.3em; }
  section.aifi p {
    color: #58616a; }

section.aifi_devices {
  background-image: url(../img/aifi_devices.jpg);
  background-position: center 50px;
  background-repeat: no-repeat;
  padding-top: 40px; }

section.myAI_app_slider {
  background-image: url(../img/bg_iphonehand.jpg);
  background-position: center 50px;
  background-repeat: no-repeat;
  height: 500px;
  padding-bottom: 0px; }
  section.myAI_app_slider .half {
    position: relative;
    height: 450px; }
    section.myAI_app_slider .half p {
      margin-right: 30px; }
  section.myAI_app_slider img.appscreen {
    position: absolute;
    top: 19px;
    left: 162px;
    width: 187px !important;
    height: 332px !important; }
  section.myAI_app_slider img.appIcon {
    width: 60px !important;
    height: 60px !important; }

.primeHK {
  background-image: url(../img/prime_hangingKit.jpg);
  background-position: center -80px;
  background-repeat: no-repeat; }

.primeMounts {
  height: 352px;
  text-align: right;
  padding-top: 40px; }
  .primeMounts h2 {
    margin-top: 80px; }

.primeSpectrum {
  background-image: url(../img/prime_spectrum_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat; }
  .primeSpectrum h3 {
    font-weight: 500; }

.prime_oltrta {
  background-image: url(../img/prime_oltrta.jpg);
  background-position: center -300px;
  background-repeat: no-repeat;
  padding-top: 240px;
  padding-bottom: 0px; }
  .prime_oltrta strong {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.4em; }

.primeSignUp {
  background-image: url(../img/prime_divider.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000; }
  .primeSignUp label {
    display: block; }
  .primeSignUp input[type="email"] {
    border: none;
    background-color: #000;
    background-color: transparent;
    border: 1px solid #afb8c1;
    font-size: 1.5em;
    color: #fff;
    padding: 10px;
    font-family: "Proxima Nova", sans-serif;
    width: 420px; }
  .primeSignUp input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 36px;
    border: 0px solid;
    font-family: "Proxima Nova", sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    cursor: pointer; }
  .primeSignUp .button.aibgOutline {
    background-color: #000;
    background-color: transparent;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition-property: background-color 0.5s ease;
    border: 1px solid #27cacc;
    color: #27cacc; }
  .primeSignUp .button.aibgOutline:hover {
    background-color: #27cacc;
    color: #000; }
  .primeSignUp .mc-field-group {
    margin-top: 30px; }
  .primeSignUp #mc-embed-signup {
    position: relative; }

.flyIn {
  animation: flyIn 1s ease-out infinite;
  -webkit-animation: flyIn 1.5s ease-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards; }

.button.blueOut {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #378bd1;
  color: #378bd1; }

@-webkit-keyframes flyIn {
  0% {
    background-position: center -300px; }
  100% {
    background-position: center 0px; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.chart-horiz {
  margin-top: 30px; }

.chart-horiz .chart {
  width: 85%; }

.chart-horiz .chart li {
  display: block;
  height: 32px;
  margin-top: 3px;
  position: relative; }

.chart-horiz .chart li:before {
  color: #fff;
  content: attr(title);
  font-weight: 600;
  left: 8px;
  top: 4px;
  position: absolute; }

.chart-horiz .chart li.title:before {
  color: #282b2f;
  font-weight: 600;
  left: 0; }

.chart-horiz .chart li:first-child {
  margin-top: 0; }

.chart-horiz .chart li .bar {
  background: #0b00f1;
  background: #00cfff;
  /* Old browsers */
  background: #6900ab;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6900ab 0%, #0067ff 50%, #00cfff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6900ab), color-stop(50%, #0067ff), color-stop(100%, #00cfff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #6900ab 0%, #0067ff 50%, #00cfff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #6900ab 0%, #0067ff 50%, #00cfff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #6900ab 0%, #0067ff 50%, #00cfff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #6900ab 0%, #0067ff 50%, #00cfff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6900ab', endColorstr='#00cfff',GradientType=1 );
  height: 100%;
  /*min-width: 164px;*/ }

.chart-horiz .chart li .number {
  color: #0067ff;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  position: absolute;
  top: 4px; }

.chart-horiz .chart li.past .bar {
  background: #7d95eb; }

.chart-horiz .chart li.past .number {
  color: #7d95eb; }

.chart-horiz.peakPar .chart li .bar {
  background: #27cacc; }

.chart-horiz.peakPar .chart li.past .bar {
  background: #254f89; }

.chart-horiz.peakPar .chart li .number {
  color: #27cacc; }

.chart-horiz.peakPar .chart li.past .number {
  color: #254f89; }

.chart-horiz.avgPar .chart li .bar {
  background: #ef178c; }

.chart-horiz.avgPar .chart li.past .bar {
  background: #873c83; }

.chart-horiz.avgPar .chart li .number {
  color: #ef178c; }

.chart-horiz.avgPar .chart li.past .number {
  color: #873c83; }

.chart-horiz.energyUsage .chart li .bar {
  background: #30c46b; }

.chart-horiz.energyUsage .chart li.past .bar {
  background: #1d6b6a; }

.chart-horiz.energyUsage .chart li .number {
  color: #30c46b; }

.chart-horiz.energyUsage .chart li.past .number {
  color: #1d6b6a; }

.chart-horiz.peakPar {
  margin-top: 0px; }

.lightStats .chart-horiz {
  font-size: 0.9em;
  margin-top: 10px; }
  .lightStats .chart-horiz .chart li .number {
    font-size: 0.9em; }

.nice-select {
  color: #282b2f;
  margin-bottom: 30px; }
  .nice-select ul.list {
    border: 1px solid #f2f4f7; }
  .nice-select ul li {
    margin-left: 0px;
    color: #282b2f; }

/* ======================================================================*/
.footer {
  background-color: #fff; }

.footer p {
  text-transform: uppercase; }

.footer li a {
  color: #60656e; }

.engineering {
  background-color: #101220;
  /*#418ab8;*/
  background-image: url(../img/bg_engineering2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  color: #f2f4f7; }
  .engineering h1 {
    color: #fff;
    margin-bottom: 30px; }

.btT {
  display: block;
  padding: 10px 16px;
  position: absolute;
  font-size: 0.8em;
  bottom: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff; }

ul.topNav {
  float: right;
  text-align: right; }
  ul.topNav li {
    float: left;
    margin-right: 0px;
    margin-left: 25px;
    color: #afb8c1;
    list-style-type: none;
    font-size: 0.75em; }
    ul.topNav li a {
      color: #afb8c1; }
      ul.topNav li a:hover {
        color: #58616a; }

.homepage ul.topNav {
  float: right;
  text-align: right; }
  .homepage ul.topNav li {
    float: left;
    margin-right: 0px;
    margin-left: 25px;
    color: #77cee2;
    list-style-type: none;
    font-size: 0.75em; }
    .homepage ul.topNav li a {
      color: #77cee2; }
      .homepage ul.topNav li a:hover {
        color: #fff; }

ul.videos li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
  display: block;
  width: 160px;
  height: 89px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  ul.videos li:last-child {
    margin-right: 0px; }
  ul.videos li span.titlec {
    position: absolute;
    top: 100px;
    display: block;
    color: #afb8c1;
    font-size: 0.9em;
    width: 160px;
    font-weight: bold;
    line-height: 1.2em; }

ul.nav {
  position: absolute;
  top: 52px;
  right: 0px;
  color: #58616a;
  text-align: right;
  font-size: 1.1em;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden;
  z-index: 10; }

.is-sticky ul.nav {
  top: 32px;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden; }

ul.nav li, ul.navLabs li {
  float: left;
  margin-left: 50px;
  list-style-type: none; }

ul.nav li a, ul.navLabs li a {
  display: inline-block;
  cursor: pointer;
  color: #58616a;
  -o-transition: color .2s ease-out;
  -ms-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -webkit-transition: color .2s ease-out;
  /* ...and now for the proper property */
  transition: color .2s ease-out; }

.secondaryHeader {
  position: relative;
  padding: 0px 0 10px 0;
  height: 40px;
  z-index: 9; }
  .secondaryHeader .contentArea {
    border-bottom: 2px solid #f2f4f7;
    padding-bottom: 5px; }

.is-sticky .secondaryHeader {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #f2f4f7; }
  .is-sticky .secondaryHeader .contentArea {
    border-bottom: none; }

ul.navLabs {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #58616a;
  text-align: right;
  font-size: 0.9em;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden; }
  ul.navLabs li a:hover {
    cursor: pointer; }
  ul.navLabs li a.selected {
    color: #282b2f;
    font-weight: bold; }

ul.nav li ul.dropdown {
  display: none;
  position: absolute;
  right: 0px;
  top: 33px;
  width: 240px;
  font-size: 0.9em;
  text-align: left;
  background-color: #fff;
  border-top: 3px solid #378bd1;
  box-shadow: 0 4px 7px #afb8c1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  ul.nav li ul.dropdown li {
    float: none;
    margin-left: 0px;
    padding-left: 0px; }
    ul.nav li ul.dropdown li a {
      padding: 20px 20px 20px 64px;
      display: block; }
    ul.nav li ul.dropdown li a:hover {
      background-color: rgba(55, 139, 209, 0.08);
      color: #378bd1; }

.homepage ul.nav li a {
  color: #fff; }

.subnav {
  width: 100%;
  margin: 0 auto; }

.controlNav {
  width: 720px;
  margin: 0 auto; }
  .controlNav .fourth {
    text-align: center; }

section.navLight, section.controlHero {
  padding-top: 20px; }

ul.navLighting, ul.navControl {
  clear: both;
  width: 940px;
  margin: 0 auto;
  padding: 5px 0px; }

ul.navLighting li, ul.navControl li {
  list-style-type: none;
  float: left;
  width: 50%;
  font-size: 2em;
  font-weight: 300;
  line-height: 0.9em;
  letter-spacing: -1px;
  color: #282b2f; }
  ul.navLighting li a, ul.navControl li a {
    padding: 20px 0 40px 0;
    display: block;
    color: #282b2f;
    font-weight: 400; }

ul.navLighting li a.navVega {
  background-image: url(../img/vegaThumb.jpg);
  background-repeat: no-repeat;
  background-position: left middle;
  padding-left: 114px; }

ul.navLighting li a.navSol {
  background-image: url(../img/solThumb1.jpg);
  background-repeat: no-repeat;
  background-position: left middle;
  padding-left: 114px; }

ul.navLighting li a.navh52 {
  background-image: url(../img/thumb_h52.jpg);
  background-repeat: no-repeat;
  background-position: left middle;
  padding-left: 170px; }

ul.navLighting li a.navHydra {
  background-image: url(../img/thumb_hydra.jpg);
  background-repeat: no-repeat;
  background-position: left middle;
  padding-left: 170px; }

ul.navLighting li a.navNano {
  background-image: url(../img/nano_thumb2.jpg);
  background-repeat: no-repeat;
  background-position: left middle;
  padding-left: 114px; }

ul.navLighting li a.navFlare {
  background-image: url(../img/flareThumb.jpg);
  background-repeat: no-repeat;
  background-position: left middle;
  padding-left: 114px; }

ul.navControl li a.navDirector {
  background-image: url(../img/thumb_director_100.jpg);
  background-position: left middle;
  background-repeat: no-repeat;
  padding-left: 114px; }

ul.navControl li a.navController {
  background-image: url(../img/controller_thumb.jpg);
  background-position: 20px 0;
  background-repeat: no-repeat;
  padding-left: 114px; }

ul.navControl .small, ul.navLighting .small {
  font-size: 0.7em; }

a:hover span {
  color: #27cacc; }

.button {
  margin: 20px 0;
  padding: 12px 30px;
  display: inline-block;
  background-color: #f66480;
  color: #fff;
  border-radius: 27px;
  -o-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -webkit-transition: background-color .2s ease-out;
  /* ...and now for the proper property */
  transition: background-color .2s ease-out;
  font-weight: 600; }

.button.tinted {
  background-color: rgba(0, 0, 0, 0.5); }

.button.outline {
  background: transparent;
  border: 2px solid #f66480;
  color: #f66480; }

ul.topNav li a.wtbuy {
  margin: 0px;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #7ad65d;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  -o-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -webkit-transition: background-color .2s ease-out;
  /* ...and now for the proper property */
  transition: background-color .2s ease-out; }
  ul.topNav li a.wtbuy:hover {
    background-color: #b876c7; }

ul.nav li a.buy {
  position: relative;
  top: -6px;
  background: transparent;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #378bd1;
  padding: 6px 20px;
  color: #378bd1;
  -o-transition: border-radius .2s ease-out;
  -ms-transition: border-radius .2s ease-out;
  -moz-transition: border-radius .2s ease-out;
  -webkit-transition: border-radius .2s ease-out; }
  ul.nav li a.buy:hover {
    background-color: #378bd1;
    border: 2px solid #378bd1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff; }

.homepage ul.nav li a.buy {
  position: relative;
  top: -6px;
  background: transparent;
  border-radius: 20px;
  border: 2px solid #fff;
  padding: 6px 20px;
  color: #fff; }
  .homepage ul.nav li a.buy:hover {
    background-color: #7ad65d;
    border: 2px solid #7ad65d;
    color: #fff; }

ul.nav li a.buy.selected {
  color: #fff;
  background-color: #378bd1;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

a.navLight:hover {
  color: #27cacc; }

a.navControl:hover {
  color: #f66480; }

a.navAcc:hover {
  color: #ffa54e; }

a.navGallery:hover {
  color: #7ad65d; }

a.navSupport:hover {
  color: #b876c7; }

.green {
  color: #7ad65d; }

.blue {
  color: #378bd1; }

.purple {
  color: #b876c7; }

.orange {
  color: #ffa54e; }

.red {
  color: #f66480; }

.ai {
  color: #27cacc; }

.gray {
  color: #58616a; }

.greenbg {
  background-color: #7ad65d; }

.purplebg {
  background-color: #b876c7; }

.orangebg {
  background-color: #ffa54e; }

.redbg {
  background-color: #f66480; }

.aibg {
  background-color: #27cacc; }

.hoverGreen:hover {
  background-color: #7ad65d; }

.panel {
  background-color: #58616a;
  color: #afb8c1; }

.panel h3 {
  color: #f2f4f7; }

.socialIcon {
  margin: 12px 10px 0 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/socialIcons.png);
  background-repeat: no-repeat;
  background-position: 0 0; }

.topNav .socialIcon {
  margin: 0px; }

.socialIcon.twitter {
  background-position: -26px 0px; }

.socialIcon.twitter:hover {
  background-position: -26px -26px; }

.socialIcon.facebook:hover {
  background-position: 0px -26px; }

.socialIcon.instagram {
  background-position: -52px 0;
  margin-right: 0px; }

.socialIcon.instagram:hover {
  background-position: -52px -26px; }

.lightingSlideVega {
  height: 450px;
  background-image: url(../img/sizzler_lighting_sol.jpg);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff; }

.lightingSlideVega h1 {
  color: #fff; }

.lightingSlideVega .half {
  padding: 0px 0px; }

.bellsWhistles {
  padding: 60px 0px 80px 0px;
  background-color: #f2f4f7;
  font-size: 0.9em; }

.hydraSpecs table {
  color: #afb8c1; }

section.hydraSpecs {
  background-color: #282b2f;
  padding: 60px 0px;
  font-size: 0.95em; }

.hydraSpecs h3 {
  font-size: 2em;
  color: #f2f4f7; }

.hydraSpecs .full {
  margin: 0px 10px; }

.hydraSpecs .third {
  margin-top: 0px; }

.hydraSpecs table th {
  border-bottom: 2px solid #afb8c1;
  text-align: left;
  padding: 10px 0px; }

.hydraSpecs table td {
  padding: 10px 0px; }

.hydraSpecs table tr {
  border-bottom: 1px solid #6b747e; }

.parTitle {
  text-align: center;
  text-transform: uppercase;
  color: #282b2f;
  font-size: 0.8em;
  font-weight: 600;
  margin: 5px 0; }

.parCanvas {
  width: 300px;
  height: 220px;
  background-position: 0px 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px; }

.h52hd {
  background-image: url(../img/par_h52hd_sprite.png); }

.h26hd {
  background-image: url(../img/par_h26hd_sprite.png); }

.twelvein {
  background-position: -300px 0; }

.twentyfourin {
  background-position: 0px 0; }

.parSwitcher {
  list-style: none;
  margin-bottom: 80px; }
  .parSwitcher li {
    list-style-type: none;
    float: left;
    width: 150px;
    text-align: center; }
    .parSwitcher li a {
      border: 1px solid #378bd1;
      display: block;
      padding: 6px 0;
      font-weight: 600; }
      .parSwitcher li a:hover {
        background-color: #f1f7fc; }
  .parSwitcher .selPar a {
    background-color: #378bd1;
    color: #fff; }
    .parSwitcher .selPar a:hover {
      background-color: #378bd1;
      color: #fff; }

/*=========== Vega ===============================================*/
.sizVega {
  position: absolute;
  top: -50px;
  left: 180px;
  z-index: 1000;
  width: 600px;
  margin: 0 auto;
  text-align: center; }

.amazingColors {
  background-image: url(../img/vega_amazingColors.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0; }

.truetoLife {
  background-image: url(../img/truetolife.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
  padding: 140px 0; }

.truetoLife h1 {
  color: #fff; }

/*=========== Hydra ==============================================*/
.wideSpectrum {
  background-image: url(../img/bg_blur_uv.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  background-color: #020538;
  -o-transition: background-position 14s ease;
  -ms-transition: background-position 14s ease;
  -moz-transition: background-position 14s ease;
  -webkit-transition: background-position 14s ease;
  /* ...and now for the proper property */
  transition: background-position 14s ease; }

.wideSpectrum:hover {
  background-position: top left; }

.wideSpectrum h1 {
  color: #fff; }

/*
.hydraLED {
	background-image: url(../img/hydra_bottom_black.jpg);
	background-repeat: no-repeat;
	background-position: 80% 50%;

}*/
/*=========== Buy / Map ==========================================*/
.buyMap {
  padding: 0px;
  height: 576px; }

.buyMap #map-canvas {
  height: 500px; }

.searchBar {
  padding: 13px 0px;
  background-color: #f5fdfd;
  border-bottom: 1px solid #afb8c1;
  position: relative; }

.searchBar input[type="text"] {
  width: 914px;
  border: none;
  border: 1px solid #93e5e6;
  font-family: "proxima-nova-h4", "proxima-nova", helvetica, sans-serif;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 12px;
  font-size: 1em;
  color: #afb8c1; }

/*   EXT Rails    */
.searchBar input[type="button"] {
  border: none;
  width: 50px;
  height: 46px;
  padding: 0px; }

.EXTRails {
  background-image: url(../img/extrail_headon.jpg);
  background-repeat: no-repeat;
  background-position: center center; }

.EXTRails h2 {
  position: relative;
  top: -100px; }

.contentArea.hydraSizzler {
  background-image: url(../img/hydra_lighting_sizzler.jpg);
  background-repeat: no-repeat; }

.searchButton {
  border: none;
  background: transparent;
  background-image: url(../img/icon_search.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  top: 9px;
  right: -10px;
  text-indent: -9999px; }

.gm-style-iw {
  font-size: 1.2em;
  font-family: "proxima-nova-h4", "proxima-nova", helvetica, sans-serif;
  color: #818181; }
  .gm-style-iw strong {
    color: #282b2f;
    font-size: 1.3em; }

/* ============================= Distributor Logos ======================================*/
.premiumPartners {
  padding: 30px 0; }

section.distributors {
  background-color: #f2f4f7; }

.premPartners li {
  margin-right: 20px; }

.distributor {
  width: 220px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: top left; }

.deepwater {
  background-image: url(../img/logo_deepwater_gray.png); }

.premiumAquatics {
  background-image: url(../img/logo_premiumAquatics_gray.png); }

.dfw {
  background-image: url(../img/logo_dfw_gray.png); }

.stat {
  color: #282b2f; }

dt {
  padding: 3px 0px;
  border-bottom: 1px solid #282b2f;
  text-transform: uppercase; }

dd {
  font-size: 3.6em;
  font-weight: 100;
  line-height: 1em; }

.stat.stat-half {
  width: 47%;
  margin-right: 3%;
  float: left; }

.stat-bold dd {
  font-size: 4.3em;
  font-weight: 100; }

.stat-unit {
  color: #afb8c1;
  font-size: 0.3em;
  font-weight: 300; }

.hydraBold {
  font-family: "proxima-nova-n9", "proxima-nova", sans-serif;
  font-weight: 900;
  letter-spacing: -4px; }

.hydraLight {
  font-family: "proxima-nova-n1", "proxima-nova", sans-serif;
  font-weight: 100; }

section.hero52 {
  color: #fff;
  background-color: #282b2f;
  height: 378px;
  background-image: url(../img/52_render.jpg);
  background-position: center bottom;
  background-repeat: no-repeat; }
  section.hero52 h1 {
    color: #fff; }

section.hero52Upgrade {
  color: #58616a;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
  height: 385px;
  background-image: url(../img/52_upgrade_hero.jpg);
  background-position: center bottom;
  background-repeat: no-repeat; }
  section.hero52Upgrade h1 {
    color: #282b2f; }
  section.hero52Upgrade p {
    width: 240px;
    margin-left: 122px;
    margin-top: 220px;
    color: #818181; }
  section.hero52Upgrade a {
    margin-left: 122px; }

section.hero26launch {
  color: #58616a;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
  height: 385px;
  background-image: url(../img/26_launch_hero.jpg);
  background-position: center bottom;
  background-repeat: no-repeat; }
  section.hero26launch h1 {
    color: #282b2f; }
  section.hero26launch p {
    width: 240px;
    margin-left: 122px;
    margin-top: 220px;
    color: #818181; }
  section.hero26launch a {
    margin-left: 122px; }
  section.hero26launch .button {
    position: absolute;
    right: 0px;
    top: 280px; }

section.primeHeroHome {
  color: #58616a;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
  height: 385px;
  text-align: center;
  background-image: url(../img/slider_prime_simple.jpg);
  background-position: center bottom;
  background-repeat: no-repeat; }
  section.primeHeroHome h1 {
    color: #282b2f;
    margin-top: 280px;
    font-weight: 300; }
  section.primeHeroHome p {
    width: 640px;
    margin: 10px auto 0 auto;
    color: #818181;
    font-size: 1.2em; }
  section.primeHeroHome .button {
    position: absolute;
    right: 0px;
    top: 280px; }

section.primeHDHeroHome {
  color: #58616a;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
  height: 385px;
  text-align: center;
  background-image: url(../img/sizzler_primeHD.jpg);
  background-position: center top;
  background-repeat: no-repeat; }
  section.primeHDHeroHome .button {
    position: absolute;
    right: 0px;
    bottom: 0px; }

section.sizzle_hd {
  color: #58616a;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
  height: 385px;
  text-align: right;
  background-image: url(../img/sizzler_hydrahd.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
 	/*.button {
	position: absolute;
	right: 0px;
	top: 250px;
	width: 200px;
}*/ }
  section.sizzle_hd h1 {
    color: #282b2f;
    margin-top: 280px;
    font-weight: 300; }
  section.sizzle_hd p {
    margin-top: 250px;
    color: #818181;
    font-size: 1.1em; }

section.fb_vidContest_hero {
  color: #58616a;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #282b2f;
  height: 385px;
  text-align: center;
  background-image: url(../img/slider_videoContest2015.jpg);
  background-position: center bottom;
  background-repeat: no-repeat; }
  section.fb_vidContest_hero h1 {
    color: #fff;
    font-weight: 600;
    line-height: 1em; }
  section.fb_vidContest_hero h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px; }
  section.fb_vidContest_hero p {
    width: 620px;
    margin: 0 auto 20px auto;
    color: #fff;
    font-size: 1.2em; }
  section.fb_vidContest_hero .button {
    background-color: #ffea24;
    color: #005f95; }

section.heroMerger {
  background-image: url(../img/bg_merger.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-color: #fff;
  padding: 40px 0px 100px 0px; }

section.heroDirector {
  color: #fff;
  background-color: #282b2f;
  height: 378px;
  background-image: url(../img/hero_director.jpg);
  background-position: center bottom;
  background-repeat: no-repeat; }
  section.heroDirector h1 {
    color: #fff; }

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover; }

.youtube {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.youtube, .youtube iframe {
  max-width: 1280px;
  max-height: 720px; }

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.lightStats h3 {
  margin-bottom: 20px; }
.lightStats h4 {
  font-weight: 400;
  color: #282b2f;
  margin-bottom: 4px; }
.lightStats h6 {
  margin-top: 0px;
  font-weight: 400;
  color: #58616a;
  font-size: 0.8em;
  margin-bottom: 10px; }

.ledMatchup {
  /*	padding: 1px 20px;
  	border-radius: 10px;
  	background-color: $ltGray;*/
  margin-bottom: 30px;
  margin-top: 30px; }

.dataDownload th {
  text-align: left;
  color: #282b2f;
  border-bottom: 2px solid #27cacc;
  padding: 4px 0;
  font-weight: 600; }
.dataDownload td {
  padding: 12px 0 9px 10px;
  border-bottom: 1px solid #f2f4f7; }
.dataDownload tr:hover {
  background-color: rgba(39, 202, 204, 0.1); }
.dataDownload a {
  background-image: url(../img/icon_scan.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px; }

.glossary dt {
  font-weight: bold;
  color: #282b2f;
  clear: both;
  border-bottom: none;
  text-transform: none;
  padding: 30px 0 0 0;
  margin: 20px 0 12px 0;
  font-size: 1.3em;
  border-top: 1px solid #f2f4f7; }
.glossary dd {
  font-size: 1em;
  color: #60656e;
  font-weight: normal;
  line-height: 1.4em;
  padding-bottom: 10px; }

.anchor {
  display: block;
  height: 140px;
  /*same height as header*/
  margin-top: -140px;
  /*same height as header*/
  visibility: hidden; }

.figureImg {
  width: 300px;
  margin-left: 20px;
  margin-bottom: 30px;
  float: right; }

.axis path,
.axis line {
  fill: none;
  stroke: #e6e9ee;
  stroke-width: 1px;
  shape-rendering: crispEdges; }

.axis text {
  font-size: 0.9em;
  color: #58616a; }

.x.axis path {
  /*display: none;*/ }

#spectralChart {
  position: relative; }

.line {
  fill: none;
  stroke: url(#lgrad);
  stroke-width: 1px; }

#line1 {
  stroke: #fff; }

#line2 {
  stroke: #f66480; }

.key {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #378bd1;
  display: inline-block;
  margin: 0 4px 0 0;
  position: relative;
  top: 2px; }
  .key.purple {
    background-color: #7ad65d; }

.nmLine {
  position: absolute;
  width: 100%;
  top: 296px; }

section.liSciRibbon {
  padding: 30px 0;
  color: #fff;
  background: #a200ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ba00ff 0%, #3727cc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ba00ff 0%, #3727cc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ba00ff 0%, #3727cc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba00ff', endColorstr='#3727cc',GradientType=1 );
  /* IE6-9 */ }
  section.liSciRibbon h3 {
    color: #fff;
    float: left;
    margin-top: 5px; }
  section.liSciRibbon .thin {
    margin-left: 100px;
    width: 400px;
    display: inline-block; }
  section.liSciRibbon .button {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px; }
    section.liSciRibbon .button:hover {
      color: #27cacc;
      background-color: rgba(0, 0, 0, 0.6); }

.liSciLines {
  position: absolute;
  top: -28px;
  left: 140px;
  width: 122px;
  height: 106px;
  background-image: url(../img/liSci_lines.png);
  background-repeat: no-repeat; }

.thin {
  font-weight: 100; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  /*width: 100%;*/
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 50px;
  margin: -20px 0 0;
  display: block;
  background: url(../img/bg_direction_nav_ai.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.2;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.m100 {
  margin-top: 100px; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .primeHero {
    background-image: url(../img/prime_wifiSignals@2x.jpg);
    background-size: 960px 400px; }

  section.myAI_app_slider {
    background-image: url(../img/bg_iphonehand@2x.jpg);
    background-size: 960px 500px; }

  li.tabService {
    background-image: url(../img/icon_service@2x.png);
    background-size: 28px 26px; }

  li.tabService.selected, li.tabService:hover {
    background-image: url(../img/icon_service_selected@2x.png);
    background-size: 28px 26px; }

  li.tabRetail {
    background-image: url(../img/icon_retail@2x.png);
    background-size: 28px 26px; }

  li.tabRetail.selected, li.tabRetail:hover {
    background-image: url(../img/icon_retail_selected@2x.png);
    background-size: 28px 26px; }

  li.tabDistributor {
    background-image: url(../img/icon_distributor@2x.png);
    background-size: 28px 26px; }

  li.tabDistributor.selected, li.tabDistributor:hover {
    background-image: url(../img/icon_distributor_selected@2x.png);
    background-size: 28px 26px; }

  li.tabOnline {
    background-image: url(../img/icon_cart@2x.png);
    background-size: 28px 26px; }

  li.tabOnline.selected, li.tabOnline:hover {
    background-image: url(../img/icon_cart_selected@2x.png);
    background-size: 28px 26px; }

  li.tabParts {
    background-image: url(../img/icon_parts@2x.png);
    background-size: 28px 26px; }

  li.tabParts.selected, li.tabParts:hover {
    background-image: url(../img/icon_parts_selected@2x.png);
    background-size: 28px 26px; }

  ul.navLighting li a.navh52 {
    background-image: url(../img/thumb_h52@2x.jpg);
    background-size: 150px 100px; }

  .dataDownload a {
    background-image: url(../img/icon_scan@2x.png);
    background-size: 14px 18px; }

  .liSciLines {
    background-image: url(../img/liSci_lines@2x.png);
    background-size: 122px 106px; }

  section.subscribe img {
    background-image: url(../img/icon_email_300@2x.png);
    background-size: 123px 90px; }

  ul.navLighting li a.navSol {
    background-image: url(../img/solThumb1@2x.jpg);
    background-size: 100px 100px; }

  ul.navLighting li a.navNano {
    background-image: url(../img/nano_thumb2@2x.jpg);
    background-size: 100px 100px; }

  ul.navLighting li a.navFlare {
    background-image: url(../img/flareThumb@2x.jpg);
    background-size: 100px 100px; }

  .colorWheel {
    background-image: url(../img/colorWheel@2x.png);
    background-size: 146px 161px;
    left: 79px; }

  .led1, .led2, .led3, .led4, .led5 {
    background-image: url(../img/led_single@2x.png);
    background-size: 35px 35px; }

  .third.puck {
    background-image: url(../img/powerpuck_base@2x.png);
    background-size: 344px 409px; }

  .downloadButton {
    background-image: url(../img/sprite_icon_download@2x.png);
    background-size: 60px 180px; }

  .socialIcon {
    background-image: url(../img/socialIcons@2x.png);
    background-size: 78px 52px; }

  .searchButton {
    background-image: url(../img/icon_search@2x.png);
    background-size: 29px 30px; }

  section.aifi {
    background-image: url(../img/prime_iphone_hand@2x.jpg);
    background-size: 2000px 727px; }

  .check {
    background-image: url(../img/check@2x.png);
    background-size: 12px 12px; }
    .check section.primeHDHeroHome {
      background-image: url(../img/sizzler_primehd@2x.jpg);
      background-size: 2560px 589px; } }
/* Smartphones (portrait and landscape) ----------- 
@media only screen and (max-width: 767px) {

	.contentArea {
		width: 100%;
	}
	.full, .sixth {
		width: 100%;
	}
	
	.footer .sixth li a {
		display: block;
		padding: 20px 10px;
		border-bottom: 1px solid #f2f4f7;
		&:active {
			background-color: $blue;
			color: #fff;
		}
	}
	.sixth {
		font-size: 1.2em;
		line-height: 1.7em;
	}
	.buyMap {
	    height: 300px;
	}
	.buyMap #map-canvas {
		height: 224px;
	}
	.tabs { 
		margin-left: 10px;
	}
	.tabs li {
		text-indent: -9999px;
		background-position: 16px 50%;
		
		a {
			padding: 16px;
			width: 28px;
		}
		
	}
	.tabs li.selected a {
			padding: 16px;
		}
	.searchBar {
		width: 100%;
		
		input[type="text"] {
			width: 97%;
		}
	}
}

*/

/*# sourceMappingURL=main.css.map */
