/*
##########################################
Summary

1 - General stuff
2 - Buttons
3 - Plus Button
4 - Sections
5 - Navbar
6 - Header
7 - Header Slider
8 - What Is Section
9 - How To Use Section
10 - Use Cases Section
11 - Export Data Section
12 - Footer
13 - FAQ
14 - Pricing
##########################################
*/
/*
##########################################
1 - General stuff
##########################################
*/
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  body b {
    font-weight: 400; }
  body.faq {
    background-color: #e1e1e1; }

.line {
  width: 250px;
  margin: auto;
  border-bottom: 1px #ccc solid; }

.blackcover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3); }

/*
##########################################
2 - Buttons
##########################################
*/
.btn {
  border-radius: 0; }

.btn-primary {
  color: #fff;
  background-color: #3598dc;
  border-color: transparent !important; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #258cd3 !important;
    border-color: transparent !important; }
  .btn-primary:active, .btn-primary:visited, .btn-primary:active:hover, .btn-primary:visited:hover {
    background-color: #217ebd !important;
    border-color: transparent !important; }

.btn-success {
  outline: transparent !important;
  color: #fff; }
  .btn-success.btn-outline {
    color: #449d44; }
  .btn-success:not(.btn-outline) {
    border-color: transparent !important; }
  .btn-success:hover {
    color: #fff !important; }
  .btn-success:not(.btn-outline):hover, .btn-success:not(.btn-outline):focus {
    outline: transparent !important;
    border-color: transparent !important; }
  .btn-success:not(.btn-outline):active, .btn-success:not(.btn-outline):visited, .btn-success:not(.btn-outline):active:hover, .btn-success:not(.btn-outline):visited:hover {
    outline: transparent !important;
    border-color: transparent !important; }

.btn-outline:not(:hover) {
  background-color: transparent; }

.btn-outline:hover, .btn-outline:focus {
  outline: transparent !important; }

.btn-outline:active, .btn-outline:visited, .btn-outline:active:hover, .btn-outline:visited:hover {
  outline: transparent !important; }

/*
##########################################
3 - Plus Button
##########################################
*/
html.touch .button.plus {
  width: 40px;
  height: 40px;
  border: 2px #555 solid;
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 100;
  margin-left: -20px;
  border-radius: 50%; }
  html.touch .button.plus span {
    display: block;
    border-bottom: 2px #555 solid;
    width: 28.5px;
    position: absolute;
    top: 18px;
    left: 4.75px;
    transition: transform 0.3s ease-in-out; }
  html.touch .button.plus span:first-child {
    transform: rotate(90deg);
    left: 3.75px; }
  html.touch .button.plus.open span:first-child {
    transform: rotate(0deg); }
  html.touch .button.plus.open span:nth-child(2) {
    transform: rotate(-180deg); }

/*
##########################################
4 - Sections
##########################################
*/
.content-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .content-section > .container {
    z-index: 6;
    position: relative; }
  .content-section h2 {
    font-weight: 300; }
    .content-section h2 + .line {
      margin-bottom: 50px; }
  .content-section .section-text {
    margin-bottom: 40px; }
    .content-section .section-text p {
      font-size: 20px;
      font-weight: 300; }

/*
##########################################
5 - Navbar
##########################################
*/
.navbar-coletum {
  z-index: 10000;
  position: fixed;
  width: 100%;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.85);
  transition: background-color 0.3s ease-in-out, border-bottom 0.3s ease-in-out; }
  .navbar-coletum .navbar-nav > li > a {
    line-height: 22px; }
  .navbar-coletum .navbar-brand {
    padding-top: 2px; }
    .navbar-coletum .navbar-brand img {
      height: 42px;
      width: auto; }
    @media (min-width: 330px) {
      .navbar-coletum .navbar-brand img {
        height: 46px;
        width: auto; } }
  .navbar-coletum.solid {
    background-color: white;
    border-bottom: 1px #ccc solid;
    transition: all 0.3s ease-in-out; }
  .navbar-coletum .icon-bar {
    border-bottom: #555 2px solid; }
  .navbar-coletum .flags {
    padding: 0 15px;
    float: right; }
    .navbar-coletum .flags ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .navbar-coletum .flags ul li {
        display: inline-block; }
    .navbar-coletum .flags a {
      padding: 15px 5px;
      display: inline-block; }

/*
##########################################
6 - Header
##########################################
*/
#header-container {
  padding: 0;
  position: relative; }

#header-fuid-background {
  padding-top: 52px;
  min-height: 460px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden; }
  #header-fuid-background h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    position: relative;
    z-index: 10; }
  #header-fuid-background h1 span {
    font-weight: 500; }
  #header-fuid-background h4 {
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 10;
    margin-top: 20px; }
  #header-fuid-background a.btn {
    margin-top: 20px;
    position: relative;
    z-index: 10;
    background-color: #40a999 !important;
    padding: 10px 0px;
    font-size: 20px;
    justify-content: center;
    display: flex;
    min-width: 50px;
    max-width: 325px; }
  @media screen and (min-width: 765px) {
    #header-fuid-background h1 {
      font-size: 64px; }
    #header-fuid-background h2 {
      font-size: 30px; }
    #header-fuid-background h4 {
      margin-top: 50px; }
    #header-fuid-background a.btn {
      margin-top: 50px; } }

#header-bouncing-arrow {
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
  transform: rotate(45deg);
  animation: bouncingArrow 0.5s infinite alternate; }

@keyframes bouncingArrow {
  to {
    bottom: 50px; }
  from {
    bottom: 30px; } }

/*
##########################################
7 - Header Slider
##########################################
*/
#header-fuid-background .rslides {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%; }
  #header-fuid-background .rslides li {
    width: 100%;
    height: 100%; }
  #header-fuid-background .rslides .slidebg {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 100%;
    width: 100%; }
    #header-fuid-background .rslides .slidebg.slidebg01 {
      background-image: url("../images/slide01min.jpg"); }
    #header-fuid-background .rslides .slidebg.slidebg02 {
      background-image: url("../images/slide02minfix.jpg"); }
    #header-fuid-background .rslides .slidebg.slidebg03 {
      background-image: url("../images/slide03min.jpg"); }
    #header-fuid-background .rslides .slidebg.slidebg04 {
      background-image: url("../images/slide04min.jpg"); }
    #header-fuid-background .rslides .slidebg.slidebg05 {
      background-image: url("../images/slide05min.jpg"); }
  #header-fuid-background .rslides .slide-img-bg {
    display: none;
    visibility: hidden;
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%; }
    #header-fuid-background .rslides .slide-img-bg img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 50%;
      min-height: 50%; }

html.safari.touch #header-fuid-background .rslides .slidebg {
  display: none;
  visibility: hidden; }

html.safari.touch #header-fuid-background .rslides .slide-img-bg {
  display: block;
  visibility: visible; }

/*
##########################################
8 - What is Section
##########################################
*/
.feature-box {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 370px; }
  .feature-box .feature-title {
    margin-bottom: 20px; }
  .feature-box .feature-icon {
    margin-bottom: 20px;
    opacity: 0.75;
    transition: all 0.5s ease; }
    .feature-box .feature-icon img, .feature-box .feature-icon svg {
      width: 80%;
      margin-left: 10%;
      height: auto;
      transform: scale(0.85);
      transition: all 0.5s ease;
      filter: brightness(0.5) sepia(1) hue-rotate(130deg) saturate(6); }
  .feature-box .feature-icon.light {
    opacity: 1;
    transition: all 0.5s ease; }
    .feature-box .feature-icon.light img, .feature-box .feature-icon.light svg {
      transform: scale(1);
      transition: all 0.5s ease; }
  .feature-box h4 {
    font-size: 22px; }
  .feature-box p {
    font-size: 18px; }

html:not(.touch) .feature-box:hover .feature-icon {
  opacity: 1;
  transition: all 0.5s ease; }
  html:not(.touch) .feature-box:hover .feature-icon img, html:not(.touch) .feature-box:hover .feature-icon svg {
    transform: scale(1);
    transition: all 0.5s ease;
    filter: brightness(0.5) sepia(1) hue-rotate(130deg) saturate(6); }

.feature-box.light .feature-icon {
  opacity: 1;
  transition: all 0.5s ease; }
  .feature-box.light .feature-icon img, .feature-box.light .feature-icon svg {
    transform: scale(1);
    transition: all 0.5s ease;
    filter: brightness(0.5) sepia(1) hue-rotate(130deg) saturate(6); }

/*
##########################################
9 - How To Use Section
##########################################
*/
#use-numbers {
  background-color: #f5f5f5; }
  #use-numbers a.btn {
    background-color: #40a999 !important;
    font-size: 20px; }
  #use-numbers .use-numbers-box {
    position: relative;
    margin-bottom: 50px;
    padding-top: 13px;
    padding-bottom: 15px;
    text-align: center; }
    #use-numbers .use-numbers-box .use-numbers-signal {
      font-size: 3vw; }
    #use-numbers .use-numbers-box .use-numbers-number {
      color: #52a096;
      font-size: 3.5vw; }
  #use-numbers .use-numbers-box-contrast {
    padding-top: 0px; }
    #use-numbers .use-numbers-box-contrast .use-numbers-number {
      font-weight: 500;
      font-size: 4vw; }

/*
##########################################
10 - Use Cases Section
##########################################
*/
#use-cases {
  background-image: url("../images/foggybg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover; }
  #use-cases .section-text h2 {
    color: #fff; }
  #use-cases .section-text p {
    color: #fff; }

.use-case-box {
  background-color: #fff;
  margin-bottom: 30px;
  padding-bottom: 55px;
  overflow: hidden; }
  .use-case-box .use-case-img {
    max-height: 240px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    transition: all 0.3s ease-in-out; }
  .use-case-box .mockup {
    position: absolute;
    left: 0;
    right: 0;
    top: 580px;
    transition: all 0.3s ease-in-out; }
    .use-case-box .mockup img {
      max-width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .use-case-box p {
    opacity: 1;
    animation: fadeout 0.6s linear backwards; }
  .use-case-box h2 {
    transition: all 0.3s ease-in-out; }
  .use-case-box.animate h2 {
    font-size: 18px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out; }
  .use-case-box.animate .use-case-img {
    max-height: 0px;
    transition: all 0.3s ease-in-out; }
  .use-case-box.animate p {
    margin-bottom: 0;
    animation: fadeout 0.3s linear forwards; }
  .use-case-box.animate .mockup {
    transition: all 0.3s ease-in-out;
    top: 62px; }

html:not(.touch) .use-case-box {
  padding-bottom: 15px; }
  html:not(.touch) .use-case-box:hover h2 {
    font-size: 18px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out; }
  html:not(.touch) .use-case-box:hover .use-case-img {
    max-height: 0px;
    transition: all 0.3s ease-in-out; }
  html:not(.touch) .use-case-box:hover p {
    margin-bottom: 0;
    animation: fadeout 0.3s linear forwards; }
  html:not(.touch) .use-case-box:hover .mockup {
    transition: all 0.3s ease-in-out;
    top: 62px; }

@keyframes fadeout {
  0% {
    opacity: 1;
    max-height: 300px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    max-height: 0px; } }

.badges h4 {
  color: #fff;
  margin-bottom: 50px;
  margin-top: 50px; }

.badges a.store-badge {
  display: block; }
  .badges a.store-badge + a.store-badge {
    margin-top: 20px; }

.badges img {
  height: 50px; }

@media screen and (min-width: 400px) {
  .badges a.store-badge {
    display: inline-block; }
    .badges a.store-badge + a.store-badge {
      margin-top: 0;
      margin-left: 20px; } }

/*
##########################################
11 - Exporta Data Section
##########################################
*/
#export-data {
  background-image: url("../images/city-foggy.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden; }
  #export-data .section-text h2 {
    color: #fff; }
  #export-data .section-text p {
    color: #fff; }
  #export-data .devices-wrapper {
    position: relative; }
  #export-data .hand-wrapper {
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5; }
    #export-data .hand-wrapper img {
      margin-left: 0%;
      width: 100%; }
    @media only screen and (min-width: 768px) {
      #export-data .hand-wrapper {
        margin-bottom: 30px; }
        #export-data .hand-wrapper img {
          margin-left: 40%;
          width: 60%; } }
  #export-data .note-wrapper > ul {
    width: initial;
    margin-left: -15px;
    margin-right: -15px; }
    #export-data .note-wrapper > ul > li {
      padding-left: 15px;
      padding-right: 15px; }
    @media only screen and (min-width: 768px) {
      #export-data .note-wrapper > ul {
        width: 100%;
        margin: 0; }
        #export-data .note-wrapper > ul > li {
          padding: 0; } }
  #export-data .note-wrapper img {
    margin-left: -10%;
    width: 120%; }
  @media only screen and (min-width: 768px) {
    #export-data .note-wrapper img {
      margin-left: 10%;
      width: 80%; } }
  @media only screen and (min-width: 1400px) {
    #export-data .note-wrapper img {
      margin-left: 0;
      width: 100%; } }
  #export-data .view-options {
    text-align: center;
    margin-bottom: 30px; }
    #export-data .view-options > li {
      display: inline-block;
      margin: 20px 10px;
      position: relative; }
      #export-data .view-options > li a {
        text-decoration: none; }
      #export-data .view-options > li .selection {
        display: block;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -10px;
        transition: all 300ms ease; }
      #export-data .view-options > li.rslides_here .selection {
        left: 10%;
        right: 10%;
        border-bottom: 1px #fff solid;
        transition: all 300ms ease; }
    #export-data .view-options h3 {
      margin: 0 5px; }
    #export-data .view-options span + h3 {
      margin-left: 15px; }
    #export-data .view-options h3, #export-data .view-options span {
      color: #fff; }

/*
##########################################
12 - Footer
##########################################
*/
footer {
  background-color: #323b48;
  padding-top: 15px;
  padding-bottom: 15px; }
  footer p {
    text-align: center;
    color: #fff;
    margin: 0; }

/*
##########################################
13 - FAQ
##########################################
*/
*[data-app-toggle="app-collapse"] {
  cursor: pointer; }

.app-collapse {
  visibility: hidden;
  height: 0; }

.app-collapse-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease; }

.faq h3 {
  color: #247077; }

#faq-section {
  padding-top: 100px; }
  #faq-section .section-text {
    margin-bottom: 0; }
  #faq-section + section {
    padding-bottom: 50px; }

/*
##########################################
14 - Pricing
##########################################
*/
.prices-wrapper {
  padding: 0; }

@media (min-width: 1200px) {
  .col-lg-offset-0-5 {
    margin-left: 4.16666665%; }
  .col-lg-offset-4-5 {
    margin-left: 38.49999995%; } }

.pricebox {
  border: 1px solid #e5e9ee;
  margin-bottom: 20px; }
  .pricebox .pricebox-title {
    position: relative;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #3598dc; }
    .pricebox .pricebox-title .pricebox-arrow {
      background-color: #3598dc;
      transform: rotate(45deg);
      width: 35px;
      height: 35px;
      position: absolute;
      bottom: -15px;
      margin-left: -17.5px;
      left: 50%; }
  .pricebox.red .pricebox-title {
    background-color: #e7505a; }
    .pricebox.red .pricebox-title .pricebox-arrow {
      background-color: #e7505a; }
  .pricebox.green .pricebox-title {
    background-color: #32c5d2; }
    .pricebox.green .pricebox-title .pricebox-arrow {
      background-color: #32c5d2; }
  .pricebox.purple .pricebox-title {
    background-color: #8E44AD; }
    .pricebox.purple .pricebox-title .pricebox-arrow {
      background-color: #8E44AD; }
  .pricebox .pricebox-price {
    text-align: center; }
    .pricebox .pricebox-price h4 {
      display: inline-block;
      vertical-align: top;
      margin-top: 40px; }
    .pricebox .pricebox-price h3 {
      margin-top: 40px;
      font-size: 64px;
      display: inline-block;
      line-height: 56px; }
      .pricebox .pricebox-price h3 + h4 {
        vertical-align: bottom;
        margin-top: 25px; }
    .pricebox .pricebox-price .pricebox-ribbon {
      position: absolute;
      top: 105px;
      right: -4px;
      width: 90px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 300;
      padding: 6px 20px 6px 15px;
      color: #fff;
      background-color: #D91E18;
      text-shadow: 0 1px 2px #bbb;
      -webkit-box-shadow: 0 2px 4px #888;
      -moz-box-shadow: 0 2px 4px #888;
      box-shadow: 0 2px 4px #888; }
      .pricebox .pricebox-price .pricebox-ribbon::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        top: 100%;
        border-width: 5px 10px;
        border-style: solid;
        border-color: #64120f transparent transparent #64120f; }
  .pricebox .pricebox-features {
    background-color: #e4e7ea;
    color: #5c6d7e;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 0; }
    .pricebox .pricebox-features .row {
      margin-bottom: 8px; }
    .pricebox .pricebox-features i.fa {
      color: #6cade6;
      display: inline-block;
      width: 25px;
      text-align: center; }
    .pricebox .pricebox-features span {
      font-size: 14px; }
    .pricebox .pricebox-features ul {
      padding: 0 8px 0 10px; }
      .pricebox .pricebox-features ul li {
        display: block;
        padding: 2px 0; }
  .pricebox .pricebox-action {
    text-align: center;
    padding: 25px; }

#all-plans-include {
  background-color: #299c8c;
  color: #fff;
  padding-bottom: 50px; }
  #all-plans-include .plan-feature {
    min-height: 80px; }
    #all-plans-include .plan-feature span {
      font-size: 20px; }

/*
##########################################
15 - Features
##########################################
*/
.reveal section {
  height: 100vh;
  padding-top: 100px !important; }

.reveal .title {
  text-align: start;
  font-size: 42px; }

.reveal .description {
  margin-top: 30px;
  text-align: start;
  font-size: 28px;
  line-height: 40px;
  font-weight: lighter; }

.reveal .responsive-image {
  width: 100%;
  height: auto; }

.reveal .lign-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.reveal .btn-coletum {
  background-color: #40a999 !important;
  color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
  .reveal .btn-coletum:hover {
    color: #f0f0f0; }

.reveal .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3); }
  .reveal .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.reveal .odd {
  background-color: #FFFFFF;
  color: #424242; }
  .reveal .odd .shadow {
    text-shadow: 2px 2px #ccc; }
  .reveal .odd #top-bouncing-arrow {
    border-left: 3px #424242 solid !important;
    border-top: 3px #424242 solid !important; }
  .reveal .odd .top-button p {
    color: #424242 !important; }

.reveal .even {
  background-color: #1bbb9b;
  color: #FFFFFF; }
  .reveal .even .shadow {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5); }
  .reveal .even #top-bouncing-arrow {
    border-left: 3px #FFFFFF solid !important;
    border-top: 3px #FFFFFF solid !important; }
  .reveal .even .top-button p {
    color: #FFFFFF !important; }

@media screen and (max-width: 410px) and (max-height: 640px) {
  .reveal .image-div {
    margin-top: 0vh; }
  .reveal .title {
    font-size: 25px; }
  .reveal .description {
    line-height: 30px;
    font-size: 20px; } }

@media screen and (max-width: 1700px) {
  .reveal .btn-lg {
    font-size: 16px !important; } }

@media screen and (max-width: 1500px) {
  .reveal .btn-lg {
    font-size: 14px !important; } }

@media screen and (max-width: 1400px) {
  .reveal .btn-lg {
    font-size: 12px !important; } }

@media screen and (max-width: 1200px) {
  .reveal .btn-lg {
    font-size: 10px !important; } }

@media screen and (max-width: 1100px) {
  .reveal .btn-lg {
    font-size: 9px !important; } }

@media screen and (max-width: 991px) {
  .reveal .btn-lg {
    font-size: 12px !important;
    width: 60vw !important; }
  .reveal .col-xs-4 {
    width: 30vw !important; }
  .reveal .mob-margin {
    margin-left: 16.66666667% !important; } }

@media screen and (max-width: 768px) {
  .reveal .responsive-image {
    width: 110%; }
  .reveal .col-xs-offset-1 {
    margin-left: 0 !important; } }

.reveal .icon {
  width: 12%;
  margin-top: -3%; }

.reveal #top-bouncing-arrow {
  z-index: 10;
  position: absolute;
  margin-bottom: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  animation: bouncingArrow 0.5s infinite alternate; }

.reveal .top-button {
  cursor: pointer; }
  .reveal .top-button p {
    z-index: 10;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    animation: bouncingArrow 0.5s infinite alternate;
    color: #777;
    font-weight: bold; }

.reveal .progress {
  margin-bottom: 94.1vh !important;
  color: #49dfc8 !important; }

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