/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* =============================
   Font include
   ============================= */

@font-face {
    font-family: 'MetaCorrespondance';
    src: url('../fonts/METCOR.eot?') format('eot'), url('../fonts/METCOR.TTF') format('truetype'), url('../fonts/METCOR.otf') format('opentype'),
        url('../fonts/METCOR.woff') format('woff');
}
@font-face {
    font-family: 'MetaCorrespondanceBold';
    src: url('../fonts/METCORBD.eot?') format('eot'), url('../fonts/METCORBD.TTF') format('truetype'), url('../fonts/METCORBD.otf') format('opentype'),
        url('../fonts/METCORBD.woff') format('woff');
}
@font-face {
    font-family: 'MetaCorrespondanceItalic';
    src: url('../fonts/METCORI.eot?') format('eot'), url('../fonts/METCORI.TTF') format('truetype'), url('../fonts/METCORI.otf') format('opentype'),
        url('../fonts/METCORI.woff') format('woff');
}

/* =============================
   Main Tags
   ============================= */

body {
    background: #dadad9;
    color: #5f5f5f;
    font-family: MetaCorrespondance;
}

h5 {
    font-family: MetaCorrespondanceBold;
    font-size: 18px;
    padding-bottom: 10px;
}

a:visited,
a:hover,
a:focus {
    color: #e77e1a;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

img.desaturate {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
}

/* =============================
   Classes / IDs
   ============================= */

.wrapper {
}

.top-text-padding {
    padding-top: 8px;
}

#shadow {
    -moz-box-shadow: 0 0 3px 5px #ccc;
    -webkit-box-shadow: 0 0 3px 5px #ccc;
    box-shadow: 0 0 5px 3px #ccc;
}

#header {
    height: 130px;
    background: #fff;
    position: relative;
}
#header .notice {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: fit-content !important;
    align-items: center;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 14px;
    color: #5f5f5f;
}

#header .notice a {
    color: #5f5f5f;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.7rem;
    font-weight: bold;
    flex-grow: 1;
}

#header .notice a p {
    margin: 0;
    padding: 0;
}

#header .notice a:hover {
    color: #5f5f5f;
}

#header .row {
    height: 100%;
}

#header .row {
    height: 100%;
}

#header .row div {
    height: 100%;
}

#logo {
    position: absolute;
    bottom: 14px;
    left: 40px;
}

#logo-wrapper {
    height: auto !important;
    position: absolute;
    bottom: 14px;
    right: 50px;
}

#mslogo {
    margin-right: 10px;
}
#ibmlogo {
    margin-right: -6px;
}
#mslogo,
#ibmlogo {
    display: inline;
}

.img-responsive {
    width: 100%;
}

/* navbar */
.navbar {
    margin-bottom: 0px;
    min-height: 36px !important;
    color: #fff;
    font-family: MetaCorrespondanceBold;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /* change text hover color */
    color: #f6d0ab;

    /* change hover background color */
    background-color: transparent;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        /* change text hover color */
        color: #f6d0ab;
    }

    .nav > li {
        border-top: 1px solid #ea913d;
    }

    .nav {
        width: 100%;
    }
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
}

/* center links */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    margin-bottom: -5px;
}

.navbar .navbar-collapse {
    text-align: center;
    padding-bottom: 10px;
    border: 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > .active > a {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0099cc;
}

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: none !important;
}

.navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.navbar-default {
    height: 36px;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #0099cc;
}

.navbar-default.affix {
    /* border-bottom: 1px solid #dd7717; */
}

/* navbar tablet height fix */
@media (max-width: 768px) {
    .navbar-default {
        height: 52px;
    }
}

/* collapsed navbar */
.navbar-toggle {
    border: 2px solid transparent;
}

.navbar-default .navbar-toggle {
    border-color: #444;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #444;
}

/* custom navbar old? */

#navigation {
    color: #ffffff;
    height: 38px;
    background: 0099cc;
    font-family: MetaCorrespondanceBold;
    font-weight: bold;
}

#navigation .col-md-2 {
    padding-top: 8px;
}

#navigation a {
    color: #ffffff;
}

#slider-image {
    background: #f7f7f7;
    padding: 0;
}
#slider-text {
    background: #f7f7f7;
}

#slider-image-row {
}
#slider-text-row {
    height: 150px;
    background: #f7f7f7;
}

#deeplinks {
    background: #f7f7f7;
}

#other {
    background: #f7f7f7;
    padding-bottom: 70px;
}

#footer {
    background: #0099cc;
}

hr {
    border-top: 1px solid #0099cc;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hr {
    background: #f7f7f7;
}

.hr-padding-bottom {
    padding-bottom: 70px;
}
.hr-padding-top {
    padding-top: 60px;
}

#imagelist {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
}

.list-image-headline {
    font-family: MetaCorrespondanceBold;
}

.image-span {
    padding-bottom: 6px;
    height: 62px;
    vertical-align: bottom;
    max-width: 140px;
}

.right-padding-5fix {
    /* padding-right: 0px !important; */
}

.left-padding-5fix {
    /* padding-left: 0px !important; */
}

#imagelist li {
    display: table-cell;
}

#imagelist li img {
    /*width: 120px;*/
}

.image-table-center {
    margin: auto;
    word-break: break-word;
}

.image-table-left {
}

.image-table-right {
    float: right !important;
}

/* deeplink - image hack */
div.figure img,
div.figure div.caption {
    width: 100%;
}
div.figure div {
    overflow: hidden;
    white-space: nowrap;
}

/* container padding */
.container-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}
.no-padding-tile {
    padding: 0;
    border: 0;
}
/* CAROUSEL FIXES */
.above-logoform * {
    z-index: 30;
}

.carousel-caption {
    position: static;
    color: #5f5f5f;
    text-shadow: none;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-top: 28px;
    text-align: left;
    height: 120px;
}

.carousel-caption,
.carousel-caption * {
    z-index: 30;
}

.carousel-caption p {
    margin: 0;
}

.carousel-control {
    height: 506px;
    z-index: 30;
    background: none;
}

.carousel-indicators {
    z-index: 30;
    top: 419px;
}
.carousel-inner {
    z-index: 21;
}
.carousel-indicators li {
    border: 1px solid #e77e1a;
    background-color: #e77e1a;
    width: 8px;
    height: 8px;
    margin: 2px;
}

.carousel-indicators .active {
    background-color: #e77e1a;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    margin-top: -50px;
    color: #e77e1a;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 30%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 30%;
}

/* logoform */
#logoform-top {
    background-image: url(../img/temp/logoform_cut_01.png);
    background-repeat: no-repeat;
    height: 445px;
    position: absolute;
    width: 100%;
    z-index: 22;
    top: 0;
}

#logoform-bot {
    background-image: url(../img/temp/logoform_cut_02.png);
    background-repeat: no-repeat;
    height: 434px;
    position: absolute;
    width: 100%;
    z-index: 20;
    margin-top: 445px;
    background-color: #f7f7f7;
    top: 0;
}

@media (max-width: 768px) {
    .triangle,
    .triangle-en {
        display: none !important;
    }
}

.triangle,
.triangle-en {
    position: absolute;
    top: 0;
}

#first-triangle {
    left: 290px;
}
#second-triangle {
    left: 483px;
}
#third-triangle {
    left: 591px;
}

/* overlay overlay to click test */
#overlay-link-fix {
    background: url('../img/transparent.png') repeat scroll 0% 0% transparent;
    z-index: 25;
    position: absolute;
    top: 0;
    left: 0;
    height: 445px;
    width: 100%;
}

.slider-headline {
    font-size: 2em;
    font-family: MetaCorrespondanceBold;
    color: #e77e1a;
    /* padding: 0px 150px; */
    /* vertical-align: middle; */
    border-radius: 10px;
    margin-top: 130px;
    padding: 0 10px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.65);
}

.slider-headline-fix {
    height: 445px;
    display: table;
    width: 100%;
    position: absolute;
    text-align: center;
}

/* Subsites */
#header-image {
    height: 100px;
    background: url(../img/temp/slider-preview1.jpg) no-repeat;
    background-position: center center;
}
.triangle-wrapper {
    position: relative;
}
.sub-triangle {
    position: absolute;
}
#company-triangle {
    top: -1px;
    left: 50%;
    margin-left: -12px;
    z-index: 1;
}

.first-container {
    padding-top: 50px;
}

.sub-content {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    font-family: MetaCorrespondance;
    padding-bottom: 20px;
}

.layout-right-product .sub-content {
    padding-bottom: 6px;
}

.sub-content-headline {
    font-size: 22px;
    text-align: left;
    font-family: MetaCorrespondanceItalic;
}

.grey-bg {
    background: #f7f7f7;
}

/* #gmap iframe, #gmap object, #gmap embed { width: 100%; } */
#gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#gmap iframe,
#gmap object,
#gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logowrap {
    position: relative;
    width: 100%;
}
.logoform-sub {
    background-image: url('../img/temp/logoform_cut_sub.png');
    background-repeat: no-repeat;
    height: 564px;
    width: 100%;
    position: absolute;
    margin-top: -100px;
}

.wrap-padding {
    padding-bottom: 40px;
}

.container-padding-top-bottom {
    padding-top: 64px;
    padding-bottom: 34px;
}

.container-padding-top-bottom-five {
    padding-top: 20px;
    padding-bottom: 34px;
}

.container-padding-bottom {
    padding-bottom: 34px;
}

.container-padding-top {
    padding-top: 64px;
}

.caption p {
    margin: 0;
}

#triangle1 {
    left: 303px;
}

#triangle2 {
    left: 410px;
}

#triangle3 {
    left: 503px;
}

#triangle4 {
    left: 596px;
}

#triangle5 {
    left: 689px;
}

@media (max-width: 1040px) {
    #triangle1 {
        left: 181px;
    }

    #triangle2 {
        left: 287px;
    }

    #triangle3 {
        left: 376px;
    }

    #triangle4 {
        left: 469px;
    }

    #triangle5 {
        left: 563px;
    }
    #header .notice {
        display: none;
    }
}

@media (min-width: 1040px) and (max-width: 1200px) {
    #triangle1,
    #triangle2,
    #triangle3,
    #triangle4,
    #triangle5 {
        top: -1px;
    }

    #triangle1 {
        left: 269px;
    }

    #triangle2 {
        left: 376px;
    }

    #triangle3 {
        left: 468px;
    }

    #triangle4 {
        left: 562px;
    }

    #triangle5 {
        left: 654px;
    }
}

/* english triangles */
#triangle1-en {
    left: 303px;
}

#triangle2-en {
    left: 395px;
}

#triangle3-en {
    left: 486px;
}

#triangle4-en {
    left: 581px;
}

#triangle5-en {
    left: 673px;
}

@media (max-width: 1040px) {
    #triangle1-en {
        left: 180px;
    }

    #triangle2-en {
        left: 270px;
    }

    #triangle3-en {
        left: 362px;
    }

    #triangle4-en {
        left: 456px;
    }

    #triangle5-en {
        left: 549px;
    }
}

@media (min-width: 1040px) and (max-width: 1200px) {
    #triangle1-en,
    #triangle2-en,
    #triangle3-en,
    #triangle4-en,
    #triangle5-en {
        top: -1px;
    }

    #triangle1-en {
        left: 269px;
    }

    #triangle2-en {
        left: 360px;
    }

    #triangle3-en {
        left: 451px;
    }

    #triangle4-en {
        left: 546px;
    }

    #triangle5-en {
        left: 639px;
    }
}

@media (max-width: 1040px) {
    /* CAROUSEL FIXES */
    .above-logoform * {
        z-index: 30;
    }

    .carousel-caption {
        position: static;
        color: #5f5f5f;
        text-shadow: none;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 0px;
        text-align: left;
        height: 160px;
    }

    .carousel-caption * {
        z-index: 30;
    }

    .carousel-control {
        height: 296px;
        z-index: 30;
        background: none;
    }

    .carousel-indicators {
        z-index: 30;
        top: 312px;
    }

    .carousel-indicators li {
        border: 1px solid #e77e1a;
        background-color: #e77e1a;
        width: 8px;
        height: 8px;
        margin: 2px;
    }

    .carousel-indicators .active {
        background-color: #e77e1a;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        margin-top: -15px;
        color: #e77e1a;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 30%;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 30%;
    }

    /* logoform */
    #logoform-top {
        background-image: url(../img/logoform_cut_top_medium.png);
        background-repeat: no-repeat;
        height: 334px;
        position: absolute;
        width: 100%;
        z-index: 22;
        top: 0;
        background-size: contain;
    }

    #logoform-bot {
        background-image: url(../img/logoform_cut_bot_medium.png);
        background-repeat: no-repeat;
        height: 434px;
        position: absolute;
        width: 100%;
        z-index: 20;
        margin-top: 334px;
        background-color: #f7f7f7;
        top: 0;
        background-size: contain;
    }

    .triangle,
    .triangle-en {
        position: absolute;
        top: 0;
    }

    #first-triangle {
        left: 264px;
    }
    #second-triangle {
        left: 462px;
    }
    #third-triangle {
        left: 570px;
    }

    /* overlay overlay to click test */
    #overlay-link-fix {
        background: url('../img/transparent.png') repeat scroll 0% 0% transparent;
        z-index: 25;
        position: absolute;
        top: 0;
        left: 0;
        height: 334px;
        width: 100%;
    }

    .slider-headline {
        font-size: 1.8em;
        font-family: MetaCorrespondanceBold;
        color: #e77e1a;
        /* padding: 0px 150px; */
        /* vertical-align: middle; */
        border-radius: 10px;
        margin-top: 100px;
        padding: 0 10px;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.65);
    }

    .slider-headline-fix {
        height: 334px;
        display: table;
        width: 100%;
        position: absolute;
        text-align: center;
    }

    .logowrap {
        position: relative;
        width: 100%;
    }
    .logoform-sub {
        background-image: url('../img/temp/logoform_cut_sub_medium.png');
        background-repeat: no-repeat;
        height: 564px;
        width: 100%;
        position: absolute;
        margin-top: -100px;
        background-size: contain;
    }

    .right-padding-5fix {
        /* padding-right: 10px !important; */
    }

    .left-padding-5fix {
        /* padding-left: 10px !important; */
    }
}

/* 5 Column Test */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}

#five {
    margin-left: -25px;
    margin-right: -25px;
}

@media (min-width: 768px) and (max-width: 1040px) {
    #five {
        margin-left: -15px;
        margin-right: -15px;
    }
    #five img {
        width: 106px;
    }

    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    #five img {
        width: auto;
    }
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.basic-5 {
}

.first-5 {
}

.last-5 {
}

@media (max-width: 768px) {
    .slider-headline {
        font-size: 1.4em;
    }

    hr {
        /*	margin-top: 30px;
		margin-bottom: 35px; */
    }

    #five {
        text-align: center;
    }

    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        display: inline-flex;
    }
}

@media (max-width: 580px) {
    .slider-headline {
        font-size: 1.4em;
        /* vertical-align: middle; */
    }
}

@media (max-width: 440px) {
    .navbar-header {
        height: 52px;
    }

    .slider-headline {
        font-size: 1em;
        /* vertical-align: middle; */
        margin-top: 70px;
    }

    #mslogo {
        display: block;
        padding-bottom: 10px;
    }

    #logo {
        left: 15px;
    }

    #logo-wrapper {
        right: 25px;
    }

    .container-padding {
        padding-left: 25px;
        padding-right: 25px;
    }

    .carousel-caption {
        height: 180px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 360px) {
    .slider-headline {
        margin-top: 50px;
        /* vertical-align: middle; */
    }
}

/* wordpress changes */
.widget {
    background-color: transparent;
}

.white-bg {
    background: #f7f7f7;
}
.subpage-header-padding {
    padding-bottom: 20px;
}

.subpage-footer-padding {
    padding-bottom: 60px;
}

.widget-title {
    display: none;
}

.list-horizontal {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
    padding: 10px 10px !important;
    color: #fff;
    font: normal normal normal 12px MetaCorrespondanceBold;
    display: flex;
    flex-direction: column;
}

.list-horizontal:nth-child(1) {
    order: 1;
}
.list-horizontal:nth-child(2) {
    order: 3;
}
.list-horizontal:nth-child(3) {
    order: 4;
}
.list-horizontal:nth-child(4) {
    order: 2;
}
.list-horizontal:nth-child(5) {
    order: 5;
}

.list-horizontal > li > ul {
    display: block;
    width: 100%;
}
.list-horizontal > li > ul > li {
    display: block;
    float: none;
}

.children {
    margin-left: 0px !important;
    padding-top: 8px !important;
    font: normal normal normal 1em MetaCorrespondance;
    display: flex;
    flex-direction: column;
}

.col-md-12 img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    color: #fff;
}

.col-md-12 .sub-content img {
}

.sub-content p {
    /* padding-bottom: 20px; */
}

.widget .widget-title {
    color: #fff;
    font: normal normal normal 16em MetaCorrespondance;
}

.widget a {
    color: #fff;
}

/* positioning fix for tinymce */
.hn-left {
    float: left;
}

.hn-right {
    float: right;
}

.hn-reset {
    clear: both;
}

.inline-block {
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
}

.inline-block-po {
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

@media (max-width: 768px) {
    .hn-left {
        float: none;
    }

    .hn-right {
        float: none;
    }
}

#productlogospos {
    text-align: center;
    margin-bottom: -30px;
}

#other td {
    border: none;
}

/* Mobile Nav Button Hover Fix */
button:hover,
button:focus,
input[type='submit']:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='button']:focus,
input[type='reset']:focus {
    background: #eb9646;
    background: -webkit-linear-gradient(top, #eb9646 0%, #0099cc 100%);
    background: linear-gradient(to bottom, #eb9646 0%, #0099cc 100%);
    outline: none;
}

button:active,
input[type='submit']:active,
input[type='button']:active,
input[type='reset']:active {
    background: #eb9646;
    background: -webkit-linear-gradient(top, #eb9646 0%, #0099cc 100%);
    background: linear-gradient(to bottom, #eb9646 0%, #0099cc 100%);
    outline: none;
    border: none;
    border-top: none;
    padding: 0px;
    border: 2px solid transparent;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:hover {
    background: none;
    outline: none;
    border: 2px solid #f6d0ab;
}

.navbar-default .navbar-toggle:focus {
    background: none;
    border: 2px solid #f6d0ab;
    outline: none;
}

.widget a:hover {
    color: #fff;
}

/* list indent fix */
menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 20px;
}

.container-padding ul li {
    padding: 4px 0;
}

h6 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 6px;
    margin: 0;
}

menu,
ol,
ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 19px;
}

.gallery-item {
    float: none;
    margin: 0 10px 0 0;
    border-top: 2px solid #0099cc;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding: 10px;
    /* overflow: hidden; */
    position: relative;
    /* clear: both; */
    display: inline-block;
}

.gallery {
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 0;
    text-align: center;
    /* align-content: center; */
}

.popover.bottom {
    margin-top: 25px;
}

.po {
    font-size: 12px;
}

.po ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.po h6 {
    font-size: 12px;
}

.customerlogos img {
    display: inline;
    /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;*/
}

.productlogo {
    margin-top: 0;
    margin-bottom: 25px !important;
}

.ref-link {
    vertical-align: top;
    display: inline-block;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
    margin-left: 3px;
    margin-right: 3px;
}
@media (min-width: 1040px) {
    .ref-link-first {
        padding-top: 0;
    }
}

@media (max-width: 1040px) {
    .ref-link-first {
        padding-top: 15px;
    }
}

@media (min-width: 1040px) {
    .ref-link {
        width: 47%;
    }
}

@media (max-width: 1040px) {
    .ref-link {
        display: inline-block;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        width: 160px;
        float: none;
    }
}

@media (max-width: 450px) {
    .ref-link {
        display: inline-block;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        width: 172px;
        float: none;
    }
}

.ref-link div {
    height: 100px;
    /*position: relative;*/
    border-top: 2px solid #0099cc;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

.customerlogos {
    text-align: center;
    margin-left: -13px;
    margin-right: -13px;
}

.ref-link div img {
    vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img-border {
    border-top: 2px solid #0099cc;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    width: auto !important;
    height: auto !important;
    padding: 10px;
}

@media (min-width: 1040px) {
    .layout-left {
        display: inline-block;
        width: 448px;
        padding: 10px 20px 30px 0;
        margin-top: 20px;
        vertical-align: top;
    }

    .layout-right {
        display: inline-block;
        width: 448px;
        padding: 10px 0 30px 20px;
        margin-top: 20px;
        vertical-align: top;
    }

    .layout-right p {
        padding-bottom: 30px;
    }

    .layout-left p {
        padding-bottom: 30px;
    }
}

/* Fix Chrome anchor outline */
.container:focus {
    outline: 0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 49px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}
.scroll-top-wrapper span.glyphicon {
    line-height: inherit;
    top: 0px;
    left: 1px;
}

@media (max-width: 1190px) {
    .scroll-top-wrapper {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        text-align: center;
        z-index: 99999999;
        background-color: #777777;
        color: #eeeeee;
        width: 49px;
        height: 48px;
        line-height: 48px;
        right: 8px;
        bottom: 30px;
        padding-top: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}

@media (max-width: 1118px) {
    .scroll-top-wrapper {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        text-align: center;
        z-index: 99999999;
        background-color: #777777;
        color: #eeeeee;
        width: 49px;
        height: 48px;
        line-height: 48px;
        right: 8px;
        bottom: 30px;
        padding-top: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 0.5;
    }
}

@media (max-width: 822px) {
    .scroll-top-wrapper.show {
        visibility: hidden;
        cursor: pointer;
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .triangle-wrapper {
        visibility: hidden;
    }

    .current-menu-item a {
        color: #f6d0ab !important;
    }
}

@media (min-width: 1040px) {
    /* navbar scrolling */
    .affix {
        margin: auto;
        width: 930px;
        z-index: 500;
        top: 0;
    }
}

@media (min-width: 1200px) {
    /* navbar scrolling */
    .affix {
        margin: auto;
        width: 1000px;
        z-index: 500;
        top: 0;
    }
}

@media (max-width: 1039px) {
    .affix {
        margin: auto;
        width: 750px;
        z-index: 500;
        top: 0;
    }
}

@media (max-width: 768px) {
    .affix {
        margin: auto;
        width: 100%;
        z-index: 500;
        top: 0;
    }

    .affix .navbar-collapse {
        padding-top: 52px;
    }
}

@media (min-width: 768px) {
    .brand-logo {
        position: absolute;
        top: 0;
        left: 50px;
        height: 100%;
    }

    .brand-logo img {
        padding: 4px 0px;
    }

    .glyph-placement {
        top: 6px;
        vertical-align: middle;
    }

    .glyph-link {
        color: #ffffff !important;
    }

    .glyph-link:hover {
        color: #f6d0ab !important;
    }
}
@media (max-width: 768px) {
    .brand-logo {
        position: absolute;
        top: 0;
        left: 50px;
    }

    .brand-logo img {
        padding: 4px 0px;
    }

    .glyph-placement {
        top: 2px;
    }

    .glyph-link {
        color: #444444 !important;
    }

    .glyph-link:hover {
        color: #f6d0ab !important;
        border: 2px solid #f6d0ab;
    }

    .navbar-toggle {
        margin-top: 8px;
        margin-right: 50px;
    }

    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #f6d0ab;
    }

    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #f6d0ab;
    }

    .navbar-default .navbar-toggle:active .icon-bar {
        background-color: #f6d0ab;
    }

    .navbar-toggle:active {
        margin-right: 50px;
    }

    .home-toggle {
        padding: 6px 14px;
        margin-top: 8px;
        background-color: transparent;
        background-image: none;
        border: 2px solid transparent;
        border-radius: 4px;
        border-color: #444;
        display: block;
        position: relative;
        z-index: 502;
    }
}

@media (max-width: 440px) {
    .brand-logo {
        left: 25px;
    }

    .navbar-toggle {
        margin-right: 25px;
    }

    .navbar-toggle:active {
        margin-right: 25px;
    }

    #logo-wrapper {
        text-align: right;
    }
}

@media (max-width: 1040px) {
    .left-field,
    .center-field,
    .right-field {
        padding-bottom: 50px;
    }

    .layout-bottom-padding p {
        padding-bottom: 50px;
    }
}

.edit-button {
    position: absolute;
    top: 0px;
    left: -140px;
}

/* Searchbar in Navigation */
@media (min-width: 768px) {
    .nav-search {
        z-index: 200;
        position: absolute;
        right: 50px;
        top: -1px;
    }

    .search-icon {
        position: absolute;
        right: 6px;
        top: 10px;
    }

    .search-icon:hover {
        cursor: pointer;
        color: #f6d0ab !important;
    }

    .nav-search-widget-area {
        position: absolute;
        right: 0px;
    }

    .search-field {
        height: 38px;
        color: #444;
        width: 210px !important;
        border: 2px solid #eea662;
        background: #f7f7f7;
    }

    .search-field:active,
    .search-field:focus,
    .search-field:hover {
        border: 2px solid #f2bb86;
    }

    .navbar::selection {
        background: #0099cc; /* WebKit/Blink Browsers */
    }
    .navbar::-moz-selection {
        background: #0099cc; /* Gecko Browsers */
    }

    .display-none {
        display: none;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #f6d0ab inset;
    }

    input::selection {
        background: #0099cc;
    }

    input::-moz-selection {
        background: #0099cc;
    }
}

#header .row div#language-bar {
    position: absolute;
    top: 2px;
    right: 50px;
    height: 20px;
}

#language-bar li {
    list-style: none;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.8em;
}

/* front page productlogo padding fix */
.first-item {
    padding-left: 0px !important;
    padding-right: 15px !important;
}

.last-item {
    padding-right: 0px !important;
    padding-left: 14px !important;
}

.productlogo-wrapper {
    display: inline;
    padding: 0px 15px;
}

#productlogospos img {
    display: inline;
}

@media (min-width: 1040px) and (max-width: 1200px) {
    #productlogospos img {
        width: 90px;
    }
}

@media (max-width: 1040px) {
    /* front page productlogo padding fix */
    /*.first-item {
		padding-left: 0px !important;
	  padding-right: 13px !important;
	}

	.last-item {
	  padding-right: 0px !important;
	  padding-left: 12px !important;
	}*/

    .productlogo-wrapper {
        display: inline-block;
        padding: 0px 8px;
    }

    .productlogo-wrapper a {
        display: inline-block;
    }

    #productlogospos {
        margin-bottom: 0px;
    }

    #productlogospos img {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    #productlogospos {
        margin-bottom: 0px;
        margin: 0px -20px;
    }
}

/* product layout */
@media (min-width: 1200px) {
    .layout-left-product {
        display: inline-block;
        width: 148px;
        padding: 58px 20px 30px 0;
        vertical-align: top;
    }

    .layout-right-product {
        display: inline-block;
        width: 748px;
        padding: 0px 0 30px 20px;
        vertical-align: top;
    }

    .layout-right-product h5 {
        padding-bottom: 20px;
    }
}

@media (min-width: 1040px) and (max-width: 1199px) {
    .layout-left-product {
        display: inline-block;
        width: 148px;
        padding: 10px 20px 30px 0;
        margin-top: 20px;
        vertical-align: top;
    }

    .layout-right-product {
        display: inline-block;
        width: 678px;
        padding: 10px 0 30px 20px;
        margin-top: 20px;
        vertical-align: top;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .layout-left-product {
        display: inline-block;
        width: 122px;
        padding: 10px 20px 30px 0;
        margin-top: 20px;
        vertical-align: top;
    }

    .layout-right-product {
        display: inline-block;
        width: 524px;
        padding: 10px 0 30px 20px;
        margin-top: 20px;
        vertical-align: top;
    }
}

@media (max-width: 768px) {
    .layout-left-product {
        display: block;
        text-align: center;
        vertical-align: top;
    }

    .layout-left-product img {
        display: inline;
    }
}

.layout-right p {
    padding-bottom: 5px;
    padding-top: 30px;
}

.layout-left p {
    padding-bottom: 5px;
    padding-top: 30px;
}

.productlogo-wrapper a:hover,
.productlogo-wrapper a:focus,
.productlogo-wrapper a:active,
.productlogo-wrapper a:visited,
.productlogo-wrapper a:link {
    text-decoration: none;
}

.pdficon {
    padding-top: 24px;
    font-size: 2.75em;
}

.case-title {
    font-weight: bold;
}

.text p {
    margin-top: 8px;
}

.customerlogos {
    /*border-left: 1px solid #0099cc;*/
}

@media (max-width: 1040px) {
    .customerlogos {
        border: none;
    }
}

.text-center-padding {
    padding-bottom: 30px;
}

.case-study-logos {
    padding-right: 10px;
}

.case-study-logos img {
    display: inline-block;
}

.case-study-logos img.alignnone {
    margin: 0px;
    padding-bottom: 8px;
}

.case-study-logos-col {
    padding-right: 0;
    display: table-cell;
    border-bottom: 1px solid #0099cc;
    padding-bottom: 15px;
}

.case-study {
    padding-top: 0;
    width: 90%;
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #0099cc;
    padding-bottom: 15px;
}

.case-study-logos-col-last {
    padding-right: 0;
    display: table-cell;
    border-bottom: none;
    padding-bottom: 15px;
}

.case-study-last {
    padding-top: 0;
    width: 90%;
    display: table-cell;
    vertical-align: top;
    border-bottom: none;
    padding-bottom: 15px;
}

.case-study-col {
    display: inline-table;
}

.case-study-top-padding {
    padding-top: 18px;
}

.case-study-row {
}

.casestudy-edit-button {
}

.casestudy-edit-button .edit-button {
    padding: 0;
}

/**** Productoverview ****/
#productoverview {
    padding-bottom: 30px;
}

.cover-subline {
    text-align: center;
    font-size: 18px;
    font-family: MetaCorrespondanceBold;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
    background: #ea913d;
    background: -webkit-linear-gradient(top, #ea913d 0%, #0099cc 100%);
    background: linear-gradient(to bottom, #ea913d 0%, #0099cc 100%);
    border: none;
    border-bottom: 1px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}

button:active,
input[type='submit']:active,
input[type='button']:active,
input[type='reset']:active {
    background: #ea913d;
    background: -webkit-linear-gradient(top, #ea913d 0%, #0099cc 100%);
    background: linear-gradient(to bottom, #ea913d 0%, #0099cc 100%);
    border: none;
    border-bottom: 1px;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    margin: 0;
    outline: 0;
}

.btn-default {
    text-shadow: none;
}

.coverflow {
    height: 284px;
}

@media (min-width: 768px) and (max-width: 1040px) {
    .carousel-caption {
        height: 140px;
    }
}

@media (max-width: 496px) {
    .carousel-caption {
        height: 180px;
    }
}

@media (max-width: 382px) {
    .carousel-caption {
        height: 190px;
    }
}

@media (max-width: 350px) {
    .carousel-caption {
        height: 208px;
    }
}

/*
 *
 * Single Page CSS
 *
 */

.single-page {
    padding-top: 30px;
    min-height: 580px;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    font-family: MetaCorrespondance;
}

#logo-single {
    position: absolute;
    bottom: 20px;
    right: 50px;
}

.logoform-sub-single {
    background-image: url('../img/temp/logoform_cut_sub.png');
    background-repeat: no-repeat;
    height: 564px;
    width: 100%;
    position: absolute;
}

.headline-single {
    position: absolute;
    bottom: 16px;
    left: 50px;
    padding: 0;
    margin: 0;
    max-width: 75%;
}
@media screen and (max-width: 1200px) {
    .headline-single {
        max-width: 72%;
    }
}
@media screen and (max-width: 1039px) {
    .headline-single {
        max-width: 72%;
    }
}
@media screen and (max-width: 768px) {
    .headline-single {
        max-width: 100%;
    }
}

#footer-single {
    min-height: 130px;
    background: #0099cc;
}

.navbar-single {
    background: #0099cc;
    height: 18px;
}

.title-single {
    color: #0099cc;
    font-size: 1.2em;
    font-weight: bold;
}

.pagetype-single {
    color: #959595;
    font-size: 1em;
    font-weight: bold;
}

#single-footer > div {
    padding-top: 20px;
}

#single-footer > div:last-child {
    padding-bottom: 20px;
}

#single-footer * {
    color: #ffffff !important;
}

#single-footer a {
    text-decoration: underline;
}

.current-menu-item {
    background: #1ab3e6;
}
