/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 85%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* BASE STYLES
--------------------------------------------- */
html {
  font-size: 62.5%; }

@media only screen and (max-width: 600px) {
  html {
    font-size: 55%; } }

body {
  text-align: center;
  font-family: "Proxima Nova", 'proxima-nova', Helvetica, Arial, sans-serif;
  color: #555; }

.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

@media only screen and (max-width: 1000px) {
  .container {
    padding: 0px 20px; } }

.clear {
  clear: both; }

a {
  color: inherit; }

h3 {
  font-size: 38px;
  font-size: 3.8rem;
  -webkit-font-smoothing: antialiased; }

@media only screen and (max-width: 600px) {
  h3 {
    font-size: 2.8rem; } }

img {
  max-width: 100%;
  height: auto; }

small {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px; }

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 18px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 2px solid #b1d423;
  color: #9bba1e;
  border-radius: 8px;
  -webkit-transition: 0.15s;
          transition: 0.15s; }

.button:hover {
  background-color: #b1d423;
  color: #fff; }

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

.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* INSIDE PAGES
--------------------------------------------- */
#mainContent {
  background-color: #fff;
  max-width: 67%;
  text-align: left;
  padding: 60px 0px;
  -webkit-font-smoothing: antialiased; }

@media only screen and (max-width: 880px) {
  #mainContent {
    max-width: 640px;
    float: none;
    margin: 0 auto;
    padding: 50px 5px; } }

@media only screen and (max-width: 600px) {
  #mainContent {
    padding: 40px 0px; } }

#mainContent h1 {
  font-size: 38px;
  font-size: 3.8rem;
  color: #a8c921;
  text-transform: uppercase;
  margin-bottom: 20px; }

@media only screen and (max-width: 880px) {
  #mainContent h1 {
    text-align: center; } }

@media only screen and (max-width: 600px) {
  #mainContent h1 {
    font-size: 3.2rem; } }

#mainContent h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em;
  color: #888;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 30px; }

@media only screen and (max-width: 880px) {
  #mainContent h2 {
    text-align: left; } }

#mainContent h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3em;
  color: #666;
  font-weight: 600;
  margin-bottom: 14px;
  margin-top: 28px; }

#mainContent p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #444;
  margin-bottom: 20px; }

#mainContent a:hover {
  text-decoration: none; }

#mainContent ul {
  margin-left: 0px;
  padding-left: 20px; }

#mainContent ul li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #444;
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 9px;
  background-image: url("../images/dot-point.png");
  background-repeat: no-repeat;
  background-position: 0px 5px; }

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #mainContent ul li {
    background-image: url("../images/dot-point@2x.png");
    background-size: 7px 8px; } }

#mainContent ul ul {
  margin-top: 8px;
  margin-bottom: 14px; }

#mainContent hr {
  height: 1px;
  border: none;
  background-color: #ccc;
  margin: 40px 0px; }

@media only screen and (min-width: 768px) {
  #mainContent .twoCol {
    max-width: 640px;
    margin: 0;
    padding: 0; }
  #mainContent .twoCol:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }
  #mainContent .twoCol li {
    float: left;
    display: block;
    width: 270px;
    margin-right: 15px; } }

table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem; }
  table tr:nth-child(even) {
    background-color: #f8f8f8; }

thead {
  font-weight: bold; }

.overflow-container {
  overflow-y: scroll; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 12px; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* FEATURE
--------------------------------------------- */
#feature {
  position: relative;
  height: 520px;
  margin-top: 90px;
  padding: 0px 20px;
  color: #fff;
  background-color: #333;
  background-image: url("../images/feature.jpg");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: -1; }

@media only screen and (max-width: 768px) {
  #feature {
    height: 400px;
    margin-top: 0px; } }

#feature img {
  position: fixed;
  top: 280px;
  left: 50%;
  margin-left: -400px;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.6)); }

@media only screen and (max-width: 880px) {
  #feature img {
    position: relative;
    margin: 0 auto;
    left: 0px;
    top: 155px; } }

@media only screen and (max-width: 600px) {
  #feature img {
    top: 100px; } }

#feature .featurePhone {
  display: none;
  position: absolute;
  right: 59px;
  top: 60px; }

#feature .featurePhone h2 {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: block;
  text-shadow: 0px 2px 11px black; }

@media screen and (max-width: 768px) {
  #feature .featurePhone {
    display: none; } }

.inside #feature {
  height: 180px;
  background-size: cover; }

.about #feature {
  background-image: url("../images/inside-rack-side.jpg"); }

.cloud #feature {
  background-image: url("../images/inside-cloud.jpg"); }

.product #feature {
  background-image: url("../images/inside-cables.jpg"); }

.reseller #feature {
  background-image: url("../images/inside-code.jpg"); }

.contact #feature {
  background-image: url("../images/inside-keyboard.jpg"); }

.support #feature {
  background-image: url("../images/inside-cpu.jpg"); }

.voip #feature {
  background-image: url("../images/inside-voip.jpg"); }

@media only screen and (max-width: 880px) {
  .inside #feature {
    height: 130px; } }

@media only screen and (max-width: 600px) {
  .inside #feature {
    height: 100px; } }

.inside #feature img {
  display: none; }

@media only screen and (max-width: 880px) {
  .inside #feature img {
    display: none; } }

/* FOOTER
--------------------------------------------- */
#footer {
  padding: 25px 0px 55px;
  background-color: #b1d423;
  text-align: left;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px; }
  @media only screen and (max-width: 600px) {
    #footer {
      display: none; } }
  #footer .container {
    max-width: 1060px; }
  #footer ul {
    margin: 0px 10px;
    padding: 0px;
    float: left;
    width: 21%;
    margin-right: 20px; }
    @media only screen and (max-width: 880px) {
      #footer ul {
        margin-right: 10px;
        width: 28%; } }
    #footer ul .social {
      display: inline-block; }
  #footer li {
    list-style-type: none;
    margin: 0px 0px 5px;
    padding: 0px; }
    #footer li a:hover {
      text-decoration: none; }

#footer .quicklinks {
  display: block; }
  @media only screen and (max-width: 900px) {
    #footer .quicklinks {
      display: none; } }

.footerSubscribe {
  margin-bottom: 5px; }
  .footerSubscribe input[type="text"] {
    max-width: 140px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none; }
    .footerSubscribe input[type="text"]:focus {
      border-color: #fff; }
  .footerSubscribe input[type="submit"] {
    background-color: #87ac39 !important; }

#mobileFooter {
  text-align: center;
  display: none; }
  @media only screen and (max-width: 600px) {
    #mobileFooter {
      display: block;
      background-color: #b1d423;
      padding: 40px 20px; } }
  #mobileFooter .button {
    color: #fff;
    border-color: #fff;
    margin: 0px 8px; }
    #mobileFooter .button:hover {
      background-color: #fff;
      color: #b1d423; }

/* Subscription Form
--------------------------------------------- */
#subscribe input[type="text"] {
  width: 220px;
  padding: 6px 9px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  border: 1px solid #bbb;
  outline: none;
  border-radius: 6px;
  -webkit-transition: 0.15s;
          transition: 0.15s; }
  #subscribe input[type="text"]:focus {
    border-color: #666; }

#subscribe input[type="text"]::input-placeholder {
  color: #999; }

#subscribe input[type="submit"] {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  padding: 7px 11px;
  border: none;
  background-color: #a8c921;
  border-radius: 5px;
  outline: none;
  -webkit-transition: 0.15s;
          transition: 0.15s; }
  #subscribe input[type="submit"]:hover {
    cursor: pointer;
    color: #333;
    background-color: #b1d423; }

/* Contact Form
--------------------------------------------- */
.col1 {
  float: left;
  width: 200px;
  margin-right: 40px; }

@media only screen and (max-width: 880px) {
  .col1 {
    margin-right: 60px;
    float: left; } }

@media only screen and (max-width: 600px) {
  .col1 {
    float: none; } }

#contactForm .col1 {
  width: auto;
  margin-right: 40px; }

#contactForm label {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 4px; }

#contactForm input[type="text"] {
  width: 260px;
  padding: 6px 8px;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #bbb;
  outline: none;
  border-radius: 6px;
  -webkit-transition: 0.15s;
          transition: 0.15s; }

@media only screen and (max-width: 880px) {
  #contactForm input[type="text"] {
    width: 240px; } }

#contactForm input[type="text"]:focus {
  border-color: #666; }

#contactForm select {
  height: 31px;
  width: 278px;
  color: #333;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #aaa;
  outline: none; }

@media only screen and (max-width: 880px) {
  #contactForm select {
    width: 258px; } }

#contactForm textarea {
  width: 90%;
  padding: 7px 8px;
  margin-bottom: 12px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  border: 1px solid #bbb;
  outline: none;
  border-radius: 6px;
  -webkit-transition: 0.15s;
          transition: 0.15s; }

#contactForm textarea:focus {
  border-color: #666; }

#contactForm input[type="submit"] {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  padding: 7px 11px;
  border: none;
  background-color: #a8c921;
  border-radius: 6px;
  outline: none;
  -webkit-transition: 0.15s;
          transition: 0.15s; }

#contactForm input[type="submit"]:hover {
  cursor: pointer;
  color: #333;
  background-color: #b1d423; }

.pricingForm {
  margin: 30px 0px 40px;
  padding: 15px 30px 35px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px; }
  @media screen and (max-width: 500px) {
    .pricingForm {
      padding: 10px 15px 30px; } }
  .pricingForm h4 {
    font-size: 18px;
    margin: 15px 0px; }
  .pricingForm .checkboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 24px;
    padding-bottom: 20px;
    font-size: 15px;
    border-bottom: 1px solid #ddd; }
    .pricingForm .checkboxes .checkWrap {
      margin: 0px 10px 0px 0px;
      display: inline-block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 110px;
          -ms-flex: 0 1 110px;
              flex: 0 1 110px; }
      @media screen and (max-width: 500px) {
        .pricingForm .checkboxes .checkWrap {
          text-align: center; } }
    .pricingForm .checkboxes input {
      display: inline-block;
      margin-right: 10px; }
      @media screen and (max-width: 500px) {
        .pricingForm .checkboxes input {
          margin: 0 auto 10px;
          display: block; } }
  .pricingForm input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 12px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 6px;
    -webkit-transition: 0.15s;
            transition: 0.15s; }
    .pricingForm input[type="text"]:focus {
      border-color: #888; }
  .pricingForm textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 80px;
    padding: 10px 10px;
    margin-bottom: 12px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
    -webkit-transition: 0.15s;
            transition: 0.15s; }
    .pricingForm textarea:focus {
      border-color: #888; }
  .pricingForm input[type="submit"] {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    padding: 12px 20px;
    border: none;
    background-color: #a8c921;
    border-radius: 5px;
    outline: none;
    -webkit-transition: 0.15s;
            transition: 0.15s; }
    .pricingForm input[type="submit"]:hover {
      cursor: pointer;
      color: #333;
      background-color: #b1d423; }

/* HEADER
--------------------------------------------- */
#header {
  position: fixed;
  top: 0px;
  height: 92px;
  width: 100%;
  background-color: #272829;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.25);
  z-index: 99; }
  @media only screen and (max-width: 768px) {
    #header {
      position: relative; } }

#nav {
  position: absolute;
  left: 0px;
  top: 40px; }
  @media only screen and (max-width: 1000px) {
    #nav {
      left: 20px; } }
  @media only screen and (max-width: 880px) {
    #nav {
      top: 38px; } }
  #nav ul {
    background: #3498DB;
    list-style: none;
    margin: 0;
    padding-left: 0; }
  #nav li {
    display: inline-block;
    float: left;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
    #nav li:hover {
      cursor: pointer; }
  #nav a {
    text-decoration: none;
    padding: 7px 8px;
    margin: 0px 2px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
    -webkit-transition: 0.15s;
            transition: 0.15s; }
    #nav a:hover {
      color: #9fbe1f;
      border-color: #d0e57b; }

#nav .dropdown {
  background: #272829;
  visibility: hidden;
  float: left;
  min-width: 250px;
  position: absolute;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  margin-top: 9px;
  left: 0px;
  z-index: 999;
  text-align: left;
  padding-top: 10px;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.15); }
  #nav .dropdown li {
    clear: both;
    width: 100%; }
    #nav .dropdown li:hover {
      background: #b1d423; }
    #nav .dropdown li a {
      display: block;
      padding: 13px 10px 12px 10px;
      -webkit-transition: 0s;
              transition: 0s; }
      #nav .dropdown li a:hover {
        color: #fff; }

#nav ul li:hover > ul,
#nav ul li ul:hover {
  visibility: visible; }

.home #nav .homeNav {
  border: 2px solid #666; }

.about #nav .aboutNav {
  border: 2px solid #666; }

.product #nav .productNav {
  border: 2px solid #666; }

.reseller #nav .resellerNav {
  border: 2px solid #666; }

.support #nav .supportNav {
  border: 2px solid #666; }

.contact #nav .contactNav {
  border: 2px solid #666; }

.logo {
  position: absolute;
  right: 0px;
  top: 28px;
  display: block;
  width: 250px;
  -webkit-transition: 0.18s;
          transition: 0.18s; }
  .logo:hover {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
  @media only screen and (max-width: 880px) {
    .logo {
      top: 33px;
      right: 15px;
      width: 220px; } }

.nav, .slide-toggle, .slide-checkbox {
  display: none; }

/* HOME PAGE
--------------------------------------------- */
#panels {
  z-index: 10; }
  #panels .container {
    max-width: 860px; }
  #panels h3 {
    margin-top: 0px;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: normal; }
  #panels p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6; }

#aboutPanel {
  padding: 60px 0px;
  background-color: #b1d423;
  color: #fff;
  overflow: hidden;
  background-image: url("../images/green-circuit@2x.png");
  background-size: 1200px 456px; }
  #aboutPanel p {
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); }
  #aboutPanel .button {
    color: #fff;
    border-color: #fff; }
    #aboutPanel .button:hover {
      background-color: #fff;
      color: #a2c320; }
  #aboutPanel .aboutIcon {
    float: left;
    display: block;
    width: 256px;
    height: 240px;
    margin-top: 20px;
    background-image: url("../images/icon-adelaide.png");
    background-size: 256px 240px; }
    @media only screen and (max-width: 880px) {
      #aboutPanel .aboutIcon {
        display: none; } }
  #aboutPanel .leftText {
    float: right;
    text-align: left;
    position: relative;
    max-width: 550px; }
    @media only screen and (max-width: 880px) {
      #aboutPanel .leftText {
        text-align: center;
        float: none;
        margin: 0 auto; } }

#hostedPanel {
  background-color: #fff;
  padding: 60px 0px; }

#solutionsPanel {
  padding: 60px 0px;
  background-color: #444;
  color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  background-image: url("../images/black-circuit@2x.png");
  background-size: 1200px 492px; }
  #solutionsPanel .button {
    color: #fff;
    border-color: #fff; }
    #solutionsPanel .button:hover {
      background-color: #fff;
      color: #555; }
  #solutionsPanel .solutionsIcon {
    position: relative;
    top: 5px;
    float: right;
    display: block;
    width: 256px;
    height: 181px;
    background-image: url("../images/icon-monitoring.png");
    background-size: 256px 181px; }
    @media only screen and (max-width: 880px) {
      #solutionsPanel .solutionsIcon {
        display: none; } }
  #solutionsPanel .leftText {
    text-align: left;
    position: relative;
    max-width: 540px;
    float: left; }
    @media only screen and (max-width: 880px) {
      #solutionsPanel .leftText {
        text-align: center;
        float: none;
        margin: 0 auto; } }

#voipPanel {
  padding: 60px 0px;
  background-color: #fff;
  overflow: hidden; }
  #voipPanel h3 {
    font-size: 31px;
    font-size: 3.1rem; }
  #voipPanel .button {
    color: #666;
    border-color: #aaa; }
    #voipPanel .button:hover {
      background-color: #aaa;
      color: #fff; }
  #voipPanel .voipIcon {
    position: absolute;
    top: -18px;
    float: left;
    display: block;
    width: 242px;
    height: 382px;
    background-image: url("../images/icon-phone.png");
    background-size: 242px 328px; }
    @media only screen and (max-width: 880px) {
      #voipPanel .voipIcon {
        display: none; } }
  #voipPanel .rightText {
    float: right;
    text-align: left;
    position: relative;
    max-width: 540px; }
    @media only screen and (max-width: 880px) {
      #voipPanel .rightText {
        text-align: center;
        float: none;
        margin: 0 auto; } }

/* CUSTOMER LOGINS
--------------------------------------------- */
#customerLogin {
  position: relative;
  padding: 12px 0px 20px;
  background-color: #444344;
  text-align: center; }
  #customerLogin li {
    display: inline-block;
    list-style-type: normal;
    margin: 0px 10px;
    padding: 0px; }
    #customerLogin li a {
      text-decoration: none;
      border-color: #444344;
      color: #ddd;
      background-color: #303030; }
      #customerLogin li a:hover {
        background-color: #222;
        color: #fff; }

/* SIDEBAR
--------------------------------------------- */
#sidebar {
  float: right;
  width: 265px;
  background: #fff;
  padding: 5px 10px 20px;
  border-radius: 14px;
  position: relative;
  top: -30px;
  text-align: left;
  margin-left: 20px; }

@media only screen and (max-width: 880px) {
  #sidebar {
    display: none; } }

#sidebar #sidenav {
  margin: 0px 0px 50px;
  padding: 0px; }

#sidebar #sidenav li {
  list-style-type: none;
  display: block;
  margin: 5px 0px; }

#sidebar #sidenav li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: 5px; }

#sidebar #sidenav li a:hover {
  background-color: #a8c921;
  color: #fff; }

#sidebar #sidenav .title {
  display: block;
  background: #b1d423;
  padding: 12px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 20px; }

#sidebar #sidenav .product, #sidebar #sidenav .general {
  display: none; }

#sidebar #quicklinks a {
  display: inline-block;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 14px 0px;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: 17px;
  border-radius: 5px; }

#sidebar #quicklinks a:hover {
  background-color: #adcf22;
  color: #222; }

#sidebar #quicklinks .linkContact {
  color: #b3d529; }

.product #sidebar #sidenav .product, .reseller #sidebar #sidenav .product {
  display: block; }

.about #sidebar #sidenav .general, .contact #sidebar #sidenav .general, .support #sidebar #sidenav .general {
  display: block; }

/* CONTENT SLIDER
--------------------------------------------- */
#cloud {
  display: block;
  position: relative; }

#cloud h3 {
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 10px; }

@media only screen and (max-width: 600px) {
  #cloud h3 {
    margin-bottom: 0px;
    padding-bottom: 0px; } }

#cloud h4 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px; }

#cloud h4 a {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  text-decoration: none; }

#cloud h4 a:hover {
  color: #9fbe1f; }

@media only screen and (max-width: 600px) {
  #cloud h4 {
    margin-bottom: 10px; } }

#cloud p {
  max-width: 600px;
  margin: 0 auto 20px; }

@media only screen and (max-width: 880px) {
  #cloud p {
    padding-left: 50px;
    padding-right: 50px; } }

#bx-pager {
  display: block; }

@media only screen and (max-width: 600px) {
  #bx-pager {
    display: none; } }

#bx-pager a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 150px;
  padding-top: 68px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  background-position: center top;
  background-repeat: no-repeat; }

@media only screen and (max-width: 880px) {
  #bx-pager a {
    text-indent: -9999px;
    width: 85px;
    padding-top: 34px;
    overflow: hidden; } }

#bx-pager .active {
  color: #222; }

#bx-pager .cloudExchange {
  background-image: url("../images/cloud-exchange@2x.png");
  background-size: 78px 52px; }

#bx-pager .active[data-slide-index~="0"] {
  background-image: url("../images/cloud-exchange-on@2x.png");
  background-size: 78px 52px; }

#bx-pager .cloudBackup {
  background-image: url("../images/cloud-backup@2x.png");
  background-size: 78px 52px; }

#bx-pager .active[data-slide-index~="1"] {
  background-image: url("../images/cloud-desktop-on@2x.png");
  background-size: 78px 52px; }

#bx-pager .cloudEmail {
  background-image: url("../images/cloud-email@2x.png");
  background-size: 78px 52px; }

#bx-pager .active[data-slide-index~="2"] {
  background-image: url("../images/cloud-server-on@2x.png");
  background-size: 78px 52px; }

#bx-pager .cloudAntivirus {
  background-image: url("../images/cloud-antivirus@2x.png");
  background-size: 78px 52px; }

#bx-pager .active[data-slide-index~="3"] {
  background-image: url("../images/cloud-antivirus-on@2x.png");
  background-size: 78px 52px; }

#bx-pager .cloudDesktop {
  background-image: url("../images/cloud-desktop@2x.png");
  background-size: 78px 52px; }

#bx-pager .active[data-slide-index~="4"] {
  background-image: url("../images/cloud-email-on@2x.png");
  background-size: 78px 52px; }

#bx-pager .cloudServers {
  background-image: url("../images/cloud-server@2x.png");
  background-size: 78px 52px; }

#bx-pager .active[data-slide-index~="5"] {
  background-image: url("../images/cloud-server-on@2x.png");
  background-size: 78px 52px; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  display: block;
  position: relative;
  margin: 0px auto 10px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  background: #fff url(../images/prev-button.png) no-repeat top left;
  background-size: 20px 30px;
  -webkit-background-size: 20px 30px; }

.bx-wrapper .bx-next {
  right: 0px;
  background: #fff url(../images/next-button.png) no-repeat top right;
  background-size: 20px 30px;
  -webkit-background-size: 20px 30px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .bx-wrapper .bx-prev {
    background: #fff url(../images/prev-button@2x.png) no-repeat top right;
    background-size: 20px 30px;
    -webkit-background-size: 20px 30px; }
  .bx-wrapper .bx-next {
    background: #fff url(../images/next-button@2x.png) no-repeat top right;
    background-size: 20px 30px;
    -webkit-background-size: 20px 30px; } }

.bx-wrapper .bx-prev:hover {
  opacity: 0.7; }

.bx-wrapper .bx-next:hover {
  opacity: 0.7; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 90; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* MOBILE NAV
--------------------------------------------- */
@media handheld, only screen and (max-width: 768px) {
  #nav {
    display: none; }
  body {
    -webkit-animation: bugfix infinite 1s; }
  /* Also relates to the pseudo class & sibling bug */
  @-webkit-keyframes bugfix {
    from {
      padding: 0; }
    to {
      padding: 0; } }
  .outer {
    overflow: hidden; }
  .slide {
    background: #fff; }
  .skrollr-body {
    box-shadow: 0px 0px 10px black; }
  /* @group .nav */
  .nav {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 5px 0px;
    background: #262626;
    overflow: hidden;
    display: block;
    text-align: left; }
  .nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  /* @end nav */
  /* This is the clickable label */
  .slide-toggle {
    float: left;
    cursor: pointer;
    position: relative;
    top: 22px;
    left: 20px;
    z-index: 1;
    display: none;
    height: 48px;
    width: 100%;
    background: transparent url("../images/menu-button@2x.png") top left no-repeat;
    background-size: 47px 48px; }
  /* Kill the nasty outlines everywhere */
  .slide-toggle,
  .slide-toggle:active,
  .slide-toggle:focus {
    border: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent; }
  /* This is the checkbox */
  .slide-checkbox {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 9998; }
  /* When it's checked replace the menu icon with a close icon */
  .slide-checkbox:checked ~ .slide-toggle {
    background: transparent url("../images/menu-close-button@2x.png") top left no-repeat;
    background-size: 47px 48px; }
  .slide-toggle {
    display: block;
    z-index: 9999; }
  .slide, .slide-toggle {
    -webkit-transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease; }
  /*
   * Enable hardware acceleration and stop flickering
   * More details: http://indiegamr.com/ios6-html-hardware-acceleration-changes-and-how-to-fix-them/
   * Add more browser prefixes as required for your environment
   */
  .slide, .slide-toggle,
  .nav {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    /*-webkit-perspective: 1000;
    -moz-perspective: 1000;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
  /*
   * When the checkbox is checked slide the content
   * over and the checkbox with it
   */
  .slide-checkbox:checked ~ .slide {
    -webkit-transform: translateX(70%) scale(1);
    -ms-transform: translateX(70%) scale(1);
    transform: translateX(70%) scale(1);
    height: 1050px !important; }
  .slide-checkbox:checked ~ .slide-toggle {
    -webkit-transform: translateX(70%) scale(1);
    -ms-transform: translateX(70%) scale(1);
    transform: translateX(70%) scale(1); }
  .nav {
    height: 100%;
    background: #262626;
    border-radius: 0;
    width: 70%;
    position: absolute;
    left: 0;
    top: 0;
    /* Keeps the menu hidden off-canvas to the left */
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .nav li {
    float: none; }
  .nav .dropdown {
    padding-left: 10px; }
  .nav li a {
    border-bottom: 1px solid #222;
    padding: 12px 12px 12px 20px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    background: #262626;
    color: #f9f9f9; }
  .nav li .mobilePhone {
    color: #a8c921; }
  .nav li ul li a {
    font-size: 14px;
    color: #ccc; } }

.fadeIn {
  opacity: 0;
  -webkit-transition: 0.8s all ease;
          transition: 0.8s all ease; }

.fadedIn {
  opacity: 1; }
