@charset "utf-8";
@import url(foundation.min.css);
@import url(fonts.css);
@import url(icon-set.css);
@import url(video.css);

/* line 1, ../sass/buttons.scss */
.button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 3, ../sass/buttons.scss */
.button.bordered {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed981f), color-stop(100%, #ed7521));
  background-image: -webkit-linear-gradient(#ed981f, #ed7521);
  background-image: -moz-linear-gradient(#ed981f, #ed7521);
  background-image: -o-linear-gradient(#ed981f, #ed7521);
  background-image: linear-gradient(#ed981f, #ed7521);
  border-radius: 5px;
  font-size: 17px;
  padding: 0 20px;
  font-weight: 900;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  border-color: #999999;
  border-width: 3px;
  line-height: 38px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(255, 255, 255, 0.3);
}
/* line 18, ../sass/buttons.scss */
.button.bordered i {
  color: #999;
  font-size: 20px;
}
/* line 22, ../sass/buttons.scss */
.button.bordered:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f58128), color-stop(100%, #f58128));
  background-image: -webkit-linear-gradient(#f58128, #f58128);
  background-image: -moz-linear-gradient(#f58128, #f58128);
  background-image: -o-linear-gradient(#f58128, #f58128);
  background-image: linear-gradient(#f58128, #f58128);
}
/* line 27, ../sass/buttons.scss */
.button.bordered:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #df7320), color-stop(100%, #f58128));
  background-image: -webkit-linear-gradient(#df7320, #f58128);
  background-image: -moz-linear-gradient(#df7320, #f58128);
  background-image: -o-linear-gradient(#df7320, #f58128);
  background-image: linear-gradient(#df7320, #f58128);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.3);
}
/* line 36, ../sass/buttons.scss */
.button.softy {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed981f), color-stop(100%, #ed7521));
  background-image: -webkit-linear-gradient(#ed981f, #ed7521);
  background-image: -moz-linear-gradient(#ed981f, #ed7521);
  background-image: -o-linear-gradient(#ed981f, #ed7521);
  background-image: linear-gradient(#ed981f, #ed7521);
  -webkit-box-shadow: inset 0px 7px 9px rgba(255, 255, 255, 0.1), inset 0px -7px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 7px 9px rgba(255, 255, 255, 0.1), inset 0px -7px 9px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 7px 9px rgba(255, 255, 255, 0.1), inset 0px -7px 9px rgba(255, 255, 255, 0.1);
  font-size: 21px;
  border: none;
  padding: 15px 20px;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
/* line 47, ../sass/buttons.scss */
.button.softy i {
  margin-left: 10px;
}
/* line 50, ../sass/buttons.scss */
.button.softy:hover {
  -webkit-box-shadow: inset 0px 7px 9px rgba(255, 255, 255, 0.1), inset 0px -7px 9px rgba(255, 255, 255, 0.1), 0px 0px 10px #f5812a;
  -moz-box-shadow: inset 0px 7px 9px rgba(255, 255, 255, 0.1), inset 0px -7px 9px rgba(255, 255, 255, 0.1), 0px 0px 10px #f5812a;
  box-shadow: inset 0px 7px 9px rgba(255, 255, 255, 0.1), inset 0px -7px 9px rgba(255, 255, 255, 0.1), 0px 0px 10px #f5812a;
}
/* line 56, ../sass/buttons.scss */
.button.firery {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9632), color-stop(100%, #ff3802));
  background-image: -webkit-linear-gradient(#ff9632, #ff3802);
  background-image: -moz-linear-gradient(#ff9632, #ff3802);
  background-image: -o-linear-gradient(#ff9632, #ff3802);
  background-image: linear-gradient(#ff9632, #ff3802);
  border: 1px solid #ff8534;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 18px;
}
/* line 66, ../sass/buttons.scss */
.button.michaelbay {
  margin-top: 15px!important;
}

@-webkit-keyframes scaleup {
  /* line 48, ../sass/animations.scss */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  /* line 51, ../sass/animations.scss */
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 54, ../sass/animations.scss */
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes scaleup {
  /* line 48, ../sass/animations.scss */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  /* line 51, ../sass/animations.scss */
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 54, ../sass/animations.scss */
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes scaleup {
  /* line 48, ../sass/animations.scss */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  /* line 51, ../sass/animations.scss */
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 54, ../sass/animations.scss */
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleup {
  /* line 48, ../sass/animations.scss */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  /* line 51, ../sass/animations.scss */
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 54, ../sass/animations.scss */
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes blink {
  /* line 60, ../sass/animations.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 63, ../sass/animations.scss */
  50% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  /* line 66, ../sass/animations.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-moz-keyframes blink {
  /* line 60, ../sass/animations.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 63, ../sass/animations.scss */
  50% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  /* line 66, ../sass/animations.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-o-keyframes blink {
  /* line 60, ../sass/animations.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 63, ../sass/animations.scss */
  50% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  /* line 66, ../sass/animations.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes blink {
  /* line 60, ../sass/animations.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 63, ../sass/animations.scss */
  50% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  /* line 66, ../sass/animations.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes wiggle {
  /* line 72, ../sass/animations.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 75, ../sass/animations.scss */
  20% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 78, ../sass/animations.scss */
  30% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 81, ../sass/animations.scss */
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 84, ../sass/animations.scss */
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 87, ../sass/animations.scss */
  70% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 90, ../sass/animations.scss */
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, ../sass/animations.scss */
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes wiggle {
  /* line 72, ../sass/animations.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 75, ../sass/animations.scss */
  20% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 78, ../sass/animations.scss */
  30% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 81, ../sass/animations.scss */
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 84, ../sass/animations.scss */
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 87, ../sass/animations.scss */
  70% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 90, ../sass/animations.scss */
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, ../sass/animations.scss */
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes wiggle {
  /* line 72, ../sass/animations.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 75, ../sass/animations.scss */
  20% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 78, ../sass/animations.scss */
  30% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 81, ../sass/animations.scss */
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 84, ../sass/animations.scss */
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 87, ../sass/animations.scss */
  70% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 90, ../sass/animations.scss */
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, ../sass/animations.scss */
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wiggle {
  /* line 72, ../sass/animations.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 75, ../sass/animations.scss */
  20% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 78, ../sass/animations.scss */
  30% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 81, ../sass/animations.scss */
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 84, ../sass/animations.scss */
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 87, ../sass/animations.scss */
  70% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  /* line 90, ../sass/animations.scss */
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, ../sass/animations.scss */
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 98, ../sass/animations.scss */
.icon-wireless.animate {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: scaleup;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: scaleup;
  -moz-animation-iteration-count: 2;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 0.5s;
  -o-animation-name: scaleup;
  -o-animation-iteration-count: 2;
  -o-animation-timing-function: linear;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-name: scaleup;
  animation-iteration-count: 2;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 102, ../sass/animations.scss */
.four .icon-mobile.animate {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: wiggle;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 1s;
  -moz-animation-name: wiggle;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 1s;
  -o-animation-name: wiggle;
  -o-animation-iteration-count: 1;
  -o-animation-timing-function: linear;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-name: wiggle;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 106, ../sass/animations.scss */
.icon-upload.animate {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: scaleup;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: scaleup;
  -moz-animation-iteration-count: 2;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.5s;
  -o-animation-name: scaleup;
  -o-animation-iteration-count: 2;
  -o-animation-timing-function: linear;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: scaleup;
  animation-iteration-count: 2;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 110, ../sass/animations.scss */
.icon-picture.animate {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: wiggle;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: wiggle;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 0.5s;
  -o-animation-name: wiggle;
  -o-animation-iteration-count: 1;
  -o-animation-timing-function: linear;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-name: wiggle;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 114, ../sass/animations.scss */
.icon-lock.animate {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: wiggle;
  -webkit-animation-iteration-count: 3;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 1s;
  -moz-animation-name: wiggle;
  -moz-animation-iteration-count: 3;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 1s;
  -o-animation-name: wiggle;
  -o-animation-iteration-count: 3;
  -o-animation-timing-function: linear;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-name: wiggle;
  animation-iteration-count: 3;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 118, ../sass/animations.scss */
.icon-eye.animate {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: blink;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-name: blink;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 1s;
  -o-animation-name: blink;
  -o-animation-iteration-count: 1;
  -o-animation-timing-function: linear;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: blink;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 122, ../sass/animations.scss */
.icon-wireless-connection.animate {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: scaleup;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: scaleup;
  -moz-animation-iteration-count: 2;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 0.5s;
  -o-animation-name: scaleup;
  -o-animation-iteration-count: 2;
  -o-animation-timing-function: linear;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-name: scaleup;
  animation-iteration-count: 2;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 126, ../sass/animations.scss */
.icon-group.animate {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: wiggle;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 2s;
  -moz-animation-name: wiggle;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.6s;
  -o-animation-duration: 2s;
  -o-animation-name: wiggle;
  -o-animation-iteration-count: 1;
  -o-animation-timing-function: linear;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.6s;
  animation-duration: 2s;
  animation-name: wiggle;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 130, ../sass/animations.scss */
.icon-share.animate {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: wiggle;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-name: wiggle;
  -moz-animation-iteration-count: 2;
  -moz-animation-timing-function: linear;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 1s;
  -o-animation-name: wiggle;
  -o-animation-iteration-count: 2;
  -o-animation-timing-function: linear;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: wiggle;
  animation-iteration-count: 2;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 12, ../sass/main.scss */
.row .row {
  margin: 0;
}

/* line 16, ../sass/main.scss */
.column, .columns {
  padding: 0 20px;
}

/* line 20, ../sass/main.scss */
.norm {
  font-family: sans-serif!important;
  font-style: normal;
  font-weight: 500;
}

/* line 26, ../sass/main.scss */
html {
  overflow: -moz-scrollbars-vertical;
  overflow: scroll;
}

/* line 31, ../sass/main.scss */
p {
  margin-bottom: 13px;
}

/* line 82, ../sass/main.scss */
html {
  min-height: 100%;
}

/* line 86, ../sass/main.scss */
body {
  min-height: 100%;
  font-family: "proxima-nova",sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* line 90, ../sass/main.scss */
body p {
  font-weight: 500;
}
/* line 93, ../sass/main.scss */
body .min {
  max-height: 0;
  max-width: 100%;
  position: relative;
  z-index: 999;
}
/* line 101, ../sass/main.scss */
body h1, body h2, body h3, body h4, body h5, body h6, body button, body .button {
  font: 700 normal 2.5em "ff-enzo-web", sans-serif;
}
/* line 104, ../sass/main.scss */
body h1 {
  font-weight: 300;
}
/* line 107, ../sass/main.scss */
body h4 {
  font-size: 20px;
}
/* line 110, ../sass/main.scss */
body .module {
  background: #fff;
  padding: 25px 5px;
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.1);
}
/* line 113, ../sass/main.scss */
body .module h5 {
  margin-top: 0px;
  color: #222!important;
}
@media (max-width: 767px) {
  /* line 110, ../sass/main.scss */
  body .module {
    width: 98%;
    margin: 0 auto;
  }
}
/* line 123, ../sass/main.scss */
body .top-shadow {
  overflow: hidden;
  position: relative;
}
/* line 55, ../sass/main.scss */
body .top-shadow::before {
  color: #fff;
  font-size: 7px;
  content: "!";
  position: absolute;
  height: 20px;
  margin-top: -20px;
  left: 5%;
  top: 0;
  width: 90%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 80px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 80px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 80px rgba(0, 0, 0, 0.3);
  background: #fff;
}
/* line 127, ../sass/main.scss */
body .content h5 {
  font-size: 21px;
  color: #f5812a;
}
/* line 132, ../sass/main.scss */
body .content .button.super {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0ac4a), color-stop(33.33333%, #ed911f), color-stop(66.66667%, #ec7821), color-stop(100%, #d96b1e));
  background-image: -webkit-linear-gradient(#f0ac4a, #ed911f, #ec7821, #d96b1e);
  background-image: -moz-linear-gradient(#f0ac4a, #ed911f, #ec7821, #d96b1e);
  background-image: -o-linear-gradient(#f0ac4a, #ed911f, #ec7821, #d96b1e);
  background-image: linear-gradient(#f0ac4a, #ed911f, #ec7821, #d96b1e);
  border: 0;
}
/* line 74, ../sass/main.scss */
body .content .button.super:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed911f), color-stop(50%, #ec7821), color-stop(100%, #d96b1e));
  background-image: -webkit-linear-gradient(#ed911f, #ec7821, #d96b1e);
  background-image: -moz-linear-gradient(#ed911f, #ec7821, #d96b1e);
  background-image: -o-linear-gradient(#ed911f, #ec7821, #d96b1e);
  background-image: linear-gradient(#ed911f, #ec7821, #d96b1e);
}
/* line 77, ../sass/main.scss */
body .content .button.super:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ec7821), color-stop(100%, #d96b1e));
  background-image: -webkit-linear-gradient(#ec7821, #d96b1e);
  background-image: -moz-linear-gradient(#ec7821, #d96b1e);
  background-image: -o-linear-gradient(#ec7821, #d96b1e);
  background-image: linear-gradient(#ec7821, #d96b1e);
}
/* line 135, ../sass/main.scss */
body .content .button.small {
  padding: 6px 13px;
  -webkit-box-shadow: inset 0px 1px 2px white, 0px 0px 4px #f5812a, 0px 0px 2px #f5812a;
  -moz-box-shadow: inset 0px 1px 2px white, 0px 0px 4px #f5812a, 0px 0px 2px #f5812a;
  box-shadow: inset 0px 1px 2px white, 0px 0px 4px #f5812a, 0px 0px 2px #f5812a;
}
/* line 147, ../sass/main.scss */
body ul.mf-bullets li {
  padding-left: 26px;
  background-image: url(../images/icn-myflare-bullet.png);
  list-style-type: none;
  background-repeat: no-repeat;
  padding-bottom: 17px;
}
/* line 155, ../sass/main.scss */
body .container {
  padding: 0 15px 20px;
  /*background: url(../images/background.gif) no-repeat;*/
  background-position: left bottom;
  min-height: 100%;
}
/* line 160, ../sass/main.scss */
body .container .downloads {
  padding: 0;
}
/* line 163, ../sass/main.scss */
body .container .header {
  margin-bottom: 10px;
  text-align: center;
}
@media all and (max-width: 778px) {
  /* line 167, ../sass/main.scss */
  body .container .header .twelve .twelve {
    width: auto!important;
    float: right;
  }
}
/* line 173, ../sass/main.scss */
body .container .header .twelve .nine {
  width: 73%;
}
@media all and (max-width: 778px) {
  /* line 173, ../sass/main.scss */
  body .container .header .twelve .nine {
    width: auto!important;
    float: none;
  }
  /* line 178, ../sass/main.scss */
  body .container .header .twelve .nine > .twelve.buttons, body .container .header .twelve .nine > a {
    margin-top: 20px;
  }
}
/* line 183, ../sass/main.scss */
body .container .header .twelve.buttons {
  float: right;
}
/* line 185, ../sass/main.scss */
body .container .header .twelve.buttons > a {
  float: right;
  padding: 10px 20px 0 0;
  color: #666;
  background: #f2f2f2;
  padding: 7px 25px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #333;
  font-size: 12px;
}
@media (max-width: 410px) {
  /* line 185, ../sass/main.scss */
  body .container .header .twelve.buttons > a {
    line-height: 12px;
    padding: 20px 10px;
  }
  /* line 200, ../sass/main.scss */
  body .container .header .twelve.buttons > a:before {
    font-style: normal;
    content: "\2261";
    font-size: 40px;
    margin: 10px 0 0 10px;
    color: white;
  }
}
/* line 210, ../sass/main.scss */
body .container .header .twelve .logo {
  float: left;
  margin-top: 20px;
}
@media (max-width: 778px) {
  /* line 210, ../sass/main.scss */
  body .container .header .twelve .logo {
    float: left;
  }
}
@media (max-width: 410px) {
  /* line 210, ../sass/main.scss */
  body .container .header .twelve .logo {
    display: inline-block;
    margin: 20px auto 0;
    float: none;
  }
}
/* line 223, ../sass/main.scss */
body .container .header .clear {
  display: none;
}
@media (max-width: 778px) {
  /* line 223, ../sass/main.scss */
  body .container .header .clear {
    clear: both;
    display: block;
  }
}
/* line 230, ../sass/main.scss */
body .container .header .button.buy-now {
  margin: 23px 0 0 20px;
  font-size: 17px;
  float: right;
  font-weight: 900;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 778px) {
  /* line 230, ../sass/main.scss */
  body .container .header .button.buy-now {
    width: auto;
    float: right;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 410px) {
  /* line 230, ../sass/main.scss */
  body .container .header .button.buy-now {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 410px) {
  /* line 230, ../sass/main.scss */
  body .container .header .button.buy-now {
    display: none;
  }
}
/* line 250, ../sass/main.scss */
body .container .header .menu {
  display: none;
  padding: 10px;
  text-align: left;
}
/* line 254, ../sass/main.scss */
body .container .header .menu i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
@media (max-width: 410px) {
  /* line 250, ../sass/main.scss */
  body .container .header .menu {
    display: block;
    line-height: 12px;
    padding: 20px 0;
  }
  /* line 263, ../sass/main.scss */
  body .container .header .menu i:before {
    font-style: normal;
    content: "\2261";
    font-size: 40px;
    margin: 10px 0 0 10px;
    color: #f5812a;
  }
}
/* line 273, ../sass/main.scss */
body .container .header .columns {
  padding: 0;
}
/* line 275, ../sass/main.scss */
body .container .header .columns .header-nav {
  padding: 0;
  margin: 0;
}
/* line 278, ../sass/main.scss */
body .container .header .columns .header-nav .header-links {
  float: right;
  margin-top: 25px;
  position: relative;
}
/* line 37, ../sass/main.scss */
body .container .header .columns .header-nav .header-links::before {
  z-index: 0;
  color: #fff;
  font-size: 7px;
  content: "shadow!";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  background: #fff;
}
/* line 282, ../sass/main.scss */
body .container .header .columns .header-nav .header-links .button {
  font-size: 17px;
  font-weight: 600;
  padding: 0 15px;
  border-color: #e1e1e1;
  border-width: 1px 0px 1px 1px;
  line-height: 38px;
}
/* line 289, ../sass/main.scss */
body .container .header .columns .header-nav .header-links .button.current {
  color: #fff;
  background: #999;
  box-shadow: inset 0px -2px 5px #868686;
  position: relative;
  display: inline-block;
}
@media all and (max-width: 778px) {
  /* line 289, ../sass/main.scss */
  body .container .header .columns .header-nav .header-links .button.current {
    display: block;
  }
}
/* line 298, ../sass/main.scss */
body .container .header .columns .header-nav .header-links .button.current i {
  max-height: 0;
  max-width: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #868686 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  display: block;
}
/* line 311, ../sass/main.scss */
body .container .header .columns .header-nav .header-links .button i {
  color: #999;
}
/* line 317, ../sass/main.scss */
body .container .header .columns .header-nav .header-links li:last-child .button {
  border-width: 1px;
}
/* line 322, ../sass/main.scss */
body .container .header .columns .header-nav .header-links li:first-child .button {
  border-width: 1px;
}
@media (max-width: 778px) {
  /* line 278, ../sass/main.scss */
  body .container .header .columns .header-nav .header-links {
    width: auto;
    float: none;
    margin-top: 125px;
  }
  /* line 331, ../sass/main.scss */
  body .container .header .columns .header-nav .header-links li {
    width: 20%;
    text-align: center;
  }
  /* line 334, ../sass/main.scss */
  body .container .header .columns .header-nav .header-links li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 410px) {
  /* line 344, ../sass/main.scss */
  body .container .header .columns .header-nav .header-links {
    display: none;
    margin-top: 5px;
  }
  /* line 347, ../sass/main.scss */
  body .container .header .columns .header-nav .header-links.show {
    display: block;
  }
  /* line 350, ../sass/main.scss */
  body .container .header .columns .header-nav .header-links li {
    width: auto;
    float: none;
  }
}
@media (max-width: 778px) {
  /* line 163, ../sass/main.scss */
  body .container .header {
    margin: 0!important;
  }
}
/* line 364, ../sass/main.scss */
body .container .footer .share-links {
  display: table;
  float: right;
  padding: 10px 0;
  margin-top: 20px;
  color: #999999;
}
/* line 370, ../sass/main.scss */
body .container .footer .share-links a {
  cursor: pointer;
}
/* line 372, ../sass/main.scss */
body .container .footer .share-links a i {
  color: #999999;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 8px;
  font-size: 18px;
}
/* line 379, ../sass/main.scss */
body .container .footer .share-links .facebook-share:hover i {
  color: #3b5998;
}
/* line 382, ../sass/main.scss */
body .container .footer .share-links .twitter-share:hover i {
  color: #3d8fca;
}
/* line 385, ../sass/main.scss */
body .container .footer .share-links .gplus-share:hover i {
  color: #d4472c;
}
/* line 388, ../sass/main.scss */
body .container .footer .share-links .pinterest-share:hover i {
  color: #cd1d1f;
}
/* line 392, ../sass/main.scss */
body .container .footer nav.footer-links {
  border-top: 1px solid #c8c8c8;
  padding: 15px 0 10px;
  text-align: center;
}
/* line 396, ../sass/main.scss */
body .container .footer nav.footer-links .disclaimer {
  font-size: 12px;
  color: #707070;
}
/* line 400, ../sass/main.scss */
body .container .footer nav.footer-links a {
  color: #999999;
}
/* line 402, ../sass/main.scss */
body .container .footer nav.footer-links a::after {
  content: "|";
  margin: 0 5px 0 10px;
}
/* line 407, ../sass/main.scss */
body .container .footer nav.footer-links span {
  color: #999999;
}
/* line 413, ../sass/main.scss */
body .container .page {
  border-top: 1px solid #ccc;
  /* page specific imports */
}
/* line 2, ../sass/plans.scss */
body .container .page.plans h1 {
  font-weight: 100;
}
/* line 5, ../sass/plans.scss */
body .container .page.plans .custom-plans-contact {
  text-align: right;
  margin-top: 40px;
}
@media all and (max-width: 778px) {
  /* line 5, ../sass/plans.scss */
  body .container .page.plans .custom-plans-contact {
    text-align: center;
  }
}
/* line 11, ../sass/plans.scss */
body .container .page.plans .custom-plans-contact .button {
  font-weight: 700;
  padding: 9px 35px;
  font-size: 13px;
}
@media all and (max-width: 778px) {
  /* line 17, ../sass/plans.scss */
  body .container .page.plans .plan-features {
    text-align: center;
  }
  /* line 19, ../sass/plans.scss */
  body .container .page.plans .plan-features .two, body .container .page.plans .plan-features .three {
    float: left;
    width: 50%!important;
  }
  /* line 23, ../sass/plans.scss */
  body .container .page.plans .plan-features .three:first-child {
    float: none;
    width: auto!important;
  }
}
/* line 29, ../sass/plans.scss */
body .container .page.plans .plan-features .columns {
  padding: 0 5px;
}
/* line 32, ../sass/plans.scss */
body .container .page.plans .plan-features .label {
  text-align: center;
}
/* line 34, ../sass/plans.scss */
body .container .page.plans .plan-features .label p {
  line-height: 45px;
  font-weight: 500;
  font-size: 18px;
}
/* line 41, ../sass/plans.scss */
body .container .page.plans .plan-features > div p {
  font-weight: 700;
}
/* line 45, ../sass/plans.scss */
body .container .page.plans .plan-features i {
  color: #f5812a;
  float: left;
  font-size: 40px;
  margin-right: 10px;
}
@media all and (max-width: 778px) {
  /* line 45, ../sass/plans.scss */
  body .container .page.plans .plan-features i {
    float: none;
  }
}
/* line 53, ../sass/plans.scss */
body .container .page.plans .plan-features i.icon-share {
  margin-left: 13px;
}
@media all and (max-width: 778px) {
  /* line 53, ../sass/plans.scss */
  body .container .page.plans .plan-features i.icon-share {
    margin-left: 0;
  }
}
/* line 62, ../sass/plans.scss */
body .container .page.plans .plan-featured {
  position: relative;
  margin-top: 20px;
}
@media all and (max-width: 778px) {
  /* line 65, ../sass/plans.scss */
  body .container .page.plans .plan-featured .button {
    display: inline-block;
  }
}
/* line 70, ../sass/plans.scss */
body .container .page.plans .plan-featured .module.active {
  padding: 20px;
  z-index: 2;
  min-height: 200px;
  margin-top: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 10px #f5812a;
  -moz-box-shadow: 0px 0px 10px #f5812a;
  box-shadow: 0px 0px 10px #f5812a;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(5%, #fce5d5), color-stop(20%, #ffffff));
  background-image: -webkit-linear-gradient(left, #fce5d5 5%, #ffffff 20%);
  background-image: -moz-linear-gradient(left, #fce5d5 5%, #ffffff 20%);
  background-image: -o-linear-gradient(left, #fce5d5 5%, #ffffff 20%);
  background-image: linear-gradient(left, #fce5d5 5%, #ffffff 20%);
}
@media all and (max-width: 778px) {
  /* line 70, ../sass/plans.scss */
  body .container .page.plans .plan-featured .module.active {
    text-align: center;
  }
}
/* line 86, ../sass/plans.scss */
body .container .page.plans .plan-featured .module.active .icon-flare {
  float: left;
  min-height: 100px;
  width: 100px;
  font-size: 153px;
  margin: 20px 50px 0 -40px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

/* line 94, ../sass/plans.scss */
body .container .page.plans .plan-featured .module.active .featured-price {
  float: left;
  margin: 20px 10px;
  min-height: 100px;
  text-align: center;
  font-size: 12px;
}
/* line 101, ../sass/plans.scss */
body .container .page.plans .plan-featured .module.active .featured-price strong {
  font-size: 43px;
  color: #666;
  line-height: 27px;
}
/* line 103, ../sass/plans.scss */
body .container .page.plans .plan-featured .module.active .featured-price strong sup {
  font-size: 15px;
}
/* line 107, ../sass/plans.scss */
body .container .page.plans .plan-featured .module.active .featured-price span {
  display: block;
}
/* line 110, ../sass/plans.scss */
body .container .page.plans .plan-featured .module.active .featured-price em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
}

.l-featured-plan-info {
  float: right;
}

@media all and (max-width: 550px) {
  /* line 70, ../sass/plans.scss */
  body .container .page.plans .plan-featured .module.active .icon-flare {
    display: none;
  }
  body .container .page.plans .plan-featured .module.active .featured-price {
    float: none;
    margin: 0;
  }
}


/* line 118, ../sass/plans.scss */
body .container .page.plans .plan-featured .module.active .featured-plan, body .container .page.plans .plan-featured .module.active button {
  display: block;
  float: left;
  text-align: center;
  margin: 15px 35px;
}
/* line 124, ../sass/plans.scss */
body .container .page.plans .plan-featured .module.active button {
  margin: 15px 25px;
}
/* line 129, ../sass/plans.scss */
body .container .page.plans .plan-featured .module {
  position: relative;
  z-index: 1;
  padding: 5px 40px;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(5%, #e9e0da), color-stop(20%, #ffffff));
  background-image: -webkit-linear-gradient(left, #e9e0da 5%, #ffffff 20%);
  background-image: -moz-linear-gradient(left, #e9e0da 5%, #ffffff 20%);
  background-image: -o-linear-gradient(left, #e9e0da 5%, #ffffff 20%);
  background-image: linear-gradient(left, #e9e0da 5%, #ffffff 20%);
  border: 1px solid #c7c7c7;
  margin-top: 10px;
  border-radius: 0 4px 4px 0;
}
@media all and (max-width: 778px) {
  /* line 129, ../sass/plans.scss */
  body .container .page.plans .plan-featured .module {
    border-radius: 0 0 4px 4px;
    margin-top: -10px;
    padding-top: 20px;
  }
}
/* line 147, ../sass/plans.scss */
body .container .page.plans .plan-featured .module i {
  color: #f5812a;
  font-size: 18px;
  margin-right: 10px;
}
/* line 152, ../sass/plans.scss */
body .container .page.plans .plan-featured .module h6 {
  color: #999;
  text-align: center;
  border-bottom: 1px solid #999;
  margin: 5px;
  padding-bottom: 7px;
  font-size: 15px;
}
/* line 160, ../sass/plans.scss */
body .container .page.plans .plan-featured .module p {
  font-size: 14px;
}
/* line 165, ../sass/plans.scss */
body .container .page.plans .plans-upgrade {
  text-align: center;
}
/* line 167, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module {
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 0px 5px;
}
/* line 171, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module article {
  padding: 25px 0;
  border-left: 1px solid #dddddd;
}
/* line 175, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module h4 {
  margin: 2px 0;
  font-size: 21px;
}
/* line 178, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module h4 span {
  font-size: 22px;
}
/* line 182, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module .most-popular {
  border-left: 0px solid #dddddd;
  position: relative;
}
/* line 185, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module .most-popular i {
  width: 0px;
  height: 0px;
  margin: -150px 0 0 256px;
  display: block;
}
/* line 190, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module .most-popular i:before {
  content: url(/app/images/most_popular.png);
}


.most-popular-icon {
  position: relative;
}

.most-popular-icon:before {
  position: absolute;
  right: -50px;
  top: -59px;
  content: url(/app/images/limited_time_offer.png);
  display: block;
  width: 99px;
  height: 98px;
  z-index: -1;
}

@media all and (max-width: 950px) {
  i#most-popular {
    display: none;
  }
}
@media all and (max-width: 778px) {
  /* line 185, ../sass/plans.scss */
  body .container .page.plans .plans-upgrade .module .most-popular i {
    display: none;
  }

}
/* line 198, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module .plan-price {
  color: #666;
}
/* line 200, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module .plan-price p {
  margin: 0;
}
/* line 203, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module .plan-price span {
  display: block;
}
/* line 205, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module .plan-price span strong {
  font-size: 36px;
  line-height: 27px;
}
/* line 211, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module .plan-size {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
/* line 216, ../sass/plans.scss */
body .container .page.plans .plans-upgrade .module .plan-trial {
  color: #999;
}
/* line 2, ../sass/features.scss */
body .container .page.feature-header img {
  margin: 10px 0;
}
/* line 6, ../sass/features.scss */
body .container .page.feature-header .six h2, body .container .page.feature-header .six p {
  margin: 10px 0;
}
@media all and (max-width: 778px) {
  /* line 6, ../sass/features.scss */
  body .container .page.feature-header .six h2, body .container .page.feature-header .six p {
    margin: 0;
  }
}
/* line 12, ../sass/features.scss */
body .container .page.feature-header .six h2 {
  color: #f5812a;
  font-weight: 300;
  font-size: 50px;
  margin-top: 20%;
}
@media all and (max-width: 778px) {
  /* line 12, ../sass/features.scss */
  body .container .page.feature-header .six h2 {
    margin-top: 0;
  }
}
/* line 21, ../sass/features.scss */
body .container .page.feature-header .six a {
  display: block;
  margin-top: 3px;
  font-weight: 700;
  color: #007ec8;
}
/* line 26, ../sass/features.scss */
body .container .page.feature-header .six a:after {
  content: "\25BA";
  margin-left: 5px;
}
/* line 35, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-mobile, body .container .page.feature-header .features-icons .row-2 i.icon-mobile, body .container .page.feature-header .features-icons .row-3 i.icon-mobile {
  -webkit-transform: translate(150%, -158%) scale(0.5);
  -moz-transform: translate(150%, -158%) scale(0.5);
  -ms-transform: translate(150%, -158%) scale(0.5);
  -o-transform: translate(150%, -158%) scale(0.5);
  transform: translate(150%, -158%) scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 39, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-wireless, body .container .page.feature-header .features-icons .row-2 i.icon-wireless, body .container .page.feature-header .features-icons .row-3 i.icon-wireless {
  -webkit-transform: translate(0, -158%) scale(0.5);
  -moz-transform: translate(0, -158%) scale(0.5);
  -ms-transform: translate(0, -158%) scale(0.5);
  -o-transform: translate(0, -158%) scale(0.5);
  transform: translate(0, -158%) scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 43, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-upload, body .container .page.feature-header .features-icons .row-2 i.icon-upload, body .container .page.feature-header .features-icons .row-3 i.icon-upload {
  -webkit-transform: translate(-150%, -158%) scale(0.5);
  -moz-transform: translate(-150%, -158%) scale(0.5);
  -ms-transform: translate(-150%, -158%) scale(0.5);
  -o-transform: translate(-150%, -158%) scale(0.5);
  transform: translate(-150%, -158%) scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 48, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-picture, body .container .page.feature-header .features-icons .row-2 i.icon-picture, body .container .page.feature-header .features-icons .row-3 i.icon-picture {
  -webkit-transform: translate(150%, -158%) scale(0.5);
  -moz-transform: translate(150%, -158%) scale(0.5);
  -ms-transform: translate(150%, -158%) scale(0.5);
  -o-transform: translate(150%, -158%) scale(0.5);
  transform: translate(150%, -158%) scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 52, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-lock, body .container .page.feature-header .features-icons .row-2 i.icon-lock, body .container .page.feature-header .features-icons .row-3 i.icon-lock {
  -webkit-transform: translate(0, -158%) scale(0.5);
  -moz-transform: translate(0, -158%) scale(0.5);
  -ms-transform: translate(0, -158%) scale(0.5);
  -o-transform: translate(0, -158%) scale(0.5);
  transform: translate(0, -158%) scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 56, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-eye, body .container .page.feature-header .features-icons .row-2 i.icon-eye, body .container .page.feature-header .features-icons .row-3 i.icon-eye {
  -webkit-transform: translate(-150%, -158%) scale(0.5);
  -moz-transform: translate(-150%, -158%) scale(0.5);
  -ms-transform: translate(-150%, -158%) scale(0.5);
  -o-transform: translate(-150%, -158%) scale(0.5);
  transform: translate(-150%, -158%) scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 61, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-wireless-connection, body .container .page.feature-header .features-icons .row-2 i.icon-wireless-connection, body .container .page.feature-header .features-icons .row-3 i.icon-wireless-connection {
  -webkit-transform: translate(150%, -158%) scale(0.5);
  -moz-transform: translate(150%, -158%) scale(0.5);
  -ms-transform: translate(150%, -158%) scale(0.5);
  -o-transform: translate(150%, -158%) scale(0.5);
  transform: translate(150%, -158%) scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 65, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-group, body .container .page.feature-header .features-icons .row-2 i.icon-group, body .container .page.feature-header .features-icons .row-3 i.icon-group {
  -webkit-transform: translate(0, -158%) scale(0.5);
  -moz-transform: translate(0, -158%) scale(0.5);
  -ms-transform: translate(0, -158%) scale(0.5);
  -o-transform: translate(0, -158%) scale(0.5);
  transform: translate(0, -158%) scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 69, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-share, body .container .page.feature-header .features-icons .row-2 i.icon-share, body .container .page.feature-header .features-icons .row-3 i.icon-share {
  -webkit-transform: translate(-150%, -158%) scale(0.5);
  -moz-transform: translate(-150%, -158%) scale(0.5);
  -ms-transform: translate(-150%, -158%) scale(0.5);
  -o-transform: translate(-150%, -158%) scale(0.5);
  transform: translate(-150%, -158%) scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 74, ../sass/features.scss */
body .container .page.feature-header .features-icons .row-1 i.icon-mobile, body .container .page.feature-header .features-icons .row-1 i.icon-wireless, body .container .page.feature-header .features-icons .row-1 i.icon-upload, body .container .page.feature-header .features-icons .row-1 i.icon-picture, body .container .page.feature-header .features-icons .row-1 i.icon-lock, body .container .page.feature-header .features-icons .row-1 i.icon-eye, body .container .page.feature-header .features-icons .row-1 i.icon-wireless-connection, body .container .page.feature-header .features-icons .row-1 i.icon-group, body .container .page.feature-header .features-icons .row-1 i.icon-share, body .container .page.feature-header .features-icons .row-2 i.icon-mobile, body .container .page.feature-header .features-icons .row-2 i.icon-wireless, body .container .page.feature-header .features-icons .row-2 i.icon-upload, body .container .page.feature-header .features-icons .row-2 i.icon-picture, body .container .page.feature-header .features-icons .row-2 i.icon-lock, body .container .page.feature-header .features-icons .row-2 i.icon-eye, body .container .page.feature-header .features-icons .row-2 i.icon-wireless-connection, body .container .page.feature-header .features-icons .row-2 i.icon-group, body .container .page.feature-header .features-icons .row-2 i.icon-share, body .container .page.feature-header .features-icons .row-3 i.icon-mobile, body .container .page.feature-header .features-icons .row-3 i.icon-wireless, body .container .page.feature-header .features-icons .row-3 i.icon-upload, body .container .page.feature-header .features-icons .row-3 i.icon-picture, body .container .page.feature-header .features-icons .row-3 i.icon-lock, body .container .page.feature-header .features-icons .row-3 i.icon-eye, body .container .page.feature-header .features-icons .row-3 i.icon-wireless-connection, body .container .page.feature-header .features-icons .row-3 i.icon-group, body .container .page.feature-header .features-icons .row-3 i.icon-share {
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
@media all and (max-width: 778px) {
  /* line 81, ../sass/features.scss */
  body .container .page.feature-header .feature-section {
    padding: 20px 40px!important;
  }
}
/* line 86, ../sass/features.scss */
body .container .page.feature-header .features-icons {
  position: relative;
  overflow: hidden;
}
/* line 89, ../sass/features.scss */
body .container .page.feature-header .features-icons:after {
  position: absolute;
  top: -10px;
  margin-left: -1px;
  left: 50%;
  height: 9999px;
  width: 110%;
  border: 5px dotted #FFF0E2;
  content: "";
  z-index: -1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 102, ../sass/features.scss */
body .container .page.feature-header .features-icons .page {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 778px) {
  /* line 102, ../sass/features.scss */
  body .container .page.feature-header .features-icons .page {
    padding: 20px 40px!important;
  }
}
/* line 108, ../sass/features.scss */
body .container .page.feature-header .features-icons .page:before {
  background: transparent!important;
}
/* line 111, ../sass/features.scss */
body .container .page.feature-header .features-icons .page:after {
  position: absolute;
  top: 100px;
  left: -10px;
  z-index: -1;
  height: 999px;
  width: 110%;
  border: 5px dotted #FFF0E2;
  content: "";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media all and (max-width: 778px) {
  /* line 111, ../sass/features.scss */
  body .container .page.feature-header .features-icons .page:after {
    display: none;
  }
}
/* line 127, ../sass/features.scss */
body .container .page.feature-header .features-icons .columns.four {
  padding: 30px;
  position: relative;
}
/* line 130, ../sass/features.scss */
body .container .page.feature-header .features-icons .columns.four h3 {
  font-size: 20px;
  margin-bottom: 3px;
}
/* line 134, ../sass/features.scss */
body .container .page.feature-header .features-icons .columns.four p {
  background: rgba(255, 255, 255, 0.8);
}
/* line 137, ../sass/features.scss */
body .container .page.feature-header .features-icons .columns.four i {
  margin: 0 auto;
  display: table;
  font-size: 100px;
  color: #f5812a;
  text-shadow: 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white, 0px 0px 50px white;
}
/* line 154, ../sass/features.scss */
body .container .page.feature-header .features-icons .columns.four:first-child:before {
  position: absolute;
  top: 99px;
  left: 0;
  width: 100px;
  height: 10px;
  background: #fff;
  content: "";
}
/* line 165, ../sass/features.scss */
body .container .page.feature-header .features-icons .columns.four:last-child:before {
  position: absolute;
  top: 99px;
  right: 0;
  width: 100px;
  height: 10px;
  background: #fff;
  content: "";
}
/* line 178, ../sass/features.scss */
body .container .page.feature-header .feature-footer {
  text-align: center;
}
/* line 180, ../sass/features.scss */
body .container .page.feature-header .feature-footer .home-devices {
  margin: 5px 10% 100px;
  min-height: 206px;
}
/* line 183, ../sass/features.scss */
body .container .page.feature-header .feature-footer .home-devices .icon-mobile {
  font-size: 173px;
  margin: 10px 0 0 161px;
}
/* line 187, ../sass/features.scss */
body .container .page.feature-header .feature-footer .home-devices .icon-desktop {
  font-size: 290px;
  margin: -30px 0 0 -65px;
}
/* line 191, ../sass/features.scss */
body .container .page.feature-header .feature-footer .home-devices i {
  height: 250px;
  font-size: 230px;
}
/* line 196, ../sass/features.scss */
body .container .page.feature-header .feature-footer p {
  padding: 0 80px;
}
@media all and (max-width: 778px) {
  /* line 196, ../sass/features.scss */
  body .container .page.feature-header .feature-footer p {
    padding: 0 40px;
  }
}
/* line 420, ../sass/main.scss */
body .container .page .sidebar h1 {
  font-size: 25px;
}
/* line 424, ../sass/main.scss */
body .container .page .sidebar .button-group.verticle.radius li {
  display: block;
  width: 100%;
  margin: -1px 0 0 0;
}
/* line 428, ../sass/main.scss */
body .container .page .sidebar .button-group.verticle.radius li .button.radius.secondary {
  border-color: #e1e1e1;
  background: #fff;
  display: block;
  text-align: left;
  color: #f5812a;
  font-size: 17px;
  padding-left: 5px;
  white-space: nowrap;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  -o-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
/* line 438, ../sass/main.scss */
body .container .page .sidebar .button-group.verticle.radius li .button.radius.secondary i {
  background: #ddd;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
/* line 448, ../sass/main.scss */
body .container .page .sidebar .button-group.verticle.radius li .button.radius.secondary i:before {
  line-height: 25px;
  margin-top: 5px;
}
/* line 453, ../sass/main.scss */
body .container .page .sidebar .button-group.verticle.radius li .button.radius.secondary:hover {
  background: #efefef;
}
/* line 458, ../sass/main.scss */
body .container .page .sidebar .button-group.verticle.radius li:first-child .button {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.1);
}
/* line 464, ../sass/main.scss */
body .container .page .sidebar .button-group.verticle.radius li:last-child .button {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
/* line 471, ../sass/main.scss */
body .container .page .sidebar .sidebar-icon {
  display: block;
  font-size: 90px;
  text-align: center;
  margin: 30px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 478, ../sass/main.scss */
body .container .page .sidebar .sidebar-icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: scale(1.1) rotate(5deg);
  -moz-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  -o-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}
/* line 481, ../sass/main.scss */
body .container .page .sidebar .sidebar-icon:hover:nth-child(2n + 1) {
  -webkit-transform: scale(1.1) rotate(-5deg);
  -moz-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
  -o-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
}
/* line 487, ../sass/main.scss */
body .container .page .glow-box {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #EE8F35;
  -webkit-box-shadow: 0px 0px 16px #ee8f35;
  -moz-box-shadow: 0px 0px 16px #ee8f35;
  box-shadow: 0px 0px 16px #ee8f35;
  padding: 20px;
}
/* line 494, ../sass/main.scss */
body .container .page .promo-box {
  text-align: center;
}
/* line 496, ../sass/main.scss */
body .container .page .promo-box h3 {
  color: #ed7420;
  font-size: 2.2em;
  padding-bottom: 15px;
}
/* line 502, ../sass/main.scss */
body .container .page .promo-box .glow-box {
  text-align: center;
}
/* line 506, ../sass/main.scss */
body .container .page .promo-box .button-container {
  padding: 15px 0;
}
/* line 512, ../sass/main.scss */
body .container .page .home-video {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  position: relative;
  padding: 20px;
  display: block;
  z-index: 2;
  position: relative;
}
/* line 521, ../sass/main.scss */
body .container .page .home-video::before {
  z-index: -1 !important;
}
/* line 524, ../sass/main.scss */
body .container .page .home-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 130px;
  margin: -65px 0 0 -70px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s, opacity 1s;
  -moz-transition: -moz-transform 0.3s, opacity 1s;
  -o-transition: -o-transform 0.3s, opacity 1s;
  transition: transform 0.3s, opacity 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
/* line 534, ../sass/main.scss */
body .container .page .home-video i:hover {
  -webkit-transform: scale(1.1) rotate(5deg);
  -moz-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  -o-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 538, ../sass/main.scss */
body .container .page .home-video i:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 543, ../sass/main.scss */
body .container .page.promo-content {
  padding-top: 20px;
  border-top: none;
}
/* line 548, ../sass/main.scss */
body .container .page.home-content {
  border-top: none;
}
/* line 551, ../sass/main.scss */
body .container .page.home-content > .four p {
  padding: 12px 0;
  line-height: 25px;
  font-size: 15px;
}
/* line 557, ../sass/main.scss */
body .container .page.home-content button {
  display: table;
  margin: 0 auto;
  position: relative;
}
/* line 563, ../sass/main.scss */
body .container .page.home-content .home-testamonials p {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 10px;
  margin-left: 75px;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(95%, #ffffff), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#ffffff 95%, #efefef 100%);
  background-image: -moz-linear-gradient(#ffffff 95%, #efefef 100%);
  background-image: -o-linear-gradient(#ffffff 95%, #efefef 100%);
  background-image: linear-gradient(#ffffff 95%, #efefef 100%);
}
/* line 577, ../sass/main.scss */
body .container .page.home-content .home-testamonials p:before, body .container .page.home-content .home-testamonials p:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -20px;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
}
/* line 589, ../sass/main.scss */
body .container .page.home-content .home-testamonials p:after {
  left: -18px;
  border-color: transparent #fff transparent transparent;
}
/* line 593, ../sass/main.scss */
body .container .page.home-content .home-testamonials p img {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: -70px;
  border-radius: 100%;
  max-width: 54px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
/* line 606, ../sass/main.scss */
body .container .page.home-content .home-refferal small {
  font-size: 11px;
}
/* line 609, ../sass/main.scss */
body .container .page.home-content .home-refferal p {
  padding-left: 30px;
}
/* line 611, ../sass/main.scss */
body .container .page.home-content .home-refferal p .icon-circle {
  position: absolute;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 0 -24px;
}
/* line 616, ../sass/main.scss */
body .container .page.home-content .home-refferal p .icon-circle:before {
  float: left;
  max-width: 0;
  max-height: 0;
  color: #f5812a;
  font-size: 27px;
  margin: -5px -10px;
}
/* line 628, ../sass/main.scss */
body .container .page .home-devices {
  position: relative;
  min-height: 100px;
  margin: 35px 0 20px;
}
@media all and (max-width: 778px) {
  /* line 628, ../sass/main.scss */
  body .container .page .home-devices {
    display: none;
  }
}
/* line 635, ../sass/main.scss */
body .container .page .home-devices:after {
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  height: 10px;
  width: 100%;
  background: red;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
/* line 643, ../sass/main.scss */
body .container .page .home-devices i {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 80px;
  min-height: 110px;
  color: #f5812a;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
/* line 652, ../sass/main.scss */
body .container .page .home-devices i.icon-tablet {
  -webkit-transform: translate(0, 0) rotate(-1deg);
  -moz-transform: translate(0, 0) rotate(-1deg);
  -ms-transform: translate(0, 0) rotate(-1deg);
  -o-transform: translate(0, 0) rotate(-1deg);
  transform: translate(0, 0) rotate(-1deg);
}
/* line 655, ../sass/main.scss */
body .container .page .home-devices i.icon-mobile {
  -webkit-transform: translate(200%, 0) rotate(1deg);
  -moz-transform: translate(200%, 0) rotate(1deg);
  -ms-transform: translate(200%, 0) rotate(1deg);
  -o-transform: translate(200%, 0) rotate(1deg);
  transform: translate(200%, 0) rotate(1deg);
  font-size: 65px;
  margin: 0 0 0 50px;
}
/* line 660, ../sass/main.scss */
body .container .page .home-devices i.icon-desktop {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  font-size: 100px;
  margin: -12px 0 0 -20px;
}
/* line 668, ../sass/main.scss */
body .container .page .home-devices:hover i.icon-tablet {
  -webkit-transform: translate(-10%, 0) rotate(-7deg);
  -moz-transform: translate(-10%, 0) rotate(-7deg);
  -ms-transform: translate(-10%, 0) rotate(-7deg);
  -o-transform: translate(-10%, 0) rotate(-7deg);
  transform: translate(-10%, 0) rotate(-7deg);
}
/* line 670, ../sass/main.scss */
body .container .page .home-devices:hover i.icon-tablet::after {
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
}
/* line 674, ../sass/main.scss */
body .container .page .home-devices:hover i.icon-mobile {
  -webkit-transform: translate(210%, 0) rotate(7deg);
  -moz-transform: translate(210%, 0) rotate(7deg);
  -ms-transform: translate(210%, 0) rotate(7deg);
  -o-transform: translate(210%, 0) rotate(7deg);
  transform: translate(210%, 0) rotate(7deg);
}
/* line 676, ../sass/main.scss */
body .container .page .home-devices:hover i.icon-mobile::after {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
/* line 680, ../sass/main.scss */
body .container .page .home-devices:hover i.icon-desktop {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 687, ../sass/main.scss */
body .container .page .home-devices.scrolled i.icon-tablet {
  -webkit-transform: translate(-10%, 0) rotate(-7deg);
  -moz-transform: translate(-10%, 0) rotate(-7deg);
  -ms-transform: translate(-10%, 0) rotate(-7deg);
  -o-transform: translate(-10%, 0) rotate(-7deg);
  transform: translate(-10%, 0) rotate(-7deg);
}
/* line 689, ../sass/main.scss */
body .container .page .home-devices.scrolled i.icon-tablet::after {
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
}
/* line 693, ../sass/main.scss */
body .container .page .home-devices.scrolled i.icon-mobile {
  -webkit-transform: translate(210%, 0) rotate(7deg);
  -moz-transform: translate(210%, 0) rotate(7deg);
  -ms-transform: translate(210%, 0) rotate(7deg);
  -o-transform: translate(210%, 0) rotate(7deg);
  transform: translate(210%, 0) rotate(7deg);
  margin: 6px 0 0 58px;
  font-size: 65px;
}
/* line 697, ../sass/main.scss */
body .container .page .home-devices.scrolled i.icon-mobile::after {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
/* line 701, ../sass/main.scss */
body .container .page .home-devices.scrolled i.icon-desktop {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  margin: -10px 0 0 -10px;
  font-size: 100px;
}
/* line 710, ../sass/main.scss */
body .container .page .download_content {
  padding: 8px 8px 40px;
  font-size: 13px;
}
/* line 713, ../sass/main.scss */
body .container .page .download_content .columns {
  padding: 0;
}
/* line 717, ../sass/main.scss */
body .container .page .download_content .details h5 {
  margin-bottom: 5px;
}
/* line 720, ../sass/main.scss */
body .container .page .download_content .details p {
  line-height: 20px;
}
/* line 722, ../sass/main.scss */
body .container .page .download_content .details p span {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 732, ../sass/main.scss */
body .container .page .download_content .columns.five:first-child {
  text-align: center;
  margin-top: 10px;
}
/* line 737, ../sass/main.scss */
body .container .page .download_content.six > .module {
  margin-top: 0px;
  padding-bottom: 5px;
}
/* line 740, ../sass/main.scss */
body .container .page .download_content.six > .module .requirements {
  padding: 0;
}
/* line 744, ../sass/main.scss */
body .container .page .download_content.six > .module .columns.five:first-child {
  margin-top: 0px;
  margin-bottom: 20px;
}
/* line 750, ../sass/main.scss */
body .container .page .download_content.six > .module .download_button a {
  padding: 9px 15px;
  width: auto;
  margin-top: 5px;
}
@media all and (max-width: 778px) {
  /* line 750, ../sass/main.scss */
  body .container .page .download_content.six > .module .download_button a {
    margin: 0 20px;
  }
}
/* line 760, ../sass/main.scss */
body .container .page .download_content.six > .module i::before {
  font-size: 90px;
}
@media (min-width: 778px) {
  /* line 765, ../sass/main.scss */
  body .container .page .download_content.six > .module > .requirements {
    float: right;
    width: 58.33333%;
    margin-bottom: 10px;
  }
}
/* line 772, ../sass/main.scss */
body .container .page .download_content i {
  display: inline-block;
  text-align: center;
}
/* line 774, ../sass/main.scss */
body .container .page .download_content i.icon-tablet {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 777, ../sass/main.scss */
body .container .page .download_content i.icon-mobile {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* line 781, ../sass/main.scss */
body .container .page .download_content i::before {
  width: auto;
  font-size: 60px;
  margin: 0;
  color: #c8c8c8;
}
@media all and (max-width: 410px) {
  /* line 781, ../sass/main.scss */
  body .container .page .download_content i::before {
    font-size: 90px;
  }
}
/* line 791, ../sass/main.scss */
body .container .page .download_content > div {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 794, ../sass/main.scss */
body .container .page .download_content > div .requirements {
  padding: 0 10px;
}
@media all and (max-width: 778px) {
  /* line 791, ../sass/main.scss */
  body .container .page .download_content > div {
    padding: 25px 5px 25px!important;
  }
}
/* line 800, ../sass/main.scss */
body .container .page .download_content > div .download_button {
  text-align: center;
}
/* line 802, ../sass/main.scss */
body .container .page .download_content > div .download_button a {
  padding: 9px;
  width: 70%;
  margin-top: 5px;
  -webkit-box-shadow: 0px 0px 3px #c8c8c8, inset 0px 2px 2px white;
  -moz-box-shadow: 0px 0px 3px #c8c8c8, inset 0px 2px 2px white;
  box-shadow: 0px 0px 3px #c8c8c8, inset 0px 2px 2px white;
}
@media all and (max-width: 778px) {
  /* line 802, ../sass/main.scss */
  body .container .page .download_content > div .download_button a {
    width: auto;
    margin: 0 20px;
  }
}
/* line 816, ../sass/main.scss */
body .container .page .download_content.active > div {
  border: 1px solid #FFA662;
  -webkit-box-shadow: 0px 0px 10px #f5812a;
  -moz-box-shadow: 0px 0px 10px #f5812a;
  box-shadow: 0px 0px 10px #f5812a;
}
/* line 820, ../sass/main.scss */
body .container .page .download_content.active i {
  text-align: center;
}
/* line 822, ../sass/main.scss */
body .container .page .download_content.active i::before {
  width: auto;
  font-size: 60px;
  margin: 0;
  color: #f5812a;
}
/* line 830, ../sass/main.scss */
body .container .page .download_content.active .download_button a {
  -webkit-box-shadow: 0px 0px 5px #f5812a;
  -moz-box-shadow: 0px 0px 5px #f5812a;
  box-shadow: 0px 0px 5px #f5812a;
}
/* line 840, ../sass/main.scss */
body .container .contact .sections .section {
  border: 1px solid #e4e4e4;
  padding: 0 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.2), 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.2), 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.2), 0 2px 1px rgba(0, 0, 0, 0.1);
}
/* line 1, ../sass/hero.scss */
body .container .hero {
  position: relative;
  position: relative;
  z-index: 2;
}
/* line 37, ../sass/main.scss */
body .container .hero::before {
  z-index: 0;
  color: #fff;
  font-size: 7px;
  content: "shadow!";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  background: #fff;
}
/* line 5, ../sass/hero.scss */
body .container .hero::before {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
/* line 8, ../sass/hero.scss */
body .container .hero .hero-container {
  min-height: 335px;
  background: #efefef;
  position: relative;
  min-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
@media all and (max-width: 612px) {
  /* line 8, ../sass/hero.scss */
  body .container .hero .hero-container {
    min-height: 232px;
  }
}
/* line 18, ../sass/hero.scss */
body .container .hero .hero-container > article {
  border-radius: 5px;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0 ease-out;
  -webkit-transition-delay: 1s;
  -moz-transition: -moz-transform 0 ease-out 1s;
  -o-transition: -o-transform 0 ease-out 1s;
  transition: transform 0 ease-out 1s;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media all and (max-width: 410px) {
  /* line 18, ../sass/hero.scss */
  body .container .hero .hero-container > article {
    background-position: -100px -40px !important;
  }
}
/* line 31, ../sass/hero.scss */
body .container .hero .hero-container > article.current {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition: -moz-transform 0.5s ease-out 0.3s;
  -o-transition: -o-transform 0.5s ease-out 0.3s;
  transition: transform 0.5s ease-out 0.3s;
  z-index: 2;
}
/* line 35, ../sass/hero.scss */
body .container .hero .hero-container > article.current img {
  border-radius: 5px;
}
/* line 42, ../sass/hero.scss */
body .container .features {
  position: relative;
  z-index: 3;
  margin: -272px 0 10px 0;
  min-height: 230px;
}
@media all and (max-width: 612px) {
  /* line 42, ../sass/hero.scss */
  body .container .features {
    margin-top: -230px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.7) 100%);
    color: #fff;
  }
  /* line 58, ../sass/hero.scss */
  body .container .features .features-nav {
    margin: 162px 0 0 -133px !important;
    bottom: none!important;
    left: 50%;
  }
}
/* line 65, ../sass/hero.scss */
body .container .features .slider-asset {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 0;
}
@media all and (max-width: 612px) {
  /* line 65, ../sass/hero.scss */
  body .container .features .slider-asset {
    position: relative;
  }
}
/* line 76, ../sass/hero.scss */
body .container .features .slider-asset.current {
  visibility: visible;
}
/* line 78, ../sass/hero.scss */
body .container .features .slider-asset.current img {
  opacity: 1;
}
@media all and (max-width: 612px) {
  /* line 78, ../sass/hero.scss */
  body .container .features .slider-asset.current img {
    display: none;
  }
}
/* line 84, ../sass/hero.scss */
body .container .features .slider-asset.current .screen_fourth {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 2s;
  -moz-transition: opacity 0.5s linear 2s;
  -o-transition: opacity 0.5s linear 2s;
  transition: opacity 0.5s linear 2s;
}
/* line 87, ../sass/hero.scss */
body .container .features .slider-asset.current .screen_third {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 1.5s;
  -moz-transition: opacity 0.5s linear 1.5s;
  -o-transition: opacity 0.5s linear 1.5s;
  transition: opacity 0.5s linear 1.5s;
}
/* line 90, ../sass/hero.scss */
body .container .features .slider-asset.current .screen_second {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 1s;
  -moz-transition: opacity 0.5s linear 1s;
  -o-transition: opacity 0.5s linear 1s;
  transition: opacity 0.5s linear 1s;
}
/* line 93, ../sass/hero.scss */
body .container .features .slider-asset.current .screen_first {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 0.5s;
  -moz-transition: opacity 0.5s linear 0.5s;
  -o-transition: opacity 0.5s linear 0.5s;
  transition: opacity 0.5s linear 0.5s;
}
/* line 96, ../sass/hero.scss */
body .container .features .slider-asset.current .saved_fourth {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 2s;
  -moz-transition: opacity 0.5s linear 2s;
  -o-transition: opacity 0.5s linear 2s;
  transition: opacity 0.5s linear 2s;
}
/* line 99, ../sass/hero.scss */
body .container .features .slider-asset.current .saved_third {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 1.5s;
  -moz-transition: opacity 0.5s linear 1.5s;
  -o-transition: opacity 0.5s linear 1.5s;
  transition: opacity 0.5s linear 1.5s;
}
/* line 102, ../sass/hero.scss */
body .container .features .slider-asset.current .saved_second {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 1s;
  -moz-transition: opacity 0.5s linear 1s;
  -o-transition: opacity 0.5s linear 1s;
  transition: opacity 0.5s linear 1s;
}
/* line 105, ../sass/hero.scss */
body .container .features .slider-asset.current .saved_first {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 0.5s;
  -moz-transition: opacity 0.5s linear 0.5s;
  -o-transition: opacity 0.5s linear 0.5s;
  transition: opacity 0.5s linear 0.5s;
}
/* line 109, ../sass/hero.scss */
body .container .features .slider-asset p {
  float: right;
  max-width: 200px;
  margin: -68px 25px;
  text-align: center;
  min-width: 200px;
  line-height: 16px;
}
@media all and (max-width: 612px) {
  /* line 109, ../sass/hero.scss */
  body .container .features .slider-asset p {
    position: absolute;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  }
}
/* line 121, ../sass/hero.scss */
body .container .features .slider-asset img {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 0.5s;
  -moz-transition: opacity 0.5s linear 0.5s;
  -o-transition: opacity 0.5s linear 0.5s;
  transition: opacity 0.5s linear 0.5s;
  max-width: 1000px;
  position: absolute;
  opacity: 0;
}
/* line 127, ../sass/hero.scss */
body .container .features .slider-asset .interface {
  top: -155px;
  left: -264px;
  z-index: -1;
}
/* line 133, ../sass/hero.scss */
body .container .features .slider-asset .video_thumbs {
  margin-top: -143px;
  margin-left: -243px;
}
/* line 137, ../sass/hero.scss */
body .container .features .slider-asset .photo_thumbs {
  margin-top: -143px;
  margin-left: -253px;
}
/* line 141, ../sass/hero.scss */
body .container .features .slider-asset .doc_thumbs {
  margin-top: -143px;
  margin-left: -222px;
}
/* line 145, ../sass/hero.scss */
body .container .features .slider-asset .screens {
  margin-top: -102px;
  margin-left: -455px;
}
/* line 151, ../sass/hero.scss */
body .container .features .slider-asset .screen_fourth {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 0.5s linear 0;
  -o-transition: opacity 0.5s linear 0;
  transition: opacity 0.5s linear 0;
  margin-left: -311px;
  margin-top: 18px;
}
/* line 156, ../sass/hero.scss */
body .container .features .slider-asset .screen_third {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 0.5s linear 0;
  -o-transition: opacity 0.5s linear 0;
  transition: opacity 0.5s linear 0;
  margin-left: -215px;
  margin-top: -130px;
  display: none;
}
/* line 162, ../sass/hero.scss */
body .container .features .slider-asset .screen_second {
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 0.5s linear 0;
  -o-transition: opacity 0.5s linear 0;
  transition: opacity 0.5s linear 0;
  margin-left: -455px;
  margin-top: -101px;
}
@media all and (min-width: 960px) {
  /* line 168, ../sass/hero.scss */
  body .container .features .slider-asset .screen_first {
    -webkit-transition: opacity 0.5s linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 0.5s linear 0;
    -o-transition: opacity 0.5s linear 0;
    transition: opacity 0.5s linear 0;
    margin-left: -911px;
    margin-top: -146px;
  }
  /* line 173, ../sass/hero.scss */
  body .container .features .slider-asset .saved_fourth {
    -webkit-transition: opacity 0.5s linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 0.5s linear 0;
    -o-transition: opacity 0.5s linear 0;
    transition: opacity 0.5s linear 0;
    margin-left: -235px;
    margin-top: 113px;
  }
  /* line 178, ../sass/hero.scss */
  body .container .features .slider-asset .saved_third {
    -webkit-transition: opacity 0.5s linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 0.5s linear 0;
    -o-transition: opacity 0.5s linear 0;
    transition: opacity 0.5s linear 0;
    margin-left: -215px;
    margin-top: -210px;
  }
  /* line 183, ../sass/hero.scss */
  body .container .features .slider-asset .saved_second {
    -webkit-transition: opacity 0.5s linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 0.5s linear 0;
    -o-transition: opacity 0.5s linear 0;
    transition: opacity 0.5s linear 0;
    margin-left: -476px;
    margin-top: -187px;
  }
  /* line 188, ../sass/hero.scss */
  body .container .features .slider-asset .saved_first {
    -webkit-transition: opacity 0.5s linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 0.5s linear 0;
    -o-transition: opacity 0.5s linear 0;
    transition: opacity 0.5s linear 0;
    margin-left: -757px;
    margin-top: -186px;
  }
}
@media all and (max-width: 960px) {
  /* line 195, ../sass/hero.scss */
  body .container .features .slider-asset .screen_first {
    display: none;
  }
  /* line 198, ../sass/hero.scss */
  body .container .features .slider-asset [class*=" saved_"], body .container .features .slider-asset [class^="saved_"] {
    display: none;
  }
}
/* line 203, ../sass/hero.scss */
body .container .features .devices-front {
  float: right;
  z-index: 3;
}
@media all and (max-width: 612px) {
  /* line 203, ../sass/hero.scss */
  body .container .features .devices-front {
    display: none;
  }
}
/* line 210, ../sass/hero.scss */
body .container .features .bottom-mask, body .container .features .top-mask {
  position: absolute;
  z-index: -1;
}
/* line 215, ../sass/hero.scss */
body .container .features .bottom-mask {
  left: 0;
  bottom: 33px;
  width: 75px;
  height: 92px;
  background: url(/app/images/hero/bottom-mask.png) 0px 0px no-repeat;
}
@media all and (max-width: 612px) {
  /* line 215, ../sass/hero.scss */
  body .container .features .bottom-mask {
    display: none;
  }
}
/* line 226, ../sass/hero.scss */
body .container .features .top-mask {
  position: absolute;
  top: -87px;
  right: -20px;
  background: url(/app/images/hero/background/flame.png) 0px 0px no-repeat;
  width: 242px;
  height: 362px;
}
@media all and (max-width: 881px) {
  /* line 226, ../sass/hero.scss */
  body .container .features .top-mask {
    display: none;
  }
}
/* line 237, ../sass/hero.scss */
body .container .features .features-nav {
  position: absolute;
  margin: 0 0px 65px 0;
  bottom: 0;
  right: 0;
}
/* line 242, ../sass/hero.scss */
body .container .features .features-nav .feature {
  float: left;
  margin: 8px;
  min-height: 25px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
/* line 249, ../sass/hero.scss */
body .container .features .features-nav .feature.home {
  margin-right: 0px;
}
/* line 251, ../sass/hero.scss */
body .container .features .features-nav .feature.home i {
  font-size: 45px;
}
/* line 255, ../sass/hero.scss */
body .container .features .features-nav .feature i {
  font-size: 35px;
  color: #fff;
  -webkit-transition: font-size 0.5s, margin-top 0.5s;
  -moz-transition: font-size 0.5s, margin-top 0.5s;
  -o-transition: font-size 0.5s, margin-top 0.5s;
  transition: font-size 0.5s, margin-top 0.5s;
  cursor: pointer;
}
/* line 262, ../sass/hero.scss */
body .container .features .features-nav .feature.current i {
  margin-top: -8px;
  font-size: 45px;
}
/* line 265, ../sass/hero.scss */
body .container .features .features-nav .feature.current i.icon-flare {
  margin-top: -10px;
  font-size: 55px;
}
/* line 272, ../sass/hero.scss */
body .container .features .features-nav .indicator {
  height: 0px;
  width: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  top: 48px;
  left: 0;
}
@media all and (max-width: 612px) {
  /* line 237, ../sass/hero.scss */
  body .container .features .features-nav {
    margin: 0 auto;
  }
}
/* line 289, ../sass/hero.scss */
body .container #rotator-video {
  margin: -70px 0 0 -20px;
}
@media all and (max-width: 480px) {
  /* line 289, ../sass/hero.scss */
  body .container #rotator-video {
    display: none;
  }
}
/* line 853, ../sass/main.scss */
body .tooltip {
  position: absolute;
  background: #fff;
  padding: 20px;
  margin: -30px -25px;
  max-width: 200px;
  opacity: 0;
  border: 5px solid #f5812a;
  display: inline-block;
  z-index: -1;
  -webkit-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-out, z-index 0s linear;
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition: all 0.5s ease-out, z-index 0s linear 0.5s;
  -o-transition: all 0.5s ease-out, z-index 0s linear 0.5s;
  transition: all 0.5s ease-out, z-index 0s linear 0.5s;
}
/* line 867, ../sass/main.scss */
body .tooltip.show {
  opacity: 1;
  z-index: 6;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all 1s ease-in, z-index 1s linear;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: all 1s ease-in, z-index 1s linear 0s;
  -o-transition: all 1s ease-in, z-index 1s linear 0s;
  transition: all 1s ease-in, z-index 1s linear 0s;
}
/* line 873, ../sass/main.scss */
body .tooltip .tooltip-triangle {
  z-index: 2;
  height: 0;
  width: 0;
  border-width: 26px;
  border-style: solid;
  border-color: #f5812a transparent transparent transparent;
  left: 50%;
  bottom: -52px;
  margin: 0 0 0 -26px;
  position: absolute;
}
/* line 884, ../sass/main.scss */
body .tooltip .tooltip-triangle::after, body .tooltip .tooltip-triangle::before {
  z-index: 1;
  font-size: 1px;
  content: "*";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
}
/* line 893, ../sass/main.scss */
body .tooltip .tooltip-triangle::before {
  border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
  top: -23px;
  left: -30px;
  border-width: 30px;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
/* line 900, ../sass/main.scss */
body .tooltip .tooltip-triangle::after {
  border-color: #fff transparent transparent transparent;
  top: -27px;
  left: -20px;
  border-width: 20px;
}
/* line 1, ../sass/modal.scss */
body .overlay {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(230, 230, 230, 0.8)), color-stop(80%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(230, 230, 230, 0.8), rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(rgba(230, 230, 230, 0.8), rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(230, 230, 230, 0.8), rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(230, 230, 230, 0.8), rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#ffffff');
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media all and (max-width: 787px) {
  /* line 1, ../sass/modal.scss */
  body .overlay {
    overflow: auto;
  }
}
/* line 17, ../sass/modal.scss */
body .overlay .modal {
  margin: 0 auto;
  border: 3px solid #999;
  border-radius: 10px;
  background: white url(/app/images/background_modal.gif) bottom left no-repeat;
  max-width: 640px;
  margin-top: 5%;
  padding: 40px 20px;
  position: relative;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.1)), color-stop(100%, #e6e6e6)), url(/app/images/background_modal.gif);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, #e6e6e6 100%), url(/app/images/background_modal.gif);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, #e6e6e6 100%), url(/app/images/background_modal.gif);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, #e6e6e6 100%), url(/app/images/background_modal.gif);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, #e6e6e6 100%), url(/app/images/background_modal.gif);
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}
/* line 36, ../sass/modal.scss */
body .overlay .modal .modal-content {
  position: relative;
}
/* line 39, ../sass/modal.scss */
body .overlay .modal .row {
  min-width: 100%;
  margin: 0 auto;
  display: table;
  width: 480px;
  min-width: 480px;
  max-width: none;
}
@media all and (max-width: 787px) {
  /* line 39, ../sass/modal.scss */
  body .overlay .modal .row {
    min-width: 100%;
    width: 100%;
  }
}
/* line 50, ../sass/modal.scss */
body .overlay .modal .row p {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
  max-width: 100%;
}
/* line 56, ../sass/modal.scss */
body .overlay .modal .row h2 {
  font-size: 30px;
  font-weight: 200;
  color: #222;
}
/* line 61, ../sass/modal.scss */
body .overlay .modal .row input, body .overlay .modal .row select {
  float: left;
  max-width: 320px;
  width: 320px;
  margin: 0 0 20px 0;
  border: 2px solid #ff9933;
  border-radius: 7px;
}
/* line 69, ../sass/modal.scss */
body .overlay .modal .row label {
  float: left;
  font-size: 16px;
  color: #222;
  display: inline-block;
  width: 150px;
  text-align: right;
  padding-right: 60px;
  line-height: 34px;
  font-weight: bold;
}
/* line 80, ../sass/modal.scss */
body .overlay .modal .row select {
  height: 34px;
  background: #fff;
}
/* line 85, ../sass/modal.scss */
body .overlay .modal > i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #444;
  font-size: 13px;
  cursor: pointer;
}
/* line 94, ../sass/modal.scss */
body .overlay .modal button {
  float: right;
  margin-right: 10px;
}
/* line 99, ../sass/modal.scss */
body .overlay.show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0;
}

/* line 3, ../sass/ie-8.scss */
.lt-ie9 body .overlay {
  /* ie is great */
  top: 9999px;
}
/* line 6, ../sass/ie-8.scss */
.lt-ie9 body .overlay.show {
  top: 0px;
}
/* line 12, ../sass/ie-8.scss */
.lt-ie9 body .container .header .columns .header-nav .header-links .button {
  font-weight: 500;
}
/* line 14, ../sass/ie-8.scss */
.lt-ie9 body .container .header .columns .header-nav .header-links .button.current i {
  border-color: #999999 transparent transparent transparent;
}
/* line 21, ../sass/ie-8.scss */
.lt-ie9 body .container .features .features-nav i {
  display: none;
}
/* line 23, ../sass/ie-8.scss */
.lt-ie9 body .container .features .features-nav i.show {
  display: block;
}
/* line 28, ../sass/ie-8.scss */
.lt-ie9 body .container .features .top-mask {
  right: -20px;
}
/* line 30, ../sass/ie-8.scss */
.lt-ie9 body .container .features .top-mask img {
  display: none;
}
/* line 32, ../sass/ie-8.scss */
.lt-ie9 body .container .features .top-mask img.show {
  display: block;
}
/* line 38, ../sass/ie-8.scss */
.lt-ie9 body .container .features .bottom-mask img {
  display: none;
}
/* line 40, ../sass/ie-8.scss */
.lt-ie9 body .container .features .bottom-mask img.show {
  display: block;
}
/* line 46, ../sass/ie-8.scss */
.lt-ie9 body .container .features .slider-asset img {
  display: none;
}
/* line 48, ../sass/ie-8.scss */
.lt-ie9 body .container .features .slider-asset img.show {
  display: block;
}
/* line 52, ../sass/ie-8.scss */
.lt-ie9 body .container .features .slider-asset .interface {
  top: -157px;
}
/* line 55, ../sass/ie-8.scss */
.lt-ie9 body .container .features .slider-asset .screen_first {
  margin-left: -911px;
  margin-top: -146px;
}
/* line 59, ../sass/ie-8.scss */
.lt-ie9 body .container .features .slider-asset .saved_fourth {
  margin-left: -235px;
  margin-top: 113px;
}
/* line 63, ../sass/ie-8.scss */
.lt-ie9 body .container .features .slider-asset .saved_third {
  margin-left: -215px;
  margin-top: -210px;
}
/* line 67, ../sass/ie-8.scss */
.lt-ie9 body .container .features .slider-asset .saved_second {
  margin-left: -476px;
  margin-top: -187px;
}
/* line 71, ../sass/ie-8.scss */
.lt-ie9 body .container .features .slider-asset .saved_first {
  margin-left: -757px;
  margin-top: -186px;
}
/* line 79, ../sass/ie-8.scss */
.lt-ie9 body .container .page .home-devices i.icon-desktop {
  left: 38%;
}
/* line 82, ../sass/ie-8.scss */
.lt-ie9 body .container .page .home-devices i.icon-mobile {
  left: 50%;
}
/* line 86, ../sass/ie-8.scss */
.lt-ie9 body .container .page .home-video i {
  color: #fff;
}
/* line 89, ../sass/ie-8.scss */
.lt-ie9 body .container .page.home-content .home-testamonials p img {
  border: 0;
}
/* line 92, ../sass/ie-8.scss */
.lt-ie9 body .container .page.plans .plan-featured .module.active {
  border: 1px solid #ff9933;
}
/* line 96, ../sass/ie-8.scss */
.lt-ie9 body .container .page .download_content > .module {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 100, ../sass/ie-8.scss */
.lt-ie9 body .container .page .download_content.three > .module i {
  font-size: 60px!important;
  color: #c8c8c8;
}
/* line 104, ../sass/ie-8.scss */
.lt-ie9 body .container .page .download_content.six > .module i {
  font-size: 86px!important;
  color: #c8c8c8;
}

/* line 115, ../sass/ie-8.scss */
.ie9 body .container .page.feature-header .features-icons .row-3.scrolled [class^="icon-"] {
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

/*
 * Clearfix: contain floats ~ via h5bp
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 928, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 933, ../sass/main.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 942, ../sass/main.scss */
.clearfix {
  *zoom: 1;
}
