/*
Theme Name: Lakeview Helicopters
Author: ninetyblack.com
Author URI: http://ninetyblack.com/
Version: 1.0.0
*/
/**
 * CH01 - General
 * CH02 - Header
 * CH03 - Footer
 * CH04 - Main Content
 * CH05 - Media Queries
 * CH06 - TinyMCE
 * CH07 - Forms
 * CH08 - Woocommerce
 * CH09 - Transitions
**/
/** CH01 - General **/
/** --------------------------------------------------- **/
/** CH1.1 Typography **/
@font-face {
  font-family: "test";
  src: url("path/to/web/font.woff") format("woff"); }
@font-face {
  font-family: "flexo-reg";
  src: url("assets/fonts/Flexo-Regular.woff") format("woff"); }
@font-face {
  font-family: "flexo-bold";
  src: url("assets/fonts/Flexo-Black.woff") format("woff"); }
@font-face {
  font-family: "flexo-light";
  src: url("assets/fonts/Flexo-Light.woff") format("woff"); }
@font-face {
  font-family: "manus";
  src: url("assets/fonts/ManusTrial.woff") format("woff"); }
@font-face {
  font-family: "lakeview-font";
  src: url("assets/fonts/lakeview-font.woff") format("woff"); }
html, body {
  min-width: 320px;
  overflow-x: hidden;
  margin: 0 0 0 0;
  font-family: 'flexo-reg'; }

.admin-bar {
  margin: 0; }

body.page-template-page-default {
  margin-top: 95px; }

body.page-id-21 {
  margin-top: 0; }

body#tinymce {
  margin-top: 0 !important; }

.big {
  font-size: 1.2em; }

.white {
  color: #fff; }

.primary {
  color: #EC7A23; }

.black {
  color: #333; }

.red {
  color: #cd3939; }

.grey {
  color: #f8f8f8; }

.dark-grey {
  color: #818181; }

.no-margin {
  margin: 0; }

/** CH01.2 - Buttons **/
/** CH01.3 - Backgrounds **/
.gray-bg {
  background-color: #f5f5f5; }

.bg-white{
  background:#fff;
}

.formRow{
  justify-content: center;
  margin-top:15px;
  margin-bottom:50px;

}

.formRow form{
  margin-left: auto;
  margin-right: auto;
}

.formWrapper{
  max-width:600px;
  padding:30px 35px 50px 35px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease-in-out 0.25s;
}
.formWrapper ul{
  list-style:none;
  padding-left:10px;
}

/** CH01.4 - Images **/
.img-fullwidth {
  width: 100%;
  height: auto; }

.scale-img {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .scale-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }

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

a.btn-gal {
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #FF9700;
  color: #fff;
  padding: 7px 15px;
  width: 100%; }
  a.btn-gal:hover, a.btn-gal:focus, a.btn-gal:active {
    background-color: #fff;
    color: #FF9700;
    border: 1px solid #FF9700; }

/** CH01.5 - Alignment **/
.vertical-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

/** CH01.6 - Breadcrumbs  **/
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0; }
  .breadcrumb a {
    color: #777; }
    .breadcrumb a:focus, .breadcrumb a:hover {
      color: #9d9d9d; }
  .breadcrumb .breadcrumb_last {
    font-weight: bold; }
  .breadcrumb > li + li:before {
    content: "";
    padding: 0 3px; }

/** CH01.7 - Other **/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #efefef;
  position: relative; }
  hr:after {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #EC7A23;
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.label {
  -webkit-border-radius: 11px;
  border-radius: 11px;
  padding: 5px;
  line-height: 22px;
  margin-right: 5px; }

.pagination > li > a, .pagination > li > span {
  border: none;
  color: #58585a; }

/* CH01.8 - Gravity Forms */
.hidden_label label {
  display: none; }

.ep-error {
  min-height: 550px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

/** CH02 - Header **/
/** --------------------------------------------------- **/
.lh-page-title {
  width: 100%;
  text-align: center;
  font-family: 'flexo-bold';
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.lh-select {
  color: #fff;
  padding: 10px 0;
  position: relative;
  margin: 20px 0;
  font-size: 16px; }
  .lh-select:before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 1px;
    background: #fff;
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .lh-select:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 10px;
    background: #fff;
    width: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.admin-bar .lh-archive-hero-page {
  margin-top: 0px; }

.lh-hero-title__container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 86px;
  font-family: 'manus';
  padding-bottom: 65px;
  position: relative;
  z-index: 1; }
  .lh-hero-title__container div {
    position: relative; }
    .lh-hero-title__container div:before {
      content: '';
      position: absolute;
      bottom: -32px;
      right: -65px;
      height: 85px;
      width: calc(100% + 75px);
      background: url(assets/img/curve.svg);
      background-size: 100% 100%;
      background-repeat: no-repeat; }

.lh-hero {
  height: calc(100vh - 95px);
  max-height: 972px;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
  background-color: #949494;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
  .lh-hero:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(assets/img/overlay-check.png);
    opacity: 0.5;
    z-index: -1; }
  .lh-hero:after {
    content: '';
    height: 177px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    background: url(assets/img/curve-hero.png);
    opacity: 1;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right; }
  .lh-hero .lh-hero__container {
    bottom: 0px;
    position: absolute;
    left: 0px;
    min-height: 250px;
    padding: 30px 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
    /* IE6-9 */ }
    .lh-hero .lh-hero__container .lh-hero__inner .lh-hero__inner-service {
      background-size: cover;
      min-height: 150px;
      padding: 30px 15px;
      border: 3px solid #fff;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      color: #fff;
      font-size: 32px;
      font-family: 'manus';
      overflow: hidden;
      z-index: 2;
      cursor: pointer;
      background-color: #767676; }
      .lh-hero .lh-hero__container .lh-hero__inner .lh-hero__inner-service:hover {
        text-decoration: none; }
      /* .lh-hero .lh-hero__container .lh-hero__inner .lh-hero__inner-service:last-child {
        border-left: 0px; } */
      .lh-hero .lh-hero__container .lh-hero__inner .lh-hero__inner-service .lh-hero__btn {
        height: auto;
        color: #fff;
        text-align: center;
        border: 1px solid #fff;
        padding: 7px 30px;
        margin: 15px 0;
        display: inline-block;
        border-radius: 20px;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'flexo-reg';
        width: auto;
        margin-top: 15px;
        display: inline-block;
        -webkit-transition: all ease-in-out 0.15s;
        transition: all ease-in-out 0.15s; }
        .lh-hero .lh-hero__container .lh-hero__inner .lh-hero__inner-service .lh-hero__btn:hover, .lh-hero .lh-hero__container .lh-hero__inner .lh-hero__inner-service .lh-hero__btn:focus {
          text-decoration: none;
          background: #fff;
          color: #333;
          border: 1px solid #fff; }

.admin-bar .lh-hero-about {
  margin-top: 0 !important; }

.hover-zoom {
  float: left;
  margin: 0;
  height: 180px;
  width: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: gray;
  position: relative; }

.hover-zoom:hover {
  background-size: 110%; }

.admin-bar .lh-top-bar {
  top: 32px;
  z-index: 9999; }
.admin-bar .lh-hero {
  background-color: #767676;
  top: 0px;
  margin-top: 0;
  height: calc(100vh - 32px); }
.admin-bar .lh-home__content-container {
  margin-top: 145px; }

.lh-hero .carousel {
  height: 100%;
  width: 100%;
  position: absolute;
}
.lh-hero .carousel .carousel-inner,.lh-hero .carousel .carousel-inner .item {
  height: 100%;
}

.lh-archive-hero-page {
  height: 500px;
  margin-top: 95px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .lh-archive-hero-page .container {
    height: 100%; }
    .lh-archive-hero-page .container .row {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: left;
      -moz-align-items: left;
      -ms-align-items: left;
      align-items: left;
      position: relative;
      height: 100%; }
      .lh-archive-hero-page .container .row .lh-page-title {
        padding-top: 95px;
        font-family: 'flexo-bold';
        font-size: 36px;
        line-height: 34px;
        margin-bottom: 15px;
        display: block;
        color: #fff;
        text-transform: uppercase; }
        .lh-archive-hero-page .container .row .lh-page-title span {
          margin-top: 0;
          display: block;
          font-family: 'flexo-light';
          font-size: 26px; }
      .lh-archive-hero-page .container .row .deals-here {
        padding: 10px 15px;
        background: #FF9700;
        border: 1px solid #FF9700;
        border-bottom: 0px solid #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        text-transform: uppercase;
        line-height: 25px;
        right: 0;
        bottom: 0;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all ease-in-out 0.15s;
        transition: all ease-in-out 0.15s; }
        .lh-archive-hero-page .container .row .deals-here .icon {
          height: 25px;
          width: 25px;
          padding-right: 10px;
          margin-right: 10px;
          border-right: 1px solid #fff; }
        .lh-archive-hero-page .container .row .deals-here:hover, .lh-archive-hero-page .container .row .deals-here:focus {
          background: #fff;
          color: #FF9700;
          text-decoration: none; }
          .lh-archive-hero-page .container .row .deals-here:hover .icon, .lh-archive-hero-page .container .row .deals-here:focus .icon {
            border-right: 1px solid #FF9700; }
      .lh-archive-hero-page .container .row img {
        display: inline-block; }
      .lh-archive-hero-page .container .row span {
        font-family: 'manus';
        color: #fff;
        font-size: 31px;
        margin-top: 20px; }

.post-type-archive-commercial .lh-hero-page {
  padding: 0; }

.lh-hero-page {
  height: 500px;
  margin-top: 95px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .lh-hero-page .carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .lh-hero-page .carousel .carousel-inner {
      height: 100%; }
      .lh-hero-page .carousel .carousel-inner .item {
        height: 100%; }
  .lh-hero-page .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .lh-hero-page .row .lh-page-title h1 {
      font-family: 'manus';
      font-size: 62px;
      color: #fff;
      text-shadow: 0px 0px 6px #969696; }
    .lh-hero-page .row img {
      display: inline-block; }
    .lh-hero-page .row span {
      color: #fff;
      font-size: 18px;
      margin-top: 20px;
      text-shadow: 0px 0px 6px #969696; }

.navbar-toggle {
  margin-left: 15px; }

.lh-top-bar {
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 95px;
  width: 100%;
  z-index: 9999;
  border-bottom: #CCCCCC solid 1px; }
  .lh-top-bar .lh-top-bar__nav {
    width: calc(100% - 290px);
    height: 95px; }
    .lh-top-bar .lh-top-bar__nav .lh-top-bar__nav-top {
      height: 35px;
      background: #F9F9F9;
      border-bottom: #CCCCCC solid 1px;
      padding: 0px 10px;
      width: 100%; }
    .lh-top-bar .lh-top-bar__nav .navbar-default {
      width: 100%;
      height: 60px;
      background: transparent;
      border: transparent;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .lh-top-bar .lh-top-bar__nav .navbar-default .lh-top-bar__tracmap {
        width: 145px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .lh-top-bar .lh-top-bar__nav .navbar-default .lh-top-bar__tracmap img {
          width: 98%;
          height: auto;
          padding-left: 2%; }
      .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse {
        margin: 0;
        padding: 0;
        width: calc(100% - 145px); }
        .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav {
          width: 100%; }
          .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav li {
            text-align: center;
            height: 100%;
            -webkit-box-flex: 0 0 25%;
            -moz-box-flex: 0 0 25%;
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            display: inline-block;
            max-width: 25%;
            width: 25%;
            padding: 0;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            border-right: #CCCCCC solid 1px;
            border-bottom: #CCCCCC solid 1px;
            text-transform: uppercase; }
            .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav li a {
              width: 100%;
              height: 100%;
              display: -webkit-box;
              display: -moz-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              align-items: center;
              color: #333333;
              text-decoration: none;
              font-size: 16px; }
              .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav li a:hover, .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav li a:focus {
                text-decoration: none;
                background: #F9F9F9; }
              .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav li a:active {
                color: #fff;
                background: #B8B8B8;
                text-decoration: none; }
            .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav li:last-child {
              border-right: 0; }

.navbar-nav-top li {
  padding: 0; }
  .navbar-nav-top li a {
    padding: 5px 10px;
    color: #737373;
    font-size: 12px;
    line-height: 25px;
    border-left: 1px solid #cccccc; }
    .navbar-nav-top li a:hover, .navbar-nav-top li a:focus {
      text-decoration: none;
      background: #B8B8B8;
      color: #fff; }
    .navbar-nav-top li a:active {
      color: #fff;
      background: #B8B8B8;
      text-decoration: none; }
  .navbar-nav-top li:last-child {
    border-right: 0; }

.lh-logo {
  width: 290px;
  height: 95px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.lh-hero__video {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0; }

/** CH03 - Footer **/
/** --------------------------------------------------- **/
.lh-testi-wrapper {
  height: 380px;
  padding: 50px 0; }
  .lh-testi-wrapper .container {
    height: 100%; }
    .lh-testi-wrapper .container .row {
      height: 100%;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .lh-testi-wrapper .container .row .lh-testi__container {
        height: 100%;
        -webkit-border-radius: 100px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 100px;
        -moz-border-radius-topleft: 0;
        border-radius: 100px;
        border-top-left-radius: 0;
        background: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 25px 55px; }
        .lh-testi-wrapper .container .row .lh-testi__container .quote {
          margin-bottom: 15px; }
        .lh-testi-wrapper .container .row .lh-testi__container .lh-testi__name {
          margin-top: 30px;
          padding-bottom: 15px;
          position: relative;
          font-weight: 700;
          font-size: 14px; }
          .lh-testi-wrapper .container .row .lh-testi__container .lh-testi__name:before {
            content: '';
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
            transform: translate(-50%);
            top: -15px;
            width: 50px;
            height: 2px;
            background: #FF9700; }

.tripavisor-footer {
  color: #fff;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }
  .tripavisor-footer:hover {
    color: #FF9700;
    text-decoration: none; }

.copy-footer {
  color: #ddd;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }
  .copy-footer:hover {
    color: #FF9700;
    text-decoration: none; }

.lh-tripadvisor {
  height: 550px;
  width: 100%;
  background: url(assets/img/tripadvisor-footer.jpg) 50% 50%;
  position: relative;
  margin-top: 70px; }
  .lh-tripadvisor:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 40%, #333333 64%, #333333 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 40%, #333333 64%, #333333 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 40%, #333333 64%, #333333 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lh-tripadvisor .container {
    position: relative;
    height: 100%; }
    .lh-tripadvisor .container .row .lh-tripadvisor__title {
      color: #fff;
      text-align: center;
      position: absolute;
      bottom: 85px;
      left: 50%;
      z-index: 200;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .lh-tripadvisor .container .row .lh-tripadvisor__title h2 {
        font-size: 48px;
        font-family: 'manus'; }
      .lh-tripadvisor .container .row .lh-tripadvisor__title span {
        font-size: 18px; }
      .lh-tripadvisor .container .row .lh-tripadvisor__title h4 {
        font-size: 28px; }

.lh-footer {
  background: #333333;
  padding: 15px 0;
  color: #fff; }
  .lh-footer .lh-footer__split {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px; }
    .lh-footer .lh-footer__split div {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .lh-footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px; }
  .lh-footer ul li a {
    color: #fff;
    font-size: 12px;
    margin: 5px 0;
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s; }
    .lh-footer ul li a:hover, .lh-footer ul li a:focus, .lh-footer ul li a:active {
      color: #FF9700;
      text-decoration: none; }
  .lh-footer .gform_wrapper li.hidden_label input {
    margin-top: 0px;
    margin-bottom: 0 !important;
    color: #fff;
    border: 1px solid #fff;
    background: transparent; }
  .lh-footer #gform_submit_button_2 {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s; }
    .lh-footer #gform_submit_button_2:hover, .lh-footer #gform_submit_button_2:focus, .lh-footer #gform_submit_button_2:active {
      color: #fff;
      background: #FF9700;
      border: 1px solid #FF9700; }

.copyright {
  background: #222;
  padding: 5px 0;
  width: 100%;
  color: #fff;
  font-size: 12px; }

/** CH04 - Main Content **/
/** --------------------------------------------------- **/
.page-template-default .lh-top-bar + .container {
  margin-top: 120px;
  margin-bottom: 20px; }

/** CH05 - Media Queries **/
/** --------------------------------------------------- **/
@media only screen and (max-width: 1400px) {
  .lh-hero:after {
    display: none; } }
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .lh-highlights {
    text-align: center; }
    .lh-highlights ul {
      margin-top: 10px;
      list-style-image: url(assets/img/check.png);
      width: auto;
      display: inline-block; }

  .heli-nav {
    position: relative !important;
    height: auto !important; }

  .heli-container .specifications {
    bottom: 40px; }

  .heli-nav-item img {
    max-height: 110px; }

  #sidebar__inner {
    position: static !important;
    top: initial !important;
    bottom: initial !important;
    left: initial !important;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-collapse.collapse.in {
    /* NEW */
    display: block !important; }

  .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse {
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    top: 95px;
    position: fixed;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 0px !important;
    overflow: hidden !important; }
    .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse[aria-expanded=true] {
      height: auto !important; }
    .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav {
      margin: 0; }
      .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav li {
        display: block;
        background-color: rgba(255, 255, 255, 0.95);
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: initial;
        -moz-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial; }
        .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav li a {
          padding-top: 15px;
          padding-bottom: 15px; }

  .lh-top-bar .lh-top-bar__nav .navbar-default .lh-top-bar__tracmap {
    border-left: none; }
    .lh-top-bar .lh-top-bar__nav .navbar-default .lh-top-bar__tracmap img {
      width: 100px; }

  .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav {
    height: auto; }

  .lh-top-bar .lh-top-bar__nav .navbar-default {
    display: block;
    -webkit-flex-direction: initial;
    -moz-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial; }

  .lh-team__text-side:before {
    content: '';
    width: 1px;
    height: 10px !important; }

  .lh-team__member:before {
    display: none; }

  .specifications {
    bottom: 20px !important; }
    .specifications ul {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .specifications ul li {
        color: #B8B8B8;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0 0 33.33%;
        -moz-box-flex: 0 0 33.33%;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 15px; }

  #gform_wrapper_2 {
    padding-bottom: 25px; } }
@media only screen and (min-width: 991px) {
  .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse {
    height: 100% !important; }

  .lh-top-bar .lh-top-bar__nav .navbar-default .navbar-collapse .navbar-nav {
    height: 100% !important;
    width: 100%; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 782px) {
  .lh-logo {
    width: 190px; }
    .lh-logo img {
      width: 100%; }

  .lh-archive-hero-page {
    height: 350px; }

  .lh-hero-page {
    height: 200px; }

  .lh-top-bar .lh-top-bar__nav {
    width: calc(100% - 190px); }

  .lh-home__content-paragraphe:before {
    display: none; }

  .admin-bar .lh-top-bar {
    top: 46px;
    z-index: 9999; }
  .admin-bar .lh-home__content-container {
    margin-top: 20px;
    background: transparent; }

  .lh-testi-wrapper {
    height: auto; }
    .lh-testi-wrapper .container .row {
      padding-left: 10px;
      padding-right: 10px; }

  .lh-hero__inner-service {
    background-size: cover; }
    .lh-hero__inner-service:hover {
      background-size: cover; }

  .lh-hero:after {
    display: none; } }
@media only screen and (max-width: 768px) {
  .lh-hero .lh-hero__container .lh-hero__inner .lh-hero__inner-service {
    border: 0;
    border-bottom: 3px solid #fff; }

  video {
    display: none; }

  .admin-bar .lh-hero {
    height: auto;
    padding-bottom: 0; }

  .lh-hero {
    height: auto;
    padding-bottom: 0; }
    .lh-hero .lh-hero__container {
      top: 0;
      bottom: auto;
      padding: 0;
      background: transparent;
      position: relative;
      min-height: auto; }
      .lh-hero .lh-hero__container .lh-hero__inner {
        margin: 0;
        max-width: 100%; }

  .lh-top-bar .lh-top-bar__nav .navbar-default {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

  .lh-home__content-container {
    background: transparent !important; } }
@media only screen and (max-width: 600px) {
  .row-height__equipment .heli-img {
    height: 200px !important; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .lh-logo {
    width: 150px; }

  .lh-sf__row .lh-sf__wrapper .lh-sf__block .lh-sf__illu {
    height: 150px !important; }

  .lh-top-bar .lh-top-bar__nav {
    width: calc(100% - 150px); }

  .heli-info {
    min-height: 65vh !important; }
    .heli-info .specifications {
      bottom: 30px !important; }
      .heli-info .specifications ul {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0; }
        .heli-info .specifications ul li {
          font-size: 12px;
          color: #B8B8B8;
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0 0 33.33%;
          -moz-box-flex: 0 0 33.33%;
          -webkit-flex: 0 0 33.33%;
          -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%;
          padding-bottom: 10px;
          border-bottom: 1px solid #ebebeb;
          margin-bottom: 15px; }

  .heli-nav .heli-nav-item {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px; }

  .lh-hero .lh-hero__container .lh-hero__inner .lh-hero__inner-service {
    font-size: 28px; }
    .lh-hero .lh-hero__container .lh-hero__inner .lh-hero__inner-service .lh-hero__btn {
      font-size: 10px;
      font-weight: 700; }

  .lh-top-bar .lh-top-bar__nav .navbar-default .lh-top-bar__tracmap {
    width: 100px; } }
/* Custom, iPhone Retina */
/** CH06 - TinyMCE **/
/** --------------------------------------------------- **/
#tinymce {
  background: #fff; }

.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

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

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

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

/** CH07 - Forms **/
/** --------------------------------------------------- **/
.lh-footer .gform_wrapper ul.gform_fields input::-webkit-input-placeholder {
  color: #fff; }
.lh-footer .gform_wrapper ul.gform_fields input::-moz-placeholder {
  color: #fff; }
.lh-footer .gform_wrapper ul.gform_fields input:-ms-input-placeholder {
  color: #fff; }

.form-group {
  margin-bottom: 5px; }

ul.gform_fields {
  margin-left: -16px !important;
  margin-right: -16px !important; }

form {
  max-width: 600px; }

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px; }

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none; }

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center; }

.ui-datepicker .ui-datepicker-title {
  font-weight: 700; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px; }

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left; }

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right; }

.ui-datepicker .ui-datepicker-prev:before {
  font-weight: bold;
  content: "<"; }

.ui-datepicker .ui-datepicker-next:before {
  font-weight: bold;
  content: ">"; }

.ui-datepicker .ui-icon {
  display: none; }

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%; }

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0; }

.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none; }

.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc; }

.ui-datepicker .ui-datepicker-current-day a {
  color: #fff; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default; }

/** CH08 - Front Page **/
/** --------------------------------------------------- **/
.lh-home__content-container {
  position: relative;
  background: url(assets/img/curves.png);
  background-repeat: no-repeat;
  background-position: right;
  min-height: 400px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .lh-home__content-container:before {
    content: ''; }
  .lh-home__content-container .container {
    height: 100%; }
    .lh-home__content-container .container .row {
      display: flex; }

.lh-home__content {
  height: 100%; }

.lh-home__content-paragraphe {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .lh-home__content-paragraphe h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold; }
  .lh-home__content-paragraphe h3 {
    font-size: 21px;
    margin-top: 5px;
    margin-bottom: 25px; }
  .lh-home__content-paragraphe:before {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    height: 116px;
    width: 75px;
    background: url(assets/img/letter-l.png);
    background-repeat: no-repeat;
    background-size: contain; }

.lh-sf__bg {
  background: #FBFBFB;
  border-top: 1px solid #DFDFDF; }

.lh-sf-btn__all {
  text-align: center;
  display: inline-block;
  float: right;
  padding: 5px 10px;
  border: 1px solid #747474;
  color: #747474;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 100; }
  .lh-sf-btn__all:hover, .lh-sf-btn__all:active, .lh-sf-btn__all:focus {
    background: #FF9700;
    border-color: #FF9700;
    color: #fff;
    text-decoration: none; }

.lh-sf__btn-white {
  border-radius: 20px;
  border: 1px solid #333333;
  padding: 7px 25px;
  text-transform: uppercase;
  font-size: 12px;
  width: auto;
  margin-top: 15px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }
  .lh-sf__btn-white:hover, .lh-sf__btn-white:active, .lh-sf__btn-white:focus {
    background: #FF9700;
    border-color: #FF9700;
    color: #fff; }

.lh-title__row {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 32px;
  color: #333;
  text-align: center;
  padding-bottom: 5px; }
  .lh-title__row h2 {
    margin-bottom: 10px; }
    .lh-title__row h2 span {
      font-weight: 700; }
  .lh-title__row img {
    display: inline-block;
    height: 35px; }

.lh-sf__row {
  border-top: 1px solid #DFDFDF;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 50px 0; }
  .lh-sf__row .lh-sf__wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }
    .lh-sf__row .lh-sf__wrapper .lh-sf__block {
      overflow: hidden;
      border-radius: 3px;
      width: 100%;
      height: 100%;
      display: block;
      color: #333;
      background: #fff;
      border-bottom: 3px solid #717171;
      text-align: center;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
      -webkit-transition: all ease-in-out 0.25s;
      transition: all ease-in-out 0.25s;
      cursor: pointer; }
      .lh-sf__row .lh-sf__wrapper .lh-sf__block .lh-sf__illu {
        height: 250px;
        width: 100%;
        position: relative;
        -webkit-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s; }
        .lh-sf__row .lh-sf__wrapper .lh-sf__block .lh-sf__illu img {
          height: 100%;
          object-fit: cover; }
        .lh-sf__row .lh-sf__wrapper .lh-sf__block .lh-sf__illu .lh-sf__illu-price {
          position: absolute;
          background: #fff;
          padding: 5px 10px;
          bottom: 20px;
          right: 0;
          -webkit-border-bottom-left-radius: 10px;
          -moz-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
          color: #FF9700;
          font-weight: 700; }
      .lh-sf__row .lh-sf__wrapper .lh-sf__block .lh-sf__content {
        height: 130px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fff;
        -webkit-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s; }
        .lh-sf__row .lh-sf__wrapper .lh-sf__block .lh-sf__content h3 {
          font-size: 21px;
          display: block;
          margin: 0 0 15px 0;
          padding-bottom: 10px;
          position: relative; }
          .lh-sf__row .lh-sf__wrapper .lh-sf__block .lh-sf__content h3:before {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            height: 1px;
            background: #B8B8B8;
            width: 70px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
        .lh-sf__row .lh-sf__wrapper .lh-sf__block .lh-sf__content span {
          display: block; }
      .lh-sf__row .lh-sf__wrapper .lh-sf__block:hover {
        text-decoration: none;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
        .lh-sf__row .lh-sf__wrapper .lh-sf__block:hover .lh-sf__illu {
          height: 150px; }
        .lh-sf__row .lh-sf__wrapper .lh-sf__block:hover .lh-sf__content {
          height: 230px; }
        .lh-sf__row .lh-sf__wrapper .lh-sf__block:hover .lh-sf__btn-white {
          opacity: 1;
          height: auto;
          color: #333;
          padding: 7px 30px;
          margin: 15px 0;
          display: inline-block; }
          .lh-sf__row .lh-sf__wrapper .lh-sf__block:hover .lh-sf__btn-white:hover {
            color: #fff; }
      .lh-sf__row .lh-sf__wrapper .lh-sf__block .lh-sf__btn-white {
        opacity: 0;
        height: 0;
        color: #fff;
        margin: 0;
        padding: 0 30px; }

/** CH09 - Equipment **/
/** --------------------------------------------------- **/
.heli-nav-item img {
  max-height: 140px; }

.heli-info {
  overflow: hidden;
  position: relative; }
  .heli-info h1 {
    text-transform: uppercase; }

.heli-container .row-height__equipment {
  height: auto;
  border-top: 1px solid #DFDFDF;
  margin-top: 5px; }

.heli-brand {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2; }

.heli-img {
  height: 330px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .heli-img img {
    max-height: 200px; }

.heli-title {
  font-size: 24px;
  color: #000;
  padding: 15px;
  font-family: 'flexo-bold';
  text-align: center;
  width: 100%;
  z-index: 2;
  left: 0;
  opacity: 0; }

.spec-bar, .spec-bar span {
  display: block;
  height: 5px; }

.heli-title span:nth-child(2) {
  font-family: "Roboto Bold"; }

.specification .spec-number, .specification .title, .specifications h3 {
  font-family: "Roboto Black";
  text-transform: uppercase; }

.heli-title span:last-child {
  text-transform: uppercase; }

.specifications {
  padding: 15px;
  color: #353537;
  width: 100%; }
  .specifications ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto; }
    .specifications ul li {
      color: #B8B8B8;
      width: auto;
      width: 20%;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      font-family: 'flexo-reg'; }
      .specifications ul li img {
        margin-top: 20px; }
      .specifications ul li > span {
        display: block;
        margin-top: 20px;
        font-size: 22px;
        color: #5d5d5d;
        font-family: 'flexo-bold'; }

.specifications h3 {
  font-size: 36px;
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 16px;
  margin-bottom: 21px; }

.specification .spec-number, .specification .title {
  font-size: 12px;
  display: block; }

.specification .title span {
  font-family: "Roboto Italic";
  font-size: 10px; }

.specification .spec-number {
  width: 32%;
  display: block;
  float: right; }

.gallery-heliousel .slide, .grid div, .spec-bar {
  float: left; }

.spec-bar {
  width: 65%;
  background-color: #363636;
  margin-top: 7.25px; }

.spec-bar span {
  border-radius: 2.5px;
  background-color: #006fae;
  width: 0; }

.heli-nav {
  position: relative;
  bottom: 10px;
  height: 135px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }
  .heli-nav .row {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

.heli-nav-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  font-family: 'flexo-bold'; }
  .heli-nav-item:hover, .heli-nav-item:focus, .heli-nav-item:active {
    text-decoration: none;
    color: #333; }

.heli-nav-item a {
  display: block;
  color: #333;
  font-family: 'flexo-bold'; }

.heli-nav-item.active:first-child, .heli-nav-item.active:last-child, .heli-nav-item.active:not(:first-child):not(:last-child) {
  padding: 10px;
  -webkit-transition: opacity ease-in-out 0.25s;
  transition: opacity ease-in-out 0.25s;
  color: #333;
  font-family: 'flexo-bold'; }
  .heli-nav-item.active:first-child:first-child, .heli-nav-item.active:last-child:first-child, .heli-nav-item.active:not(:first-child):not(:last-child):first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .heli-nav-item.active:first-child:nth-child(2), .heli-nav-item.active:last-child:nth-child(2), .heli-nav-item.active:not(:first-child):not(:last-child):nth-child(2) {
    border-radius: 0; }
  .heli-nav-item.active:first-child:last-child, .heli-nav-item.active:last-child:last-child, .heli-nav-item.active:not(:first-child):not(:last-child):last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.heli-nav-item:nth-child(1n+2) {
  border-left: 1px solid #ebebeb; }

.heli-nav-item .overlay {
  background-color: #fff;
  opacity: .5;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #333;
  font-family: 'flexo-bold';
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.heli-nav-item.active .overlay, .heli-nav-item:hover .overlay {
  opacity: 0; }

/** CH10 - Tour **/
/** --------------------------------------------------- **/
.lh-tour-packages__wrapper {
  background: url(assets/img/package-pic.jpg) 50% 50%;
  background-size: cover;
  padding-bottom: 30px; }
  .lh-tour-packages__wrapper .lh-tour-packages__title {
    padding: 85px 0 30px 0;
    background: -moz-linear-gradient(top, #fbfbfb 35%, rgba(251, 251, 251, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbfbfb 35%, rgba(251, 251, 251, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbfbfb 35%, rgba(251, 251, 251, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#00fbfbfb',GradientType=0 );
    /* IE6-9 */ }
    .lh-tour-packages__wrapper .lh-tour-packages__title h2 {
      margin: 0;
      text-transform: uppercase;
      font-family: 'flexo-light'; }
      .lh-tour-packages__wrapper .lh-tour-packages__title h2 span {
        font-family: 'flexo-bold'; }

.lh-archive-tour__content {
  min-height: 230px;
  width: 100%;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  padding-bottom: 20px;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s; }
  .lh-archive-tour__content h3 {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px; }
    .lh-archive-tour__content h3:before {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 50%;
      height: 1px;
      background: #B8B8B8;
      width: 70px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .lh-archive-tour__content span {
    font-size: 11px;
    color: #95989A; }
  .lh-archive-tour__content .lh-archive-package__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .lh-archive-tour__content .lh-archive-package__row .lh-archive-package__listing {
      margin: 15px 15px 15px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 16px;
      border-left: 1px solid #ccc; }
      .lh-archive-tour__content .lh-archive-package__row .lh-archive-package__listing:first-child {
        border-left: 1px solid transparent; }
      .lh-archive-tour__content .lh-archive-package__row .lh-archive-package__listing:nth-child(3) {
        border-left: 1px solid transparent; }
      .lh-archive-tour__content .lh-archive-package__row .lh-archive-package__listing .lh-archive-package__number {
        height: 34px;
        width: 34px;
        border-radius: 50%;
        border: 1px solid #95989A;
        color: #95989a;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; }
      .lh-archive-tour__content .lh-archive-package__row .lh-archive-package__listing span {
        color: #95989a;
        margin-top: 5px;
        margin-bottom: 15px; }
      .lh-archive-tour__content .lh-archive-package__row .lh-archive-package__listing ul li {
        font-family: 'flexo-bold';
        color: #FF9700;
        font-size: 12px; }
  .lh-archive-tour__content span {
    display: block; }
  .lh-archive-tour__content .lh-archive-tour__blurb {
    display: block;
    padding: 10px;
    font-size: 12px; }

.lh-archive-tour__row {
  border-top: 1px solid #DFDFDF;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 50px 0; }
  .lh-archive-tour__row .lh-sf__wrapper .lh-sf__block:hover .lh-sf__illu {
    height: 250px; }
    .lh-archive-tour__row .lh-sf__wrapper .lh-sf__block:hover .lh-sf__illu a:hover {
      text-decoration: none; }

.lh-archive-package__row {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 0; }
  .lh-archive-package__row .lh-sf__wrapper .lh-sf__block:hover .lh-sf__illu {
    height: 250px; }
    .lh-archive-package__row .lh-sf__wrapper .lh-sf__block:hover .lh-sf__illu a:hover {
      text-decoration: none; }

#sidebar {
  will-change: min-height; }

#sidebar__inner {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform; }

.lh-archive-tour__btn-white {
  opacity: 1;
  height: auto;
  color: #333;
  padding: 7px 30px;
  margin: 15px 0;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #333333;
  padding: 7px 25px;
  text-transform: uppercase;
  font-size: 12px;
  width: auto;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }
  .lh-archive-tour__btn-white:hover {
    background: #FF9700;
    border-color: #FF9700;
    color: #fff; }

.lh-tour__row {
  padding: 50px 0; }

.lh-tour__price {
  background: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }
  .lh-tour__price h2 {
    font-family: 'manus';
    color: #717171;
    font-size: 34px; }
  .lh-tour__price h3 {
    font-family: 'flexo-bold';
    font-size: 28px;
    color: #FF9700;
    padding-bottom: 20px;
    position: relative; }
    .lh-tour__price h3 span {
      color: #717171;
      font-size: 14px;
      font-family: 'flexo-light';
      position: absolute;
      bottom: 0px; }
  .lh-tour__price .btn-book {
    height: auto;
    color: #fff;
    background: #FF9700;
    border: 1px solid #FF9700;
    padding: 7px 30px;
    margin: 15px 0;
    display: inline-block;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'flexo-reg';
    width: auto;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.15;
    transition: all ease-in-out 0.15; }
    .lh-tour__price .btn-book:hover, .lh-tour__price .btn-book:focus, .lh-tour__price .btn-book:active {
      background: transparent;
      color: #FF9700;
      text-decoration: none; }

.lh-tour__nav {
  margin-top: 15px;
  margin-bottom: 15px; }
  .lh-tour__nav ul li {
    padding: 0;
    margin: 10px 0 5px 0;
    display: block;
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    font-family: 'flexo-bold'; }
    .lh-tour__nav ul li a {
      color: #333;
      width: 100%;
      -webkit-transition: all ease-in-out 0.15s;
      transition: all ease-in-out 0.15s; }
      .lh-tour__nav ul li a:hover, .lh-tour__nav ul li a:focus, .lh-tour__nav ul li a:active {
        color: #FF9700;
        text-decoration: none;
        padding: 7px 15px; }
    .lh-tour__nav ul li ul li {
      border-bottom: none;
      padding: 0;
      font-family: 'flexo-reg';
      font-size: 13px; }
      .lh-tour__nav ul li ul li a {
        color: #FF9700;
        padding: 7px 0; }
        .lh-tour__nav ul li ul li a:hover, .lh-tour__nav ul li ul li a:focus, .lh-tour__nav ul li ul li a:active {
          text-decoration: underline;
          padding: 7px 0; }
      .lh-tour__nav ul li ul li a.btn-orange {
        -webkit-transition: all ease-in-out 0.15s;
        transition: all ease-in-out 0.15s;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background-color: #FF9700;
        color: #fff;
        padding: 7px 15px; }
        .lh-tour__nav ul li ul li a.btn-orange:hover, .lh-tour__nav ul li ul li a.btn-orange:focus, .lh-tour__nav ul li ul li a.btn-orange:active {
          background-color: #fff;
          color: #FF9700;
          text-decoration: none;
          border: 1px solid #FF9700; }

.lh-pilot__container img {
  width: calc(100% - 30px);
  display: block;
  margin: 0 auto;
  max-width: 165px; }
.lh-pilot__container .lh-pilot__content {
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }
  .lh-pilot__container .lh-pilot__content h4 {
    font-family: 'flexo-bold';
    font-size: 14px;
    text-align: center;
    margin-bottom: 0; }
  .lh-pilot__container .lh-pilot__content span {
    font-size: 10px;
    color: #333;
    width: 100%;
    display: block;
    text-align: center; }
  .lh-pilot__container .lh-pilot__content .lh-pilot__content-des {
    padding: 10px 0;
    margin: 10px 0;
    color: #B8B8B8;
    font-size: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .lh-pilot__container .lh-pilot__content .lh-pilot__content-xp {
    font-size: 10px;
    color: #b8b8b8;
    text-align: center; }
.lh-pilot__container .lh-highlights h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  text-align: center;
  font-family: 'flexo-bold';
  text-transform: uppercase; }
.lh-pilot__container .lh-highlights ul {
  margin-top: 10px;
  list-style-image: url("assets/img/check.png"); }
  .lh-pilot__container .lh-highlights ul li {
    color: #FF9700;
    font-size: 13px;
    font-family: 'flexo-bold';
    margin: 5px 0; }

.lh-single__section {
  margin-bottom: 35px;
  padding-top: 10px;
  border-top: 1px solid #ccc; }
  .lh-single__section h2 {
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px; }
  .lh-single__section:first-child {
    border-top: transparent; }

.lh-table {
  margin-top: 25px;
  margin-bottom: 25px; }
  .lh-table thead tr th {
    border: 5px solid #f5f5f5;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'flexo-light';
    font-weight: 100; }
    .lh-table thead tr th:first-child {
      background: transparent; }
  .lh-table tbody tr td {
    border: 5px solid #f5f5f5;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'flexo-light'; }
    .lh-table tbody tr td:nth-child(2), .lh-table tbody tr td:nth-child(3) {
      color: #FF9700;
      font-size: 16px;
      font-family: 'flexo-bold'; }

.lh-table-price tbody tr:first-child td:first-child {
  color: #fff;
  background: #ff9700;
  font-size: 16px; }

/** CH11 - Contact **/
/** --------------------------------------------------- **/
.contact-bg {
  background: whitesmoke;
  /* Old browsers */
  background: -moz-linear-gradient(top, whitesmoke 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, whitesmoke 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, whitesmoke 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
  .contact-bg h1 {
    text-transform: uppercase; }

.lh-contact-wrapper {
  position: relative; }
  .lh-contact-wrapper .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .lh-contact-wrapper .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin: 0; }

.lh-contact__quote-title {
  width: 100%;
  color: #333;
  font-family: 'flexo-bold';
  text-align: center;
  text-transform: uppercase;
  left: 0; }
  .lh-contact__quote-title h3 {
    margin: 0;
    line-height: 70px; }

.lh-phone {
  height: 100%;
  line-height: 34px; }
  .lh-phone a {
    color: #333;
    font-family: 'flexo-bold'; }
    .lh-phone a:hover, .lh-phone a:focus, .lh-phone a:active {
      text-decoration: none;
      color: #FF9700; }

#gform_submit_button_1 {
  border: 1px solid #333;
  color: #333;
  background: transparent;
  padding: 7px 15px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s; }
  #gform_submit_button_1:hover, #gform_submit_button_1:focus, #gform_submit_button_1:active {
    color: #fff;
    background: #FF9700;
    border: 1px solid #FF9700; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 16px;
  padding-left: 16px; }

#gform_1 .gform_footer {
  padding-left: 16px; }

.contact-block-side {
  border-radius: 3px;
  padding: 20px;
  margin-top: 0px;
  margin-bottom: 25px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08); }

.space-contact {
  margin-top: 35px;
  margin-bottom: 45px; }

.office-line {
  padding-top: 15px;
  font-family: 'manus'; }

.lh-title-bold {
  font-weight: bold; }

.lh-contact__rowside {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 400px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc; }
  .lh-contact__rowside h3 {
    margin-top: 0; }

/** CH12 - Commercial **/
/** --------------------------------------------------- **/
.lh-heli__container img {
  width: calc(100% - 10px);
  display: block;
  margin: 0 auto;
  max-width: 650px; }
.lh-heli__container .lh-heli__content {
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }
  .lh-heli__container .lh-heli__content h4 {
    font-family: 'flexo-bold';
    font-size: 14px;
    text-align: center;
    margin-bottom: 0; }
  .lh-heli__container .lh-heli__content span {
    font-size: 10px;
    color: #333;
    width: 100%;
    display: block;
    text-align: center; }

/** CH13 - About **/
/** --------------------------------------------------- **/
.lh-about__content {
  padding-top: 40px;
  padding-bottom: 40px; }

.lh-hero-contact {
  position: relative; }
  .lh-hero-contact:before {
    content: '';
    width: 2px;
    height: 55px;
    position: absolute;
    bottom: 20px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .lh-hero-contact:after {
    content: '';
    width: 2px;
    height: 15px;
    position: absolute;
    bottom: -15px;
    background: #292929;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.lh-team-row {
  margin-bottom: 25px; }

.lh-about__xptitle {
  padding: 15px 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  color: #FF9700;
  font-size: 34px;
  line-height: 29px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .lh-about__xptitle span {
    color: #292929;
    font-size: 22px;
    font-weight: 100;
    display: block; }
  .lh-about__xptitle:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2000px;
    top: 0;
    left: -2000px;
    background: #fff; }
  .lh-about__xptitle:after {
    content: '';
    position: absolute;
    right: 0;
    top: -20px;
    height: 15px;
    width: 2px;
    background: #292929; }

.lh-team__text-side {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .lh-team__text-side .lh-team__left-text {
    color: #292929;
    display: inline-block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 35px;
    padding: 0 15px;
    font-weight: bolder; }
    .lh-team__text-side .lh-team__left-text span {
      font-size: 36px;
      color: #808080; }
    .lh-team__text-side .lh-team__left-text .lh-team__left-meet {
      position: absolute;
      top: calc(50% - 20px);
      text-transform: uppercase;
      font-size: 24px;
      display: flex;
      align-items: center;
      color: #ccc;
      font-weight: bolder;
      -webkit-transform: rotate(-90deg) translateY(-50%);
      -ms-transform: rotate(-90deg) translateY(-50%);
      transform: rotate(-90deg) translateY(-50%);
      left: -20px; }
  .lh-team__text-side:before {
    content: '';
    width: 2px;
    height: 55px;
    position: absolute;
    bottom: 0px;
    background: #ebebeb;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .lh-team__text-side:after {
    content: '';
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    background: #ebebeb;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.lh-skew__wrapper {
  height: 30px;
  padding-top: 15px;
  position: relative; }
  .lh-skew__wrapper .lh-skew-line {
    width: 50%;
    height: 2px;
    background: #ebebeb;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: skewY(-5deg) translateY(-50%);
    -ms-transform: skewY(-5deg) translateY(-50%);
    transform: skewY(-5deg) translateY(-50%); }
  .lh-skew__wrapper:before {
    content: '';
    position: absolute;
    right: calc(50% - 2px);
    bottom: -52px;
    height: 55px;
    width: 2px;
    background: #ebebeb;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .lh-skew__wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: -52px;
    height: 55px;
    width: 2px;
    background: #ebebeb; }

.lh-team__member {
  background: #292929;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 300px;
  position: relative; }
  .lh-team__member .lh-team__member-block {
    border: 3px solid #292929;
    padding: 5px;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 7px; }
    .lh-team__member .lh-team__member-block .lh-team__illu {
      height: auto;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .lh-team__member .lh-team__member-block .lh-team__illu img {
        object-fit: contain;
        width: 100%;
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(1);
        /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(1);
        /* Microsoft Edge and Firefox 35+ */ }
    .lh-team__member .lh-team__member-block .lh-team__name span {
      color: #afafaf;
      display: block; }
  .lh-team__member:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2000px;
    top: 0;
    right: -2000px;
    background: #292929; }

/** CH12 - Woocommerce **/
/** --------------------------------------------------- **/

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