/*
Theme Name: GeoSLAM
Theme URI: http://www.geoslam.com
Description: GeoSLAM WordPress Theme
Author: Russell Poulter
Author URI: http://flo.design
Version: 1.0

License: Open Source
License URI:
*/
/**
 * @section CSS Reset
 * Meyer's CSS Reset, Normalized.css, and custom code.
 * @link http://meyerweb.com/eric/tools/css/reset/
 * @link http://necolas.github.io/normalize.css/
 */
/**
 * Mobile screen resizing
 * @link http://dev.w3.org/csswg/css-device-adapt/
 */
@-webkit-viewport {
  width: device-width;
  zoom: 1.0; }
@-moz-viewport {
  width: device-width;
  zoom: 1.0; }
@-ms-viewport {
  width: device-width;
  zoom: 1.0; }
@-o-viewport {
  width: device-width;
  zoom: 1.0; }
@viewport {
  width: device-width;
  zoom: 1.0; }
/**
 * Remove browser defaults
 */
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, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
button, 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;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * Add box sizing to everything
 * @link http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 */
*,
*:before,
*:after {
  box-sizing: border-box; }

/**
 * Set display type for HTML5 semantic elements
 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/**
 * Force scrollbar display to prevent jumping on pages.
 * Fix text resize bug on mobile devices.
 */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/**
 * Display audio, canvas, and video elements as inline block elements.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying audio without controls.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Prevent img and video elements from spilling outside of the page on smaller screens.
 */
img,
video {
  max-width: 100%;
  height: auto; }

/**
 * Prevent iframe, object, and embed elements from spilling outside of the page on smaller screens.
 */
iframe,
object,
embed {
  max-width: 100%; }

/**
 * Hide the template element in IE, Safari, and Firefox < 22.
 */
template {
  display: none;
  visibility: hidden; }

/**
 * Prevents IE from making scaled images look like crap
 */
img {
  -ms-interpolation-mode: bicubic; }

/**
 * Address outline inconsistency between Chrome and other browsers.
 */
a:focus,
button:focus {
  outline: thin dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -0.15625rem; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:hover,
a:active {
  outline: 0; }

/**
 * @section Grid
 * Structure and layout
 */
/**
 * Base grid styles: single column
 */
.container {
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.container--rel {
  position: relative; }

.row {
  margin-left: -1.4%;
  margin-right: -1.4%; }

.grid-fourth, .grid-third, .grid-half, .grid-two-thirds, .grid-three-fourths, .grid-full {
  float: left;
  width: 100%;
  padding-left: 1.4%;
  padding-right: 1.4%; }

/**
 * Reverses order of grid for content choreography
 */
.grid-flip {
  float: right; }

/**
 * Add columns to grid on bigger screens
 */
@media (min-width: 20em) {
  .row-start-xsmall .grid-fourth {
    width: 25%; }

  .row-start-xsmall .grid-third {
    width: 33.33333%; }

  .row-start-xsmall .grid-half {
    width: 50%; }

  .row-start-xsmall .grid-two-thirds {
    width: 66.66667%; }

  .row-start-xsmall .grid-three-fourths {
    width: 75%; }

  .row-start-xsmall .grid-full {
    width: 100%; } }
@media (min-width: 30em) {
  .row-start-small .grid-fourth {
    width: 25%; }

  .row-start-small .grid-third {
    width: 33.33333%; }

  .row-start-small .grid-half {
    width: 50%; }

  .row-start-small .grid-two-thirds {
    width: 66.66667%; }

  .row-start-small .grid-three-fourths {
    width: 75%; }

  .row-start-small .grid-full {
    width: 100%; } }
@media (min-width: 40em) {
  .grid-fourth {
    width: 25%; }

  .grid-third {
    width: 33.33333%; }

  .grid-half {
    width: 50%; }

  .grid-two-thirds {
    width: 66.66667%; }

  .grid-three-fourths {
    width: 75%; }

  .grid-full {
    width: 100%; }

  .offset-fourth {
    margin-left: 25%; }

  .offset-third {
    margin-left: 33.33333%; }

  .offset-half {
    margin-left: 50%; }

  .offset-two-thirds {
    margin-left: 66.66667%; }

  .offset-three-fourths {
    margin-left: 75%; }

  .offset-full {
    margin-left: 100%; } }
/**
 * Image gallery
 */
@media (min-width: 20em) {
  .grid-img {
    width: 50%; } }
@media (min-width: 30em) {
  .grid-img {
    width: 33.33333333333%; } }
@media (min-width: 40em) {
  .grid-img {
    width: 25%; } }

/* Add clearfix */
/*----------------Clearfix------------*/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

.clear {
  clear: both; }

/*----------------60-40------------*/
.col60 {
  width: 100%; }

.col40 {
  width: 100%; }

@media screen and (min-width: 40em) {
  .col60 {
    width: 60%;
    float: left; }

  .col40 {
    width: 40%;
    float: left; } }
/**
 * @section Typography
 * Sets font styles for entire site
 */
body {
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 100; }
  @media (min-width: 40em) {
    body {
      line-height: 1.5625; } }

p {
  margin-bottom: 1.5625em; }

/**
 * Sizes for smaller and larger text
 */
.text-small {
  font-size: 0.9375rem; }

.text-tall {
  font-size: 1.1875rem;
  line-height: 1.4; }

@media (min-width: 40em) {
  .text-tall {
    font-size: 1.3125rem; } }
/**
 * Alternate text colors
 */
.text-muted {
  color: #808080; }

/**
 * Hyperlink styling
 */
a {
  color: #1f7482;
  text-decoration: none;
  word-wrap: break-word; }

a:hover,
a:focus,
a:active {
  color: #b9690b;
  text-decoration: underline; }

a img {
  border: none;
  background: none; }

/**
 * Prevents border/background on linked image hover.
 * Adds slight opacity.
 */
a:hover img {
  border: none;
  background: none; }

/**
 * List styling
 */
ul,
ol,
dl {
  margin-bottom: 1.5625em;
  margin-left: 2rem; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

dl {
  margin-left: 0; }

dt {
  font-weight: bold; }

.standard-list li {
  margin-bottom: 10px; }

/**
 * Removes list styling.
 * For semantic reasons, should only be used on unordered lists.
 */
.list-unstyled {
  margin-left: 0;
  list-style: none; }

/**
 * Heading styling for h1 through h6 elements.
 * Heading class lets you use one heading type for semantics, but style it as another heading type.
 */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: normal;
  word-wrap: none; }

h1,
.h1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.25rem; }

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 600; }

h3,
.h3 {
  font-size: 1.1875rem; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-size: 0.9375rem; }

h4,
.h4 {
  text-transform: uppercase; }

@media (min-width: 40em) {
  h1,
  .h1 {
    font-size: 1.75rem; } }
/**
 * Lines, Quotes and Emphasis
 */
hr {
  margin: 2rem auto;
  border: 0;
  border-top: 0.0725rem solid #e5e5e5;
  border-bottom: 0 solid #ffffff; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

sub,
sup {
  position: relative;
  font-size: 85%;
  font-weight: bold;
  line-height: 0;
  vertical-align: baseline;
  margin-left: 0.25rem; }

sup {
  top: -0.5rem; }

sub {
  bottom: -0.25rem; }

/**
 * Highlighting colors
 */
::selection {
  color: #ffffff;
  background: #F2911E; }

::-moz-selection {
  color: #ffffff;
  background: #F2911E; }

/**
 * Blockquotes
 */
blockquote {
  border-left: 0.25rem solid #e5e5e5;
  margin-bottom: 1.5625em;
  padding-left: 1.5625em;
  padding-right: 1.5625em; }

blockquote, q {
  quotes: none; }

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

/**
 * @section Code
 * Styling for code and preformatted text.
 */
code,
pre {
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 0.875rem;
  border-radius: 0.0725rem; }

code {
  color: #dd1144;
  background-color: #f7f7f7;
  padding: 0.25rem; }

pre {
  display: block;
  margin-bottom: 1.5625em;
  line-height: 1.5;
  background-color: #f4f4f4;
  padding: 0.8125rem;
  tab-size: 4;
  white-space: pre-wrap;
  word-break: break-all; }

pre code {
  font-size: 1em;
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0; }

/**
 * @section Buttons
 * Styling for CSS buttons.
 */
.btn {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  width: 100%;
  line-height: 1.2;
  font-weight: normal;
  background-color: none;
  border: 0.0725rem solid #ffffff;
  border-radius: 0.3125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  color: #ffffff;
  transition-duration: .3s; }

.btn:hover,
a .btn:hover,
.btn:focus,
a .btn:focus,
.btn:active,
a .btn:active,
.btn.active {
  background-color: #ffffff;
  text-decoration: none;
  color: #191919; }

.btn-secondary {
  background-color: #808080;
  border-color: #ffffff; }

.btn-secondary:hover,
a .btn-secondary:hover,
.btn-secondary:focus,
a .btn-secondary:focus,
.btn-secondary:active,
a .btn-secondary:active,
.btn-secondary.active {
  background-color: #5a5a5a;
  border-color: #ffffff; }

.btn:active,
.btn.active {
  box-shadow: inset 0 0.15625rem 0.25rem rgba(0, 0, 0, 0.15), 0 0.0725rem 0.15625rem rgba(0, 0, 0, 0.05);
  outline: 0; }

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none; }

.btn-large {
  padding: 0.6875rem 0.9375rem;
  font-size: 1em;
  line-height: normal; }

.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  display: block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0; }

button,
.btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  /**
   * @workaround Override default button styling
   * @affected Webkit/Firefox
   */
  background-image: none;
  -webkit-appearance: none; }

.btn:last-child,
input.btn {
  margin-right: 0; }

/**
 * @section Forms
 * Styling for form elements.
 */
form,
fieldset {
  margin-bottom: 1.5625em; }

legend,
label {
  display: block;
  font-weight: normal;
  padding: 0;
  margin-bottom: 0.3125rem; }

input,
textarea,
select {
  display: block;
  width: 100%;
  font: inherit;
  line-height: 1.5;
  color: #555555;
  margin-bottom: 1.1875rem;
  padding: 0.3125rem;
  border: 0.0725rem solid #b8b8b8;
  border-radius: 0.0725rem; }
  @media (min-width: 40em) {
    input,
    textarea,
    select {
      line-height: 1.5625; } }

form button,
form .button {
  margin-bottom: 1.1875rem; }

textarea {
  height: 12em; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin-bottom: 0.3125rem;
  cursor: pointer; }

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 0.0725rem 0.0725rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9; }

input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -0.125rem; }

/**
 * Inline inputs
 */
.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

/**
 * Condensed inputs
 */
.input-condensed {
  padding: 0.0725rem 0.3125rem;
  font-size: 0.9375rem; }

body {
  height: 0;
  background: #0D0D0D; }

.pageContainer {
  position: relative;
  overflow: hidden;
  background: #fff;
  right: 0;
  transition-duration: .3s;
  background: #0D0D0D; }
  .pageContainer.navOpen {
    right: 200px; }

.siteHeader {
  padding: 0 10px;
  background: none;
  position: absolute;
  width: 100%; }

.site-logo {
  background: url(../img/logo_GV.jpg) no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  margin: 0; }

.siteNav__links {
  position: fixed;
  background: #111111;
  width: 200px;
  z-index: -1;
  margin: 0;
  top: 0;
  right: -100px;
  bottom: 0;
  font-weight: 400;
  list-style: none;
  opacity: 0;
  transition-duration: 0.3s; }
  .siteNav__links li {
    margin: 10px 20px;
    text-transform: uppercase; }
    .siteNav__links li a {
      display: inline;
      color: #A9A9A9;
      font-size: 1.125rem;
      transition-duration: 0.5s; }
      .siteNav__links li a:hover {
        text-decoration: none;
        color: #fff; }
  .siteNav__links .current-menu-item a,
  .siteNav__links .current_page_parent a,
  .siteNav__links .current-page-ancestor a {
    color: #fff;
    border-bottom: 2px solid #1f7482;
    padding-bottom: 3px; }

.navOpen .siteNav__links {
  right: 0;
  opacity: 1; }

nav.social {
  display: none; }

.siteNav__mobBtn {
  position: relative;
  float: right;
  top: 0px;
  width: 48px;
  height: 48px;
  padding: 12px 10px;
  background-color: rgba(255, 255, 255, 0.1); }

.siteNav__mobBtn--inner {
  position: relative;
  top: 1px; }

.navLine {
  width: 100%;
  height: 3px;
  background: #F2911E;
  display: block;
  position: relative;
  opacity: 1;
  transition-delay: 0.3s;
  transition-duration: 0.3s; }

.navLine__one {
  top: 0px; }

.navLine__two {
  top: 6px; }

.navLine__three {
  top: 12px; }

.navOpen .navLine__one {
  transform: rotate(-45deg);
  top: 9px; }
.navOpen .navLine__two {
  opacity: 0; }
.navOpen .navLine__three {
  transform: rotate(45deg);
  top: 4px; }

.page-nav {
  background: #272727;
  padding: 20px;
  border-bottom: 1px solid #3C3C3C; }
  .page-nav ul {
    list-style: none;
    margin: 0; }
    .page-nav ul li {
      display: inline;
      text-transform: uppercase;
      font-weight: 400;
      padding-right: 20px;
      white-space: nowrap; }
    .page-nav ul a {
      color: #A9A9A9;
      transition-duration: 0.3s; }
      .page-nav ul a:hover {
        text-decoration: none;
        color: #fff; }

.page-nav__dark {
  background: #191919; }

.standard-section {
  padding: 20px; }
  .standard-section h2 {
    font-weight: 200;
    border-bottom: 1px solid #F2911E;
    margin-bottom: 20px;
    display: inline-block; }

.standard-section--light {
  background: #262626; }

.standard-section--dark {
  background: #191919; }

.standard-section--centered {
  text-align: center; }

.icon-grid .grid-third {
  margin-top: 20px;
  padding: 0 30px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

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

.videoContainer {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 60px; }

.hero {
  text-align: center; }
  .hero h1 {
    margin-bottom: 13px; }

.hero--text {
  padding: 70px 55px 0 55px; }

.hero__home {
  background: url(../img/masthead_desktop-1.jpg) no-repeat center center;
  background-size: cover; }
  .hero__home .hero--text {
    padding: 90px 55px 70px 55px; }

.hero__contact {
  background: url(../img/contact_hero.jpg) no-repeat center center;
  background-size: cover; }

.hero__buy {
  background: url(../img/buy_hero.jpg) no-repeat center center;
  background-size: cover; }

.hero__zeb1 .product--img {
  background: url(../img/zeb1_hero_mob.jpg) no-repeat top center;
  background-size: cover; }

.hero__revo .product--img {
  background: url(../img/revo_hero_mob.jpg) no-repeat top center;
  background-size: cover; }

.hero__about {
  background: url(../img/about_hero.jpg) no-repeat center center;
  background-size: cover; }

.hero__gallery {
  background: url(../img/hero_gallery.jpg) no-repeat center center;
  background-size: cover; }

.hero__bg2 {
  background: url(../img/hero_bg2.jpg) no-repeat center center;
  background-size: cover; }

.hero__bg3 {
  background: url(../img/hero_bg3.jpg) no-repeat center center;
  background-size: cover; }

.hero__cloud {
  background: url(../img/polygon_bg1.jpg) no-repeat center center;
  background-size: cover; }

.hero--text__about {
  padding: 90px 20px 50px 20px; }

.product {
  text-align: center;
  position: relative; }
  .product h2 {
    border-bottom: 3px solid #ffffff;
    display: inline-block;
    margin-bottom: 24px; }

.product--text {
  padding: 30px 30px 0px 30px;
  position: relative;
  z-index: 999;
  margin-bottom: -20px; }

.product__home--zeb1 {
  background: #262626; }
  .product__home--zeb1 .product--img {
    background-image: url(../img/zeb1_mob.jpg); }

.product__home--revo {
  background: #191919; }
  .product__home--revo .product--img {
    background-image: url(../img/revo_mob.jpg); }

.product__home--cloud {
  background: url(../img/polygon_bg1.jpg) no-repeat center center #191919;
  background-size: cover; }
  .product__home--cloud .product--text {
    margin-bottom: 20px; }

.home-careers {
  background: #262626; }
  .home-careers .product--text {
    margin-bottom: 30px; }

.home-testimonials p {
  font-weight: 100;
  font-style: italic; }

.attributed {
  color: #808080;
  font-size: 1rem;
  font-style: normal; }

.animated-cloud {
  width: 230px;
  height: 187px;
  position: relative;
  margin: 30px auto; }

.cloud-spinner {
  position: absolute;
  bottom: 0;
  left: 56px;
  -webkit-animation: spin 10s infinite linear;
  -moz-animation: spin 10s infinite linear;
  -o-animation: spin 10s infinite linear;
  -ms-animation: spin 10s infinite linear; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.product--img {
  height: 250px;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center top; }

.casestudies {
  margin-top: 30px; }

.applications__zeb1 {
  background: #262626; }
  .applications__zeb1 .product--img {
    background: url(../img/zeb1_closeup_mob.jpg) no-repeat top center;
    background-size: cover; }

.applications__revo {
  background: #262626; }
  .applications__revo .product--img {
    background: url(../img/revo_closeup_mob.jpg) no-repeat top center;
    background-size: cover; }

.casestudies--list {
  border-top: 2px solid #F2911E;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left; }
  .casestudies--list li {
    border-bottom: 1px solid #696969;
    transition-duration: .3s; }
    .casestudies--list li:hover {
      padding: 0 10px;
      background: #262626; }
  .casestudies--list a {
    display: block;
    padding: 10px 0px;
    line-height: 1.1;
    color: #ffffff;
    background: url(../img/icon_download.svg) no-repeat right center; }
    .casestudies--list a:hover {
      text-decoration: none; }
  .casestudies--list small {
    font-size: 0.875rem;
    color: #696969; }

.howitworks {
  text-align: center;
  background: #191919;
  padding: 30px 30px; }
  .howitworks .row {
    margin: 10px 0; }
  .howitworks h3 {
    padding-bottom: 10px; }

.how-item {
  padding: 80px 0 0 0;
  margin-top: 10px; }

.how-scan {
  background: url(../img/icon_scan.png) no-repeat top center; }

.how-scan-revo {
  background: url(../img/revo_scan.png) no-repeat top center; }

.how-process {
  background: url(../img/icon_process.png) no-repeat top center; }

.how-download {
  background: url(../img/icon_dl.png) no-repeat top center; }

.specs {
  background: #262626;
  padding: 30px 30px; }
  .specs h3 {
    border-bottom: 3px solid #F2911E;
    text-align: left; }

.specs-row {
  padding: 11px 0px;
  border-bottom: 1px solid #696969;
  font-size: 1rem;
  font-weight: 400; }

.specs-left {
  text-align: left; }

.specs-right {
  text-align: left;
  font-weight: 100; }

.specs-img {
  display: none; }

.cloud_bg {
  background: url(../img/polygon_bg2.jpg) no-repeat center center;
  background-size: cover; }

.icon60 {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px auto; }

.icon-growth {
  background: url(../img/icon-growth.svg) no-repeat center bottom; }

.icon-funding {
  background: url(../img/icon-funding.svg) no-repeat center bottom; }

.icon-develop {
  background: url(../img/icon-develop.svg) no-repeat center bottom; }

.icon-world {
  background: url(../img/icon-world.svg) no-repeat center bottom; }

.icon-money {
  background: url(../img/icon-money.svg) no-repeat center bottom; }

.icon-users {
  background: url(../img/icon-users.svg) no-repeat center bottom; }

.section-people {
  text-align: center; }

.person {
  text-align: center;
  margin-top: 20px; }

.person__header {
  margin-bottom: 20px; }
  .person__header h3 {
    font-size: 1.5rem;
    color: #F2911E;
    font-weight: 100; }
  .person__header h4 {
    text-transform: capitalize;
    font-weight: 600; }

.quali {
  color: #949494;
  margin-bottom: 5px; }

.contact-details-form {
  background: #262626;
  padding: 30px; }
  .contact-details-form h2 {
    border-bottom: 3px solid #1f7482;
    display: inline-block;
    margin-bottom: 24px; }

.contact-details ul {
  list-style: none;
  margin: 0; }
  .contact-details ul li {
    margin-bottom: 24px;
    padding: 0px 0px 5px 40px; }
  .contact-details ul li.address {
    background: url(../img/icon_address_orange.svg) no-repeat left top; }
  .contact-details ul li.phone_number {
    background: url(../img/icon_phone_orange.svg) no-repeat left top; }
  .contact-details ul li.email {
    background: url(../img/icon_email_orange.svg) no-repeat left center; }
  .contact-details ul li.twitter_user {
    background: url(../img/icon_twitter_orange.svg) no-repeat left top; }

.contact-form .standard-input {
  background: #191919;
  border: 1px solid #4A4A4A;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 10px 20px; }
.contact-form .btn {
  background: none; }
  .contact-form .btn:hover {
    background: #F2911E; }
.contact-form .error {
  border: 1px solid #880e14;
  border-radius: 5px;
  margin: 24px 0;
  padding: 10px 20px;
  color: #880e14;
  background: #83575C;
  font-weight: 600;
  display: none; }
.contact-form .success {
  border: 1px solid #377f31;
  border-radius: 5px;
  margin: 24px 0;
  padding: 10px 20px;
  color: #377f31;
  background: #ABC1A9;
  font-weight: 600;
  display: none; }
.contact-form .wpcf7-form br {
  display: none; }

.distributors-nav {
  padding: 20px;
  background: #262626; }

.regions-nav {
  margin-bottom: 30px; }

.distributors-list {
  background: #191919;
  padding: 20px; }
  .distributors-list h2 {
    display: inline-block;
    margin-bottom: 15px; }

.dist-address {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 10px 0 0px 0;
  border-top: 1px solid #F2911E; }
  .dist-address li:nth-child(2) {
    font-weight: 400; }

.geo-address li:nth-child(2) {
  font-weight: 200; }
.geo-address li:nth-child(1) {
  font-weight: 400; }

.country {
  font-size: 1.5rem;
  color: #F2911E; }

.worldwide {
  border-bottom: 1px solid #414141; }
  .worldwide .dist-address {
    border-top: 0;
    padding: 0; }

.region {
  margin-bottom: 30px; }
  .region h2 {
    border-bottom: 3px solid #F2911E; }

.img-gallery img {
  margin-bottom: 10px;
  border: 1px solid #0D0D0D;
  transition-duration: 0.3s; }
.img-gallery a:hover img {
  border: 1px solid #F2911E;
  -webkit-box-shadow: 0px 0px 26px 4px black;
  -moz-box-shadow: 0px 0px 26px 4px black;
  box-shadow: 0px 0px 26px 4px black;
  transform: scale(1.03);
  opacity: 1; }

.image-gal, .video-gal {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #414141; }
  .image-gal h3, .video-gal h3 {
    padding-bottom: 10px; }

.video-gal .videoContainer {
  margin: 0 0 10px 0; }
.video-gal p {
  margin-bottom: 10px; }
.video-gal h3 {
  padding-top: 10px; }

.video-item {
  margin-bottom: 30px; }

.news-item__img {
  overflow: hidden;
  max-height: 250px; }
  .news-item__img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition-duration: 0.3s; }

.news-item {
  background: #191919;
  margin-bottom: 20px;
  display: block;
  color: #fff;
  transition-duration: 0.3s;
  border: 1px solid #191919; }
  .news-item:hover {
    text-decoration: none;
    border: 1px solid #F2911E; }
    .news-item:hover .news-item__img img {
      transform: scale(1.1); }

.news-item__text {
  padding: 20px;
  display: table;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  height: 150px; }
  .news-item__text h3 {
    font-weight: 200; }

.news-item__text-inner {
  display: table-cell;
  vertical-align: middle; }

.pagination {
  text-align: center;
  margin-top: 30px; }

.btn--prevNext {
  font-weight: 400; }
  .btn--prevNext a {
    border: 1px solid #F2911E;
    border-radius: 5px;
    padding: 5px 10px;
    transition-duration: 0.3s;
    background: #191919; }
    .btn--prevNext a:hover {
      background: #F2911E;
      text-decoration: none;
      color: black; }
  .btn--prevNext .nolink {
    border: 1px solid #191919;
    background: #191919;
    color: #262626;
    border-radius: 5px;
    padding: 5px 10px;
    transition-duration: 0.3s; }

.pagination__divider {
  display: none; }

.full-article {
  text-align: left; }
  .full-article h1, .full-article h2, .full-article h3, .full-article h4, .full-article h5, .full-article h6 {
    margin-bottom: 20px;
    text-transform: none;
    border-bottom: none; }

.article-hero__inner {
  background: rgba(25, 25, 25, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

footer {
  font-size: 0.75rem;
  padding: 20px 30px;
  color: #8F8F8F; }
  footer p {
    margin: 0; }

p.copy {
  float: left; }

.footer-nav {
  float: right;
  margin-top: 10px; }
  .footer-nav ul li {
    display: inline;
    margin-right: 10px; }
    .footer-nav ul li a {
      color: #8F8F8F;
      text-decoration: underline; }

.wpcf7-mail-sent-ok {
  border: 2px solid #F2911E !important; }

.flo-link {
  color: #4D4D4D; }

.back-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: -100px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/up_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: black;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-duration: 0.7s; }

.show-btn {
  right: 20px; }

/**
 * @section Alignment, Spacing, & Visibility
 * Override defaults.
 */
/**
 * Text alignment
 */
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

/**
 * Floats
 */
.float-left {
  float: left; }

.float-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.float-right {
  float: right; }

/**
 * Spacing
 */
.no-space {
  margin: 0;
  padding: 0; }

.no-space-bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.no-space-top {
  margin-top: 0;
  padding-top: 0; }

.space-bottom {
  margin-bottom: 2rem; }

.space-bottom-small {
  margin-bottom: 0.5rem;
  padding-bottom: 0; }

.space-top {
  padding-top: 0.8125rem; }

/**
 * Visibility
 */
.screen-reader {
  position: absolute;
  top: -9999em;
  left: -9999em; }

/**
 * @workaround
 * @affected IE 8/9/10
 */
[hidden] {
  display: none;
  visibility: hidden; }

/**
 * Clearfix
 */
.group:before, .container:before,
.row:before,
.group:after,
.container:after,
.row:after {
  display: table;
  content: ""; }

.group:after, .container:after,
.row:after {
  clear: both; }

@media (min-width: 40em) {
  .grid-fourth {
    width: 50%; }

  .offset-three-fourths {
    width: 25%; } }
@media (min-width: 60em) {
  .grid-fourth {
    width: 25%; } }
/**
 * @section Print
 * Styling for printed content. Adapted from HTML5BP.
 * @link http://html5boilerplate.com
 */
@media print {
  /**
   * Universal selector.
   * Reset all content to transparent background, black color, and remove box and text shadows.
   */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  /**
   * Specifies page margin
   */
  @page {
    margin: 0.5cm; }
  /**
   * Underline all links
   */
  a,
  a:visited {
    text-decoration: underline; }

  /**
   * Show URL after links
   */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /**
   * Don't show URL for internal links
   */
  a[href^="#"]:after {
    content: ""; }

  /**
   * Specifies the minimum number of lines to print at the top and bottom of a page.
   */
  p,
  h1, h2, h3 {
    orphans: 3;
    widows: 3; }

  /**
   * Avoid inserting a page break after headers
   */
  h1, h2, h3 {
    page-break-after: avoid; }

  /**
   * Change border color on blockquotes and preformatted text.
   * Avoid page breaks inside the content
   */
  pre,
  blockquote {
    border-color: #999;
    page-break-inside: avoid; }

  /**
   * Displayed as a table header row group
   */
  thead {
    display: table-header-group; }

  /**
   * Avoid inserting a page break inside table rows and images
   */
  tr,
  img {
    page-break-inside: avoid; } }
@media screen and (min-width: 30em) {
  .site-logo {
    width: 60px;
    height: 60px; }

  .hero p {
    font-size: 1.25rem; }

  .hero--text {
    padding: 130px 55px 0px 55px; }

  .hero__home .hero--text {
    padding: 130px 55px 100px 55px; }

  .hero--text__about {
    padding: 130px 55px 100px 55px; }

  h1,
  .h1 {
    font-size: 3.125rem;
    line-height: 3.125rem; }

  .product--img {
    height: 335px;
    background-size: 100%; }

  .product--text {
    max-width: 500px;
    margin: 0 auto -20px auto; }

  .product h2 {
    font-size: 2rem; }
  .product p {
    font-size: 1.125rem; }

  .contact-details li {
    width: 50%;
    float: left; }

  .standard-section {
    padding: 40px; }

  .icon-grid .grid-third {
    margin-top: 20px;
    padding: 0 50px; }

  .btn {
    width: auto; }

  .distributors-nav {
    padding: 40px; }

  .distributors-list {
    padding: 40px; } }
@media screen and (min-width: 40em) {
  .siteNav {
    float: left; }

  .siteNav__links {
    position: relative;
    background: none;
    width: auto;
    z-index: 0;
    top: 20px;
    right: 0px;
    font-weight: 400;
    margin-left: 10px;
    opacity: 1; }
    .siteNav__links li {
      display: inline;
      margin: 0 0 0 8px; }
      .siteNav__links li a {
        font-size: 0.875rem; }

  .siteNav__mobBtn {
    display: none; }

  .specs h3 {
    padding-bottom: 5px; }

  .specs-left, .specs-right {
    width: 50%;
    float: left; }

  .specs-right {
    text-align: right;
    font-weight: 400; }

  .icon-grid .grid-third {
    margin-top: 20px;
    padding: 0 10px; }

  .customer-quote {
    margin: 15px 0 0 0; }
    .customer-quote img {
      padding-bottom: 15px; }

  .people-group {
    margin-bottom: 20px; }
    .people-group .row .grid-half:nth-child(2n+1) {
      clear: left; }

  .region .grid-third:nth-child(3n+1) {
    clear: left; }

  .distributors-nav img {
    padding: 30px 0 0 30px; }

  .regions-nav {
    margin-bottom: 0; }

  .news-item__text {
    padding: 10px;
    height: 110px; }

  .pagination__divider {
    padding: 0 10px;
    display: inline; }
    .pagination__divider .page-numbers {
      background: #191919;
      border-radius: 5px;
      padding: 5px 10px;
      transition-duration: 0.3s; }
      .pagination__divider .page-numbers:hover {
        background: #F2911E;
        text-decoration: none;
        color: black; }
    .pagination__divider .current {
      background: #191919;
      border-radius: 5px;
      padding: 5px 10px; }
      .pagination__divider .current:hover {
        background: #191919;
        text-decoration: none;
        color: #fff; } }
@media screen and (min-width: 60em) {
  .siteHeader {
    padding: 0 30px; }

  .site-logo {
    width: 96px;
    height: 96px; }

  .siteNav__links {
    top: 35px; }
    .siteNav__links li {
      margin-left: 10px; }
      .siteNav__links li a {
        font-size: 1rem; }

  .hero {
    text-align: left; }
    .hero h1 {
      font-size: 5.625rem;
      line-height: 5.625rem; }

  .hero--text {
    padding: 250px 30px 150px 30px; }

  .hero__home .hero--text {
    padding: 250px 30px 150px 30px; }

  h3 {
    font-size: 1.5rem; }

  .hero--text {
    width: 50%; }

  .hero__zeb1 {
    background: url(../img/zeb1_hero.jpg) no-repeat center center;
    background-size: cover; }

  .hero__revo {
    background: url(../img/revo_hero.jpg) no-repeat top center;
    background-size: cover; }

  .hero__cloud .product--img__icon {
    left: 45%;
    top: 150px; }

  .hero--text__about {
    padding: 250px 30px 150px 30px;
    width: 70%;
    max-width: 700px; }
    .hero--text__about h1 {
      font-size: 5rem; }

  .hero--text__full_width {
    max-width: none;
    width: 100%; }

  .btn {
    font-size: 1rem;
    width: auto;
    padding: 0.8125rem 1.25rem; }

  .product {
    text-align: left; }
    .product h2 {
      font-size: 3rem;
      border-bottom: 5px solid #1f7482;
      padding-right: 20px; }
    .product p {
      font-size: 1.25rem; }

  .product--text {
    width: 50%;
    padding: 220px 50px 0 30px;
    background: none;
    max-width: none;
    margin: 0 0 -20px 0; }

  .product__home--cloud .product--text, .home-careers .product--text {
    padding: 180px 50px 0 30px; }

  .product__home--cloud .product--text {
    left: 50%; }

  .product--img {
    display: none; }

  .product__home {
    height: 696px; }

  .product__home--zeb1 {
    background: url(../img/Zeb1_desktop.jpg) no-repeat center center;
    background-size: cover; }
    .product__home--zeb1 .product--text {
      left: 50%; }

  .product__home--revo {
    background: url(../img/Revo_desktop.jpg) no-repeat center center;
    background-size: cover; }

  .product--img__icon {
    position: absolute;
    width: 50%;
    padding: 250px 0 0 0;
    top: 0; }

  .home-careers {
    height: 850px;
    background: url(../img/home_careers_bg.jpg) no-repeat center center;
    background-size: cover; }

  nav.social {
    display: block;
    float: right;
    margin-top: 33px; }

  ul.social__links {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.social__links li {
      display: inline; }
    ul.social__links a {
      display: block;
      float: left;
      width: 30px;
      height: 30px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      margin-left: 24px; }
      ul.social__links a.linkedin {
        background: url(../img/linkedin.svg) no-repeat; }
      ul.social__links a.twitter {
        background: url(../img/twitter.svg) no-repeat; }
      ul.social__links a.youtube {
        background: url(../img/youtube.svg) no-repeat; }
      ul.social__links a.linkedin {
        background: url(../img/linkedin.svg) no-repeat; }

  .zeb1-bg {
    background: url(../img/zeb1_about_bg.jpg) no-repeat bottom center;
    background-size: cover;
    height: 434px; }

  .zeb1-bg--bat {
    background: url(../img/content_bg_zeb1.jpg) no-repeat top center;
    background-size: cover;
    height: 600px; }

  .bg-zeb-revo-spin {
    background: url(../img/bg-revo-spin.jpg) no-repeat bottom right;
    background-size: cover; }

  .customer-quote {
    margin: 30px 0 0 0; }
    .customer-quote img {
      padding-bottom: 30px; }

  .featured img {
    margin-top: 20px; }

  .read-more-cta {
    margin-top: 70px; }

  .standard-section {
    padding: 90px 30px; }
    .standard-section h2 {
      font-size: 2.25rem;
      margin-bottom: 35px; }
    .standard-section p {
      font-size: 1.25rem; }

  .icon-grid .grid-third {
    margin-top: 20px;
    padding: 0 30px; }
  .icon-grid .row {
    margin-top: 30px; }

  .applications .product--text {
    left: 50%; }

  .applications__zeb1 {
    background: url(../img/zeb1_closeup_desktop.jpg) no-repeat center center;
    height: 860px;
    background-size: cover; }
    .applications__zeb1 .product--text {
      padding: 90px 50px 0 30px; }

  .applications__revo {
    background: url(../img/revo_closeup_desktop.jpg) no-repeat center center;
    height: 900px;
    background-size: cover; }
    .applications__revo .product--text {
      padding: 90px 50px 0 30px; }

  .howitworks {
    text-align: center;
    padding: 90px 30px; }
    .howitworks .row {
      margin: 80px 0; }
    .howitworks h3 {
      padding-bottom: 30px; }

  .how-item {
    margin-top: 0px; }

  .specs {
    padding: 120px 30px; }
    .specs h3 {
      padding-bottom: 5px; }

  .specs-left, .specs-right {
    width: 50%;
    float: left; }

  .specs-right {
    text-align: right;
    font-weight: 400; }

  .specs-img {
    display: block; }

  .specs-list {
    width: 70%;
    float: left; }

  .specs-list-container {
    margin-right: 30px; }

  .specs-img {
    width: 30%;
    float: left;
    padding-top: 30px; }
    .specs-img img {
      border: 1px solid #696969; }

  .section-people {
    text-align: left; }

  .person {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px; }

  .person__header {
    height: 120px;
    margin-bottom: 40px; }
    .person__header h3 {
      font-size: 1.875rem; }
    .person__header img {
      float: left;
      margin-right: 30px; }

  .person__header-txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

  .quali {
    margin-bottom: 20px; }

  .people-group {
    margin-bottom: 60px; }

  .person__no-img .person__header {
    height: auto;
    margin-bottom: 20px; }
  .person__no-img .person__header-txt {
    transform: none; }

  .contact-details {
    width: 30%;
    float: left;
    font-size: 1.25rem; }

  .contact-form {
    width: 70%;
    float: left; }
    .contact-form .standard-input {
      margin-right: 30px; }

  .contact-details-form {
    background: #262626;
    padding: 90px 30px; }

  .form-left, .form-right {
    width: 50%;
    float: left; }

  .contact-details li {
    width: 100%; }

  .distributors-nav {
    padding: 60px 30px; }
    .distributors-nav .col40 {
      margin: 20px 0; }
    .distributors-nav img {
      padding: 30px 0 0 80px; }

  .distributors-list {
    padding: 60px 30px; }

  .regions-nav li a {
    padding: 20px 0;
    font-size: 1.25rem; }

  .distributors-list h2 {
    font-size: 2rem; }

  .region {
    margin-bottom: 60px; }

  .dist-address {
    margin: 0 0 60px 0; }

  .dist-address {
    font-size: 1.25rem; }

  .image-gal {
    margin: 60px 0 60px 0;
    padding: 0 0 40px 0; }
    .image-gal h3 {
      padding-bottom: 20px; }
    .image-gal:last-child {
      margin: 0 0 0px 0;
      padding: 0 0 0px 0;
      border-bottom: 0px; }

  .video-gal {
    margin: 0 0 50px 0;
    padding: 0 0 5px 0; }
    .video-gal:last-child {
      margin: 0 0 0px 0;
      padding: 0 0 0px 0;
      border-bottom: 0px; }

  .video-item {
    margin-bottom: 60px; }

  .news-item__text {
    padding: 20px;
    height: 200px; }

  .news-item {
    margin-bottom: 30px; }

  footer {
    font-size: 0.875rem; } }
@media screen and (min-width: 73.75em) {
  .siteNav__links {
    top: 35px; }
    .siteNav__links li {
      margin-left: 30px; }
      .siteNav__links li a {
        font-size: 1.125rem; } }
/*------------------------------------*\
    $IE HACKS AND FIXES
\*------------------------------------*/

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