html,
button,
input,
select,
textarea {
  color: #b1b1b1; }

html {
  font-size: 1em;
  line-height: 1.4; }

/* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design. */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * 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.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*  ===========
 *  PixelPen  
 *  =========== */
h1 {
  margin: 0; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none; }
  a:focus {
    outline: none; }

label {
  display: block; }

input[type="text"],
input[type="email"],
textarea {
  width: 100%; }

body, html, input, textarea {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 1em;
  background: -webkit-linear-gradient(#eda83a, #c74836);
  background: linear-gradient(#eda83a, #c74836); }

h1 {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 600; }

h2 {
  text-align: center;
  margin: 0 0 0 0;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 600; }

a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  a:hover, a.current {
    color: #fff; }
    @media screen and (max-width: 768px) {
      a:hover, a.current {
        color: white; } }

p {
  line-height: 1.7em;
  font-weight: 300; }

.btn {
  display: inline-block;
  background: #fff;
  color: #c74836;
  padding: 13px 20px;
  font-size: 0.8em;
  margin: 20px 0;
  text-transform: uppercase;
  min-width: 130px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover {
    color: #eda83a; }
  .btn:focus {
    color: #eda83a;
    border-color: #eda83a;
    outline: none; }

iframe {
  display: block;
  max-width: 890px;
  margin: auto;
  border: 3px solid #fff; }

.main-content {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .main-content {
      padding: 50px 0; } }
  @media screen and (max-width: 500px) {
    .main-content {
      padding-top: 30px;
      padding-bottom: 30px; }
      .main-content p {
        padding: 0; } }
  .main-content ul {
    margin: 0;
    padding-left: 19px; }
  .main-content li {
    padding: 5px 0; }

.old-ie {
  display: none; }

.sidebar {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px; }

.features {
  margin-top: 80px;
  text-align: center; }
  .features h3 {
    font-size: 0.9em;
    color: #eda83a;
    text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .features {
      margin-top: 30px; } }

.feature {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 50px 30px 50px;
  min-height: 370px;
  margin-bottom: 45px; }
  .feature img {
    margin-top: -50px; }
  @media screen and (max-width: 991px) {
    .feature {
      min-height: 0;
      padding: 15px; } }

.feature--full-width {
  min-height: 0; }

.feature-list {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 20px 40px 20px;
  margin: 50px 0 70px 0;
  text-align: center; }
  .feature-list ul {
    list-style: none;
    padding: 0; }
    .feature-list ul li {
      padding: 5px 0; }
  @media screen and (max-width: 768px) {
    .feature-list {
      margin: 0; } }

.main-content h2 {
  margin: 0 0 30px 0; }
  @media screen and (max-width: 500px) {
    .main-content h2 {
      margin-bottom: 10px;
      font-size: 20px; } }

.drones img.main-image {
  width: 100%;
  border: 3px solid white;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
    .drones img.main-image {
      float: none;
      width: 100%;
      margin-top: 0;
      margin-left: 0; } }

.drones .btn {
  width: 110px;
  margin: 30px auto 0 auto;
  display: block; }

header {
  width: 100%; }

.hero {
  background: #1d1d1d;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  font-weight: 300;
  text-shadow: 0 1px 1px #1d1d1d;
  position: relative;
  background: url("../img/hero-4.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .hero {
      padding: 0;
      margin-bottom: 15px; } }
  .hero video {
    width: 100%;
    max-height: 1000px; }
  @media screen and (max-width: 991px) {
    .hero #header-video {
      display: none; } }
  .hero h1 {
    text-align: center;
    font-size: 5.5em;
    font-weight: 600;
    font-style: normal; }
    @media screen and (max-width: 1200px) {
      .hero h1 {
        font-size: 4.5em; } }
    @media screen and (max-width: 991px) {
      .hero h1 {
        font-size: 3.5em; } }
    @media screen and (max-width: 500px) {
      .hero h1 {
        font-size: 2.5em; } }
  .hero .container {
    top: 0;
    width: 100%;
    padding: 250px 0; }
    @media screen and (max-width: 1199px) {
      .hero .container {
        padding-top: 200px; } }
    @media screen and (max-width: 991px) {
      .hero .container {
        top: 90px;
        padding: 50px 50px 210px 50px;
        position: relative; } }
    @media screen and (max-width: 600px) {
      .hero .container {
        top: 50px;
        padding: 0 50px 100px 50px; } }

.inner-header {
  background: url("../img/inner-header.jpg") no-repeat top center;
  background-size: cover;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  padding: 150px 0;
  text-align: center; }
  .inner-header h1 {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    font-size: 4em;
    background: #eda83a; }
    @media screen and (max-width: 1200px) {
      .inner-header h1 {
        font-size: 3.5em; } }
    @media screen and (max-width: 991px) {
      .inner-header h1 {
        font-size: 3.5em;
        letter-spacing: normal; } }
    @media screen and (max-width: 500px) {
      .inner-header h1 {
        font-size: 2em;
        padding: 10px 15px; } }
  @media screen and (max-width: 500px) {
    .inner-header {
      padding: 100px 0; } }

#clients .inner-header,
#pricing .inner-header {
  background: url("../img/clients-hero.jpg") no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1000px) {
    #clients .inner-header,
    #pricing .inner-header {
      background: url("../img/clients-hero.jpg") no-repeat center center; } }

#timelapse-units .inner-header {
  background: url("../img/tlp-hero.jpg") no-repeat;
  background-size: cover; }

#drones .inner-header {
  background: url("../img/drones-hero.jpg") no-repeat center center;
  background-size: cover; }

#contact .inner-header {
  background: url("../img/contact-hero.jpg") no-repeat center center;
  background-size: cover; }

.sub-heading {
  text-align: center;
  font-size: 39px;
  margin: 0;
  line-height: 1;
  font-weight: 500; }
  @media screen and (max-width: 991px) {
    .sub-heading {
      font-size: 30px; } }
  @media screen and (max-width: 600px) {
    .sub-heading {
      font-size: 25px;
      margin-top: 15px; } }

.js .nav-collapse.closed {
  max-height: 0; }

.nav-collapse a {
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0; }

.navbar {
  padding: 15px 0 15px 0;
  margin-bottom: 0; }
  @media screen and (max-width: 400px) {
    .navbar {
      padding: 15px 0; } }
  .navbar .logo {
    display: block;
    z-index: 9999;
    position: relative; }
    @media screen and (max-width: 400px) {
      .navbar .logo {
        margin: 0 auto;
        width: 40px; } }
  @media screen and (max-width: 400px) {
    .navbar nav {
      width: 275px;
      float: none !important;
      margin: 0 auto; } }
  .navbar nav a {
    margin-left: 10px;
    padding: 10px 10px;
    border: 2px solid transparent;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .navbar nav a {
        border: none;
        border-radius: 0;
        border-bottom: 2px solid transparent;
        margin-left: 10px;
        margin-right: 10px;
        padding: 6px 0;
        margin-top: 2px; } }
    @media screen and (max-width: 500px) {
      .navbar nav a {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 0.9em;
        padding: 5px 0; } }
    .navbar nav a:hover, .navbar nav a.current {
      border-color: #fff; }
  @media screen and (max-width: 767px) {
    .navbar img {
      width: 50px; } }
  @media screen and (max-width: 400px) {
    .navbar .col-xs-1, .navbar .col-xs-11 {
      padding-left: 0;
      padding-right: 0; }
      .navbar .col-xs-1 img, .navbar .col-xs-11 img {
        width: 40px; } }

#menu-toggle {
  float: right;
  display: none;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    #menu-toggle {
      display: block; } }

.menu-toggle {
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 5px; }

.hero .row {
  margin: 0 auto 0 auto;
  max-width: 1170px; }

.videos {
  padding: 70px 0 100px 0;
  text-align: center; }
  .videos img {
    border: 3px solid #fff; }
  .videos p {
    font-size: 1.5em; }
    @media screen and (max-width: 600px) {
      .videos p {
        margin-bottom: 0; } }
  @media screen and (max-width: 991px) {
    .videos {
      padding: 35px 0 50px 0; } }
  @media screen and (max-width: 600px) {
    .videos {
      padding: 15px 0; }
      .videos h2 {
        margin-top: 20px;
        margin-bottom: 10px; } }

.videos-wrapper {
  margin: 30px 0 70px 0; }
  .videos-wrapper h3 {
    position: absolute;
    top: 20px;
    background: #fff;
    padding: 25px;
    left: 18px;
    z-index: 200;
    color: #eda83a; }
    @media screen and (max-width: 991px) {
      .videos-wrapper h3 {
        padding: 15px;
        top: 0;
        font-size: 1em; } }
  @media screen and (max-width: 991px) {
    .videos-wrapper {
      margin: 30px 0; } }
  @media screen and (max-width: 600px) {
    .videos-wrapper {
      margin-top: 30px;
      margin-bottom: 0; } }

.video-overlay {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 95%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border: 3px solid #fff; }
  @media screen and (max-width: 1199px) {
    .video-overlay {
      width: 94%; } }
  @media screen and (max-width: 991px) {
    .video-overlay {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .video-overlay {
      display: none; } }

.home-video {
  display: block; }
  .home-video:hover {
    color: #fff; }
  @media screen and (max-width: 768px) {
    .home-video {
      margin-bottom: 30px; } }

.video-overlay:hover {
  display: block;
  opacity: 0.8;
  z-index: 100; }

img.play-icon {
  border: none;
  position: absolute;
  top: 45%;
  left: 45%;
  opacity: 0.7;
  z-index: 200; }
  @media screen and (max-width: 991px) {
    img.play-icon {
      width: 25px; } }

.mobile-home-text {
  display: none;
  margin-top: 30px;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .mobile-home-text {
      display: block; } }

.contact-details {
  background: rgba(29, 29, 29, 0.5);
  padding: 50px 50px 30px 50px; }
  .contact-details h3 {
    color: #C86836;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-top: 0; }
  .contact-details address {
    float: none; }
  .contact-details div {
    margin-bottom: 32px; }
  @media screen and (max-width: 500px) {
    .contact-details {
      padding: 25px 25px 1px 25px; } }

label[for="message"] {
  margin-top: 10px; }

.client-logo-wrapper {
  background: #fff;
  margin-bottom: 30px;
  padding: 40px; }
  .client-logo-wrapper img {
    display: block;
    margin: auto;
    width: 100%; }
  @media screen and (max-width: 991px) {
    .client-logo-wrapper {
      padding: 10px; } }

input[type="text"],
input[type="email"] {
  padding: 10px 7px; }
  @media screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"] {
      padding: 7px; } }

input[type="text"],
input[type="email"],
textarea {
  width: 460px;
  margin: 0 0 20px 0;
  border: 4px solid #fff;
  background: #fff;
  color: #1d1d1d;
  -webkit-appearance: none;
  border-radius: 0; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    outline: none; }
  @media screen and (max-width: 1199px) {
    input[type="text"],
    input[type="email"],
    textarea {
      width: 360px; } }
  @media screen and (max-width: 991px) {
    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%; } }

textarea {
  padding: 7px; }

label {
  width: 80px;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
  font-weight: normal; }
  @media screen and (max-width: 991px) {
    label {
      display: block;
      text-align: left;
      width: auto; } }

form .btn {
  margin-top: 10px; }

input[type="submit"] {
  display: block; }
  @media screen and (max-width: 991px) {
    input[type="submit"] {
      float: none !important;
      margin-left: auto;
      margin-right: auto; } }

.form-error {
  margin: 0;
  margin-bottom: 15px;
  margin-top: -14px;
  margin-left: 95px; }
  @media screen and (max-width: 991px) {
    .form-error {
      margin-left: 0; } }

.success-message {
  font-size: 2em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .success-message {
      font-size: 1.2em;
      margin-bottom: 40px; } }

footer {
  background: #1d1d1d;
  padding: 50px 0;
  border-top: 3px solid #000;
  font-size: 0.9em;
  line-height: 25px; }
  footer .logo {
    float: left;
    margin-right: 40px;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      footer .logo {
        float: none;
        margin: 0 0 20px 0; } }
  footer span {
    display: inline-block;
    min-width: 60px; }
  @media screen and (max-width: 768px) {
    footer {
      text-align: center; } }

address {
  float: left;
  line-height: 25px; }
  @media screen and (max-width: 768px) {
    address {
      float: none; } }

.social-icon {
  background: url("../img/social-sprite.png") no-repeat;
  background-size: 80px;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  display: block;
  float: right;
  margin-left: 15px; }
  .social-icon.vimeo-icon {
    background-position: -40px;
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .social-icon {
      margin-top: 30px; } }

.footer-meta {
  margin-top: 15px; }
  @media screen and (max-width: 991px) {
    .footer-meta {
      text-align: center; } }

.pixel-link, .copyright {
  float: right;
  color: #ccc; }
  @media screen and (max-width: 991px) {
    .pixel-link, .copyright {
      float: none; } }

.pixel-link {
  font-size: 0.8em;
  color: grey;
  margin-top: 5px; }

@media screen and (max-width: 991px) {
  .social-icons {
    width: 95px;
    margin: 30px auto; } }

@media screen and (max-width: 768px) {
  .col-xs-12 {
    float: none; } }

.drones .videos {
  text-align: center;
  padding: 0; }
  .drones .videos img {
    border: 3px solid #fff; }
  .drones .videos p {
    font-size: 1.5em; }
    @media screen and (max-width: 600px) {
      .drones .videos p {
        margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    .drones .videos h2 {
      margin-top: 20px;
      margin-bottom: 10px; } }

.drones img.play-icon {
  border: none;
  position: absolute;
  top: 45%;
  left: 45%;
  opacity: 0.7;
  z-index: 200; }
  @media screen and (max-width: 991px) {
    .drones img.play-icon {
      width: 25px; } }

.drones .videos-wrapper {
  margin-top: 17px;
  margin-left: -15px;
  margin-right: -15px; }

#pricing .lead p {
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.35);
  padding: 30px 0; }
  @media screen and (max-width: 991px) {
    #pricing .lead p {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    #pricing .lead p {
      border: none;
      margin: 0;
      padding: 0;
      text-align: left; } }
/*# sourceMappingURL=main.css.map */