/*
Theme Name: Heliphoto
Theme URI: http://www.heliphoto.net
Author: Andrew Malaki
Author URI: http://drewcodespot.com/
Description: A custom theme for Heliphoto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heliphoto
Tags:

Heliphoto is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
  ## Posts
  ## Pages
# Comments
# Widgets
# Infinite scroll
# Media
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 12.25px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 27px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13.125px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13.125px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #222;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #222;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 10px; }

textarea {
  padding-left: 10px;
  width: 100%; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1;
  padding: 1em 2em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    background: #73000B; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    background: #73000B; }

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.menu-toggle:before {
  content: "\2630";
  display: inline-block;
  margin-right: 5px; }

.navbar {
  margin-top: 40px;
  width: 160px;
  float: right; }
  .navbar .nav,
  .navbar .nav li {
    float: none; }
  .navbar .nav li:first-child a {
    border-top: 1px solid #111; }
  .navbar .nav li a {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #111;
    padding-left: 10px;
    padding-right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .navbar .nav li a:active, .navbar .nav li a:focus, .navbar .nav li a:hover {
      color: #70ced9;
      background: none; }

.navbar-toggle {
  box-shadow: none;
  background: transparent;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 50px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .navbar-toggle:focus, .navbar-toggle:active, .navbar-toggle:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0; }
  .navbar-toggle .icon-bar {
    background: #fff; }

.navbar-collapse {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  color: #70ced9 !important;
  background: none;
  border-color: #111; }

.dropdown-menu {
  background: rgba(17, 17, 17, 0.9);
  top: 0;
  left: 100%;
  padding: 0; }
  .dropdown-menu > li > a {
    padding: 10px 20px;
    display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

@media only screen and (min-width: 980px) {
  .nav > li > a {
    text-align: right; } }

@media only screen and (max-width: 980px) {
  .site-branding {
    float: left; }
  .dropdown-menu {
    left: 0;
    top: 100%; }
  #slide-1-layer-2 > h1 {
    font-size: 24px; }
  .navbar .nav li a {
    font-size: 16px; } }

@media only screen and (min-width: 769px) {
  .navbar .nav li:hover > a {
    color: #70ced9 !important; }
  .navbar .nav li:hover > .dropdown-menu {
    display: block; } }

@media only screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 0;
    min-height: inherit;
    position: absolute;
    top: 100%;
    background: rgba(30, 30, 30, 0.9);
    margin-top: 0;
    border: 0; }
    .navbar .row {
      margin: 0; }
  .navbar-toggle {
    margin-top: 10px;
    margin-right: 0; }
  .navbar {
    width: 50%; }
  .navbar .nav li:first-child a {
    border-top: 0; } }

@media only screen and (max-width: 580px) {
  .navbar {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .navbar {
    margin-top: 0; }
  .navbar-toggle {
    margin-top: 10px; }
  .navbar .nav li a {
    padding-left: 20px; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #fa0000; }
  a:visited {
    color: #fa0000; }
  a:hover, a:focus, a:active {
    color: #000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 87.5%;
  min-height: 100%; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #c0c0c0;
  /* Fallback for when there is no custom background color defined. */
  position: relative;
  min-height: 100%;
  height: 100%; }

.site {
  margin-left: 243px; }
  @media only screen and (max-width: 980px) {
    .site {
      margin: 0; } }

.nocapitalize {
  text-transform: capitalize !important; }

.headergradient-left-right-lb,
.headergradient-right-left-lb,
.headergradient-left-right,
.headergradient-right-left {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 20px; }

.headergradient-left-right {
  background: -moz-linear-gradient(left, #72d2d9 0%, rgba(114, 210, 217, 0.23) 100%);
  background: -webkit-linear-gradient(left, #72d2d9 0%, rgba(114, 210, 217, 0.23) 100%);
  background: linear-gradient(to right, #72d2d9 0%, rgba(114, 210, 217, 0.23) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72d2d9', endColorstr='#3b72d2d9',GradientType=1 ); }

.headergradient-right-left {
  background: -moz-linear-gradient(left, rgba(114, 210, 217, 0.23) 0%, #72d2d9 100%);
  background: -webkit-linear-gradient(left, rgba(114, 210, 217, 0.23) 0%, #72d2d9 100%);
  background: linear-gradient(to right, rgba(114, 210, 217, 0.23) 0%, #72d2d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b72d2d9', endColorstr='#72d2d9',GradientType=1 );
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px; }

.headergradient-left-right-lb {
  background: -moz-linear-gradient(left, #d1e0e6 0%, rgba(192, 192, 192, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d1e0e6), color-stop(100%, rgba(192, 192, 192, 0)));
  background: -webkit-linear-gradient(left, #d1e0e6 0%, transparent 100%);
  background: -o-linear-gradient(left, #d1e0e6 0%, transparent 100%);
  background: -ms-linear-gradient(left, #d1e0e6 0%, transparent 100%);
  background: linear-gradient(to right, #d1e0e6 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e0e6', endColorstr='#00000000',GradientType=1 ); }

.headergradient-right-left-lb {
  background: -moz-linear-gradient(left, rgba(192, 192, 192, 0) 0%, #d1e0e6 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(192, 192, 192, 0)), color-stop(100%, #d1e0e6));
  background: -webkit-linear-gradient(left, transparent 0%, #d1e0e6 100%);
  background: -o-linear-gradient(left, transparent 0%, #d1e0e6 100%);
  background: -ms-linear-gradient(left, transparent 0%, #d1e0e6 100%);
  background: linear-gradient(to right, transparent 0%, #d1e0e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1e0e6',GradientType=1 ); }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.rotatorblade {
  width: 243px;
  background: url(assets/images/dist/rotatorblade.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 100%;
  position: fixed;
  left: 0;
  -webkit-backface-visibility: hidden;
  z-index: 3000;
  top: 0; }
  .rotatorblade .wherebrandis {
    padding: 0; }

.rotatorblade .socials {
  position: absolute;
  display: table;
  bottom: 15%;
  right: 10%; }

.rotatorblade .socials a {
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none; }
  .rotatorblade .socials a span {
    line-height: 100%;
    font-size: 14px;
    width: 30px;
    display: inline-block;
    font-weight: bold; }

.rotatorblade .socials a:hover {
  color: #000; }

.site-branding {
  max-width: 100%; }

.site-branding .site-title {
  margin-bottom: 0; }

.site-branding .site-title img {
  max-width: 300px;
  float: right; }

.site-branding .site-title img.desktoplogo {
  width: 159px; }

.site-branding .site-title img.mobilelogo {
  display: none; }

@media screen and (min-width: 37.5em) {
  .content-area {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%; }
  .site-main {
    margin: 0; }
  .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 25%; }
  .site-footer {
    clear: both;
    width: 100%; } }

/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0; }

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.site-content {
  width: auto; }

.home .site-footer .site-info {
  display: block; }

.site-footer {
  padding: 20px 0; }
  .site-footer .site-info {
    font-size: 10px;
    line-height: 140%;
    display: none; }
  .site-footer .footer-links {
    text-align: right; }
  .site-footer .footer-links a {
    color: #fa0000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .site-footer .footer-links a:hover {
      text-decoration: none;
      color: #000; }

.home .site-main {
  overflow: hidden;
  height: 100%; }

.im-a-subpage .site-content {
  padding: 0; }
  .im-a-subpage .site-content .entry-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0; }

.site-header {
  background: rgba(112, 206, 217, 0.9);
  margin-top: 20px;
  position: relative;
  padding: 16px 40px;
  margin-left: -2px; }

.site-header .entry-header {
  text-align: right; }

.home .site-header {
  position: absolute;
  z-index: 999;
  padding: 15px 40px;
  background: rgba(155, 155, 155, 0.5);
  width: calc(100% - 243px); }

.home .site-header .entry-header {
  text-align: left;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6); }

.home .site-header .entry-header h1 {
  margin-top: 0;
  text-align: center; }

.home .banner-links {
  text-align: center; }

.slider-links,
.slider-links:active,
.slider-links:focus,
.slider-links:hover {
  color: #fa0000 !important;
  font-size: 20px;
  margin-right: 10px;
  -webkit-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  -moz-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  -ms-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  -o-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1); }

.home .homevideo {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#video_poster {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("assets/vid/poster.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#video_controls {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

#play img {
  width: 100px; }

#pause img {
  width: 90px; }

#pause {
  display: none; }

.homevideo:hover #video_controls {
  opacity: 1; }

.tp-video-play-button {
  display: none !important; }

.rev_slider video {
  pointer-events: none; }

.rev_slider video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.sub_header_pages_thin .vc_column-inner {
  padding-top: 17px !important;
  padding-bottom: 17px !important; }

.sub_header_pages_thin .vc_column-inner h2 {
  margin-bottom: 0; }

.christoph-ammann {
  position: absolute;
  top: 4%;
  left: 4%; }

#professional-affiliation {
  background-size: auto 100% !important; }
  #professional-affiliation p {
    position: relative;
    top: 442px;
    left: 30px; }

.vc_custom_heading {
  margin-top: 0 !important; }

.vc_gitem-animate-blurOut .vc_gitem-zone-b, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b, .vc_gitem-animate-fadeIn .vc_gitem-zone-b, .vc_gitem-animate-scaleIn .vc_gitem-zone-b, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  background: rgba(0, 0, 0, 0.6) !important; }

.row-nopadding .vc_column_container > .vc_column-inner {
  padding: 0; }

.slider-btn {
  background: #222;
  color: #fff;
  padding: 10px 24px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.slider-btn:active,
.slider-btn:focus,
.slider-btn:hover {
  background: #fa0000;
  color: #fff;
  text-decoration: none; }

.client-list-popup table,
.drone-heli-popup table {
  margin-top: 20px; }

.drone-heli-popup table th:nth-child(1) {
  width: 300px; }

.client-list-popup table td,
.drone-heli-popup table td,
.drone-heli-popup table th {
  padding: 10px;
  border: 1px solid #000; }

.client-list-popup table td {
  font-size: 12px;
  vertical-align: top; }

.dgallery {
  list-style: none;
  margin: 20px 0 !important;
  padding: 0;
  width: 100%;
  display: block;
  text-align: left; }

.dgallery li {
  padding: 2px; }

.dgallery a {
  position: relative;
  display: block; }

.dgallery figure {
  margin: 0;
  overflow: hidden; }

.dgallery figure img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.dgallery figcaption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5; }

.dgallery a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.dgallery a:hover figcaption {
  opacity: 1; }

.dgallery figcaption .img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  text-align: center; }

.dgallery figcaption .img-title small {
  font-size: 13px;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 5px; }

button.fancybox-button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

a[data-fancybox] {
  cursor: pointer; }

@media only screen and (max-width: 1650px) and (min-width: 1401px) {
  .container {
    width: 1135px !important; }
  .home .site-header .entry-header h1 {
    font-size: 24px; } }

@media only screen and (max-width: 1400px) and (min-width: 981px) {
  .container {
    width: auto !important; }
  .home .site-header .entry-header h1 {
    font-size: 20px; } }

@media only screen and (max-width: 1280px) and (min-width: 1010px) {
  .tp-caption.Photography-Display, .Photography-Display,
  .tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
    font-size: 25px;
    margin-left: 30% !important; } }

@media only screen and (max-width: 980px) and (min-width: 768px) {
  .navbar {
    float: left;
    width: 68% !important;
    margin: 70px 0 0 20px; }
  .navbar-nav > li {
    float: left !important; }
  .navbar .nav li:first-child a,
  .navbar-nav li a {
    border: 0 !important; }
  .navbar-collapse.collapse {
    padding: 0; }
  .rotatorblade .wherebrandis {
    float: left; } }

@media only screen and (max-width: 980px) {
  .rotatorblade {
    width: 100%;
    height: auto;
    position: relative;
    background-image: none;
    background: #000; }
  .rotatorblade .socials {
    bottom: 10px;
    right: 0;
    margin-right: 20px; }
  .rotatorblade .socials a:hover {
    color: #fff; }
  .rotatorblade .wherebrandis {
    float: left;
    max-width: 180px; }
  .site-branding .site-title {
    margin-left: 20px; }
  .site-branding .site-title img {
    max-width: 100%;
    float: none;
    width: 300px; }
  .site-branding .site-title img.desktoplogo {
    display: none; }
  .site-branding .site-title img.mobilelogo {
    display: block; }
  .footer-links {
    text-align: center; }
  .site-header {
    padding: 15px 0 !important;
    margin: 0;
    width: 100% !important; }
  .site-header h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    text-align: center; }
  .im-a-subpage .site-content {
    padding: 0 20px; } }

@media only screen and (max-width: 600px) {
  html #wpadminbar {
    margin-top: -46px; } }

@media only screen and (max-width: 490px) {
  .fancybox-slide::before {
    display: inline !important; } }

@media (min-width: 1366px) {
  #video_controls {
    display: none; } }

@media only screen and (max-width: 480px) {
  .rotatorblade .socials {
    margin-right: 0; }
  .site-branding {
    float: none; }
    .site-branding .site-title img.mobilelogo {
      margin: 0 auto;
      display: block; }
  .headergradient-left-right-lb,
  .headergradient-right-left-lb,
  .headergradient-left-right,
  .headergradient-right-left,
  h2.vc_custom_heading {
    margin-top: 20px !important;
    font-size: 17px !important; } }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.wp-caption {
  margin: 1em 0 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto; }

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px; }

.wp-caption.alignright {
  margin-left: 20px; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) {
  .container {
    width: 1268px; } }

@media only screen and (min-width: 1401px) {
  .container {
    width: 1400px; } }
