@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
    font-family: 'AkkuratStdRegular';
    src: url('../fonts/AkkuratStd-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AkkuratStd-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/AkkuratStd-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/AkkuratStd-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'AkkuratStdBold';
    src: url('../fonts/AkkuratStd-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AkkuratStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/AkkuratStd-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/AkkuratStd-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}


* {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
    list-style: none;
    font-size: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    overflow-x: hidden;
}

body {
    margin: auto;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #182825;

    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}

body.overflow {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

article, aside, details, figure, figcaption, footer, header, hgroup, main, nav, section {
    display: block; /* HTML5 Resets for older browsers */
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: inherit;
}

a:hover, a:active {
    color: #009fe3;
}


h1, h2, h3, h4 {
    font-family: 'AkkuratStdBold', Arial, sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 44px;
    line-height: 56px;
}

h2, h3 {
    margin-bottom: 10px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* ********************************************************************************* */
/* 	 CONTAINER */
/* ********************************************************************************* */

div.full-width {
    width: 100%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

div.full-width:after {
    display: table;
    content: "";
    clear: both;
}


/* ********************************************************************************* */
/* 	 GENERAL */
/* ********************************************************************************* */

page, header, section, footer {
    width: 100%;
    display: block;
}

/*page { padding-bottom: 70px; }*/
page header.section-header {
    width: 83.33333333%;
    margin: 0 auto 40px;
    text-align: center;
}

page header.section-header h2 {
    margin-bottom: 15px;
    color: #01597f;
}

    @media (max-width: 1024px) {
        .new-overlay {
            color:#FFF;
            padding: 15px;
            background:#335e96;

        }
    }
    @media (min-width: 1024px) {
        .new-overlay {
            position: absolute;
            top: 127px;
            right: 0px;
            width: 400px;
            background-color: rgba(51,94,150,0.7);
            color:#FFF;
            padding: 15px;
            z-index:5;

        }
    }


section.banner {
    height: 520px;
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;

    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.banner div.full-width header {
    color: #FFF;
    padding-left: 30px;
	padding-right: 30px;
}

section.banner div.full-width {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
}

section.banner div.full-width header h1 {
    margin-bottom: 20px;
}

section.overlay::before, div.overlay::before {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1;

    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
}

section.overlay div.full-width header, div.overlay div.container {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

section.highlight {
    min-height: 300px;
    margin-bottom: 70px;
    color: #FFF;
}

section.highlight div.overlay {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.highlight div.overlay div.container {
    padding: 100px 80px;
}

section.highlight.offshore-installation div.full-width div.overlay {
    background-image: url('../images/offshore-installation.jpg');
}

section.highlight.renewables div.full-width div.overlay {
    background-image: url('../images/renewables.jpg');
}

section.highlight.careers div.full-width div.overlay {
    background-image: url('../images/careers.jpg');
}

section.highlight.careers div.full-width {
    max-width: 1200px;
}


button.button, input.button {
    margin-top: 18px;
    padding: 14px 80px 14px 20px;
    position: relative;
    color: #FFF;
    cursor: pointer;
}

.product.button {
    width: 100%;
}

button.button::after, input.button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    background: url('../images/button-sprite.png') no-repeat right center;
    border-left: 1px solid #484848;
    opacity: .4;
}

button.button:hover, input.button:hover {
    background: #FFF;
    color: #000;
}

button.button:hover::after, input.button:hover::after {
    background-position: left;
    border-left: 1px solid #484848;
}

button.button.primary[disabled] {
    background: #c3c3c3;
}

button.button.primary, input.button.primary {
    background: #009fe3;
}

button.button.primary:hover, input.button.primary:hover {
    background: #FFF;
}

button.button.secondary, input.button.secondary {
    background: #000;
}

button.button.secondary:hover, input.button.secondary:hover {
    background: #FFF;
    text-align: left;
    color: #000;
}

button.button.secondary::after {
    border-left: 1px solid #FFF;
}

button.button.secondary:hover::after {
    border-left: 1px solid #484848;
}

div.bullet-list {
    margin-top: 20px;
}

div.bullet-list div.item {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}


hr.divider {
    height: 1px;
    width: 70%;
    background: #ccc;
    margin: 0 auto;
    display: block;
}

.paragraph a:link, .paragraph a:visited {
    color: #009fe3;
    text-decoration: underline;
}

.paragraph a:hover, .paragraph a:active {
    color: #7c7c7c;
}


div.modal.popup {
    height: 100%;
    width: 100%;
    display: none;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.7);

    font-size: 20px;
    color: #FFF;

    position: fixed;
    top: 0;
    left: 0;

    z-index: 9999;
    overflow: hidden;
}

div.modal.popup.show {
    display: block;
}

div.modal.popup {
    overflow: auto;
}

div.modal.popup div.full-width {
    width: 90%;
    position: relative;
}

div.modal.popup div.thumbnail {
    height: 630px;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.modal.popup div.close {
    height: 50px;
    width: 50px;
    background: #c4e2f8 url('../images/close.png') no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

div.modal.popup div.close:hover {
    background: #FFF url('../images/close.png') no-repeat center;
    background-size: 20px 20px;
}

.step-graph {
    position: relative;
    display: inline-block;
    margin-bottom: 64px;
}

.step-graph .step {
    float: left;
    width: 14.285%;
    text-align: center;
    padding: 0 16px 0 16px;
}

.step-graph .step:last-child {
    margin-right: 0;
}

.step-graph .step .step-number {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    background: #009fe3;
    color: #fff;
    border-radius: 100%;
    margin-bottom: 8px;
}

/* ********************************************************************************* */
/* 	 ICONS */
/* ********************************************************************************* */
.icon {
    max-width: 140px;
    max-height: 120px;
    width: auto;
    height: auto;
    margin-bottom: 16px
}

/* ********************************************************************************* */
/* 	HEADER */
/* ********************************************************************************* */

/*header.header {
	min-height: 100px;
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
	margin-top: 40px;
	font-size: 15px;

	position: absolute;
	top: 0;
	left: 50%;

	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    z-index: 100;
}*/


header.header > div.full-width {
    background: #FFF;
}

header.header div.header-top {
    width: 100%;
    padding: 4px 0;
    float: left;
    /*background: #009fe3;*/
    border-bottom: 1px solid #b6bec1;
    font-size: 13px;
    /*color: #FFF;*/
    text-transform: uppercase;
}

header.header div.header-top div.selectors, header.header div.header-top div.sitemap {
    padding-right: 15px;
    float: right;
}

header.header div.header-top div.selectors select {
    margin-left: 5px;
    text-transform: uppercase;
}

header.header div.sitemap.active {
    color: #009fe3;
}

header.header div.logo {
    width: 25%;
    padding: 24px 30px;
    float: left;
    /*border-right: 1px solid #b6bec1;*/
}

header.header div.logo img {
    height: 36px;
}

header.header div.menu {
    width: 75%;
    float: left;
    font-family: 'AkkuratStdRegular', Arial, sans-serif;
    color: #7c7c7c;
}

header.header div.menu div.items {
    padding: 30px 15px 0;
    float: right;
}

header.header div.menu a.item {
    margin-left: 28px;
    float: left;
}

header.header div.menu a.item:first-child {
    margin-left: 0;
}

header.header div.menu a.item.active {
    padding-bottom: 26px;
    color: #009fe3;
    font-weight: bold;
    border-bottom: 4px solid #009fe3;
}

header.header div.menu div.mobile-iconmenu {
    display: none;
}


/* ********************************************************************************* */
/* 	HOMEPAGE */
/* ********************************************************************************* */
page.home section.slider {
    height: 650px;
    background: #000;
}

page.home section.slider .container-position {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

page.home section.slider .slider-overlay {
    background:rgba(0,0,0,0.2);
    height: 650px;
    width: 100%;
    position: relative;
}

page.home section.slider .container {
    max-width: 600px;
    color:#FFF;
    padding-left:30px;
    padding-right: 30px;
}

page.home section.slider .slide {
    width: 100%;
    height: 650px;
    background-position: center center;
}

page.home section.slider .slide--right .container {
    margin-left:auto;
    margin-right:0px;
}

page.home section.slider .slide1 {
    background-image: url('../images/header_floatingwind.jpg');
    background-size: cover;
}

page.home section.slider .slide2 {
    background-image: url(../images/header_oilgas.jpg);
    background-size: cover;
}

page.home section.slider .slide3 {
    background-image: url(../images/header_heavy.jpg);
    background-size: cover;
}

page.home section.slider .slide4 {
    background-image: url(../images/header_marine.jpg);
    background-size: cover;
}

page.home section.slider .slide5 {
    background-image: url(../images/header_spm.jpg);
    background-size: cover;
}

page.home section.featured-home {
    margin-bottom: 70px;
}

page.home section.featured-home div.col {
    width: 50%;
    float: left;
    cursor: pointer;
}

page.home section.featured-home div.col:first-child {
    border-right: 1px solid #FFF;
}

page.home section.featured-home div.col:last-child {
    border-left: 1px solid #FFF;
}

page.home section.featured-home div.col div.thumbnail {
    height: 220px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

page.home section.featured-home div.col.offshore div.thumbnail {
    background-image: url('../images/offshore-rope.jpg');
}

page.home section.featured-home div.col.marine div.thumbnail {
    background-image: url('../images/marine-rope.jpg');
}

page.home section.featured-home div.col div.container {
    padding: 30px;
    background: #c4e2f8;
}

page.home section.featured-home div.full-width:hover div.col {
    opacity: .5;
    color: #000;
}

page.home section.featured-home div.full-width div.col:hover {
    opacity: 1;
}

page.home section.about {
    min-height: 500px;
    padding: 150px 0;
    width: 100%;
    color: #FFF;
    position: relative;
    overflow: hidden;
    float: left;
    background: url('../images/about-home.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

page.home section.about::before {
    background: rgba(0, 0, 0, .6);
}

/*page.home section.about div.full-width header.header-about { margin-top: 200px; }*/
page.home section.about header.header-about {
    width: 50%;
    padding: 0 30px;
}

/* ********************************************************************************* */
/* 	FLOATING WIND */
/* ********************************************************************************* */

page.floatingwind section.banner {
    background-image: url('../images/header_floatingwind.jpg');
}

page.floatingwind section.download {
    margin-bottom: 40px;
}

page.floatingwind section.download a {
    font-weight: bold;
    font-size: 18px;
    height: 20px;
    color: #599ee0;
    padding-left: 26px;
    background-image: url(../images/download-icon.png);
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat;
}

page.floatingwind section.download a:hover {
    opacity: 0.8;
}

page.floatingwind section.info {
    margin-bottom: 70px;
}

page.floatingwind section.info .full-width {
    display: flex;
}

page.floatingwind section.info .full-width .container {
    flex-grow: 1;
}

page.floatingwind section.info img {
    width: 100%;
}

page.floatingwind section.info.solutions .image {
    flex: 0 0 340px;
    padding-left: 40px;
}

page.floatingwind section.info.collaboration .image {
    flex: 0 0 200px;
    padding-right: 40px;
}

/* ********************************************************************************* */
/* 	GRID */
/* ********************************************************************************* */
[class*="col-"] {
    display: inline-block;
    float: left;
    margin-bottom: 32px;
}

[class*="col-"]:last-child {
    float: right;
}

/* 12 column grid */
.col-1 {
    width: 8.33333333333%;
}

.col-2 {
    width: 16.6666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-5 {
    width: 41.6666666667%;
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%;
}

.col-8 {
    width: 66.6666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-11 {
    width: 91.6666666667%;
}

.col-12 {
    width: 100%;
}

/* Clearfix */
.clearfix:after,
.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix,
* html .row {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix,
*:first-child + html .row {
    zoom: 1;
}

/* IE7 */

/* ********************************************************************************* */
/* 	PRODUCTS GENERAL */
/* ********************************************************************************* */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropdown-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 100%;
    width: 100%;
    background: black;
    color: #fff;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    z-index: 20;
    pointer-events: none;
}

.dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.dropdown button.secondary {
    padding: 14px 20px;
}

.dropdown button.secondary:after {
    display: none;
}

.dropdown button.secondary:hover {
    background: #000;
    color: #fff;
}

.dropdown .dropdown-content .item {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    float: left;
    clear: left;
    margin: 8px 0 8px 16px;
}

.dropdown .dropdown-content .item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -24px;
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg) translateY(-50%);
}

.dropdown .dropdown-content .item:hover:after {
    border: solid #009fe3;
    border-width: 0 2px 2px 0;
}

/* ********************************************************************************* */
/* 	OFFSHORE */
/* ********************************************************************************* */

page.offshore section.banner {
    background-image: url('../images/header-offshore.jpg');
}

page.offshore section.highlight div.container {
    text-align: center;
}

section.products {
    margin-bottom: 60px;
}

section.products div.container {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

section.products.last div.container {
    margin-bottom: 0;
}

section.products.last div.container div.product {
    margin-bottom: 0;
}

section.products div.container div.product {
    padding: 0 10px;
    float: left;
}

section.products div.container div.product div.thumbnail {
    height: 150px;
    background: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.products div.container div.product div.container {
    margin: 0;
    padding: 30px;
    background: #c4e2f8;
}

section.products div.container div.product div.container h4 {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

section.products div.container div.product.deeprope div.thumbnail {
    background-image: url('../images/deeprope.jpg');
}

section.products div.container div.product.spm-bl3 div.thumbnail {
    background-image: url('../images/spm-bl3.jpg');
}

section.products div.container div.product.spm-df8 div.thumbnail {
    background-image: url('../images/spm-df8.jpg');
}

section.products div.container div.product.spm-db12 div.thumbnail {
    background-image: url('../images/spm-db12.jpg');
}

section.products div.container div.product.flexor-round-sling div.thumbnail {
    background-image: url('../images/flexor-round-sling.jpg');
}

section.products div.container div.product.single-leg-sling div.thumbnail {
    background-image: url('../images/single-leg-sling.jpg');
}

section.products div.container div.product.grommet-sling div.thumbnail {
    background-image: url('../images/grommet-sling.jpg');
}


section.products div.container div.product.bexcoline div.thumbnail {
    background-image: url('../images/bexcoline.jpg');
}

section.products div.container div.product.ultraline div.thumbnail {
    background-image: url('../images/ultraline.jpg');
}

section.products div.container div.product.maxiline div.thumbnail {
    background-image: url('../images/maxiline.jpg');
}

section.products div.container div.product.caesar-atlas div.thumbnail {
    background-image: url('../images/caesar-atlas.jpg');
}

section.products div.container div.product.mooring-tails div.thumbnail {
    background-image: url('../images/mooring-tails.jpg');
}

section.products div.container div.product.mainlines div.thumbnail {
    background-image: url('../images/mainlines.jpg');
}

section.products div.container div.product.stretchers div.thumbnail {
    background-image: url('../images/stretchers.jpg');
}

section.products div.container div.product.pendants div.thumbnail {
    background-image: url('../images/pendants.jpg');
}

section.products div.container div.product.rope-protection div.thumbnail {
    background-image: url('../images/rope-protection.jpg');
}

section.products div.container div.product.soft-shackle div.thumbnail {
    background-image: url('../images/soft-shackle.jpg');
}

section.products div.container div.product.repair-kits-ultraline div.thumbnail {
    background-image: url('../images/repair-kits-ultraline.jpg');
}

section.products div.container div.product.high-performance div.thumbnail {
    background-image: url('../images/mainlines.jpg');
}


section.features {
    margin-bottom: 40px;
}

section.features div.feature {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    background: #c4e2f8;
}

section.features div.feature.right {
    background: #FFF;
    border: 1px solid #dddddd;
}

section.features div.feature div.thumbnail {
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.features div.feature.right div.thumbnail {
    float: right;
}

section.features div.feature div.container {
    width: 50%;
    padding: 30px;
    float: left;
}

section.features div.feature div.container h3 {
    text-transform: none;
}


page.offshore section.features.accessories div.feature.hardware div.thumbnail {
    height: 410px;
    background-image: url('../images/hardware.jpg');
}

page.offshore section.features.accessories div.feature.eye-protection div.thumbnail {
    height: 340px;
    background-image: url('../images/eye-protection.jpg');
}

page.offshore section.features.accessories div.feature.filter-cloth div.thumbnail {
    height: 340px;
    background-image: url('../images/filter-cloth.jpg');
}

page.offshore section.features.accessories div.feature.handling-points div.thumbnail {
    height: 280px;
    background-image: url('../images/handling-points.jpg');
}


/* ********************************************************************************* */
/* 	OUR MARINE ROPE */
/* ********************************************************************************* */

page.marine section.banner {
    background-image: url('../images/header-marine.jpg');
}


/* ********************************************************************************* */
/* 	SINGLE PRODUCT */
/* ********************************************************************************* */

page.single-product section.banner {
    background-image: url(../images/header-caesaratlas.jpg);
}

page.single-product section.information {
    margin-bottom: 60px;
}

page.single-product section.information h3 {
    margin-bottom: 15px;
    color: #01597f;
}

page.single-product section.information div.col {
    width: 50%;
    float: left;
    padding: 0 30px 30px;
}

page.single-product section.information div.col div.items {
    margin-top: 20px;
}

page.single-product section.information div.info {
    margin-bottom: 30px;
}

page.single-product section.information div.info img {
    margin-top: 20px;
}

page.single-product div.info div.items .item {
    position: relative;
    margin-left: 20px;
}

page.single-product div.info div.items .item:before {
    content: "·";
    font-size: 50px;
    line-height: 24px;
    color: #009fe3;
    position: absolute;
    top: 0;
    left: -20px;
}

page.single-product div.info-general {
    padding: 24px;
    background: #c4e2f8;
}

page.single-product section.gallery {
    margin-bottom: 60px;
}

page.single-product section.gallery div.col {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

page.single-product section.gallery div.col div.thumbnail {
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

page.single-product section.gallery div.col div.thumbnail::after {
    content: "";
    padding: 25px;
    background: #c4e2f8 url('../images/magnify.png') no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

page.single-product section.gallery div.col div.thumbnail:hover::after {
    background: #FFF url('../images/magnify.png') no-repeat center;
    background-size: 20px 20px;
}

page.single-product section.gallery div.col div.thumbnail.caesaratlas-1 {
    background-image: url('../images/caesaratlas-1.jpg');
}

page.single-product section.gallery div.col div.thumbnail.caesaratlas-2 {
    background-image: url('../images/caesaratlas-2.jpg');
}

page.single-product section.gallery div.col div.thumbnail.caesaratlas-3 {
    background-image: url('../images/caesaratlas-3.jpg');
}


page.single-product section.brochure {
    margin-bottom: 70px;
}

page.single-product section.brochure div.full-width {
    text-align: center;
}

page.single-product section.brochure button.button.primary:hover {
    background: #000;
    color: #FFF;
}

page.single-product section.brochure button.button.primary:hover::after {
    background-position: right;
    border-color: #FFF;
}

page.single-product section.manager div.full-width .manager-wrapper {
    width: 560px;
    height: 200px;
    margin: 0 auto 60px auto;
    background: #c4e2f8;
    overflow: hidden;

}

page.single-product section.manager img {
    width: 40%;
    float: left;
}

page.single-product section.manager .paragraph {
    float: left;
    padding: 24px;
    width: 55%;
}

page.single-product section.manager hr {
    width: 70%;
    margin-bottom: 60px;
}

page.single-product div.detail {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}

page.single-product div.detail.atlas {
    background-image: url('../images/atlas-detail.jpg');
}

/* ********************************************************************************* */
/* 	YOUR SOLUTION */
/* ********************************************************************************* */

page.solution section.banner {
    background-image: url('../images/header-solution.jpg');
}

page.solution section.features div.feature.your-tender div.thumbnail {
    height: 280px;
    background-image: url('../images/your-tender.jpg');
}

page.solution section.features div.feature.certifying div.thumbnail {
    height: 420px;
    background-image: url('../images/certifying.jpg');
}

page.solution section.features div.feature.managing div.thumbnail {
    height: 500px;
    background-image: url('../images/managing.jpg');
}

page.solution section.features div.feature.testing div.thumbnail {
    height: 280px;
    background-image: url('../images/testing-rope.jpg');
}

page.solution section.features div.feature.installing div.thumbnail {
    height: 300px;
    background-image: url('../images/installing.jpg');
}

page.solution section.features div.feature.maintaining div.thumbnail {
    height: 560px;
    background-image: url('../images/maintaining-rope.jpg');
}

page.solution section.features div.feature.managing-stock div.thumbnail {
    height: 320px;
    background-image: url('../images/managing-stock.jpg');
}


/* ********************************************************************************* */
/* 	ABOUT US */
/* ********************************************************************************* */

page.aboutus section.banner {
    background-image: url('../images/header-aboutus.jpg');
}

page.aboutus header.section-header {
    width: 100%;
    margin: 0;
    padding: 0 30px 40px;
    text-align: left;
}

page.aboutus header.section-header div.paragraph {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

page.aboutus section.features div.feature.craftmanship div.thumbnail {
    height: 250px;
    background-image: url('../images/craftmanship.jpg');
}

page.aboutus section.features div.feature.quality div.thumbnail {
    height: 230px;
    background-image: url('../images/quality.jpg');
}

page.aboutus section.features div.feature.expertise div.thumbnail {
    height: 260px;
    background-image: url('../images/expertise.jpg');
}

page.aboutus section.features div.feature.service div.thumbnail {
    height: 280px;
    background-image: url('../images/service.jpg');
}

page.aboutus section.features div.feature.accessibility div.thumbnail {
    height: 210px;
    background-image: url('../images/accessibility.jpg');
}

page.aboutus section.features div.feature.approach div.thumbnail {
    height: 210px;
    background-image: url('../images/approach.jpg');
}

page.aboutus section.features div.feature.sustainability div.thumbnail {
    height: 230px;
    background-image: url('../images/sustainability.jpg');
}


/* ********************************************************************************* */
/* 	CONTACT */
/* ********************************************************************************* */

page.contact .banner #map {
    height: 100%;
    width: 100%;
}

page.contact section.contactinfo header.section-header {
    margin: 0 0 40px;
    text-align: left;
}

page.contact section.contactinfo {
    margin-bottom: 30px;
}

page.contact section.contactinfo div.col {
    float: left;
    padding: 0 15px 30px;
}

page.contact section.contactinfo div.col:first-child {
    width: 60%;
}

page.contact section.contactinfo div.col:last-child {
    width: 40%;
}

page.contact section.contactinfo div.col > div {
    margin-bottom: 20px;
}

page.contact section.contactinfo div.col h4 {
    text-transform: none;
}

page.contact section.contactinfo div.col div.headquarters, page.contact section.contactinfo div.col div.loading-facility {
    border: 1px solid #b6bec1;
    padding: 20px;
}

page.contact section.contactinfo div.thumbnail {
    height: 260px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

page.contact section.contactinfo div.thumbnail {
    background-image: url('../images/bexco-headquarters.jpg');
}

page.contact section.contactinfo div.col div.linkedin div.paragraph {
    margin-bottom: 10px;
}

page.contact button.button.primary:hover {
    background: #000;
    color: #FFF;
}

page.contact button.button.primary:hover::after {
    background-position: right;
}

page.contact button.button.primary::after {
    border-left: 1px solid #FFF !important;
}


/* ********************************************************************************* */
/* 	CAREERS */
/* ********************************************************************************* */

page.careers section.banner {
    background-image: url('../images/header-careers.jpg');
}

page.careers header.section-header {
    margin: 0 0 40px 30px;
    text-align: left;
}

page.careers section.features div.feature.career div.thumbnail {
    height: 250px;
    background: #000;
}


/* ********************************************************************************* */
/* 	SITEMAP */
/* ********************************************************************************* */

page.sitemap section.banner {
    background-image: url('../images/header-sitemap.jpg');
}

page.sitemap header.section-header {
    margin: 0 0 40px 30px;
    text-align: left;
}

/*page.sitemap div.col {*/
/*width: 33.333%;*/
/*float: left;*/
/*}*/
/*page.sitemap div.row {*/
/*margin-bottom: 20px;*/
/*float: left;*/
/*display: block;*/
/*width: 100%;*/
/*}*/
/*page.sitemap div.col h3 {*/
/*color: #009fe3;*/
/*}*/
/*page.sitemap div.col div.items {*/
/*margin-bottom: 20px;*/
/*}*/

/*page.sitemap div.items .item {*/
/*position: relative;*/
/*margin-left: 20px;*/
/*}*/
/*page.sitemap div.items .item:before {*/
/*content: "·";*/
/*font-size: 50px;*/
/*line-height: 24px;*/
/*color: #009fe3;*/
/*position: absolute;*/
/*top: 0;*/
/*left: -20px;*/
/*}*/


/* ********************************************************************************* */
/* 	FOOTER */
/* ********************************************************************************* */

footer.footer {
    width: 100%;
    float: left;
    background: #dfe7ec url('../images/footer-swirl.png') no-repeat bottom 240px center;
    background-origin: 100%;
    background-size: 85%;
}

footer.footer a:link, footer.footer a:visited {
    color: #009fe3;
    text-decoration: underline;
}

footer.footer a:hover, footer.footer a:active {
    color: #7c7c7c;
}

footer.footer section.footer-top {
    width: 100%;
    position: relative;
    top: 0;
    margin: 30px 0;
    z-index: 2;
    color: #FFF;
}

footer.footer section.footer-top div.full-width {
    max-width: 1200px;
}

footer.footer section.footer-top div.full-width > div {
    width: 50%;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer.footer div.latest-news {
    background-image: url('../images/latest-news.jpg');
}

footer.footer div.contact {
    background-image: url('../images/help.jpg');
}

footer.footer section.footer-top div.full-width div.container {
    padding: 30px 40px;
}

footer.footer section.footer-top div.full-width div.overlay:hover::before {
    background: #009fe3;
}

footer.footer section.footer-top div.full-width div.overlay:hover div.container button.button {
    background: #FFF;
    color: #000;
}

footer.footer section.footer-top div.full-width div.overlay:hover div.container button.button::after {
    background-position: left;
    border-left: 1px solid #484848;
}

footer.footer section.footer-bottom {
    width: 1200px;
    margin: 0 auto;
    background: #FFF;
}

footer.footer section.footer-bottom div.full-width {
    padding: 40px 0;
    background: #FFF;
}

footer.footer section.footer-bottom div.col {
    width: 33.333%;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
}

footer.footer section.footer-bottom div.col:first-of-type img {
    padding-top: 80px;
}

footer.footer section.footer-bottom div.full-width div.col h4 {
    margin-bottom: 8px;
}


footer.footer section.footer-bottom div.full-width div.col .items {
    position: relative;
}

footer.footer section.footer-bottom div.full-width div.col .items .item {
    padding-left: 30px;
}

footer.footer section.footer-bottom div.full-width div.col:nth-child(3) .item::before {
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    left: 0;
    background: url('../images/pdf-icon.png') no-repeat;
}

footer.footer section.copyright {
    width: 1200px;
    margin: 0 auto 40px;
    padding: 10px;
    background: #FFF;
    border-top: 1px solid #b6bec1;
    font-size: 14px;
}

footer.footer section.copyright div.full-width div.paragraph {
    padding: 0 10px;
    float: left;
    line-height: 36px;
}

footer.footer section.copyright div.full-width div.iso {
    margin-left: 20px;
    float: right;
}

footer.footer section.copyright div.full-width div.iso a {
    display: block;
}

footer.footer section.copyright div.full-width div.iso img {
    margin-right: 10px;
}


/* ********************************************************************************* */
/* 	FORM */
/* ********************************************************************************* */

form {
}

form label {
    display: none;
    margin-bottom: 20px;
}

form input.text, form textarea {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #b6bec1;
    font-family: "Open Sans", Arial, sans-serif;
}

form textarea {
    height: 210px;
    max-height: 240px;
}


/* ********************************************************************************* */
/* 	MEDIAQUERIES */
/* ********************************************************************************* */

@media (max-width: 1024px) {

    /* ********************************************************************************* */
    /* 	GENERAL */
    /* ********************************************************************************* */
    section.banner {
        height: 400px;
    }

    section.banner div.full-width {
        margin-top: 220px;
    }

    section.highlight {
        min-height: 170px;
        margin-bottom: 70px;
    }

    section.highlight div.overlay div.container {
        padding: 80px;
    }

    div.full-width {
        max-width: 900px;
    }


    section.features div.feature.hardware div.thumbnail {
        height: 490px;
    }

    section.features div.feature.eye-protection div.thumbnail {
        height: 500px;
    }

    section.features div.feature.filter-cloth div.thumbnail {
        height: 470px;
    }

    section.features div.feature.handling-points div.thumbnail {
        height: 220px;
    }


    section.highlight.careers div.full-width {
        max-width: 990px;
    }


    /* ********************************************************************************* */
    /* 	HEADER */
    /* ********************************************************************************* */
    header.header {
        min-height: 100px;
        width: 100%;
        margin-top: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 100;
        position: relative;
        top: 0;
        overflow: initial;
    }

    header.header div.full-width {
        max-width: 100%;
    }

    header.header div.menu {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #dfe7ec;
        z-index: -1;
        display: none;

        -webkit-animation: openMenuAnim 0.5s ease-in-out;
        -moz-animation: openMenuAnim 0.5s ease-in-out;
        -o-animation: openMenuAnim 0.5s ease-in-out;
        animation: openMenuAnim 0.5s ease-in-out;
    }

    header.header div.menu.show {
        display: block;
    }

    @-webkit-keyframes openMenuAnim {
        0% {
            opacity: 0;

            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        }
        100% {
            opacity: 1;

            -webkit-transform: translateY(100px, 0);
            -moz-transform: translateY(100px, 0);
            -o-transform: translateY(100px, 0);
            -ms-transform: translateY(100px, 0);
            transform: translateY(100px, 0);
        }
    }


    header.header div.menu div.items {
        margin-top: 200px;
        float: left;
    }

    header.header div.menu div.items a.item {
        width: 100%;
        margin-left: 0;
        float: left;
        text-align: center;
        font-size: 26px;
        line-height: 42px;
    }

    header.header div.menu a.item.active {
        padding-bottom: 0;
        color: #009fe3;
        font-weight: bold;
        border: none;
    }


    header.header div.toggleMenu {
        height: 84px;
        width: 100px;
        display: block;
        float: right;
        background: url(../images/mobile-menu-icon.png) no-repeat center;
        border-left: 1px solid #b6bec1;
    }

    header.header div.toggleMenu.active {
        background-position: right;
    }


    /* ********************************************************************************* */
    /* 	HOMEPAGE */
    /* ********************************************************************************* */
    page.home section.banner {
        height: 530px;
    }


    /* ********************************************************************************* */
    /* 	OFFSHORE */
    /* ********************************************************************************* */
    page.offshore section.features.accessories div.feature.hardware div.thumbnail {
        height: 430px;
    }

    page.offshore section.features.accessories div.feature.eye-protection div.thumbnail {
        height: 440px;
    }

    page.offshore section.features.accessories div.feature.filter-cloth div.thumbnail {
        height: 410px;
    }


    /* ********************************************************************************* */
    /* 	YOUR SOLUTION */
    /* ********************************************************************************* */
    page.solution section.features div.feature.your-tender div.thumbnail {
        height: 330px;
    }

    page.solution section.features div.feature.certifying div.thumbnail {
        height: 470px;
    }

    page.solution section.features div.feature.managing div.thumbnail {
        height: 620px;
    }

    page.solution section.features div.feature.testing div.thumbnail {
        height: 370px;
    }

    page.solution section.features div.feature.installing div.thumbnail {
        height: 380px;
    }

    page.solution section.features div.feature.maintaining div.thumbnail {
        height: 710px;
    }

    page.solution section.features div.feature.managing-stock div.thumbnail {
        height: 370px;
    }


    /* ********************************************************************************* */
    /* 	SINGLE PAGE */
    /* ********************************************************************************* */
    page.single-product section.gallery div.col div.thumbnail {
        height: 160px;
    }


    /* ********************************************************************************* */
    /* 	ABOUT US */
    /* ********************************************************************************* */
    page.aboutus section.features div.feature.craftmanship div.thumbnail {
        height: 290px;
    }

    page.aboutus section.features div.feature.quality div.thumbnail {
        height: 240px;
    }

    page.aboutus section.features div.feature.expertise div.thumbnail {
        height: 340px;
    }

    page.aboutus section.features div.feature.service div.thumbnail {
        height: 400px;
    }

    page.aboutus section.features div.feature.accessibility div.thumbnail {
        height: 270px;
    }

    page.aboutus section.features div.feature.approach div.thumbnail {
        height: 270px;
    }

    page.aboutus section.features div.feature.sustainability div.thumbnail {
        height: 320px;
    }


    /* ********************************************************************************* */
    /* 	FOOTER */
    /* ********************************************************************************* */
    footer.footer section.footer-top div.full-width {
        max-width: 990px;
    }

    footer.footer section.footer-top div.full-width > div {
        min-height: 240px;
    }

    footer.footer section.footer-bottom, footer.footer section.copyright {
        width: 100%;
    }

    footer.footer section.copyright {
        margin: 0 auto;
    }

}


@media (max-width: 700px) {

    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2, h3 {
        margin-bottom: 10px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }


    /* ********************************************************************************* */
    /* 	GENERAL */
    /* ********************************************************************************* */
    page {
        padding-bottom: 30px;
    }

    div.full-width {
        max-width: 90%;
    }

    section.banner {
        height: 340px !important;
        margin-bottom: 30px;
    }

    section.banner div.full-width {
        margin-top: 150px;
        margin-left: 0;
    }

    /* ********************************************************************************* */
    /* 	GRID */
    /* ********************************************************************************* */
    /* 12 column grid */
    .col-1 {
        width: 100%;
    }

    .col-2 {
        width: 100%;
    }

    .col-3 {
        width: 100%;
    }

    .col-4 {
        width: 100%;
    }

    .col-5 {
        width: 100%;
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.3333333333%;
    }

    .col-8 {
        width: 66.6666666667%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.3333333333%;
    }

    .col-11 {
        width: 91.6666666667%;
    }

    .col-12 {
        width: 100%;
    }

    /* ********************************************************************************* */
    /* 	HEADER */
    /* ********************************************************************************* */
    header.header {
        min-height: 80px;
        position: relative;
        top: 0;
        overflow: initial;
    }

    header.header div.header-top {
        display: none;
    }

    header.header div.logo {
        width: 70%;
        float: left;
    }

    header.header div.navigation {
        width: 30%;
        float: left;
    }

    header.header div.menu a.item {
        margin: 0;
    }

    header.header div.logo {
        padding: 25px;
        border: none;
    }

    header.header div.toggleMenu {
        height: 90px;
        width: 100px;
    }


    /* ********************************************************************************* */
    /* 	HOMEPAGE */
    /* ********************************************************************************* */
    page.home section.banner {
        height: 470px !important;
        margin-bottom: 30px;
    }

    page.home section.banner div.full-width {
        margin-top: 190px;
    }

    page.home section.featured-home {
        margin-bottom: 10px;
    }

    page.home section.featured-home div.col {
        width: 100%;
        margin-bottom: 30px;
    }

    page.home section.featured-home div.col div.thumbnail {
        height: 170px;
    }

    page.home section.about {
        min-height: 340px;
        padding: 70px 0;
    }

    page.home section.about header.header-about {
        width: 100%;
    }

    /* ********************************************************************************* */
    /* 	OFFSHORE */
    /* ********************************************************************************* */
    section.features div.feature div.container, section.features div.feature div.thumbnail {
        width: 100%;
    }

    page.offshore section.features.accessories div.feature div.thumbnail,
    page.solution section.features div.feature div.thumbnail {
        height: 180px !important;
    }

    /* ********************************************************************************* */
    /* 	SINGLE PRODUCT */
    /* ********************************************************************************* */
    page.single-product section.information div.col {
        width: 100%;
        padding: 0 0 30px;
    }


    /* ********************************************************************************* */
    /* 	ABOUT US */
    /* ********************************************************************************* */
    page.aboutus header.section-header {
        width: 100%;
        margin: 0 0 30px;
    }


    /* ********************************************************************************* */
    /* 	CONTACT US */
    /* ********************************************************************************* */
    page.contact section.contactinfo div.col {
        width: 100% !important;
        padding: 0 0 30px;
    }


    /* ********************************************************************************* */
    /* 	CAREERS */
    /* ********************************************************************************* */
    page.careers header.section-header {
        width: 100% !important;
        margin: 0;
        padding: 0 0 30px;
    }


    /* ********************************************************************************* */
    /* 	SITEMAP */
    /* ********************************************************************************* */
    page.sitemap div.col {
        width: 100%;
        margin-bottom: 20px;
    }


    /* ********************************************************************************* */
    /* 	FOOTER */
    /* ********************************************************************************* */
    footer.footer section.footer-top {
        margin: 0;
        top: 0;
    }

    footer.footer section.footer-top div.full-width > div {
        min-height: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    footer.footer section.footer-bottom div.col {
        width: 50%;
    }

    footer.footer section.footer-bottom div.col:first-child {
        display: none;
    }

    footer.footer section.copyright {
        margin: 0;
    }

    footer.footer section.copyright .iso {
        display: none;
    }

}


@media (max-width: 425px) {

    /* ********************************************************************************* */
    /* 	GENERAL */
    /* ********************************************************************************* */
    header.header div.logo {
        padding: 25px 30px;
    }

    section.banner div.full-width {
        margin-top: 90px;
    }

    section.highlight div.overlay div.container {
        padding: 30px;
    }


    /* ********************************************************************************* */
    /* 	HOMEPAGE */
    /* ********************************************************************************* */
    page.home section.banner {
        height: 470px !important;
        margin-bottom: 30px;
    }

    page.home section.banner div.full-width {
        margin-top: 100px;
    }


    /* ********************************************************************************* */
    /* 	OFFSHORE */
    /* ********************************************************************************* */
    section.products div.container div.product {
        width: 100%;
    }

    page.offshore section.features.accessories div.feature div.thumbnail,
    page.solution section.features div.feature div.thumbnail,
    page.aboutus section.features div.feature div.thumbnail {
        height: 180px !important;
    }


    page.floatingwind section.info .image {
        display: none;
    }

    /* ********************************************************************************* */
    /* 	FOOTER */
    /* ********************************************************************************* */
    footer.footer section.footer-bottom div.col {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    footer.footer section.copyright div.full-width div.paragraph {
        line-height: 26px;
    }

}

.printable header h1 {
    padding: 5px;
    background-color: #009fe3;
    -webkit-print-color-adjust: exact;
    color: #FFF;
    text-align: center;
}

.printable header .paragraph {
    margin-top: 5px;
    font-size: 20px;
}

.printable section.page {
    margin-top: 20px;
}

.printable section.page div.col {
    width: calc(50% - 20px) !important;
    float: left !important;
}

.printable section.page div.col:first-child {
    margin-right: 20px;
}

.printable section.page div.info {
    margin-bottom: 15px !important;
}

.printable .info-general {
    padding: 0 !important;
    background: transparent !important;
}

.printable .image {
    margin: 20px 0;
}

.printable .footer {
    text-align: center;
}

.printable .footer img {
    width: 180px;
}


/*.printable .full-width .col { padding: 0!important; }
.printable section.page div.info {
	margin-bottom: 15px!important;
}
.printable section.page-banner {
	width: 100%;
	margin-bottom: 15px;
}
.printable section.page-banner header {
	margin-top: 20px;
}
.printable section.information div.col:first-child {
	margin-right: 20px;
}

.printable .single-product div.detail {
	height: auto!important;
	margin-bottom: 10px;
}
.printable .manager-wrapper {
	overflow: auto!important;
	height: auto!important;
	width: 100%!important;
	float: left;
	margin-bottom: 20px;
}
.printable .manager-wrapper .imageHolder, .printable .manager-wrapper .paragraph {
	margin: 0!important;
	padding: 0!important;
	display: block;
	float: left;
}
.printable .info-general {
	padding: 0!important;
	background: transparent!important;
}
.printable .manager-wrapper .imageHolder { width: 90px!important; }
.printable .manager-wrapper .paragraph { margin-top: 20px!important; }
.printable .footer { 
	text-align: left; 
	background-color: transparent;
}

.printable .footer .full-width {
	padding: 0!important;
}
.printable .footer img { 
	height: 30px;
	margin: 0 auto; 
}
.logo-footer {
	width: 200px;
}
*/

@media print {


    .printable h1 {
        font-size: 18px;
    }

    .printable h2, .printable h3 {
        page-break-after: avoid;
    }

    body, .printable h3 {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    strong {
        font-weight: normal;
    }

    .printable .pagebreak {
        page-break-after: always;
    }

    .printable .col {
        padding: 0 0 30px;
    }

    .printable .single-product section.page div.col div.items {
        margin-top: 0px !important;
    }

    .printable .paragraph, .printable .items .item {
        font-size: 11px !important;
        line-height: 14px !important;
    }

    /*	.printable:last-child {
             page-break-after: auto;
        }
    */
    /*    html, body {
            border: 1px solid white;
            height: 99%;
            page-break-after: avoid;
            page-break-before: avoid;
        }
    */
}

