@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    letter-spacing: -0.03em;
}
.headline {
    color: rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .headline {
        font-size: 60px;
        padding-bottom: 30px;
        margin-bottom: 60px;
   }
}
.btn {
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #333;
    color: #fff;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    height: 50px;
    padding: 17px 70px 17px 20px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    background-image: none;
    border: none;
}
.btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 23px;
    padding: 12px 0 13px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.1);
}
.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
}
.btn-outline .icon {
    height: 48px;
    background-color: transparent;
}
.btn-outline:hover,
.btn-outline:focus {
    border: 1px solid #fff;
    background-color: #fff;
}
.btn-outline:hover .icon,
.btn-outline:focus .icon {
    border: none;
    background-color: #fff;
}
.btn-success {
    background-color: #FCBD23;
}
.btn-success:hover,
.btn-success:focus {
    background-color: #E3A40A;
    border-color: #E3A40A;
}
.btn-success .icon {
    background-color: #E3A40A;
}
.label-success {
    background-color: #E3A40A;
    padding: 10px 15px;
    border-radius: 2px;
}
.btn-primary {
    background-color: #385072;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #1F3759;
    border-color: #1F3759;
}
.btn-primary .icon {
    background-color: #1F3759;
}
.navbar-default {
    background-color: #fff;
}
.navbar .container {
    position: relative;
}
.topnav {
    position: absolute;
    top: 20px;
    right: 10px;
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
}
.navbar-autohide.is-hidden .topnav {
    top: -70px;
}
.topnav > li {
    display: inline;
}
.topnav > li > img {
    height: 50px;
}
.container > .navbar-header {
    -webkit-transition: margin-top .4s ease;
    -o-transition: margin-top .4s ease;
    transition: margin-top .4s ease;
}
@media (min-width: 992px) {
    .container > .navbar-header {
        margin-top: 40px;
    }
    .navbar-header .navbar-brand {
      padding: 0 15px;
    }
}
.navbar-autohide {
  /*transition: transform .5s;*/
    height: 150px;
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
}
.navbar-autohide.is-hidden {
  /*transform: translateY(-70px);*/
    height: 80px;
}
.navbar-autohide.is-hidden .container > .navbar-header {
    margin-top: 10px;
}
.navbar-autohide.is-hidden .navbar-header .navbar-brand {
    padding: 5px 15px;
}
.navbar-brand > img {
    height: 40px;
}
@media (min-width: 992px) {
    .navbar-brand > img {
        height: 70px;
        -webkit-transition: height .4s ease;
        -o-transition: height .4s ease;
        transition: height .4s ease;
    }
}
.navbar-autohide.is-hidden .navbar-brand > img {
    height: 50px;
}
.navbar-nav {
    margin-top: 100px;
    -webkit-transition: margin-top .4s ease;
    -o-transition: margin-top .4s ease;
    transition: margin-top .4s ease;
}
.navbar-autohide.is-hidden .navbar-nav {
    margin-top: 28px;
}
.navbar-default .navbar-nav > li > a {
    color: #6B83A5;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 32.5px;
        padding-bottom: 32.5px;
    }
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #1F3759;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #1F3759;
    background-color: #fff;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a {
  transition: color 0.2s ease 0.05s;
}

.navbar-trigger-open a {
    background-color: transparent;
}
.navbar.side-menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
@media (min-width: 768px) {
	.navbar.side-menu {
	  width: 300px;
	}
}
.navbar.side-menu .container {
    margin: 0;
    padding: 0;
    width: auto;
}
.navbar.side-menu .navbar-nav {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 61px 0 0 0;
    padding: 15px;
    background-color: #051D3F;
}
.navbar.side-menu .navbar-nav > li {
    float: none;
}
.navbar.side-menu .navbar-nav > li > a {
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 15px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.navbar.side-menu .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar.side-menu .navbar-nav > li.active > a {
  background-color: transparent;
  color: #fff;
}
  .navbar.side-menu.left-slide-menu {
    left: -300px;
  }
  .navbar.side-menu.left-slide-menu.active {
    left: 0;
  }
  .navbar.side-menu.right-slide-menu {
    right: -100%;
    left: auto;
  }
@media (min-width: 768px) {
    .navbar.side-menu.right-slide-menu {
        right: -300px;
	}
}
.navbar.side-menu.right-slide-menu.active {
    right: 0;
}
.navbar-trigger-open {
  float: right;
  margin-top: 8px;
}
.navbar-trigger-open a {
  color: #385072;
  font-size: 28px;
  padding: 5px 15px;
}
.navbar-trigger-open.left {
  left: 0;
  margin-left: 20px;
}
.navbar-trigger-open.right {
  right: 0;
  margin-right: 20px;
}
.navbar-trigger-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 61px;
    width: 61px;
    text-align: center;
    background-color: #051D3F;
}
.navbar-trigger-close a {
    color: #fff;
    font-size: 44px;
    line-height: 60px;
    font-weight: 300;
    text-decoration: none;
}
.navbar-trigger-close a:hover {
    color: #fff;
}
@media (min-width: 992px) {
    .navbar-trigger-open {
        margin-top: 15px;
    }
    .navbar-trigger-open a {
        padding: 15px;
    }
}


body, html {
    width: 100%;
    height: 100%;
}
body {
  padding-top: 60px;
  overflow-x: hidden;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
    body {
        padding-top: 150px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .m-t-40-sm {
        margin-top: 40px;
    }
}
.jumbotron {
    height: 500px;
}
.jumbotron h1 {
    color: #fff;
}
.google-map { padding: 0; margin: 0; width: 100%; }
.google-map label { width: auto; display: inline; }
.google-map img { max-width: none; }
.jumbotron.contact-map {
    padding: 0; margin: 0;
}
#contact-map {
	height: 500px;
}
#intro {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media (min-width: 1280px) {
    #intro {
        padding: 0px;
        background-attachment: fixed;
    }
}
#intro .intro-body {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
}
#intro .intro-body h1 {
    color: #fff;
    font-weight: 300;
    font-size: 48px;
    text-transform: uppercase;
}
#intro .intro-body .page-scroll {
  margin-top: 20px;
}
@media (min-width: 768px) {
    #intro .intro-body .page-scroll {
        margin-top: 40px;
    }
}

#headline {
    background: url('../images/aluminium.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 60px;
    margin-bottom: 5px;
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.5);
}
@media (min-width: 992px) {
    #headline {
    	padding-top: 80px;
    }
}
#headline h1 {
    color: #474747;
}

.section {
	background-color: #fff;
	color: inherit;
	position: relative;
	padding: 30px 0 60px;
	overflow: hidden;
}
@media (min-width: 992px) {
    .section {
    	padding: 90px 0;
    }
}
.section-thin {
    padding: 0;
}
.section-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.section-shaded {
	background-color: #f1f1f1;
	padding-top: 70px;
}
.section-dark {
	background-color: #385072;
	color: #fff;
}
.section-dark h1 {
	font-family: "Montserrat", sans-serif;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
}
.section-accent {
    background-color: #E3A40A;
    color: #fff;
}
.section-accent h2 {
    color: rgba(0, 0, 0, 0.6);
}

.featurette:not(:last-child) {
    margin-bottom: 100px;
}
.featurette-text {
    padding-top: 10px;
}
.featurette-text h2 {
    margin-bottom: 20px;
}

.row-capabilities {
    margin: 0 0 100px;
}
.table-capabilities {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 2px;
}
.metal {
    padding-right: 10px;
}
.metal-plate { color: #fff; }
.metal-mild-steel { color: #605E5C; }
.metal-stainless-steel { color: #8D9093; }
.metal-aluminium { color: #908D8D; }
.metal-copper { color: #A95225; }
.metal-brass { color: #AC8A0B; }

address.first {
    margin-top: 30px;
}
.address-left {
    float: left;
    width: 40px;
}
.address-left .fa {
    font-size: 22px;
    line-height: 26px;
}
.address-right {
    float: left;
}

.example-col {
    padding: 0;
}
.example-col img {
    display: block;
    width: 100.1%;
    height: auto;
}


/**
 * ========================================
 * CLOSING
 * ========================================
 */
.closing-shout {
	font-size: 24px;
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
}
.closing-shout img {
    height: 80px;
}
@media (min-width: 992px) {
    .closing-shout img {
        height: 100px;
    }
}

/**
 * ========================================
 * FOOTER
 * ========================================
 */
footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}
.footer {
    background-color: #385072;
    color: rgba(255, 255, 255, 0.25);
    padding: 60px 0;
    font-size: 14px;
}
.footer-bottom {
    background-color: #1F3759;
    color: rgba(255, 255, 255, 0.25);
    padding: 60px 0;
    font-size: 14px;
}
