/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.cf {
  /**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf .cf {
  *zoom: 1;
}
/*========================================
=            Project Defaults            =
========================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  position: relative;
  word-wrap: break-word;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body {
  background: url(../images/bg.png);
  color: #474847;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
}
.site-wrap {
  margin: 0 auto -40px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.footer-push,
.footer {
  height: 40px;
}
/*==========  Selection Color  ==========*/
::-moz-selection {
  background: #000000;
  color: #ffffff;
}
::selection {
  background: #000000;
  color: #ffffff;
}
/*==========  Link Styles  ==========*/
a {
  color: #666766;
  text-decoration: none;
  transition: color .25s;
}
a:hover {
  color: #ababab;
}
/*==========  Reset Font Weights  ==========*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
}
/*-----  End of Project Defaults  ------*/
.emphasis {
  color: #00aeef;
  font-weight: 700;
  font-family: "Roboto", Verdana, sans-serif;
}
.button {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  border-radius: 5px;
  background: #2c2c2c;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s;
}
.button:hover {
  background: #464646;
}
/*=========================================================
=            Christmas 2013 Conditional Styles            =
=========================================================*/
.christmas-notice {
  background: url(../images/subtle-snowflakes-pattern-1056.png);
  text-align: center;
  position: relative;
  z-index: 99999;
}
.christmas-notice p {
  color: #ffffff;
  margin: 0;
  padding: 1em 0;
}
/*-----  End of Christmas 2013 Conditional Styles  ------*/
.browsehappy {
  margin: 0.2em 0;
  padding: 0.2em 0;
  background: #ccc;
}
.site-header {
  /**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
  position: relative;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
}
.site-header:before,
.site-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.site-header:after {
  clear: both;
}
.site-header .cf {
  *zoom: 1;
}
.site-header h2,
.site-header h3 {
  margin: 0;
}
.site-title {
  float: left;
  height: 100px;
}
.site-title img {
  max-width: 100%;
  width: 242px;
  height: 100%;
}
.phone-number {
  display: table;
  float: right;
  height: 100px;
}
.phone-number h3 {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
}
.phone-number .mobile a {
  color: #00aeef;
}
.banner {
  padding: 40px 0;
  width: 100%;
  height: auto;
  background: url(../images/b-bg.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner h1 {
  margin: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 4px 0px rgba(0, 0, 0, 0.14);
  font-size: 40px;
  font-family: "Ubuntu Medium", sans-serif;
  line-height: 40px;
}
.site-main {
  height: 50px;
  background: #2c2c2c;
  text-align: center;
}
.site-main a {
  display: inline-block;
  margin-left: -4px;
  padding: 11px 20px;
  border-bottom: 2px solid transparent;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
  font-family: "Roboto Light", sans-serif;
  transition: border-color 0.5s;
}
.site-main a:hover,
.site-main a.current {
  border-bottom: 2px solid #00aeef;
  background: #212221;
}
.main-content,
.testimonials {
  position: relative;
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.main-content {
  /**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
}
.main-content:before,
.main-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-content:after {
  clear: both;
}
.main-content .cf {
  *zoom: 1;
}
.main-content .feature {
  float: right;
  margin: 0 0 0 20px;
  max-width: 100%;
  width: 420px;
  height: auto;
}
.main-content ul {
  margin-top: 0;
}
.main-content p {
  margin-top: 0;
}
.sidebar {
  float: left;
  width: 50%;
}
.sidebar img {
  min-width: 300px;
  max-width: 100%;
}
.icon-screen,
.icon-aid,
.icon-users,
.icon-disk,
.icon-tree,
.icon-earth,
.icon-cloud,
.icon-bug,
.icon-lock {
  font-size: 32px;
}
.icon-location,
.icon-bubble,
.icon-user,
.icon-like {
  color: #9c9b9b;
  font-size: 48px;
}
.key-points {
  /**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
}
.key-points:before,
.key-points:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.key-points:after {
  clear: both;
}
.key-points .cf {
  *zoom: 1;
}
.key-points .point {
  position: relative;
  float: left;
  padding: 10px;
  width: 25%;
  text-align: center;
}
.key-points .point h2 {
  font-family: "Roboto", sans-serif;
  transition: all .5s;
  margin-bottom: 0;
}
.key-points .point span {
  position: relative;
  transition: top .3s;
  top: 0;
}
.key-points .point:hover span {
  position: relative;
  top: 10px;
}
.key-points .point:hover h2 {
  color: #999999;
}
.key-points h2 {
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  display: block;
}
blockquote {
  margin: 0;
}
.testimonials {
  padding: 20px 40px;
  text-align: center;
}
.testimonials ul {
  margin: 0;
  padding: 0;
}
.testimonials ul p {
  margin-bottom: 0;
}
.big {
  text-transform: uppercase;
}
.service-wrap {
  margin-bottom: 20px;
  transition: all .2s linear;
}
.service-wrap:hover {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  background: #2c2c2c;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.services {
  /**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
  position: relative;
}
.services:before,
.services:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.services:after {
  clear: both;
}
.services .cf {
  *zoom: 1;
}
.services h2 {
  margin-top: 0;
  font-weight: 300;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  transition: font-size 0.1s;
}
.services p {
  margin: 0;
  font-size: 16px;
}
.service-icon {
  float: left;
  vertical-align: middle;
}
.service-icon span {
  margin-right: 10px;
}
.service-title {
  line-height: 32px;
}
.service-title h2 {
  text-transform: uppercase;
}
input,
select,
input[type=submit],
textarea {
  margin-bottom: 20px;
  padding: 10px;
  max-width: 100%;
  outline: none;
  border: 1px solid #cdcdcd;
  transition: all .2s;
  width: 100%;
}
input.error,
textarea.error {
  border: 1px solid #FF9494;
}
input[type=submit] {
  border: none;
  background: #00aeef;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.14);
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  transition: all .2s;
}
input[type=submit]:hover {
  background: #23c3ff;
}
label {
  display: block;
}
input[type=text]:focus,
textarea:focus {
  box-shadow: 0px 0px 5px #cdcdcd;
}
textarea {
  min-height: 140px;
}
.portfolio-image {
  padding-bottom: 20px;
}
.portfolio-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
  outline: 2px solid #cdcdcd;
  outline-offset: -2px;
  text-align: center;
}
.portfolio-image h4 {
  margin: 0;
  text-align: center;
}
.error-box {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 5px;
  background: #FF9494;
}
.error-box h1 {
  margin-top: 0;
}
.required {
  color: #FF9494;
}
.required-notice {
  text-align: right;
}
/*.valid {
	border-color: #34D027;
}*/
label.error {
  position: relative;
  margin-top: -5px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 5px;
  background: #FF9494;
  color: #ffffff;
  font-style: italic;
}
label.error:after {
  position: absolute;
  bottom: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #FF9494;
  content: " ";
  pointer-events: none;
}
input#honey {
  display: none;
}
.footer {
  height: 40px;
  background: #2c2c2c;
}
.footer p {
  margin: 0;
  text-align: center;
  line-height: 40px;
}
.row {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.grid {
  /**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
}
.grid:before,
.grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.grid:after {
  clear: both;
}
.grid .cf {
  *zoom: 1;
}
.one-quarter {
  width: 25%;
}
.one-half {
  width: 49.2%;
  transition: width .4s;
}
.one-third {
  width: 32.26%;
}
.two-thirds {
  width: 66.66%;
}
.one-quarter,
.one-half,
.one-third,
.two-thirds {
  float: left;
  margin-right: 1.6%;
}
.one-quarter:last-of-type,
.one-half:last-of-type,
.one-third:last-of-type,
.two-thirds:last-of-type {
  margin-right: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .service-wrap {
    transition: none !important;
  }
  .service-wrap:hover {
    padding: 0;
    background: none;
    box-shadow: none;
    color: #000000;
  }
}
@media screen and (max-width: 360px) {
  .mobile {
    display: inline-block;
  }
  span.desktop {
    display: none;
  }
}
@media screen and (min-width: 361px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: inline-block;
  }
}
@media screen and (max-width: 301px) {
  .site-wrap {
    margin: 0 auto -80px;
  }
  .footer-push,
  .footer {
    height: 80px;
  }
}
@media screen and (max-width: 412px) {
  #contact .one-half {
    width: 100%;
  }
}
@media screen and (max-width: 445px) {
  .site-main {
    /**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
    width: 100%;
    height: auto;
  }
  .site-main:before,
  .site-main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .site-main:after {
    clear: both;
  }
  .site-main .cf {
    *zoom: 1;
  }
  .site-main .grid-row {
    width: 100%;
  }
  .site-main a:hover,
  .site-main a.current {
    border-bottom: 0;
  }
  .site-main a {
    *zoom: 1;
    width: 100% !important;
    border-bottom: 0;
  }
  .site-main a:hover {
    border-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .key-points .point {
    float: none !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 660px) {
  .site-header {
    /**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
    height: auto;
  }
  .site-header:before,
  .site-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .site-header:after {
    clear: both;
  }
  .site-header .cf {
    *zoom: 1;
  }
  .site-title {
    width: 100%;
    text-align: center;
  }
  .site-title img {
    max-width: 100%;
  }
  .phone-number {
    float: none;
    width: 100%;
    height: auto;
  }
  .phone-number h3 {
    display: block;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 670px) {
  .main-content .feature {
    float: none !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .one-third {
    width: 100%;
  }
}
@media screen and (max-width: 1192px) {
  .service-icon {
    float: none !important;
    text-align: center;
  }
  .service-icon img {
    margin: 0;
  }
  .service-title {
    text-align: center;
  }
  .service-info {
    text-align: center;
  }
  .one-thrid {
    width: 100% !important;
  }
}
.bx-controls-direction {
  /**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
}
.bx-controls-direction:before,
.bx-controls-direction:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.bx-controls-direction:after {
  clear: both;
}
.bx-controls-direction .cf {
  *zoom: 1;
}
.bx-prev,
.bx-next {
  text-decoration: none;
  position: relative;
  color: #cdcdcd;
  font-size: 32px;
  font-family: novarto;
}
.bx-prev:hover,
.bx-next:hover {
  color: #9a9a9a;
}
.bx-prev {
  float: left;
}
.bx-prev:before {
  content: "\e60e";
  font-size: 32px;
  font-family: novarto;
}
.bx-next {
  float: right;
}
.bx-next:before {
  content: "\e60d";
}
@font-face {
  font-family: 'novarto';
  src: url('../fonts/novarto.eot');
  src: url('../fonts/novarto.eot?#iefix') format('embedded-opentype'), url('../fonts/novarto.svg#novarto') format('svg'), url('../fonts/novarto.ttf') format('truetype'), url('../fonts/novarto.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'novarto';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'novarto';
		src: url('../fonts/novarto.svg#novarto') format('svg');
}*/
.icon-user:before {
  content: "\e600";
}
.icon-like:before {
  content: "\e601";
}
.icon-location:before {
  content: "\e602";
}
.icon-bubble:before {
  content: "\e603";
}
.icon-screen:before {
  content: "\e604";
}
.icon-aid:before {
  content: "\e605";
}
.icon-cloud:before {
  content: "\e606";
}
.icon-earth:before {
  content: "\e607";
}
.icon-disk:before {
  content: "\e608";
}
.icon-lock:before {
  content: "\e609";
}
.icon-users:before {
  content: "\e60a";
}
.icon-bug:before {
  content: "\e60b";
}
.icon-tree:before {
  content: "\e60c";
}
.icon-arrow-right:before {
  content: "\e60d";
}
.icon-arrow-left:before {
  content: "\e60e";
}

/**********24/06/2017 Additions */
/* Added: Remote Stuff */

.support-instruction-wrap
{
    border: 1px solid #cdcdcd;
    position: relative;
    margin-bottom: 40px;
}

.support-instruction-wrap img
{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.support-instruction-wrap h4
{
    background-color: #d9d9d9;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.support-instruction-wrap p
{
    margin-top: 1em;
    padding-right: 10px;
    padding-left: 10px;
}

.support-instruction-wrap h4 img
{
    width: 3%;
    display: inline;
    vertical-align: middle;
    margin-right: 15px;
}

hr
{
    display: block;
    border: 1px solid #cdcdcd;
    ;
    margin-top: 25px;
    margin-bottom: 25px;
}




