@charset "UTF-8";
/* Eric Meyer's reset
	http://meyerweb.com/eric/tools/css/reset/
	v2.0b1 | 201101
	NOTE: WORK IN PROGRESS
	USE WITH CAUTION AND TEST WITH ABANDON */
/* Use this reset as a starting point, and customize to your needs */
/* Slightly modified to prevent anchor elements from losing outline, as in HTML5 Boilerplate */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
a {
  background: transparent;
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Meyer's reset ends here */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 85%;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.browsehappy {
  height: 10%;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 60px 0;
  font-size: 22px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999;
}
.browsehappy a {
  color: yellow;
  text-decoration: underline;
}
.browsehappyimg {
  z-index: 999999999999999;
  position: absolute;
  left: 48%;
  top: 12%;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.pad-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
/*==================================================*/
/*=============== MOLECULAR STYLES ================*/
/*===============================================*/
/* (Common Elements that make up bigger groups elements.) */
@font-face {
  font-family: 'icomoon';
  src: url('/_assets/fonts/icomoon.eot?bctf9k');
  src: url('/_assets/fonts/icomoon.eot?bctf9k#iefix') format('embedded-opentype'), url('/_assets/fonts/icomoon.ttf?bctf9k') format('truetype'), url('/_assets/fonts/icomoon.woff?bctf9k') format('woff'), url('/_assets/fonts/icomoon.svg?bctf9k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo-main-v2 .path1:before {
  content: "\e950";
  color: #003755;
}
.icon-logo-main-v2 .path2:before {
  content: "\e951";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path3:before {
  content: "\e952";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path4:before {
  content: "\e953";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path5:before {
  content: "\e954";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path6:before {
  content: "\e955";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path7:before {
  content: "\e956";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path8:before {
  content: "\e957";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path9:before {
  content: "\e958";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path10:before {
  content: "\e959";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path11:before {
  content: "\e95a";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path12:before {
  content: "\e95b";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path13:before {
  content: "\e95c";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path14:before {
  content: "\e95d";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path15:before {
  content: "\e95e";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path16:before {
  content: "\e95f";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path17:before {
  content: "\e960";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path18:before {
  content: "\e961";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path19:before {
  content: "\e962";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path20:before {
  content: "\e963";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path21:before {
  content: "\e964";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path22:before {
  content: "\e965";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path23:before {
  content: "\e966";
  margin-left: -2em;
  color: #ffffff;
}
.icon-logo-main-v2 .path24:before {
  content: "\e967";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path25:before {
  content: "\e968";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path26:before {
  content: "\e969";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path27:before {
  content: "\e96a";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path28:before {
  content: "\e96b";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path29:before {
  content: "\e96c";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path30:before {
  content: "\e96d";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path31:before {
  content: "\e96e";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path32:before {
  content: "\e96f";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path33:before {
  content: "\e970";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path34:before {
  content: "\e971";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path35:before {
  content: "\e972";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path36:before {
  content: "\e973";
  margin-left: -2em;
  color: #d7a94d;
}
.icon-punch .path1:before {
  content: "\e900";
  color: #d8aa4d;
}
.icon-punch .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: #d8aa4d;
}
.icon-punch .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: #ffffff;
}
.icon-punch .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: #d8aa4d;
}
.icon-punch .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: #ffffff;
}
.icon-punch .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: #d8aa4d;
}
.icon-punch .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path1:before {
  content: "\e907";
  color: #d8aa4d;
}
.icon-laser .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path4:before {
  content: "\e90a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path5:before {
  content: "\e90b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path6:before {
  content: "\e90c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path7:before {
  content: "\e90d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-welding .path1:before {
  content: "\e90e";
  color: #d8aa4d;
}
.icon-welding .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-welding .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: #ffffff;
}
.icon-welding .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: #ffffff;
}
.icon-welding .path5:before {
  content: "\e912";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path1:before {
  content: "\e913";
  color: #d8aa4d;
}
.icon-grinding .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path3:before {
  content: "\e915";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path4:before {
  content: "\e916";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path5:before {
  content: "\e917";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path6:before {
  content: "\e918";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path7:before {
  content: "\e919";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path8:before {
  content: "\e91a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path9:before {
  content: "\e91b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path10:before {
  content: "\e91c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path11:before {
  content: "\e91d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path12:before {
  content: "\e91e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path13:before {
  content: "\e91f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path14:before {
  content: "\e920";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path15:before {
  content: "\e921";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path16:before {
  content: "\e922";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path17:before {
  content: "\e923";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path18:before {
  content: "\e924";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path19:before {
  content: "\e925";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path20:before {
  content: "\e926";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path21:before {
  content: "\e927";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path22:before {
  content: "\e928";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path23:before {
  content: "\e929";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path24:before {
  content: "\e92a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-assembly .path1:before {
  content: "\e92b";
  color: #d8aa4d;
}
.icon-assembly .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path1:before {
  content: "\e92d";
  color: #d8aa4d;
}
.icon-wet-paint .path2:before {
  content: "\e92e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path3:before {
  content: "\e92f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path4:before {
  content: "\e930";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path5:before {
  content: "\e931";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path6:before {
  content: "\e932";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path7:before {
  content: "\e933";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path8:before {
  content: "\e934";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path9:before {
  content: "\e935";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path10:before {
  content: "\e936";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path11:before {
  content: "\e937";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path12:before {
  content: "\e938";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path13:before {
  content: "\e939";
  margin-left: -1em;
  color: #ffffff;
}
.icon-dry-paint .path1:before {
  content: "\e93a";
  color: #d8aa4d;
}
.icon-dry-paint .path2:before {
  content: "\e93b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-google .path1:before {
  content: "\e93c";
  color: #d8aa4d;
}
.icon-google .path2:before {
  content: "\e93d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-google .path3:before {
  content: "\e93e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-email .path1:before {
  content: "\e93f";
  color: #d8aa4d;
}
.icon-email .path2:before {
  content: "\e940";
  margin-left: -1em;
  color: #ffffff;
}
.icon-email .path3:before {
  content: "\e941";
  margin-left: -1em;
  color: #ffffff;
}
.icon-phone .path1:before {
  content: "\e942";
  color: #d8aa4d;
}
.icon-phone .path2:before {
  content: "\e943";
  margin-left: -1em;
  color: #ffffff;
}
.icon-pin .path1:before {
  content: "\e944";
  color: #d8aa4d;
}
.icon-pin .path2:before {
  content: "\e945";
  margin-left: -1em;
  color: #ffffff;
}
.icon-i-punch:before {
  content: "\e946";
}
.icon-i-laser:before {
  content: "\e947";
}
.icon-i-grinding:before {
  content: "\e948";
}
.icon-i-welding:before {
  content: "\e949";
}
.icon-i-assembly:before {
  content: "\e94a";
}
.icon-i-wet-paint:before {
  content: "\e94b";
}
.icon-i-dry-paint:before {
  content: "\e94c";
}
.icon-i-email:before {
  content: "\e974";
}
.icon-arrow-double:before {
  content: "\e94d";
}
.icon-arrow-single:before {
  content: "\e94e";
}
.icon-plus:before {
  content: "\e94f";
}
.icon-li:before {
  content: "\e975";
}
html {
  font-size: 14px;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway', sans-serif;
}
.inner {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
.hidden {
  display: none;
}
h1 {
  font-size: 3.4285714285714284em;
  line-height: 1.0416666666666665em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
}
h2 {
  font-size: 2.142857142857143em;
  font-weight: 700;
  color: #002235;
  text-transform: uppercase;
  padding-bottom: 60px;
}
h2 span {
  color: #d6a94d;
}
h3 {
  font-size: 2.142857142857143em;
  line-height: 1.5em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 65px;
}
h4 {
  font-size: 1.4285714285714284em;
  line-height: 1.4000000000000001em;
  font-weight: 700;
  color: #ffffff;
}
h4 span {
  text-transform: uppercase;
}
h5 {
  font-size: 1.4285714285714284em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
h5 span {
  font-size: 4em;
  vertical-align: middle;
  margin-right: 10px;
}
h6 {
  font-size: 1.4285714285714284em;
  line-height: 1.4000000000000001em;
  font-weight: 700;
  color: #002235;
  margin-bottom: 52px;
}
p {
  font-size: 1em;
  line-height: 1.5714285714285714em;
  font-weight: 400;
  color: #002235;
  margin-bottom: 52px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  margin-bottom: 37px;
}
ul li {
  font-size: 1.1428571428571428em;
  line-height: 1.3em;
  font-weight: 700;
  color: #002235;
  padding: 0 0 30px 40px;
}
ul li li {
  font-size: 1em;
}
ul li span {
  color: #d6a94d;
}
ul.lastChild {
  margin-bottom: 0;
}
a {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #4492f2;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid #4492f2;
}
.btn {
  border: 3px solid #ffffff;
  padding: 9px 14px;
  font-size: 1.4285714285714284em;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
.btn:hover {
  border: 3px solid #ffffff;
  background-color: #ffffff;
  color: #d6a94d;
}
/*=================================================*/
/*================ ORGANIC STYLES ================*/
/*===============================================*/
/* (Groups of elements that are used throughout the site.) */
/******** START MAIN HEADER AND NAVIGATION STYLES *********/
header {
  background-color: #d6a94d;
  height: 90px;
  margin-top: 52px;
  position: relative;
  z-index: 1;
}
header .inner {
  position: relative;
}
header .inner #contactLink {
  position: absolute;
  top: -35px;
  right: 0;
}
header .inner #contactLink a {
  color: #ffffff;
  text-transform: uppercase;
}
header .inner #contactLink a:hover {
  border-bottom: none;
  color: #d6a94d;
}
header .inner #contactLink a span {
  font-size: 1.5em;
  vertical-align: text-bottom;
}
header div#mainLogo {
  margin-top: -20px;
}
header nav {
  display: inline-block;
  width: 69%;
}
header nav ul {
  margin: 37px 0;
}
header nav ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding: 0 .7em;
}
header nav ul > li:last-child {
  padding-right: 0;
}
header nav ul > li a {
  color: #ffffff;
  text-transform: uppercase;
}
header nav ul > li a:hover {
  border-bottom: none;
  color: #003755;
}
header nav.expanded ul {
  display: block;
  height: auto;
  position: absolute;
  top: 0px;
  background-color: #003755;
  padding: 10px;
}
header nav.expanded ul > li {
  display: block;
  font-weight: 400;
  font-size: .8em;
  line-height: 2em;
}
div#mainLogo {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
div#mainLogo a:hover {
  border: none;
}
div#mainLogo .icon-logo-main-v2 {
  font-size: 9em;
}
/******** END MAIN HEADER AND NAVIGATION STYLES *********/
nav span#nav {
  display: none;
}
nav > ul {
  z-index: 1;
}
nav > ul li {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
nav > ul li:last-child {
  margin-right: 0;
}
nav > ul li span {
  position: relative;
  top: 2px;
  left: 3px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
nav > ul li span.icon-arrow-double {
  display: inline-block;
  vertical-align: top;
  font-size: 2em;
  top: -5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
nav > ul li ul {
  margin: 25px 0 0 -30px;
  padding: 0 2%;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  background-color: #002235;
  -webkit-transition: height 400ms linear;
  -moz-transition: height 400ms linear;
  -o-transition: height 400ms linear;
  -ms-transition: height 400ms linear;
  transition: height 400ms linear;
}
nav > ul li ul li {
  display: block;
  margin-bottom: 12px;
}
nav > ul li ul li a:hover {
  color: #d6a94d;
}
nav > ul li ul li:first-child {
  margin-top: 15px;
}
nav > ul li ul.expanded {
  height: 150px;
}
nav > ul li ul.expanded.last {
  height: 80px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/_assets/img/fancybox_sprite.png');
}
#fancybox-loading:hover,
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
  border: none;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/_assets/img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/_assets/img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/_assets/img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/_assets/img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/_assets/img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  padding: 0;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 42px;
  height: 84px;
  margin: -60px 0 0;
  display: block;
  background: url(/_assets/img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav a:hover {
  border-bottom: none;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -60px;
}
.flex-direction-nav .flex-prev {
  left: -60px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 1!important;
  filter: alpha(opacity=100);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 1;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/******** START MAIN FOOTER STYLES *********/
footer {
  background-color: #002235;
  padding: 75px 0;
}
footer .leftCol {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
footer .centerCol {
  width: 30%;
  margin-left: 14%;
  display: inline-block;
}
footer .rightCol {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}
footer .rightCol ul > li a {
  margin-bottom: 38px;
}
footer div#mainLogo {
  margin: 0 0 37px;
  text-align: center;
  width: 100%;
}
footer p {
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1em;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #d6a94d;
  border-bottom: none;
}
footer ul {
  margin-bottom: 0;
}
footer ul > li {
  padding-bottom: 0;
  font-size: 1em;
}
footer ul > li a {
  margin-bottom: 22px;
  display: block;
}
.subfooter {
  background-color: #003755;
  padding: 37px 0;
  text-align: right;
}
.subfooter p {
  color: #ffffff;
  margin-bottom: 0;
}
/******** END FOOTER STYLES *********/
/*================================================*/
/*================  PAGE STYLES  ================*/
/*==============================================*/
/* (Styles for pages with elements occuring in ways specific to the page.) */
#header {
  margin-top: -800px;
  background-color: #002235;
  overflow: hidden;
}
#header video {
  opacity: .3;
  width: 100%;
  vertical-align: top;
  margin-top: 60px;
  position: absolute;
  bottom: 0;
}
#header h1 {
  font-size: 2.571428571428571em;
  text-align: right;
  margin-bottom: 18px;
}
#header h2 {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  text-align: right;
}
#header h2 span {
  color: #d6a94d;
}
#header h4 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.four article {
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  margin: 0 1%;
  text-align: center;
}
.four article [class^="icon-"],
.four article [class*=" icon-"] {
  font-size: 10em;
}
.four article h5 {
  font-size: 1.1em;
  color: #002235;
  padding: 35px 0 20px;
}
.four article p {
  font-size: .9em;
}
.two article {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  margin: 0 3.4%;
  text-align: center;
}
.two article [class^="icon-"],
.two article [class*=" icon-"] {
  font-size: 4em;
}
.two article h5 {
  font-size: 1.5em;
  color: #002235;
  padding: 43px 0 30px;
}
.two article p {
  font-size: 1.2857142857142856em;
}
.fixed {
  background: top center / cover no-repeat fixed padding-box content-box;
  width: 100%;
  height: 200px;
}
#subHead {
  background: center center / cover no-repeat scroll padding-box content-box;
  margin-top: -142px;
  padding: 16em 0 5em;
}
ul.twoCol {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
ul.twoCol.two {
  margin-left: 9%;
}
ul.twoCol li {
  padding-left: 20px;
  text-indent: -20px;
}
section.white {
  padding: 82px 0 94px;
}
section.white h3 {
  color: #002235;
}
section.dark {
  padding: 82px 0 94px;
  background-color: #002235;
}
section.dark h3 {
  color: #ffffff;
}
.cta {
  background-color: #d6a94d;
  padding: 30px 0;
}
.cta h5 {
  float: left;
}
.cta .btn {
  float: right;
  margin-top: .9em;
}
.cta:after {
  display: block;
  content: "";
  clear: both;
}
.cta.alt [class^="icon-"],
.cta.alt [class*=" icon-"] {
  display: block;
  font-size: 5em;
  color: #ffffff;
  width: 12%;
  float: left;
  margin-top: .3em;
}
.cta.alt h4 {
  font-weight: 400;
  float: right;
  width: 88%;
}
.cta.alt h4 a {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.cta.alt h4 a:hover {
  opacity: .7;
}
.highlight {
  background-color: #003755;
  padding: 20px 0;
}
.highlight span {
  display: inline-block;
  width: 10%;
  font-size: 5em;
  color: #ffffff;
  vertical-align: top;
}
.highlight .text {
  display: inline-block;
  width: 89%;
  margin-top: 14px;
}
.highlight .text a {
  color: #ffffff;
}
.highlight .text a:hover {
  color: #d6a94d;
  border-bottom: none;
}
.highlight.dark {
  padding: 20px 0;
}
.twoCol {
  margin-bottom: 50px;
}
.twoCol:last-child {
  margin-bottom: 0;
}
.twoCol a.fancyboxImg {
  display: block;
  width: 25%;
  float: left;
}
.twoCol a.fancyboxImg img {
  width: 100%;
}
.twoCol .text {
  width: 70%;
  float: right;
}
.twoCol .text h2 {
  padding-bottom: 40px;
}
.twoCol:after {
  display: block;
  content: "";
  clear: both;
}
.twoCol.last {
  margin-bottom: 100px;
}
.fancybox {
  position: relative;
}
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #002235;
  overflow: hidden;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
input:checked ~ .tab-content {
  max-height: 500px;
}
input[type=radio]:checked + label span {
  transform: rotate(360deg);
  color: #d6a94d;
}
label {
  position: relative;
  display: block;
  padding: 20px 0 20px 3em;
  background: #003755;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3333333333333333em;
  font-size: 1.7142857142857142em;
  cursor: pointer;
}
label span {
  position: absolute;
  -webkit-transition: all .65s;
  -o-transition: all .65s;
  transition: all .65s;
  color: #002235;
  font-size: 1.5em;
  transform: rotate(90deg);
  left: 17px;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  padding: 3% 3% 1%;
  background: #002235;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
.tab-content ul.twoCol {
  margin-top: 10px;
}
.tab-content li {
  color: #ffffff;
}
.grid {
  margin-top: 20px;
}
.grid .portfolioItem {
  display: inline-block;
  width: 24.5%;
  height: 230px;
  position: relative;
  overflow: hidden;
  background-color: #002235;
}
.grid .portfolioItem .container {
  width: 80%;
  height: 80%;
  margin: 0 10%;
  position: absolute;
  top: 10%;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.grid .portfolioItem h3 {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}
.grid .portfolioItem .btn {
  width: 80%;
  position: absolute;
  bottom: 5%;
  left: 10%;
  text-align: center;
}
.grid .portfolioItem img {
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  overflow: hidden;
  -webkit-transition: all 4000ms ease;
  -moz-transition: all 4000ms ease;
  -o-transition: all 4000ms ease;
  -ms-transition: all 4000ms ease;
  transition: all 4000ms ease;
}
.grid .portfolioItem:hover img {
  width: 170%;
  left: -35%;
  top: -15%;
  opacity: .2;
}
.grid .portfolioItem:hover .container {
  opacity: 1;
}
.button-group button {
  border: none;
  background-color: transparent;
  padding: 9px 13px;
  font-size: .75em;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #003755;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.button-group button:nth-child(2) {
  padding-left: 0;
}
.button-group button:hover {
  color: #d6a94d;
}
.button-group .showall {
  margin: 0 auto;
  display: block;
  font-size: 1em;
}
.info {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.info h2 {
  font-size: 1.5em;
  padding-bottom: 20px;
}
.info h3 {
  font-size: 1.3em;
  line-height: 2em;
  font-weight: 400;
  text-align: left;
  padding-bottom: 25px;
}
.info h3 a {
  color: #002235;
}
.info h3 a:hover {
  color: #d6a94d;
  border-bottom: none;
}
.formContainer {
  width: 64%;
  display: inline-block;
  margin-left: 5%;
}
.formContainer label {
  padding: 0 0 5px;
  background: transparent;
  font-weight: 400;
  font-size: 1em;
  color: #002235;
}
.formContainer input {
  position: relative;
  opacity: 1;
  z-index: auto;
  width: 100%;
  margin-bottom: 20px;
  height: 30px;
  border: 1px solid #d6a94d;
}
.formContainer textarea {
  resize: none;
  width: 99%;
  height: 200px;
  border: 1px solid #d6a94d;
  margin-bottom: 20px;
}
.formContainer .left,
.formContainer .right {
  width: 47%;
  display: inline-block;
}
.formContainer .left {
  margin-right: 5%;
}
.formContainer .btn {
  background-color: #d6a94d;
  float: right;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.formContainer .btn:hover {
  color: #ffffff;
  background-color: #5a952f;
}
input:invalid,
textarea:invalid {
  background-color: transparent;
}
@font-face {
  font-family: 'icomoon';
  src: url('/_assets/fonts/icomoon.eot?fk0m10');
  src: url('/_assets/fonts/icomoon.eot?fk0m10#iefix') format('embedded-opentype'), url('/_assets/fonts/icomoon.ttf?fk0m10') format('truetype'), url('/_assets/fonts/icomoon.woff?fk0m10') format('woff'), url('/_assets/fonts/icomoon.svg?fk0m10#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e9a4";
}
.icon-iso-badge .path1:before {
  content: "\e900";
  color: #053755;
}
.icon-iso-badge .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: #d6a94d;
}
.icon-iso-badge .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: #062234;
}
.icon-iso-badge .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path9:before {
  content: "\e908";
  margin-left: -1em;
  color: #062234;
}
.icon-iso-badge .path10:before {
  content: "\e909";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path11:before {
  content: "\e90a";
  margin-left: -1em;
  color: #062234;
}
.icon-iso-badge .path12:before {
  content: "\e90b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path13:before {
  content: "\e90c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path14:before {
  content: "\e90d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path15:before {
  content: "\e90e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path16:before {
  content: "\e90f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path17:before {
  content: "\e910";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path18:before {
  content: "\e911";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path19:before {
  content: "\e912";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path20:before {
  content: "\e913";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path21:before {
  content: "\e914";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path22:before {
  content: "\e915";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path23:before {
  content: "\e916";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path24:before {
  content: "\e917";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path25:before {
  content: "\e918";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path26:before {
  content: "\e919";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path27:before {
  content: "\e91a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path28:before {
  content: "\e91b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path29:before {
  content: "\e91c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path30:before {
  content: "\e91d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path31:before {
  content: "\e91e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path32:before {
  content: "\e91f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path33:before {
  content: "\e920";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path34:before {
  content: "\e921";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path35:before {
  content: "\e922";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path36:before {
  content: "\e923";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path37:before {
  content: "\e924";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path38:before {
  content: "\e925";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path39:before {
  content: "\e926";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path40:before {
  content: "\e9a0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path41:before {
  content: "\e9a1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path42:before {
  content: "\e9a2";
  margin-left: -1em;
  color: #ffffff;
}
.icon-iso-badge .path43:before {
  content: "\e9a3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-logo-main-v2 .path1:before {
  content: "\e979";
  color: #003755;
}
.icon-logo-main-v2 .path2:before {
  content: "\e97a";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path3:before {
  content: "\e97b";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path4:before {
  content: "\e97c";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path5:before {
  content: "\e97d";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path6:before {
  content: "\e97e";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path7:before {
  content: "\e97f";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path8:before {
  content: "\e980";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path9:before {
  content: "\e981";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path10:before {
  content: "\e982";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path11:before {
  content: "\e983";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path12:before {
  content: "\e984";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path13:before {
  content: "\e985";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path14:before {
  content: "\e986";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path15:before {
  content: "\e987";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path16:before {
  content: "\e988";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path17:before {
  content: "\e989";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path18:before {
  content: "\e98a";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path19:before {
  content: "\e98b";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path20:before {
  content: "\e98c";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path21:before {
  content: "\e98d";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path22:before {
  content: "\e98e";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path23:before {
  content: "\e98f";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path24:before {
  content: "\e990";
  margin-left: -2.00976563em;
  color: #d7a94d;
}
.icon-logo-main-v2 .path25:before {
  content: "\e991";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path26:before {
  content: "\e992";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path27:before {
  content: "\e993";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path28:before {
  content: "\e994";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path29:before {
  content: "\e995";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path30:before {
  content: "\e996";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path31:before {
  content: "\e997";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path32:before {
  content: "\e998";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path33:before {
  content: "\e999";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path34:before {
  content: "\e99a";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path35:before {
  content: "\e99b";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path36:before {
  content: "\e99c";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path37:before {
  content: "\e99d";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path38:before {
  content: "\e99e";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-logo-main-v2 .path39:before {
  content: "\e99f";
  margin-left: -2.00976563em;
  color: #ffffff;
}
.icon-arrow-double:before {
  content: "\e927";
}
.icon-arrow-single:before {
  content: "\e928";
}
.icon-assembly .path1:before {
  content: "\e929";
  color: #d8aa4d;
}
.icon-assembly .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-dry-paint .path1:before {
  content: "\e92a";
  color: #d8aa4d;
}
.icon-dry-paint .path2:before {
  content: "\e976";
  margin-left: -1em;
  color: #ffffff;
}
.icon-email .path1:before {
  content: "\e92b";
  color: #d8aa4d;
}
.icon-email .path2:before {
  content: "\e977";
  margin-left: -1em;
  color: #ffffff;
}
.icon-email .path3:before {
  content: "\e978";
  margin-left: -1em;
  color: #ffffff;
}
.icon-google .path1:before {
  content: "\e92d";
  color: #d8aa4d;
}
.icon-google .path2:before {
  content: "\e92e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-google .path3:before {
  content: "\e92f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path1:before {
  content: "\e930";
  color: #d8aa4d;
}
.icon-grinding .path2:before {
  content: "\e931";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path3:before {
  content: "\e932";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path4:before {
  content: "\e933";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path5:before {
  content: "\e934";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path6:before {
  content: "\e935";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path7:before {
  content: "\e936";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path8:before {
  content: "\e937";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path9:before {
  content: "\e938";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path10:before {
  content: "\e939";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path11:before {
  content: "\e93a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path12:before {
  content: "\e93b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path13:before {
  content: "\e93c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path14:before {
  content: "\e93d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path15:before {
  content: "\e93e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path16:before {
  content: "\e93f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path17:before {
  content: "\e940";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path18:before {
  content: "\e941";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path19:before {
  content: "\e942";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path20:before {
  content: "\e943";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path21:before {
  content: "\e944";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path22:before {
  content: "\e945";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path23:before {
  content: "\e946";
  margin-left: -1em;
  color: #ffffff;
}
.icon-grinding .path24:before {
  content: "\e947";
  margin-left: -1em;
  color: #ffffff;
}
.icon-i-assembly:before {
  content: "\e948";
}
.icon-i-dry-paint:before {
  content: "\e949";
}
.icon-i-email:before {
  content: "\e94a";
}
.icon-i-grinding:before {
  content: "\e94b";
}
.icon-i-laser:before {
  content: "\e94c";
}
.icon-i-punch:before {
  content: "\e94d";
}
.icon-i-welding:before {
  content: "\e94e";
}
.icon-i-wet-paint:before {
  content: "\e94f";
}
.icon-laser .path1:before {
  content: "\e950";
  color: #d8aa4d;
}
.icon-laser .path2:before {
  content: "\e951";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path3:before {
  content: "\e952";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path4:before {
  content: "\e953";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path5:before {
  content: "\e954";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path6:before {
  content: "\e955";
  margin-left: -1em;
  color: #ffffff;
}
.icon-laser .path7:before {
  content: "\e956";
  margin-left: -1em;
  color: #ffffff;
}
.icon-li:before {
  content: "\e957";
}
.icon-phone .path1:before {
  content: "\e958";
  color: #d8aa4d;
}
.icon-phone .path2:before {
  content: "\e959";
  margin-left: -1em;
  color: #ffffff;
}
.icon-pin .path1:before {
  content: "\e95a";
  color: #d8aa4d;
}
.icon-pin .path2:before {
  content: "\e95b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-plus:before {
  content: "\e95c";
}
.icon-punch .path1:before {
  content: "\e95d";
  color: #d8aa4d;
}
.icon-punch .path2:before {
  content: "\e95e";
  margin-left: -1em;
  color: #d8aa4d;
}
.icon-punch .path3:before {
  content: "\e95f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-punch .path4:before {
  content: "\e960";
  margin-left: -1em;
  color: #d8aa4d;
}
.icon-punch .path5:before {
  content: "\e961";
  margin-left: -1em;
  color: #ffffff;
}
.icon-punch .path6:before {
  content: "\e962";
  margin-left: -1em;
  color: #d8aa4d;
}
.icon-punch .path7:before {
  content: "\e963";
  margin-left: -1em;
  color: #ffffff;
}
.icon-welding .path1:before {
  content: "\e964";
  color: #d8aa4d;
}
.icon-welding .path2:before {
  content: "\e965";
  margin-left: -1em;
  color: #ffffff;
}
.icon-welding .path3:before {
  content: "\e966";
  margin-left: -1em;
  color: #ffffff;
}
.icon-welding .path4:before {
  content: "\e967";
  margin-left: -1em;
  color: #ffffff;
}
.icon-welding .path5:before {
  content: "\e968";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path1:before {
  content: "\e969";
  color: #d8aa4d;
}
.icon-wet-paint .path2:before {
  content: "\e96a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path3:before {
  content: "\e96b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path4:before {
  content: "\e96c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path5:before {
  content: "\e96d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path6:before {
  content: "\e96e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path7:before {
  content: "\e96f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path8:before {
  content: "\e970";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path9:before {
  content: "\e971";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path10:before {
  content: "\e972";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path11:before {
  content: "\e973";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path12:before {
  content: "\e974";
  margin-left: -1em;
  color: #ffffff;
}
.icon-wet-paint .path13:before {
  content: "\e975";
  margin-left: -1em;
  color: #ffffff;
}
#header {
  position: relative;
}
#header .inner {
  position: relative;
}
#header .inner div {
  top: 870px;
  position: absolute;
  width: 100%;
}
section.white {
  background-color: #fff;
}
section.dark h2,
section.dark h4 {
  text-align: center;
  color: #fff;
}
section.dark h3 {
  font-weight: 300;
  text-transform: none;
  padding-bottom: 35px;
}
section.dark h3 span {
  color: #d6a94d;
}
section.dark p.homep {
  color: #fff;
  text-align: center;
  margin: 20px 0 30px;
}
.grid p {
  margin: 30px 0 0;
  text-align: right;
}
body {
  background: #0b1d2a;
}
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}
.arrows path {
  stroke: #d6a94d;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.four article a:hover {
  border-bottom: none;
}
.four article a:hover .icon-punch {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.four article a:hover .icon-punch .path1::before,
.four article a:hover .icon-punch .path2::before,
.four article a:hover .icon-punch .path4::before,
.four article a:hover .icon-punch .path6::before {
  color: #003755;
}
.four article a:hover .icon-laser .path1::before {
  color: #003755;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.four article a:hover .icon-grinding .path1::before {
  color: #003755;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.four article a:hover .icon-assembly .path1::before {
  color: #003755;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.four article a:hover .icon-wet-paint .path1::before {
  color: #003755;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.four article a:hover .icon-dry-paint .path1::before {
  color: #003755;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.icon-iso-badge {
  font-size: 13.5em;
}
.tab a {
  color: #d6a94d;
}
.tab a:hover {
  border-bottom-color: #d6a94d;
}
.vendors {
  margin-bottom: 0;
}
.vendors li {
  display: inline-block;
  vertical-align: middle;
  width: 17%;
  margin: 0 1%;
}
.vendors li img {
  width: 100%;
}
a.fancyboxImg:hover {
  border-bottom: none;
}
section.dark .text h4 {
  text-align: left;
}
#header {
  max-height: 1000px;
  min-height: 1000px;
}
header nav ul li span.icon-arrow-double:hover {
  color: #003755;
}
footer a {
  white-space: nowrap;
}
#footerLogo {
  display: none;
}
.four article .icon-arrow-double {
  font-size: 2em;
  vertical-align: middle;
  color: #d6a94d;
}
.four article .icon-arrow-double:hover {
  color: #003755;
}
#footerLogo {
  text-align: center;
}
.button-group {
  text-align: center;
}
header .inner #contactLink {
  z-index: 1;
}
.info .socials {
  margin-top: 30px;
  position: relative;
}
.info .socials a:hover {
  border-bottom: none;
}
.info .socials a:hover [class^="icon-"] .path1::before,
.info .socials a:hover [class*=" icon-"] .path1::before {
  color: #003755;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.info .socials a > span {
  font-size: 4em;
  margin-right: .25em;
  z-index: 1;
}
.info .socials div#___follow_0 {
  width: 44px!important;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 29px;
  z-index: -1;
}
.info .socials div#___follow_0 iframe {
  width: 100%!important;
}
.info .socials div#___follow_0 iframe div#button {
  width: 100%!important;
  box-shadow: none!important;
  border: none!important;
  overflow: visible!important;
}
.info .socials div#___follow_0 iframe div#button svg.u7 {
  display: none!important;
}
.info .socials div#___follow_0 iframe div#button span.hma.zRc {
  display: none!important;
}
#metalwork .four article {
  width: 100%;
  margin: 0 auto;
}
nav > ul li ul.expanded {
  height: 180px;
}
header nav ul > li {
  color: #fff;
}
footer ul > li a {
  margin-bottom: 38px;
}
footer ul > li > span.inline {
  color: #fff;
  display: block;
  margin-bottom: 39px;
}
footer ul > li > span.inline a {
  display: inline;
}
.button-group button {
  padding: 9px 2.4%;
}
.text p {
  margin-bottom: 20px;
}
.fixed.outdoor {
  background-image: url(/_assets/img/fixed/outdoor-extralarge.jpg);
}
@media (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1250px) and (min-resolution: 192dpi) {
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-large.jpg);
  }
}
@media (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1000px) and (min-resolution: 192dpi) {
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-extramedium.jpg);
  }
}
@media (max-width: 500px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 500px) and (min-resolution: 192dpi) {
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-medium.jpg);
  }
}
@media (max-width: 250px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 250px) and (min-resolution: 192dpi) {
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-small.jpg);
  }
}
@media (max-width: 2500px) and (-webkit-max-device-pixel-ratio: 1.5), (max-width: 2500px) and (max-resolution: 191dpi) {
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-large.jpg);
  }
}
@media (max-width: 2000px) and (-webkit-max-device-pixel-ratio: 1.5), (max-width: 2000px) and (max-resolution: 191dpi) {
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-extramedium.jpg);
  }
}
@media (max-width: 1000px) and (-webkit-max-device-pixel-ratio: 1.5), (max-width: 1000px) and (max-resolution: 191dpi) {
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-medium.jpg);
  }
}
@media (max-width: 500px) and (-webkit-max-device-pixel-ratio: 1.5), (max-width: 500px) and (max-resolution: 191dpi) {
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-small.jpg);
  }
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  padding: 0;
  margin: 0 20px;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(_assets/img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
.fancybox [class^="icon-"],
.fancybox [class*=" icon-"] {
  color: #d6a94d;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 2em;
  transition: all 400ms ease;
}
.fancybox:hover [class^="icon-"],
.fancybox:hover [class*=" icon-"] {
  font-size: 4em;
  bottom: 7px;
  right: 7px;
  color: #fff;
  animation: none;
}
.fancybox .icon-plus {
  animation: blink 2s infinite;
  text-shadow: 0px 0px 3px #003755;
}
@keyframes blink {
  0% {
    opacity: 0.5;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.7, 1.7);
  }
  100% {
    opacity: 0.5;
    transform: scale(1, 1);
  }
}
picture img {
  width: 100%;
}
.fancybox-inner picture img {
  max-width: 2500px;
}
a.fancybox-nav:hover {
  border-bottom: none;
}
#subHead {
  background-image: url(/_assets/img/header/subhead-extralarge.jpg);
}
.fixed.line {
  background-image: url(/_assets/img/fixed/paintbooth-extralarge.jpg);
}
.fixed.brake {
  background-image: url(/_assets/img/fixed/brake-extralarge.jpg);
}
.fixed.outdoor {
  background-image: url(/_assets/img/fixed/outdoor-extralarge.jpg);
}
.fixed.fabrication {
  background-image: url(/_assets/img/fixed/fabrication-extralarge.jpg);
}
.fixed.acro {
  background-image: url(/_assets/img/fixed/acro-extralarge.jpg);
}
.fixed.laser {
  background-image: url(/_assets/img/fixed/laser-extralarge.jpg);
}
.fixed.grinding {
  background-image: url(/_assets/img/fixed/grinding-extralarge.jpg);
}
.fixed.paint {
  background-image: url(/_assets/img/fixed/paint-extralarge.jpg);
}
.fixed.wetpaint {
  background-image: url(/_assets/img/fixed/wetpaint-extralarge.jpg);
}
.fixed.powder {
  background-image: url(/_assets/img/fixed/powder-extralarge.jpg);
}
.fixed.trubend {
  background-image: url(/_assets/img/fixed/trubend-extralarge.jpg);
}
.fixed.equipment {
  background-image: url(/_assets/img/fixed/equipment-extralarge.jpg);
}
@media (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1250px) and (min-resolution: 192dpi) {
  .fixed.line {
    background-image: url(/_assets/img/fixed/paintbooth-large.jpg);
  }
  .fixed.brake {
    background-image: url(/_assets/img/fixed/brake-large.jpg);
  }
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-large.jpg);
  }
  .fixed.fabrication {
    background-image: url(/_assets/img/fixed/fabrication-large.jpg);
  }
  .fixed.acro {
    background-image: url(/_assets/img/fixed/acro-large.jpg);
  }
  .fixed.laser {
    background-image: url(/_assets/img/fixed/laser-large.jpg);
  }
  .fixed.grinding {
    background-image: url(/_assets/img/fixed/grinding-large.jpg);
  }
  .fixed.paint {
    background-image: url(/_assets/img/fixed/paint-large.jpg);
  }
  .fixed.wetpaint {
    background-image: url(/_assets/img/fixed/wetpaint-large.jpg);
  }
  .fixed.powder {
    background-image: url(/_assets/img/fixed/powder-large.jpg);
  }
  .fixed.trubend {
    background-image: url(/_assets/img/fixed/trubend-large.jpg);
  }
  .fixed.equipment {
    background-image: url(/_assets/img/fixed/equipment-large.jpg);
  }
  #subHead {
    background-image: url(/_assets/img/header/subhead-large.jpg);
  }
}
@media (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1000px) and (min-resolution: 192dpi) {
  .fixed.line {
    background-image: url(/_assets/img/fixed/paintbooth-extramedium.jpg);
  }
  .fixed.brake {
    background-image: url(/_assets/img/fixed/brake-extramedium.jpg);
  }
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-extramedium.jpg);
  }
  .fixed.fabrication {
    background-image: url(/_assets/img/fixed/fabrication-extramedium.jpg);
  }
  .fixed.acro {
    background-image: url(/_assets/img/fixed/acro-extramedium.jpg);
  }
  .fixed.laser {
    background-image: url(/_assets/img/fixed/laser-extramedium.jpg);
  }
  .fixed.grinding {
    background-image: url(/_assets/img/fixed/grinding-extramedium.jpg);
  }
  .fixed.paint {
    background-image: url(/_assets/img/fixed/paint-extramedium.jpg);
  }
  .fixed.wetpaint {
    background-image: url(/_assets/img/fixed/wetpaint-extramedium.jpg);
  }
  .fixed.powder {
    background-image: url(/_assets/img/fixed/powder-extramedium.jpg);
  }
  .fixed.trubend {
    background-image: url(/_assets/img/fixed/trubend-extramedium.jpg);
  }
  .fixed.equipment {
    background-image: url(/_assets/img/fixed/equipment-extramedium.jpg);
  }
  #subHead {
    background-image: url(/_assets/img/header/subhead-extramedium.jpg);
  }
}
@media (max-width: 500px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 500px) and (min-resolution: 192dpi) {
  .fixed.line {
    background-image: url(/_assets/img/fixed/paintbooth-medium.jpg);
  }
  .fixed.brake {
    background-image: url(/_assets/img/fixed/brake-medium.jpg);
  }
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-medium.jpg);
  }
  .fixed.fabrication {
    background-image: url(/_assets/img/fixed/fabrication-medium.jpg);
  }
  .fixed.acro {
    background-image: url(/_assets/img/fixed/acro-medium.jpg);
  }
  .fixed.laser {
    background-image: url(/_assets/img/fixed/laser-medium.jpg);
  }
  .fixed.grinding {
    background-image: url(/_assets/img/fixed/grinding-medium.jpg);
  }
  .fixed.paint {
    background-image: url(/_assets/img/fixed/paint-medium.jpg);
  }
  .fixed.wetpaint {
    background-image: url(/_assets/img/fixed/wetpaint-medium.jpg);
  }
  .fixed.powder {
    background-image: url(/_assets/img/fixed/powder-medium.jpg);
  }
  .fixed.trubend {
    background-image: url(/_assets/img/fixed/trubend-medium.jpg);
  }
  .fixed.equipment {
    background-image: url(/_assets/img/fixed/equipment-medium.jpg);
  }
  #subHead {
    background-image: url(/_assets/img/header/subhead-medium.jpg);
  }
}
@media (max-width: 250px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 250px) and (min-resolution: 192dpi) {
  .fixed.line {
    background-image: url(/_assets/img/fixed/paintbooth-small.jpg);
  }
  .fixed.brake {
    background-image: url(/_assets/img/fixed/brake-small.jpg);
  }
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-small.jpg);
  }
  .fixed.fabrication {
    background-image: url(/_assets/img/fixed/fabrication-small.jpg);
  }
  .fixed.acro {
    background-image: url(/_assets/img/fixed/acro-small.jpg);
  }
  .fixed.laser {
    background-image: url(/_assets/img/fixed/laser-small.jpg);
  }
  .fixed.grinding {
    background-image: url(/_assets/img/fixed/grinding-small.jpg);
  }
  .fixed.paint {
    background-image: url(/_assets/img/fixed/paint-small.jpg);
  }
  .fixed.wetpaint {
    background-image: url(/_assets/img/fixed/wetpaint-small.jpg);
  }
  .fixed.powder {
    background-image: url(/_assets/img/fixed/powder-small.jpg);
  }
  .fixed.trubend {
    background-image: url(/_assets/img/fixed/trubend-small.jpg);
  }
  .fixed.equipment {
    background-image: url(/_assets/img/fixed/equipment-small.jpg);
  }
  #subHead {
    background-image: url(/_assets/img/header/subhead-small.jpg);
  }
}
@media (max-width: 2500px) and (-webkit-max-device-pixel-ratio: 1.5), (max-width: 2500px) and (max-resolution: 191dpi) {
  .fixed.line {
    background-image: url(/_assets/img/fixed/paintbooth-large.jpg);
  }
  .fixed.brake {
    background-image: url(/_assets/img/fixed/brake-large.jpg);
  }
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-large.jpg);
  }
  .fixed.fabrication {
    background-image: url(/_assets/img/fixed/fabrication-large.jpg);
  }
  .fixed.acro {
    background-image: url(/_assets/img/fixed/acro-large.jpg);
  }
  .fixed.laser {
    background-image: url(/_assets/img/fixed/laser-large.jpg);
  }
  .fixed.grinding {
    background-image: url(/_assets/img/fixed/grinding-large.jpg);
  }
  .fixed.paint {
    background-image: url(/_assets/img/fixed/paint-large.jpg);
  }
  .fixed.wetpaint {
    background-image: url(/_assets/img/fixed/wetpaint-large.jpg);
  }
  .fixed.powder {
    background-image: url(/_assets/img/fixed/powder-large.jpg);
  }
  .fixed.trubend {
    background-image: url(/_assets/img/fixed/trubend-large.jpg);
  }
  .fixed.equipment {
    background-image: url(/_assets/img/fixed/equipment-large.jpg);
  }
  #subHead {
    background-image: url(/_assets/img/header/subhead-large.jpg);
  }
}
@media (max-width: 2000px) and (-webkit-max-device-pixel-ratio: 1.5), (max-width: 2000px) and (max-resolution: 191dpi) {
  .fixed.line {
    background-image: url(/_assets/img/fixed/paintbooth-extramedium.jpg);
  }
  .fixed.brake {
    background-image: url(/_assets/img/fixed/brake-extramedium.jpg);
  }
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-extramedium.jpg);
  }
  .fixed.fabrication {
    background-image: url(/_assets/img/fixed/fabrication-extramedium.jpg);
  }
  .fixed.acro {
    background-image: url(/_assets/img/fixed/acro-extramedium.jpg);
  }
  .fixed.laser {
    background-image: url(/_assets/img/fixed/laser-extramedium.jpg);
  }
  .fixed.grinding {
    background-image: url(/_assets/img/fixed/grinding-extramedium.jpg);
  }
  .fixed.paint {
    background-image: url(/_assets/img/fixed/paint-extramedium.jpg);
  }
  .fixed.wetpaint {
    background-image: url(/_assets/img/fixed/wetpaint-extramedium.jpg);
  }
  .fixed.powder {
    background-image: url(/_assets/img/fixed/powder-extramedium.jpg);
  }
  .fixed.trubend {
    background-image: url(/_assets/img/fixed/trubend-extramedium.jpg);
  }
  .fixed.equipment {
    background-image: url(/_assets/img/fixed/equipment-extramedium.jpg);
  }
  #subHead {
    background-image: url(/_assets/img/header/subhead-extramedium.jpg);
  }
}
@media (max-width: 1000px) and (-webkit-max-device-pixel-ratio: 1.5), (max-width: 1000px) and (max-resolution: 191dpi) {
  .fixed.line {
    background-image: url(/_assets/img/fixed/paintbooth-medium.jpg);
  }
  .fixed.brake {
    background-image: url(/_assets/img/fixed/brake-medium.jpg);
  }
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-medium.jpg);
  }
  .fixed.fabrication {
    background-image: url(/_assets/img/fixed/fabrication-medium.jpg);
  }
  .fixed.acro {
    background-image: url(/_assets/img/fixed/acro-medium.jpg);
  }
  .fixed.laser {
    background-image: url(/_assets/img/fixed/laser-medium.jpg);
  }
  .fixed.grinding {
    background-image: url(/_assets/img/fixed/grinding-medium.jpg);
  }
  .fixed.paint {
    background-image: url(/_assets/img/fixed/paint-medium.jpg);
  }
  .fixed.wetpaint {
    background-image: url(/_assets/img/fixed/wetpaint-medium.jpg);
  }
  .fixed.powder {
    background-image: url(/_assets/img/fixed/powder-medium.jpg);
  }
  .fixed.trubend {
    background-image: url(/_assets/img/fixed/trubend-medium.jpg);
  }
  .fixed.equipment {
    background-image: url(/_assets/img/fixed/equipment-medium.jpg);
  }
  #subHead {
    background-image: url(/_assets/img/header/subhead-medium.jpg);
  }
}
@media (max-width: 500px) and (-webkit-max-device-pixel-ratio: 1.5), (max-width: 500px) and (max-resolution: 191dpi) {
  .fixed.line {
    background-image: url(/_assets/img/fixed/paintbooth-small.jpg);
  }
  .fixed.brake {
    background-image: url(/_assets/img/fixed/brake-small.jpg);
  }
  .fixed.outdoor {
    background-image: url(/_assets/img/fixed/outdoor-small.jpg);
  }
  .fixed.fabrication {
    background-image: url(/_assets/img/fixed/fabrication-small.jpg);
  }
  .fixed.acro {
    background-image: url(/_assets/img/fixed/acro-small.jpg);
  }
  .fixed.laser {
    background-image: url(/_assets/img/fixed/laser-small.jpg);
  }
  .fixed.grinding {
    background-image: url(/_assets/img/fixed/grinding-small.jpg);
  }
  .fixed.paint {
    background-image: url(/_assets/img/fixed/paint-small.jpg);
  }
  .fixed.wetpaint {
    background-image: url(/_assets/img/fixed/wetpaint-small.jpg);
  }
  .fixed.powder {
    background-image: url(/_assets/img/fixed/powder-small.jpg);
  }
  .fixed.trubend {
    background-image: url(/_assets/img/fixed/trubend-small.jpg);
  }
  .fixed.equipment {
    background-image: url(/_assets/img/fixed/equipment-small.jpg);
  }
  #subHead {
    background-image: url(/_assets/img/header/subhead-small.jpg);
  }
}
/*************RESPONSIVE CODE*****************/
@media screen and (max-width: 1300px) {
  .button-group button {
    padding: 9px 11px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 13.5px;
  }
  #header h1 {
    font-size: 2em;
  }
  #header h2 {
    font-size: 1.3em;
    padding-bottom: 30px;
  }
  h3 {
    font-size: 1.6em;
  }
  h4,
  #header h4 {
    font-size: 1.2em;
    font-weight: 400;
  }
  header nav ul > li {
    padding: 0 .5em;
  }
  header div#mainLogo {
    margin-top: -17px;
  }
  section.white {
    padding: 72px 0;
  }
  .subfooter {
    padding: 20px 0;
  }
  footer {
    padding: 75px 0 50px;
  }
  footer .centerCol {
    width: 35%;
    margin-left: 9%;
  }
  .grid .portfolioItem {
    height: 200px;
  }
  .button-group button {
    letter-spacing: 1px;
  }
  .info .socials a > span {
    font-size: 3em;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 13px;
  }
  #opacity.darken {
    opacity: .1;
    -webkit-transition: all, 400ms, ease;
    -moz-transition: all, 400ms, ease;
    -o-transition: all, 400ms, ease;
    -ms-transition: all, 400ms, ease;
    transition: all, 400ms, ease;
  }
  #metalwork-link {
    display: none;
  }
  header {
    height: 60px;
  }
  header div#mainLogo {
    margin: -35px 0 0 0;
  }
  header div#mainLogo a {
    display: block;
    text-align: center;
  }
  header div#mainLogo .icon-logo-main-v2 {
    font-size: 10em;
  }
  header nav {
    position: absolute;
    width: 30%;
    right: 0;
    top: -23px;
    -webkit-transition: height, 400ms, ease;
    -moz-transition: height, 400ms, ease;
    -o-transition: height, 400ms, ease;
    -ms-transition: height, 400ms, ease;
    transition: height, 400ms, ease;
  }
  header nav #nav {
    display: block;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: -10px;
    font-size: 7em;
  }
  header nav #nav:hover {
    color: #003755;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  header nav ul {
    height: 0;
    overflow: hidden;
  }
  header nav ul.expand {
    height: auto;
    text-align: right;
    margin-top: 90px;
    overflow: visible;
  }
  header nav ul li {
    display: block;
    line-height: 3em;
    padding: 0;
  }
  header nav ul li span.icon-arrow-double:hover {
    color: #d6a94d;
  }
  header nav ul li a:hover {
    color: #d6a94d;
  }
  header nav ul li.drop {
    margin: 0 -30px -20px 0;
  }
  header nav ul li.drop ul {
    position: relative;
    background-color: transparent;
    margin: 0px -20px 20px -30px;
  }
  header nav ul li.drop ul li {
    margin: 0;
  }
  header nav ul li.drop ul.expanded {
    margin-bottom: 25px!important;
    height: auto;
  }
  header nav ul li span.icon-arrow-double {
    top: 5px;
  }
  #metalwork .four article {
    width: 47%;
  }
  #metalwork .four article:first-child {
    display: none;
  }
  #metalwork .four article:last-child {
    display: none;
  }
  .fixed {
    height: 140px;
  }
  .grid .portfolioItem {
    height: 180px;
  }
  .button-group button {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 12.5px;
  }
  header nav #nav {
    top: 7px;
  }
  #header video {
    margin-top: 0;
  }
  .grid .portfolioItem {
    height: 160px;
  }
  h3 {
    padding-bottom: 35px;
  }
  .button-group button {
    padding: 9px 10px;
  }
  .info h3 {
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 12px;
  }
  #header video {
    margin-top: 60px;
  }
  header nav #nav {
    top: 13px;
  }
  header nav ul li.drop ul {
    margin-right: -10px;
  }
  footer .leftCol {
    width: 20%;
  }
  footer .leftCol .icon-iso-badge {
    font-size: 10em;
  }
  footer .centerCol {
    width: 42%;
  }
  .grid .portfolioItem {
    height: 140px;
  }
  .btn {
    font-size: 1em;
  }
  .twoCol a.fancyboxImg {
    width: 40%;
  }
  .twoCol .text {
    width: 55%;
  }
  p {
    margin-bottom: 30px;
  }
  .button-group button {
    padding: 9px 6px;
  }
}
@media screen and (max-width: 800px) {
  #header video {
    width: 120%;
  }
  section.white,
  section.dark {
    padding: 60px 0;
  }
  .highlight span {
    width: 15%;
  }
  .highlight .text {
    width: 84%;
  }
  .button-group button {
    padding: 9px 2px;
  }
  .info .socials a > span {
    margin-right: .05em;
  }
}
@media screen and (max-width: 700px) {
  #header video {
    width: 130%;
  }
  #header h1 {
    font-size: 1.8em;
  }
  .four article {
    width: 47%;
  }
  .four article:first-child {
    margin-bottom: 50px;
  }
  .four article:nth-child(2) {
    margin-bottom: 50px;
  }
  #metalwork .four article {
    margin-bottom: 0;
  }
  .grid .portfolioItem {
    width: 49%;
    height: 210px;
  }
  footer ul > li ul li {
    padding-left: 20px;
  }
  .grid .portfolioItem .container {
    opacity: 1;
  }
  .grid .portfolioItem img {
    opacity: .2;
  }
  .dark.slider {
    display: none;
  }
  section.sliderComp {
    padding-bottom: 0;
  }
  .cta.alt h4 {
    width: 83%;
  }
  .button-group button {
    padding: 9px 22px;
  }
  .info {
    width: 100%;
  }
  .info .socials {
    margin: 0 0 40px;
  }
  .formContainer {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  header div#mainLogo {
    width: 50%;
    margin: -20px 0 0 0;
  }
  header div#mainLogo .icon-logo-main-v2 {
    font-size: 8em;
  }
  header nav ul li {
    line-height: 3.4em;
  }
  #header video {
    width: 160%;
  }
  #header .inner div {
    top: 850px;
  }
  header nav ul li.drop ul {
    margin-right: -5px;
  }
  header nav ul li span.icon-arrow-double {
    top: 7px;
  }
  .grid .portfolioItem {
    height: 190px;
  }
  footer .leftCol {
    width: 100%;
    margin-bottom: 60px;
  }
  footer .centerCol {
    width: 62%;
    margin-left: 0;
  }
  footer .centerCol li {
    padding-left: 0;
  }
  footer .centerCol li li {
    padding-left: 20px;
  }
  footer .rightCol {
    width: 37%;
    margin-left: 0;
  }
  #footerLogo {
    display: block;
    margin-bottom: 80px;
  }
  #footerLogo .icon-logo-main-v2 {
    font-size: 16em;
  }
  footer div#mainLogo {
    display: inline-block;
    width: 30%;
    vertical-align: top;
  }
  footer .address {
    display: inline-block;
    width: 60%;
    margin-left: 9%;
  }
  footer .address p {
    font-size: 1.3em;
    line-height: 1.7em;
    text-align: left;
  }
  ul.twoCol {
    width: 100%;
    margin: 0;
  }
  ul.twoCol.two {
    margin: 0 0 50px;
  }
  h2 {
    padding-bottom: 40px;
  }
  ul.twoCol.two {
    margin-bottom: 0;
  }
  .highlight span {
    width: 20%;
  }
  .highlight .text {
    width: 79%;
  }
  .twoCol a.fancyboxImg {
    width: 100%;
    margin-bottom: 30px;
  }
  .twoCol .text {
    width: 100%;
  }
  .cta h5 {
    margin-top: .5em;
  }
  .cta h5 span {
    display: none;
  }
  .cta .btn {
    margin-top: 0;
  }
  .button-group button {
    padding: 9px 13px;
  }
}
@media screen and (max-width: 500px) {
  header nav {
    width: 40%;
  }
  header nav ul.expand {
    margin-right: 10%;
  }
  #header video {
    width: 200%;
  }
  #header .inner div {
    top: 837px;
  }
  .grid .portfolioItem {
    height: 150px;
  }
  #footerLogo .icon-logo-main-v2 {
    font-size: 13em;
  }
  .cta.alt h4 {
    width: 73%;
  }
  .button-group button {
    padding: 9px 16px;
  }
}
@media screen and (max-width: 400px) {
  header div#mainLogo {
    margin-top: -14px;
  }
  header div#mainLogo .icon-logo-main-v2 {
    font-size: 5em;
  }
  header {
    height: 32px;
    margin-top: 40px;
  }
  header .inner #contactLink {
    top: -30px;
  }
  header nav {
    top: -37px;
    width: 50%;
  }
  header .inner #contactLink a {
    font-size: .7em;
  }
  #header .inner div {
    top: 845px;
  }
  #header video {
    width: 130%;
    margin-top: 70px;
  }
  #header h1 {
    font-size: 1.5em;
  }
  #header h2 {
    font-size: 1em;
  }
  #header h4 {
    font-size: 1em;
  }
  #metalwork .four article {
    width: 100%;
  }
  #metalwork .four article:nth-child(2) {
    margin-bottom: 30px;
  }
  .four article {
    width: 100%;
  }
  .four article:nth-child(3) {
    margin-bottom: 50px;
  }
  h3 {
    font-size: 1.4em;
  }
  .grid .portfolioItem {
    width: 100%;
    height: 230px;
  }
  #footerLogo {
    margin-bottom: 40px;
  }
  #footerLogo .icon-logo-main-v2 {
    font-size: 10em;
  }
  footer .leftCol {
    margin-bottom: 30px;
  }
  footer .leftCol .icon-iso-badge {
    font-size: 5em;
  }
  footer .address {
    width: 61%;
    margin-left: 7%;
  }
  footer .address p {
    font-size: 1em;
  }
  footer .centerCol,
  footer .rightCol {
    width: 100%;
  }
  footer .rightCol ul > li a {
    margin-bottom: 22px;
  }
  footer .rightCol li {
    padding-left: 0;
  }
  .subfooter p {
    font-size: .8em;
    text-align: center;
  }
  .highlight span {
    width: 30%;
  }
  .highlight .text {
    width: 68%;
  }
  .cta h5 {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .cta .btn {
    float: none;
    width: 100%;
    letter-spacing: 1px;
    display: block;
    text-align: center;
  }
  .cta.alt .icon-i-punch {
    display: none;
  }
  .cta.alt h4 {
    width: 100%;
  }
  .formContainer .left,
  .formContainer .right {
    width: 100%;
    margin: 0;
  }
}
/*# sourceMappingURL=styles.css.map */