/* 
	Reset by Anthony Short - https://github.com/anthonyshort/stitch-css/blob/master/stylesheets/stitch/_reset.scss
*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  margin: 0;
  line-height: 1; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  overflow: visible; }

textarea {
  overflow: auto;
  padding: 0;
  vertical-align: top; }

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

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

:focus {
  outline: none; }

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

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

figure {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%; }

ol, ul {
  margin: 0;
  padding: 0; }

dl, dd {
  margin: 0; }

li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  margin: 0; }

p {
  margin: 0; }

blockquote {
  margin: 0; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  font-family: inherit;
  font-size: inherit; }

cite {
  font-style: normal; }

ins {
  text-decoration: none; }

dfn {
  font-style: inherit; }

del {
  text-decoration: none; }

mark {
  background: none;
  color: inherit; }

address {
  font-style: normal; }

tt, code, kbd, samp {
  font-family: inherit;
  font-size: inherit; }

small {
  font-size: 100%; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none; }

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

a img {
  border: none; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

th {
  font-weight: inherit; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5,
.wf-loading h6, .wf-loading p, .wf-loading a, .wf-loading li,
.wf-loading address {
  visibility: hidden; }

.clear:before,
.clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

/* Remove list-style, margin and padding from ul's and li's */
/* Hide Text when you cannot remove it completely */
/* CSS3 Transitions */
/* Cross Browser Opacity */
/* Single Corner Border Radius */
/* Complete Border Radius */
/* CSS3 Box Shadow */
/* CSS3 Inner Box Shadow */
/* CSS3 Multi Box Shadow */
/* CSS3 Gradients - IE not supported */
.desktop {
  display: block !important; }

.mobile {
  display: none !important; }

@media screen and (max-width: 768px) {
  .mobile {
    display: block !important; }

  .desktop {
    display: none !important; } }
.banner {
  overflow: hidden; }

.banner img {
  max-width: none; }

body {
  background: #06112B;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-right: 0 !important; }

/* Set text selection colour & kill text shadow */
::-moz-selection {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-shadow: none; }

::selection {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-shadow: none; }

.title-1, .copy h1 {
  color: #63cbff;
  font: 36px "bebas-neue", sans-serif;
  margin-bottom: 21px;
  text-rendering: optimizeLegibility; }

.title-2, .copy h2 {
  color: #ff7100;
  font: 700 18px "open-sans", sans-serif;
  margin-bottom: 21px; }

.title-3, .copy h3 {
  color: #fff;
  font: 700 14px "open-sans", sans-serif;
  margin-bottom: 14px; }

.title-4, .copy h4 {
  color: #fff;
  font: 700 14px "open-sans", sans-serif;
  margin-bottom: 14px; }

a:link, a:visited {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #ff7100;
  font-weight: bold; }
  a:link:hover, a:visited:hover {
    color: #ffa32c; }

/* Delete if unnecessary */
.copy p {
  margin-bottom: 20px; }
.copy ul {
  margin: 0 0 20px 25px; }
  .copy ul li {
    list-style: disc;
    display: list-item; }

.wrapper {
  min-height: 100%; }

.container {
  margin: 0 auto;
  max-width: 940px; }

.column {
  float: left; }
  .column:after {
    clear: both;
    content: ' ';
    display: block; }

.column-alt {
  float: right; }

.one {
  width: 12.5%; }

.two {
  width: 30%; }

.three {
  width: 33.33%; }

.four {
  width: 50%; }

.five {
  width: 65%; }

.eight {
  width: 100%;
  clear: left; }

.column,
.column-alt {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 15px; }

@media screen and (max-width: 767px) {
  .one,
  .two,
  .three,
  .four,
  .five {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px; }

  .column-alt,
  .column {
    float: none; } }
a.btn, .overview ul li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  display: block;
  font-weight: 700;
  text-align: center; }

a.btn-blue, .overview ul li a {
  background-color: #6dcbff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95dcff), color-stop(100%, #6dcbff));
  background-image: -webkit-linear-gradient(top, #95dcff 0%, #6dcbff 100%);
  background-image: -moz-linear-gradient(top, #95dcff 0%, #6dcbff 100%);
  background-image: -ms-linear-gradient(top, #95dcff 0%, #6dcbff 100%);
  background-image: -o-linear-gradient(top, #95dcff 0%, #6dcbff 100%);
  background-image: linear-gradient(top, #95dcff 0%, #6dcbff 100%);
  color: #0a1a42;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
  a.btn-blue:hover, .overview ul li a:hover {
    background-color: #92dbff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1e6ff), color-stop(100%, #92dbff));
    background-image: -webkit-linear-gradient(top, #b1e6ff 0%, #92dbff 100%);
    background-image: -moz-linear-gradient(top, #b1e6ff 0%, #92dbff 100%);
    background-image: -ms-linear-gradient(top, #b1e6ff 0%, #92dbff 100%);
    background-image: -o-linear-gradient(top, #b1e6ff 0%, #92dbff 100%);
    background-image: linear-gradient(top, #b1e6ff 0%, #92dbff 100%);
    color: #0a1a42; }
  a.btn-blue:active, .overview ul li a:active {
    background-color: #8dd9ff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6dcbff), color-stop(100%, #8dd9ff));
    background-image: -webkit-linear-gradient(top, #6dcbff 0%, #8dd9ff 100%);
    background-image: -moz-linear-gradient(top, #6dcbff 0%, #8dd9ff 100%);
    background-image: -ms-linear-gradient(top, #6dcbff 0%, #8dd9ff 100%);
    background-image: -o-linear-gradient(top, #6dcbff 0%, #8dd9ff 100%);
    background-image: linear-gradient(top, #6dcbff 0%, #8dd9ff 100%);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4); }

a.btn-orange {
  background-color: #ff5100;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9100), color-stop(100%, #ff5100));
  background-image: -webkit-linear-gradient(top, #ff9100 0%, #ff5100 100%);
  background-image: -moz-linear-gradient(top, #ff9100 0%, #ff5100 100%);
  background-image: -ms-linear-gradient(top, #ff9100 0%, #ff5100 100%);
  background-image: -o-linear-gradient(top, #ff9100 0%, #ff5100 100%);
  background-image: linear-gradient(top, #ff9100 0%, #ff5100 100%);
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  text-shadow: 0 1px 0 rgba(129, 18, 0, 0.8); }
  a.btn-orange:hover {
    background-color: #ff6400;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa500), color-stop(100%, #ff6400));
    background-image: -webkit-linear-gradient(top, #ffa500 0%, #ff6400 100%);
    background-image: -moz-linear-gradient(top, #ffa500 0%, #ff6400 100%);
    background-image: -ms-linear-gradient(top, #ffa500 0%, #ff6400 100%);
    background-image: -o-linear-gradient(top, #ffa500 0%, #ff6400 100%);
    background-image: linear-gradient(top, #ffa500 0%, #ff6400 100%);
    color: #fff; }
  a.btn-orange:active {
    background-color: #ff6900;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5100), color-stop(100%, #ff6900));
    background-image: -webkit-linear-gradient(top, #ff5100 0%, #ff6900 100%);
    background-image: -moz-linear-gradient(top, #ff5100 0%, #ff6900 100%);
    background-image: -ms-linear-gradient(top, #ff5100 0%, #ff6900 100%);
    background-image: -o-linear-gradient(top, #ff5100 0%, #ff6900 100%);
    background-image: linear-gradient(top, #ff5100 0%, #ff6900 100%);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4); }

hr {
  background-color: #274169;
  border: 0;
  color: #274169;
  height: 1px;
  margin: 68px 0; }

.page-header {
  position: relative;
  z-index: 10; }

.logo {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 100; }

.phone {
  background: url(./img/icon-phone.png) no-repeat;
  color: #0b1d4b;
  font: 40px/40px "bebas-neue", sans-serif;
  height: 40px;
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 100;
  padding: 0 0 0 46px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .phone span {
    font-size: 20px;
    color: #2D4C9B; }

@media screen and (max-width: 980px) {
  .logo {
    left: 20px;
    top: 25px; }

  .phone {
    top: 35px;
    right: 20px; } }
@media screen and (max-width: 695px) {
  .logo,
  .phone {
    position: static;
    display: block;
    float: none;
    margin: 10px auto; }

  .phone {
    width: 213px;
    color: #fff;
    box-shadow: none;
    background: none;
    padding: 0;
    text-shadow: 0px 0px 2px #000; }

  .logo a {
    display: block;
    margin: 0 auto;
    width: 245px;
    margin-bottom: 20px; }

  .banner {
    display: none; }

  .page-header.container {
    background-color: #1C44A0;
    background-image: url("./img/content-banner-1.jpg");
    background-position: center cetner;
    background-size: cover;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; } }
.nav-container {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-container .container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-container .container ul:after {
      clear: both;
      content: ' ';
      display: block; }
  .nav-container .container ul > li {
    float: left;
    padding: 0;
    position: relative; }

.nav-container .container a, .nav-container .container a:visited {
  color: #09193f;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 25px;
  padding: 20px 12px; }

.nav-container .container > ul > li:first-child a {
  margin-left: 0;
  padding-left: 0; }

.nav-container .container a:hover {
  color: #ff7100; }

.nav-container .container ul ul a:hover {
  color: #fff; }

.nav-container .container ul ul {
  background: #FF7100;
  border: none;
  display: none;
  list-style: none;
  margin: 30px 0 0 22px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 31px;
  width: 200px;
  z-index: 5; }

.nav-container .container li:hover > ul {
  display: block; }

.nav-container .container ul ul li a, .nav-container .container ul ul li a:visited {
  background: none;
  display: block;
  font-weight: 600;
  margin-left: 0;
  padding: 10px 15px;
  position: relative;
  text-transform: none;
  top: 0; }

ul li a {
  color: #09193F; }
  ul li a:hover {
    color: #fff; }

.menuNavSubLevelCurrent a, .menuNavSubLevelCurrent a:visited {
  color: #111;
  font-weight: 700; }
  .menuNavSubLevelCurrent a:hover, .menuNavSubLevelCurrent a:visited:hover {
    color: #ff7100; }

.nav-container .container ul ul ul {
  display: none; }

.mobile-container > ul {
  display: none;
  padding: 10px 0px; }

.mobile-container ul li a {
  padding: 10px;
  display: block; }
  .mobile-container ul li a:hover {
    background-color: #fff2e5; }

.mobile-container ul li li a {
  padding-left: 20px; }

.hamburger-menu {
  background-color: #FF7D00;
  display: block;
  cursor: pointer;
  padding: 10px 0px 10px 40px;
  font-weight: bold;
  position: relative;
  user-select: none;
  -moz-user-select: none; }
  .hamburger-menu:hover {
    background-color: #ff9733; }
  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 14px;
    width: 1em;
    height: 0.15em;
    background: #fff;
    box-shadow: 0px 0.34em 0px 0px #fff, 0px 0.67em 0px 0px #fff; }
  .hamburger-menu.active {
    background-color: #ff9733; }

@media screen and (max-width: 980px) {
  .nav-container {
    padding-left: 20px; } }
.eight ul#menu-main-menu-2 li {
  width: 100%;
  padding: 5px; }

.eight ul#menu-main-menu-2 ul {
  margin: 0;
  padding: 0;
  margin-left: 20px; }

.intro-row {
  background: #0a1a42 url(./img/bg-intro.png);
  padding: 68px 0; }
  .intro-row .callout {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left; }

@media screen and (max-width: 980px) {
  .intro-row {
    padding: 20px; } }
@media screen and (max-width: 767px) {
  .intro-row .callout {
    width: 100%; } }
.cranes-row {
  background: #122758 url(./img/bg-cranes.png);
  padding: 42px 0 68px; }

.cranes-header {
  margin: 0 0 25px; }
  .cranes-header h1 {
    float: left;
    margin: 0; }
  .cranes-header .btn, .cranes-header .overview ul li a, .overview ul li .cranes-header a {
    float: right;
    padding: 0;
    width: 220px; }

.card-group {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -20px; }

.card {
  float: left;
  padding-right: 20px;
  width: 25%;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .card .figure {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative; }
    .card .figure img {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      cursor: pointer;
      width: 100% !important;
      height: auto !important; }
    .card .figure:hover .card-overlay {
      display: block; }
  .card .description {
    display: block; }
    .card .description h3 {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      line-height: 24px; }
    .card .description p {
      color: #99ddff;
      font-size: 12px;
      font-weight: normal;
      line-height: 18px; }

.card-overlay {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url(./img/card-overlay.png) no-repeat;
  display: none;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute; }

.cta-container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #0a183c;
  margin-top: 40px;
  padding: 20px;
  width: 100%; }
  .cta-container:after {
    clear: both;
    content: ' ';
    display: block; }
  .cta-container p {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    width: 69%;
    line-height: 24px; }
  .cta-container .btn, .cta-container .overview ul li a, .overview ul li .cta-container a {
    float: right;
    padding: 0;
    width: 200px; }

@media screen and (max-width: 980px) {
  html {
    padding: 0px 15px;
    background-color: #122758; }

  .cta-container p {
    margin-top: 0px; } }
@media screen and (max-width: 767px) {
  .card {
    width: 50%;
    margin-bottom: 20px; }
    .card:nth-child(odd) {
      clear: left; }

  .cta-container p {
    float: none;
    width: auto;
    text-align: center; }
  .cta-container .btn, .cta-container .overview ul li a, .overview ul li .cta-container a {
    float: none;
    margin: 20px auto 5px auto; } }
@media screen and (max-width: 470px) {
  .card {
    width: 100%;
    margin-bottom: 20px; }

  .cranes-header a.btn-blue.btn, .cranes-header .overview ul li a, .overview ul li .cranes-header a {
    float: none;
    clear: both;
    margin-top: 60px; } }
.eight ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  margin-right: -20px; }
  .eight ul li {
    padding-right: 20px;
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    list-style-type: none; }
  .eight ul:after {
    clear: both;
    content: ' ';
    display: block; }
  .eight ul h4 {
    text-align: center; }
  .eight ul .crane-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #122758;
    position: relative; }
    .eight ul .crane-wrapper img {
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 20px 20px 5px 20px; }
    .eight ul .crane-wrapper p {
      color: #99ddff;
      font-size: 12px;
      font-weight: normal;
      line-height: 18px;
      background: #0f2351;
      border-top: 1px solid #0d1b3d;
      box-shadow: inset 0 1px 0 #11307a;
      width: 100%;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-bottom-left: 4px;
      border-bottom-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottom-right: 4px;
      border-bottom-right-radius: 4px; }
    .eight ul .crane-wrapper p > a {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      color: #99ddff;
      font-size: 12px;
      font-weight: normal;
      border-right: 1px solid #0d1b3d;
      margin: 0;
      text-align: center;
      width: 25%;
      line-height: 35px;
      height: 36px;
      display: inline-block; }
      .eight ul .crane-wrapper p > a:nth-child(4) {
        border-right: 0; }

@media screen and (max-width: 845px) {
  .eight ul li {
    width: 50%; } }
@media screen and (max-width: 611px) {
  .eight ul li {
    width: 100%; }
    .eight ul li .crane-wrapper p > a {
      font-size: 11px; } }
.eight h2 {
  margin: 21px 0 0 0; }

.eight .missing {
  opacity: 0.5;
  text-decoration: line-through; }

.cranes-overview .four {
  width: 440px;
  float: left; }

.cranes-overview .first-column {
  margin-right: 60px; }

.overview ul {
  margin: 40px 0;
  list-style: none; }
  .overview ul li {
    padding: 0;
    background: transparent;
    min-width: 220px;
    list-style-type: none; }
    .overview ul li a {
      color: #0A1A42;
      font: 700 16px/30px "open-sans",sans-serif;
      border: 0;
      display: block;
      padding: 20px 0px;
      line-height: 30px;
      height: 30px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .overview ul li a:hover {
        color: #0A1A42; }

.sticky-menu {
  padding-top: 19px; }
  .sticky-menu ul {
    list-style: none;
    margin: 0 0 0 40px;
    padding: 4px;
    background: #122758;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .sticky-menu ul li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      background: #0F2351;
      box-shadow: inset 0 -1px 0 #0D1B3D;
      border-bottom: 1px solid #11307A; }
      .sticky-menu ul li a {
        color: #9DF;
        display: block;
        padding: 15px; }

@media screen and (max-width: 980px) {
  .sticky-menu {
    display: none; } }
table p {
  margin: 5px 0 !important; }

tr:nth-child(2n) {
  background: #122758;
  color: #9DF; }

td {
  vertical-align: top; }

.gform_wrapper textarea,
.gform_wrapper input {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  background: #122758;
  border: 1px solid #355683;
  clear: left;
  color: #9df;
  float: left;
  font-size: 12px;
  height: 32px;
  margin: 0 4px 20px 0;
  padding: 4px 8px;
  width: 100%; }
  .gform_wrapper textarea:hover,
  .gform_wrapper input:hover {
    border-color: #87c4e8; }
  .gform_wrapper textarea:active, .gform_wrapper textarea:focus,
  .gform_wrapper input:active,
  .gform_wrapper input:focus {
    -webkit-box-shadow: 0 0 10px rgba(96, 220, 227, 0.5);
    -moz-box-shadow: 0 0 10px rgba(96, 220, 227, 0.5);
    box-shadow: 0 0 10px rgba(96, 220, 227, 0.5);
    border-color: #9df; }
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%; }
.gform_wrapper select {
  width: 562px;
  height: 40px;
  margin-bottom: 20px;
  background: #122758;
  border: 1px solid #355683;
  color: #9df; }
  .gform_wrapper select:hover {
    border-color: #87c4e8; }
  .gform_wrapper select:active, .gform_wrapper select:focus {
    -webkit-box-shadow: 0 0 10px rgba(96, 220, 227, 0.5);
    -moz-box-shadow: 0 0 10px rgba(96, 220, 227, 0.5);
    box-shadow: 0 0 10px rgba(96, 220, 227, 0.5);
    border-color: #9df; }
.gform_wrapper input[type="submit"] {
  background: #FF7100;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 40px;
  margin-top: 15px;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  display: block;
  font-weight: 700;
  text-align: center;
  background-color: #ff5100;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9100), color-stop(100%, #ff5100));
  background-image: -webkit-linear-gradient(top, #ff9100 0%, #ff5100 100%);
  background-image: -moz-linear-gradient(top, #ff9100 0%, #ff5100 100%);
  background-image: -ms-linear-gradient(top, #ff9100 0%, #ff5100 100%);
  background-image: -o-linear-gradient(top, #ff9100 0%, #ff5100 100%);
  background-image: linear-gradient(top, #ff9100 0%, #ff5100 100%);
  color: #fff;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  text-shadow: 0 1px 0 rgba(129, 18, 0, 0.8); }
  .gform_wrapper input[type="submit"]:hover {
    background-color: #ff6400;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa500), color-stop(100%, #ff6400));
    background-image: -webkit-linear-gradient(top, #ffa500 0%, #ff6400 100%);
    background-image: -moz-linear-gradient(top, #ffa500 0%, #ff6400 100%);
    background-image: -ms-linear-gradient(top, #ffa500 0%, #ff6400 100%);
    background-image: -o-linear-gradient(top, #ffa500 0%, #ff6400 100%);
    background-image: linear-gradient(top, #ffa500 0%, #ff6400 100%);
    color: #fff; }
  .gform_wrapper input[type="submit"]:active {
    background-color: #ff6900;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5100), color-stop(100%, #ff6900));
    background-image: -webkit-linear-gradient(top, #ff5100 0%, #ff6900 100%);
    background-image: -moz-linear-gradient(top, #ff5100 0%, #ff6900 100%);
    background-image: -ms-linear-gradient(top, #ff5100 0%, #ff6900 100%);
    background-image: -o-linear-gradient(top, #ff5100 0%, #ff6900 100%);
    background-image: linear-gradient(top, #ff5100 0%, #ff6900 100%);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 635px) {
  .clients-table td {
    width: 100%;
    display: block; }
  .clients-table .client-image {
    width: 100%; } }
.gallery .eight ul li {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.gallery .eight .slides li {
  display: none; }

.gallery .cta-container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #0a183c;
  height: auto;
  margin-top: 40px;
  padding: 20px;
  width: 900px; }

.gallery .flex-control-nav {
  margin-top: 10px;
  position: relative; }
  .gallery .flex-control-nav:hover li {
    -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;
    filter: alpha(opacity=50);
    opacity: 0.5; }
    .gallery .flex-control-nav:hover li:hover {
      -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;
      filter: alpha(opacity=100);
      opacity: 1; }
  .gallery .flex-control-nav li {
    float: left; }
    .gallery .flex-control-nav li a {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url("./img/sprite.png") no-repeat 0 -421px;
      cursor: pointer;
      display: block;
      height: 160px;
      width: 215px; }
      .gallery .flex-control-nav li a:hover, .gallery .flex-control-nav li a.active {
        background-position: -70px -421px; }
    .gallery .flex-control-nav li:not(:first-child) {
      margin-left: 0px; }

.container .flex-control-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }
.container .flex-control-nav li {
  float: left;
  margin: 10px 10px 0 0;
  overflow: hidden; }
.container .flex-control-nav .gallery-thumb-image a {
  cursor: pointer;
  display: block;
  width: 215px;
  overflow: hidden;
  background-color: #333; }
.container .flex-control-nav .gallery-thumb-image a:hover {
  background-color: #555; }
.container .flex-control-nav .gallery-thumb-image img {
  width: 100%;
  min-height: 160px; }
.container .flex-direction-nav, .container .slides li {
  position: absolute;
  z-index: 11; }
.container .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
.container .flex-direction-nav, .container .flexslider {
  display: none; }
.container .gallery-slide-wrapper {
  background: url("./img/trans-blue.png");
  background: rgba(7, 19, 46, 0.9);
  cursor: pointer;
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 716; }
.container .btn-close, .container .next, .container .prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: transparent url("./img/sprite.png") no-repeat 0 -93px;
  display: block;
  height: 30px;
  position: fixed;
  margin-right: -482px;
  right: 50%;
  top: 71px;
  width: 28px;
  z-index: 716; }
.container .btn-close.disabled, .container .next.disabled, .container .prev.disabled {
  display: none; }
.container .btn-close:hover, .container .next:hover, .container .prev:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  zoom: 1; }
.container .next, .container .prev {
  background-position: 0 -152px;
  margin-right: -482px;
  top: 370px; }
.container .prev {
  background-position: 0 -122px;
  left: 50%;
  margin: 0 0 0 -480px;
  right: auto; }
.container .gallery-slide-title {
  display: none; }
.container .gallery-slide-caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: default;
  font: normal normal normal 13px/30px sans-serif;
  left: 50%;
  margin-left: -500px;
  padding: 10px 15px;
  position: absolute;
  top: 60px;
  width: 970px; }
.container .gallery-slide-image {
  background: #fff;
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
  cursor: default;
  left: 50%;
  margin-left: -500px;
  max-height: 750px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 60px;
  width: 1000px; }
.container .gallery-slide-image a, .container .gallery-slide-image img {
  max-height: 750px;
  max-width: 1000px; }
.container .gallery-slide-title {
  font: normal normal bold 16px/32px "ff-dagny-web-pro",sans-serif;
  padding-bottom: 0;
  top: 40px; }
.container .gallery-slide-title a {
  color: #fff;
  cursor: default; }

#gallery .active {
  cursor: pointer; }

#gallery .flex-control-nav {
  position: static; }

#gallery .flex-control-nav a {
  background: none;
  text-indent: 0; }

#gallery .gallery-slide-title {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

#gallery .gallery-slide-title a {
  display: inline;
  margin: 0;
  padding: 0;
  position: static; }

#gallery .gallery-slide-title a:hover {
  background: none; }

.page-footer {
  padding: 30px 0 10px 0px;
  font-size: 12px; }
  .page-footer:after {
    clear: both;
    display: block;
    content: ' '; }
  .page-footer h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px; }
  .page-footer a, .page-footer li {
    color: #99ddff;
    font-weight: normal;
    margin: 0; }

@media screen and (max-width: 980px) {
  .page-footer {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #06112B;
    padding: 20px; } }
@media screen and (max-width: 767px) {
  .page-footer {
    text-align: center; }
    .page-footer a.rb {
      float: none;
      margin: 25px auto;
      display: block; } }
.legal {
  margin: 0; }
  .legal ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .legal ul li {
      border-left: 1px solid #416380;
      display: inline;
      line-height: 12px;
      margin-left: 6px;
      padding-left: 6px;
      font-size: 10px; }
    .legal ul li:first-child {
      border: none;
      margin: 0;
      padding: 0; }

.rb {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  clear: both;
  display: block;
  float: right;
  height: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  width: 17px; }
  .rb img {
    margin: 0; }
  .rb:hover img {
    margin-top: -16px; }

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