﻿html {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-family: 'Open Sans', sans-serif;
    background-image: url(/Images/background-ship.jpg);
    background-position: center top;
    background-size: 1700px auto;
    color: #31353d;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.content-wrapper {
    width: 1110px;
    padding: 0 30px;
    margin: auto;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
}

nav {
    float: left;
    background-color: #31353d;
    width: calc(100% - 224px);
    display: table;
    height: 110px;
}

    nav a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        color: #fff;
        line-height: 1em;
        font-weight: bold;
        font-size: 1.5rem;
    }

        nav a.active {
            color: #3498db;
        }

.mobile-menu {
    display: none;
}

.logo {
    float: left;
    width: 224px;
}

h1 {
    font-size: 5.3rem;
}

h2 {
    font-size: 3.6rem;
    font-weight: 500;
}

h5, h6 {
    font-size: 1.4rem;
    margin-top: .5em;
    margin-bottom: 1em;
    font-weight: 700;
}

.hero {
    padding: 435px 0 390px 0;
    padding: 335px 0 290px 0;
    background-color: rgba(0,0,0,.6);
    color: #fffefe;
    text-align: center;
    overflow: hidden;
}

    .hero h1 {
        margin: 0;
    }

    .hero p {
        margin: 0;
        font-size: 15px;
        font-weight: 300;
    }


.service-list-wrapper {
    background-color: #31353d;
    padding: 40px 0;
    color: #fff;
}

    .service-list-wrapper ul {
        list-style: none;
    }

    .service-list-wrapper li {
        width: calc(50% - 30px);
        margin-right: 30px;
        display: inline-block;
        vertical-align: top;
    }
        .service-list-wrapper li:last-child {
            margin-right: 0;
        }

    .service-list-wrapper .number {
        background-color: #3498db;
        text-align: center;
        width: 65px;
        font-size: 0rem;
        display: block;
        line-height: 2em;
    }

    .service-list-wrapper small {
        display: block;
        font-size: 1.8rem;
        color: #3498db;
    }

.service-list-wrapper a {
        text-align: right;
        display: block;
        text-decoration: none;
        color: #3498db;
    }

        .service-list-wrapper a:hover {
            text-decoration: underline;
        }

.tagline {
    padding: 70px 0;
    background-color: rgba(52, 152, 219, 0.8);
    background-color: rgba(0, 0, 0, 0.6);
    color: #31353d;
    color: #fff;
}

    .tagline p {
        font-size: 2.8rem;
        margin: 0;
        font-weight: bold;
        margin-left: 160px;
    }

        .tagline p small {
            font-weight: 500;
            font-size: 1.4rem;
        }

.snapshots {
    background-color: #e6e6e6;
    padding: 40px 0;
    color: #31353d;
}

    .snapshots .col {
        width: calc(50% - 15px);
        margin-right: 30px;
        background-color: #fff;
        min-height: 400px;
    }

        .snapshots .col:last-child {
            margin-right: 0;
        }

    .snapshots h1 {
        margin: 0;
        color: #3498db;
    }

    .snapshots .inner {
        padding: 40px;
    }

    .snapshots a {
        text-align: right;
        display: block;
        text-decoration: none;
        color: #3498db;
    }

        .snapshots a:hover {
            text-decoration: underline;
        }

    .snapshots img {
        display: block;
        max-width: 100%;
    }

footer {
    background-color: #31353d;
    padding: 13px 0;
}

.logo-footer {
    display: block;
    float: left;
}

.copyright {
    margin: 0;
    text-align: right;
    float: right;
    line-height: 9rem;
    margin-right: 10px;
    color: #fff;
}

.home-connect {
    text-align: center;
    background-color: #e6e6e6;
    padding: 0;
}

    .home-connect h1 {
        color: #fff;
        margin: 0;
        line-height: 10em;
        background-image: url(/Images/background-map.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 2;
    }

        .home-connect h1 span {
            position: relative;
            display: block;
            background-color: rgba(49, 53, 61, 0.60);
        }

    .home-connect a {
        text-decoration: none;
        color: inherit;
    }

    .home-connect p {
        margin: 0;
        padding: 10px 0;
        color: #31353d;
    }

        .home-connect p a {
            text-decoration: none;
            color: #3498db;
        }

            .home-connect p a:hover {
                text-decoration: underline;
            }

.page {
    margin-top: 190px;
}

.col.small {
    float: left;
    width: 350px;
    margin-right: 30px;
}

.col.large {
    float: left;
    width: 730px;
}

.about-company {
    background-color: #31353d;
    color: #fffefe;
    padding: 40px 0;
}

    .about-company h5 {
        color: #3498db;
    }

.color-blue {
    color: #3498db;
}

.dashed-list {
    list-style-type: none;
    padding-left: 1em;
    margin-bottom: 1.5em;
}

    .dashed-list li:before {
        content: "- ";
        text-indent: -5px;
    }

    .dashed-list li {
        text-indent: -8px;
        margin-bottom: .5em;
    }

.about-company .col.large img {
    margin-left: 15px;
}

.company-structure {
    background-color: #fffefe;
    padding: 20px 0;
    color: #31353d;
}

.structure {
    padding: 0;
    list-style: none;
}

    .structure li {
    }

    .structure h5 {
        color: #3498db;
        margin-bottom: 0;
        font-weight: 600;
    }

    .structure p {
        margin-top: 0;
    }

.company-structure-tree {
    background-color: #3498db;
    padding: 40px 0;
}

    .company-structure-tree img {
        display: block;
        margin: auto;
        max-width: 100%;
    }

.services-overview {
    background-color: #31353d;
    padding: 40px 0;
    color: #fffefe;
}

.col-half {
    width: calc(50% - 15px);
    float: left;
    margin-top: 0;
    margin-right: 30px;
}

    .col-half:last-child {
        margin-right: 0;
    }

.services-overview h1 {
    color: #fff;
}

.services-overview img {
    margin-right: 30px;
    display: inline;
    margin-top: 0;
    vertical-align: top;
    margin-bottom: 30px;
}

.services-overview h5 {
    color: #3498db;
}

.service-areas {
    padding: 40px 0;
    background-color: #fff;
}

.services .tab-links {
    text-align: right;
    margin-top: -65px;
    margin-bottom: 30px;
}

.tab-links a {
    font-weight: bold;
    text-decoration: none;
    color: #31353d;
    margin-left: 30px;
    transition: color ease 1s;
}

    .tab-links a.active {
        color: #3498db;
    }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }


.services .tab-content .col.small {
    width: 255px;
    float: left;
    margin-right: 30px;
}

.services .tab-content .col.large {
    width: calc(100% - 255px - 30px);
    float: left;
}

.tab-content img {
    display: block;
    max-width: 100%;
}

.tab-content h5 {
    color: #3498db;
    margin-top: 0;
}

.contact-map {
    height: 464px;
    background-color: #fffefe;
}

.contact-content {
    background-color: #e6e6e6;
    padding: 20px 0;
}

    .contact-content h5 {
        color: #3498db;
    }

    .contact-content .def {
        width: 70px;
        display: inline-block;
    }

.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email] {
    display: block;
    width: calc(100% - 16px - 2px);
    border: 1px solid #31353d;
    padding: 8px;
    margin-bottom: 20px;
}

.contact-form textarea {
    display: block;
    width: calc(100% - 16px - 2px);
    border: 1px solid #31353d;
    padding: 8px;
    font-family: 'Open Sans';
    margin-bottom: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1.4rem;
}

.contact-form .submit {
    display: inline-block;
    margin-right: 20px;
    width: auto;
    padding: 8px;
    border: 1px solid #31353d;
}

    .contact-form .submit:active {
        background-color: #3498db;
    }

::-webkit-input-placeholder {
    color: #31353d;
}

:-moz-placeholder { /* Firefox 18- */
    color: #31353d;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #31353d;
}

:-ms-input-placeholder {
    color: #31353d;
}

.careers .banner {
    height: 539px;
    background: url(/Images/ships-collage.jpg) no-repeat #fff;
    background-position: center top;
}

.career-opportunities {
    background-color: #fffefe;
    padding: 20px 0;
}

    .career-opportunities ul {
        padding: 0;
    }

        .career-opportunities ul li {
            display: block;
            vertical-align: middle;
            margin-bottom: 30px;
            margin-right: 30px;
            width: calc(50% - 30px);
        }

            .career-opportunities ul li:nth-child(2n) {
                margin-right: 0;
            }

    .career-opportunities .count {
        width: 65px;
        float: left;
        text-align: center;
        font-size: 30px;
        line-height: 2.2em;
        margin-right: 30px;
        height: 65px;
        background-color: #3498db;
        color: #fff;
    }

    .career-opportunities .content {
        margin-left: 95px;
    }

    .career-opportunities li h5 {
        margin-top: -.2em;
        color: #3498db;
        margin-bottom: .5em;
    }

    .career-opportunities h5 a {
        color: inherit;
        text-decoration: none;
    }

    .career-opportunities li p {
        margin-top: 0;
    }

    .count.icon-download {
    background-image: url(/Images/Assets/icon-download.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.quality {
    padding: 40px 0;
    background-color: #31353d;
    color: #fff;
}

.certificates-list {
    padding: 0;
    list-style: none;
}

    .certificates-list li {
        margin-bottom: 20px;
    }

    .certificates-list .left-col {
        float: left;
        width: 255px;
        margin-right: 30px;
    }

    .certificates-list .right-col {
        width: calc(100% - 30px - 255px);
        float: left;
    }

    .certificates-list .left-col a {
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
    }

        .certificates-list .left-col a img {
            max-width: 100%;
            display: block;
        }

    .certificates-list h5 {
        color: #3498db;
        margin-top: 0;
    }

    .certificates-list .left-col a span {
        display: block;
        background-color: #fff;
        padding: 5px 0;
        text-align: center;
        border-top: 1px solid;
        border-bottom: 1px solid #fff;
        color: #31353d;
        text-decoration: none;
    }

    .certificates-list .left-col a:hover span {
        background-color: #31353d;
        color: #fff;
    }

    .certificates-list p {
        line-height: 1.8em;
    }
