/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Typography
	#Buttons
	#Generic Styles
	#production
	#Separators
	#Nav
	#Intro
	#costs
	#Services
	#About
	#Contact
	#Media Queries
	#Font-Face */

/* #Typography
================================================== */

h1, h2, h3 {
    font-family: refrigerator-deluxe, sans-serif;
    text-transform: uppercase;
}

p, h4 {
    font-family: refrigerator-deluxe, sans-serif;
}

h1 {
    color: white;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    z-index: 10;
    margin: 14px 0;
    line-height: 42px;
    text-shadow: 1px 1px #000;
}

h2 {
    color: white;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    z-index: 10;
    margin: 14px 0;
    line-height: 42px;
    text-shadow: 1px 1px #000;
}

h3 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 10;
    margin: 14px 0;
    line-height: 42px;
}

p {
    color: white;
    font-size: 20px;
    margin-bottom: -1rem;
    font-weight: 300;
}

h4 {
    font-size: 24px;
    margin-bottom: -1rem;
    font-weight: 300;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333333 -moz-use-text-color #333333 !important;
    color: #333333 !important;
    border: solid 2px #333333;
    margin: 18px 0;
}

#intro .col-xs-12 h3 {
    text-shadow: .5px .5px #000;
}

/* #Buttons
================================================== */

/* #Generic Styles
================================================== */

html {
    overflow-x: hidden;
}

.col-xs-12 {
    width: calc(100% - 1px);
}

.col-xs-8 {
    width: calc(66.666667% - 1px);
}

.col-xs-6 {
    width: calc(50% - 1px);
}

.col-xs-4 {
    width: calc(33.33333% - 1px);
}

.col-xs-3 {
    width: calc(25% - 1px);
}

.col-xs-2 {
    width: calc(16.666667% - 1px);
}

.linked-individual {
    display: none;
}

.linked-first-two {
    display: none;
}

.linked-full-row {
    display: block;
}

.profile-info h4 {
    line-height: 30px;
}

html, body {
    max-width: 100%;
}

.notification {
    display: block;
}

input.text, input.textarea {
    color: white;
}

.no-padding {
    padding: 0;
}

.reliance-button {
    padding: 3px 40px 3px 40px;
    font-family: refrigerator-deluxe, sans-serif;
    font-size: 24px;
    background-color: #F6B311;
    color: white;
    border: none;
    font-weight: 600;
}

.reliance-button:hover {
    color: #404040;
}

a:hover {
    text-decoration: none;
}

i:hover {
    color: #404040;
    cursor: pointer;
}

.action {
    margin-top: 50px;
    padding: 40px 0 20px 0;
    text-align: center;
    border-top: 1px solid #d3d3d3;
}

.action p {
    font-size: 22px;
    font-weight: 600;
    color: #515151;
}

.action p.white {
    color: #ececec;
}

.hidden {
    display: none;
}

.greywave {
    background: url(../imgs/gray-lines.png)repeat !important;
}

.redwave {
    background: url(../imgs/redwave.png)repeat !important;
}

.yellowwave {
    background: url(../imgs/yellow-lines.png)repeat !important;
}

.white {
    color: #fff !important;
}

.black {
    color: #122632 !important;
}

.mastablasta {
    height: 20px;
    margin-top: -19px;
    background: #30393e;
    position: relative;
}

/* #Nav
================================================== */

#nav li a:focus {
    color: #EEA247;
}

nav#home-nav {
    height: 90px;
    background-color: #404040;
    position: fixed;
    opacity: 1;
}

nav {
    background: transparent;
    width: 100%;
    position: relative;
    z-index: 1000;
    height: 46px;
    padding: 8px 0;
}

nav a:hover {
    color: #EEA247;
    cursor: pointer;
}

nav ul {
    padding-top: 35px;
    text-align: right;
    width: calc(100% - 251px);
}

nav ul li {
    display: inline;
    padding: 40px 20px 30px 20px;
    margin: 0;
}

nav a {
    font-family: refrigerator-deluxe, sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.orange-highlight {
    background-color: #EBAB32;
}

.orange-highlight a:focus {
    color: #404040 !important;
}

a:focus {
    text-decoration: none !important;
}

.orange-highlight a:hover {
    color: #404040 !important;
}

a.logo {
    display: inline-block;
    text-indent: -9999px;
    background: url(../imgs/reliance-logo-dark.png)no-repeat;
    width: 250px;
    height: 85px;
    background-position-y: 0;
    transition: background-position .5s ease;
    -webkit-transition: background-position .5s ease;
    -moz-transition: background-position .5s ease;
    -o-transition: background-position .5s ease;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
}

nav.is-sticky {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    background: rgba(17, 15, 15, 0.8);
    width: 100%;
    position: absolute;
}

nav.is-sticky a.logo {
    background-position: 0 -54px;
    transition: background-position .5s ease;
    -webkit-transition: background-position .5s ease;
    -moz-transition: background-position .5s ease;
    -o-transition: background-position .5s ease;
}

nav li {
    text-transform: uppercase;
}

/* Mobile Nav
================================================== */

#nav-icon {
    width: 60px;
    height: 45px;
    position: fixed;
    margin: 50px auto;
    right: 25px;
    top: 90px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #EEA247;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 18px;
}

#nav-icon span:nth-child(4) {
    top: 36px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon {
    display: none;
}

/* #Intro
================================================== */

#intro {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
}

#intro.bg1 {
    background-image: url(../imgs/rpo-main.jpg);
    background-position: 50% 85px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 510px;
}

.boost-production {
    background-image: url(../imgs/rpo-boost.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 135px;
}

#we-optimize {
    top: 200px;
    height: 250px;
    background-color: #404040;
    z-index: 999;
}

#we-optimize h1, #we-optimize h3 {
    text-align: left;
    text-transform: uppercase;
}

#we-optimize h3 {
    margin: 0;
}

#we-optimize .text-info {
    margin-top: 10px;
}

/* #About Us
================================================== */

#about-us {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
}

#about-us.bg2 {
    background-image: url(../imgs/rpo-about.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 310px;
}

#about-us h3 {
    line-height: 16px;
}

#about-us .title {
    margin-top: 40px;
}

#about-us .first {
    margin-top: 20px;
}

#about-us .second {
    margin-top: 20px;
}

/* #About Us
================================================== */

#cost-reduction {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
    margin-top: -5px;
}

#cost-reduction.bg3 {
    background-image: url(../imgs/rpo-reduction.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
}

#cost-reduction .title {
    margin-top: 20px;
}

#cost-reduction .title h4 {
    color: #404040;
    font-weight: normal;
}

#cost-reduction .title h3 {
    margin: 0;
    text-shadow: .5px .5px #000;
}

#cost-reduction .reduction-background {
    height: 350px;
    background-color: #404040;
    opacity: .95;
    margin-top: 50px;
}

.production-image {
    background-image: url(../imgs/rpo-profit.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 300px;
    margin-top: 5px;
    width: 100%;
}

.reduction-background h2 {
    margin: 0;
}

.reduced {
    margin-top: 30px;
}

.reduced h4 {
    color: white;
    margin-bottom: 0px;
    font-weight: 400;
}

.reduced p {
    text-align: left;
}

.bolder {
    color: white;
    margin: 0;
    font-weight: 600;
}

/* #Team
================================================== */

#team {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
    margin-top: -50px;
}

#team.bg4 {
    background-image: url(../imgs/rpo-team.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    padding-bottom: 90px;
}

.title {
    margin-top: 30px;
}

#team .title h3 {
    color: #404040;
    text-shadow: none;
}

#team .title h4 {
    color: white;
    margin-top: -15px;
}

#team .paragraph {
    margin-top: 30px;
    line-height: 25px;
}

#team .profiles {
    margin-top: 50px;
}

.profile-one {
    background-image: url(../imgs/rpo-brandon.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 255px;
}

.profile-two {
    background-image: url(../imgs/rpo-mitchell.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 255px;
}

.profile-three {
    background-image: url(../imgs/rpo-pat.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 255px;
}

.profile-four {
    background-image: url(../imgs/rpo-adam.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 255px;
}

a i {
    color: white;
}

.profile-info {
    margin-top: 10px;
    color: white;
}

.profile-info h3 {
    margin: 0;
    font-weight: 400;
}

.profile-info h4 {
    margin-top: 0px;
    padding-bottom: 10px;
    line-height: 20px;
    font-weight: 400;
}

.profile-info p {
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 30px;
    line-height: 22px;
}

/* #avaition
================================================== */

#aviation {
    width: 100%;
    height: 200px;
    text-align: center;
    z-index: 100;
    margin-top: -20px;
    background-color: #404040;
}

#aviation p {
    text-align: left;
}

.apply-button {
    margin-top: 90px;
}

#aviation .title {
    margin-top: 10px;
}

#aviation.bg-aviation {
    background-image: url(../imgs/rpo-team.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

#aviation .title {
    text-align: center;
    margin-top: 30px;
}

#aviation .text-info {}

#aviation .text-info h4 {
    color: white;
}

#aviation .reliance-aviation {
    background-image: url(../imgs/reliance-aviation.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 280px;
    margin-top: 45px;
}

/* #Join us
================================================== */

#join-us {
    width: 100%;
    height: 200px;
    text-align: center;
    z-index: 100;
    margin-top: -20px;
    background-color: #404040;
}

#join-us h3, #join-us p {
    text-align: left;
}

.apply-button {
    margin-top: 90px;
}

#join-us .title {
    margin-top: 10px;
}

/* #photo-board
================================================== */

.picture {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.picture-1 {
    background-image: url(../imgs/rpo-1.jpg);
}

.picture-2 {
    background-image: url(../imgs/rpo-2.jpg);
}

.picture-3 {
    background-image: url(../imgs/rpo-3.jpg);
}

.picture-4 {
    background-image: url(../imgs/rpo-4.jpg);
}

.picture-5 {
    background-image: url(../imgs/rpo-5.jpg);
}

.picture-6 {
    background-image: url(../imgs/rpo-6.jpg);
}

.picture-7 {
    background-image: url(../imgs/rpo-7.jpg);
}

.picture-8 {
    background-image: url(../imgs/rpo-8.jpg);
}

#photo-board .col-xs-12, #photo-board .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#photo-board .col-xs-3 {
    padding: 0;
    margin: 0;
    height: 300px;
}

/* #RPO process
================================================== */

#process {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
    margin-top: -50px;
}

#process.bg5 {
    background-image: url(../imgs/rpo-process.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
}

#process .process-image {
    background-image: url(../imgs/rpo-process.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 205px;
}

#process .title {
    margin-top: 75px;
    padding-bottom: 25px;
}

#process .title h3 {
    margin: 0;
}

#process .title h4 {
    color: white;
}

.process {
    width: 25%;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.process-1 {
    background-image: url(../imgs/rpo-process-1.png);
}

.process-2 {
    background-image: url(../imgs/rpo-process-2.png);
}

.process-3 {
    background-image: url(../imgs/rpo-process-3.png);
}

/* #ezops
================================================== */

#ezops {
    background-color: #F7B334;
    height: auto;
    padding-bottom: 35px;
}

#ezops .title h3 {
    color: #404040;
    line-height: 26px;
    margin-bottom: 5px;
}

#ezops .title h4 {
    color: white;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
}

#ezops .ezops-picture {
    background-image: url(../imgs/rpo-ezops.jpg);
    /*background-image: url(../imgs/ezops-by-reliance-2.png);*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 280px;
    margin-top: 45px;
}

#ezops .ezops-reliance-logo {
    background-image: url(../imgs/ezops-by-reliance-2.png);
    /*background-image: url(../imgs/ezops-by-reliance-2.png);*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 200px;
    margin-top: 45px;
}

#ezops .ezops-info {
    margin-top: 85px;
}

.ezops-link {
    color: #404040;
    text-decoration: underline;
}

.ezops-link:hover {
    color: white;
    text-decoration: none;
}

/* #brochure
================================================== */

#brochure {
    background-color: #252526;
    height: auto;
}

.safety-image {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 0 auto;
}

.brochure-image {
    background-image: url(../imgs/rpo-brochure.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 70%;
    height: 320px;
    margin: 0 auto;
}

.download-button {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

#brochure input, #brochure textarea {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #333333;
    border: none;
}

#brochure input {
    height: 25px;
}

#brochure textarea {
    height: 100px;
    color: white;
}

.submit-form {
    margin-top: 20px;
}

.submit-form h4 {
    font-size: 18px;
    color: white;
    margin-bottom: 1px;
}

.g-recaptcha {
    margin-top: 0px;
    margin-bottom: 15px;
}

.divider-line {
    margin-top: 30px;
    margin-bottom: 30px;
}

.comply-image {
    background-image: url(../imgs/rpo-comply.png);
    width: 80%;
    height: 100px;
}

.cor-image {
    background-image: url(../imgs/rpo-cor.png);
    width: 30%;
    height: 100px;
}

.acsa-image {
    background-image: url(../imgs/rpo-acsa.png);
    width: 80%;
    height: 100px;
    margin-top: 10px;
}

/* #Apply
================================================== */

#apply {
    margin-top: 90px;
    background-color: #252526;
    height: auto;
}

#apply input, #apply textarea {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #333333;
    border: none;
}

#apply input {
    height: 25px;
}

#apply textarea {
    height: 100px;
    color: white;
}

/* #Footer
================================================== */

#footer {
    width: 100%;
    height: 20px;
    background-color: black;
}

#footer p {
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width: 1600px) {
    #intro .bg1 {
        background: url(../imgs/rpo-main.jpg) 0 0 no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 650px;
        margin-top: -65px;
    }
    #production .bg2 {
        background: #4b5861 url(../imgs/rpo-main.jpg) 0 0 no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin: 0 auto;
        padding-top: 20px;
        position: relative;
        z-index: 200;
        width: 100%;
        min-height: 525px;
        padding-bottom: 0px;
    }
}

/* Smaller than standard 960 (devices and browsers) */

/* #Font-Face
================================================== */

@font-face {
    font-family: 'ref-delux';
    src: url('../fonts/ref-delux.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* media queries
================================================== */

@media (max-width: 1675px) {
    #photo-board .col-xs-3 {
        height: 275px;
    }
}

@media (max-width: 1550px) {
    #photo-board .col-xs-3 {
        height: 250px;
    }
}

@media (max-width: 1400px) {
    #photo-board .col-xs-3 {
        height: 225px;
    }
}

@media (max-width: 1400px) {
    #photo-board .col-xs-3 {
        height: 200px;
    }
}

@media (max-width: 1200px) {
    .profile-info {
        margin-top: -30px;
    }
    a.logo {}
    nav ul li {
        padding: 40px 10px 25px 10px;
    }
    nav ul {
        padding-top: 38px;
    }
    .boost-production {
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important;
    }
    .reduction-background .production-image {
        height: 270px;
        margin-top: 20px;
    }
    .profile-one, .profile-two, .profile-three, .profile-four {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .photo-board .col-xs-3 {
        height: 175px !important;
    }
    .process-image {
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important;
    }
    .process {
        width: 25%;
        height: 75px;
    }
}

@media (max-width: 1050px) {
    #photo-board .col-xs-3 {
        height: 175px;
    }
}

@media (max-width: 1025px) {
    .we-optimize {
        height: 265px !important;
    }
}

@media (max-width: 991px) {
    #ezops .ezops-reliance-logo {
        height: 245px;
    }
    #ezops .ezops-info {
        margin-top: 15px;
    }
    .reliance-aviation-div {
        padding-top: 60px;
    }
    #aviation .title {
        padding-top: 0px;
    }
    #aviation.bg-aviation {
        height: 700px;
    }
    .brochure-image {
        height: 200px;
    }
    #ezops .col-xs-6, #aviation .col-xs-6 {
        width: 100%;
    }
    .process {
        width: 35%;
        height: 75px;
    }
    #process .process-image {
        height: 130px;
    }
    #photo-board .col-xs-3 {
        height: 150px !important;
    }
    .reduction-background .production-image {
        margin: 0 auto;
        margin-top: 20px;
        height: 200px;
    }
    #cost-reduction .reduction-background {
        height: 275px;
    }
    .we-optimize {
        width: 75%;
    }
    #nav-icon {
        display: block;
        float: right;
        margin-top: -66px
    }
    #nav {
        margin-right: -272px;
        width: 220px;
        background-color: #404040;
        opacity: 1 !important;
        margin-top: -20px;
        display: none;
    }
    ul#nav {
        position: fixed;
        top: 110px;
        right: 272px;
        padding: 0;
        border-bottom: solid 1px #333333;
        border-left: solid 1px #333333;
        border-right: solid 1px #333333;
    }
    ul#nav li {
        display: block;
        text-align: center;
        top: 115px;
    }
    nav ul li {
        padding: 5px;
    }
    #about-us .title h3 {
        line-height: 25px;
        padding-bottom: 5px;
    }
    #about-us .title {
        margin-top: 20px;
    }
    #about-us .first {
        margin-top: 0px;
    }
    #about-us.bg2 {
        height: 355px;
    }
    .profile-info {
        margin-top: -100px;
    }
    #team h3 {
        font-size: 23px;
    }
    #join-us {
        height: 235px;
    }
}

@media (max-width: 768px) {
    #aviation.bg-aviation {
        height: 750px;
    }
    #process .reduced .col-xs-4 {
        padding-bottom: 20px;
        width: 100%;
    }
    .process {
        width: 21%;
        height: 110px;
    }
    #process.bg5 {
        height: 1120px;
    }
}

@media (max-width: 767px) {
    .reduced p {
        text-align: center;
    }
    .profile-info p {
        padding-bottom: 10px;
    }
    .linked-first-two {
        display: block;
    }
    .linked-full-row {
        display: none;
    }
    #photo-board .col-xs-3 {
        width: 50%;
        height: 260px !important;
    }
    .we-optimize {
        height: 295px !important;
    }
    #about-us p {
        line-height: 25px;
    }
    #about-us.bg2 {
        height: 355px;
    }
    #we-optimize {
        top: 155px;
    }
    #we-optimize h1 {
        font-size: 36px;
    }
    .reduction-background .production-image {
        height: 150px;
    }
    #cost-reduction .reduction-background {
        height: 225px;
    }
    .profiles .col-xs-3 {
        width: 49%;
        margin-bottom: 15px;
    }
    .profiles .linked-first-two {
        margin-bottom: 25px;
    }
    #team.bg4 {
        height: auto;
    }
    .profile-info {
        margin-top: 20px;
    }
    #join-us {
        height: 270px;
    }
    #intro .col-xs-4 {
        display: none;
    }
}

@media (max-width: 700px) {
    #join-us .col-xs-10 {
        width: 100%;
    }
    .apply-button {
        margin-top: 35px;
    }
    #join-us {
        height: 300px;
    }
}

@media (max-width: 553px) {
    #brochure .col-xs-4, #brochure .col-xs-8 {
        width: 100%;
        text-align: center;
    }
    .submit-button {
        float: left;
    }
    #brochure form h4 {
        text-align: left !important;
    }
    #we-optimize h1 {
        font-size: 32px;
    }
    #join-us {
        height: 325px;
    }
    .process {
        width: 30%;
        height: 150px;
    }
    #process.bg5 {
        height: 1250px;
    }
    .safety-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 535px) {
    .reduction-background .production-image {
        height: 130px;
    }
    #cost-reduction .reduction-background {
        height: 200px;
    }
    #cost-reduction .col-xs-6 {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 512px) {
    .we-optimize {
        height: 295px !important;
    }
    .profile-info {
        margin-top: -25px;
    }
}

@media (max-width: 498px) {
    #we-optimize h1 {
        line-height: 32px;
    }
    #we-optimize h3 {
        line-height: 24px;
    }
}

@media (max-width: 477px) {
    .we-optimize {
        height: 260px !important;
    }
    .reduction-background .production-image {
        height: 100px;
    }
    #cost-reduction .reduction-background {
        height: 175px;
    }
    #cost-reduction h2 {
        font-size: 28px;
    }
}

@media (max-width: 461px) {
    #about-us.bg2 {
        height: 370px;
    }
    #join-us p {
        line-height: 22px
    }
    .process {
        width: 25%;
        height: 105px;
    }
}

@media (max-width: 423px) {
    #about-us.bg2 {
        height: 450px;
    }
    .profile-info {
        margin-top: -60px;
    }
    .process {
        width: 30%;
        height: 115px;
    }
}

@media (max-width: 415px) {
    #we-optimize h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .process {
        display: none;
    }
    #process .reduced .col-xs-4 {
        padding-bottom: 30px;
        width: 100%;
    }
    #process.bg5 {
        height: 1000px;
    }
}

@media (max-width: 382px) {
    .we-optimize {
        height: 265px !important;
    }
    a.logo {
        width: 175px;
        height: 60px;
    }
    .we-optimize {
        height: 260px !important;
    }
    .reduction-background .production-image {
        height: 80px;
    }
    #cost-reduction .reduction-background {
        height: 135px;
    }
    #cost-reduction h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 365px) {
    .profiles .col-xs-3 {
        width: 100%;
    }
    #profiles {
        height: 1600px;
    }
    .profile-info {
        margin-top: 0px;
    }
    #team.bg4 {
        height: auto;
    }
    #join-us {
        height: 340px;
    }
    .g-recaptcha iframe {
        margin-left: -20px;
    }
    .linked-first-two {
        display: none;
    }
    .linked-individual {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 330px) {
    #about-us.bg2 {
        height: 520px;
    }
}
