/* ------------------- */
/* - DEFAULT CLASSES - */
/* ------------------- */
.RadGrid_Metro .rgActiveRow > td, .RadGrid_Metro .rgSelectedRow > td {
    border-color: #014c9b !important;
}

.RadGrid_Metro .rgMasterTable .rgSelectedCell, .RadGrid_Metro .rgSelectedRow {
    background: #014c9b !important;
}

.RadGrid_Metro {
    border-color: #014c9b !important;
}

.RadButton_Metro.rbSkinnedButton {
    border-width: 0px !important;
}

.RadObjectLabel {
    font-size: small !important;
    color: #626262 !important;
    width: 70px !important;
}

.RadObjectLabel1 {
    font-size: small !important;
    color: #626262 !important;    
}

.RadCheckBoxLabel {
    font-size: small !important;
    color: #626262 !important;
    vertical-align: sub !important;
}

.RadDropDown {
    font-size: small !important;
    color: #626262 !important;
}

.RadButton {
    font-size: small !important;
    color: #626262 !important;
    line-height: 0em !important;
    vertical-align: auto !important;
    height: 29px !important;
}

.page-layout-two-columns {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

    .page-layout-two-columns td {
        vertical-align: top;
        width: 250px;
    }

        .page-layout-two-columns td + td {
            width: auto;
        }

.page-layout-first-column {
    padding-top: 55px;
    padding-right: 30px;
    min-height: 532px;
    background-image: url("../../Content/img/general/side-menu-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.page-layout-second-column {
    padding-right: 20px;
    padding-left: 30px;
    padding-top: 50px;
    float: left;
    margin: 0;
}

.content, .content-wide {
    margin: 0px auto;
}

.content-mobile {
    margin: 0px auto;
}

.content-row {
    position: relative;
}

.content-row-inner {
    position: relative;
    z-index: 5;
}

.clear {
    height: 0px;
    overflow: hidden;
    clear: both;
}

.img-replacement {
    position: absolute;
    top: -9999px;
    left: 0px;
    overflow: hidden;
}

.desktop {
    display: block;
}

.tablet {
    display: none;
}

.mobile {
    display: none;
}

.smartphone {
    display: none;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.row-spacer {
    height: 30px;
    clear: both;
    width: 100%;
}

/* SIZE */
.half {
    width: 50%;
}

/* COL */
.col {
    float: left;
}

.col-content {
    position: relative;
    z-index: 999;
}

    .col-content.center {
        position: relative;
    }

a.col {
    display: block;
}

section .content-row .col.first, .col.first {
    padding-left: 0px;
}

section .content-row .col.last, .col.last, #about-landing-actions .col.last, #landing-activities-intro .col.last, #landing-acitivies-text .col.last, #landing-acitivies-list .col.last, #landing-acitivies-go-to .col.last {
    padding-right: 0px;
    margin-right: 0px;
}

/* COLORS */
.color-white, .color-white a {
    color: #FFF;
}

.color-blue, .color-blue a {
    color: #004288;
}

/* POSITION TEXT */
.center-text {
    text-align: center;
}

/* FONT WEIGHTS */
.light {
    font-weight: 400;
}

#inner-page-right p a {
    color: #004288;
}

/* -------------------- */
/* - GENERAL ELEMENTS - */
/* -------------------- */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, body {
    width: 100%;
}

body {
    background-color: #FFF;
    color: #626262;
    font-family: "Source Sans Pro", "Verdana", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 32px;
}

#inner-page h2 {
    color: #004288;
    font-size: 30px;
    margin-bottom: 40px;
}

h3 {
    font-size: 25px;
    color: #004288;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
}

#inner-page h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 25px;
}

h4 {
    color: #004288;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 24px;
}

h5 {
    font-size: 22px;
    line-height: 24px;
    color: #004288;
    margin-bottom: 10px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    line-height: 22px;
    color: #004288;
    margin-bottom: 6px;
}

p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

a {
    position: relative;
    color: #646464;
    text-decoration: none;
    -webkit-transition: color 100ms ease-out;
    -moz-transition: color 100ms ease-out;
    -o-transition: color 100ms ease-out;
    transition: color 100ms ease-out;
}

    a:hover {
        color: #004288;
    }

nav a, menu a {
    display: block;
}

input {
    font-family: "Source Sans Pro", "Verdana", sans-serif;
}

    input[type="text"] {
        background-color: #FFF;
        border: 1px solid #ebebeb;
    }

    input[type="submit"] {
        border: none;
    }

input, textarea {
    outline: none;
    border-radius: 0;
}

menu {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
    /*margin-bottom: 12px;*/
}


strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.inner video {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}

.alignright {
    float: right;
    margin: 5px 0 5px 20px;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

/* -------------------- */
/* - GENERAL CLASSES -  */
/* -------------------- */
.row-white {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFF;
    position: relative;
}

.row-gray {
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.row-blue {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .row-blue .content {
        position: relative;
    }

.cssgradients .row-blue {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2e1ed), to(#ebf6fa));
    background-image: -moz-linear-gradient(0%, #c2e1ed, #ebf6fa);
    background-image: -ms-linear-gradient(left, #c2e1ed, #ebf6fa);
    background-image: -o-linear-gradient(left, #c2e1ed, #ebf6fa);
}

.no-cssgradients .row-blue {
    background-color: #ebf6fa;
    background-image: url("../img/home/pillarsbg.png");
    background-repeat: repeat-x;
}

.row-black {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.shadow {
    height: 17px;
    position: absolute;
    z-index: 999;
    left: 0px;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.shadow-top {
    background-image: url("../img/general/gray-shadow-top.png");
    top: 0px;
}

.shadow-bottom {
    background-image: url("../img/general/gray-shadow-bottom.png");
    bottom: 0px;
}

.row-blue h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 26px;
    font-weight: 300;
}

    .row-blue h2 strong {
        font-weight: 600;
    }

.read-more {
    padding-right: 15px;
    color: #004288;
    font-weight: 700;
    font-size: 15px;
    background-image: url("../img/general/read-more-bg.png");
    height: 35px;
    line-height: 35px;
    background-repeat: repeat-x;
    display: inline-block;
    position: relative;
    margin-left: 18px;
    margin-top: 20px;
}

    .read-more:hover {
        color: #FFF;
    }

.col .read-more {
    margin-top: 5px;
}

.read-more .left-part, .read-more .right-part {
    height: 100%;
    position: absolute;
    top: 0px;
}

.read-more .left-part {
    left: -18px;
    width: 18px;
    background-image: url("../img/general/read-more-left-bg.png");
}

.read-more .right-part {
    right: -16px;
    width: 16px;
    background-image: url("../img/general/read-more-right-bg.png");
}

.read-more .arrow {
    width: 7px;
    height: 12px;
    background-image: url("../img/general/read-more-arrow.png");
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -6px;
}

.read-plain {
    color: #004288;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

    .read-plain .arrow {
        position: absolute;
        right: -16px;
        top: 50%;
        margin-top: -6px;
    }

.large, .large p {
    font-size: 16px;
    line-height: 19px;
}

.little {
    font-size: 13px;
    line-height: 15px;
}

.arrow {
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
}

    .arrow.green {
        background-image: url("../img/general/green-arrow.png");
    }

    .arrow.white {
        background-image: url("../img/general/white-arrow.png");
    }

.arrow-big {
    position: absolute;
    width: 17px;
    height: 25px;
    cursor: pointer;
    background-position: 0px 0px;
}

    .arrow-big:hover {
        background-position: 0px -25px;
    }

    .arrow-big.to-left {
        background-image: url("../img/general/header-intro-arrow-left.png");
    }

    .arrow-big.to-right {
        background-image: url("../img/general/header-intro-arrow-right.png");
    }

.bullets a {
    padding-left: 26px;
    position: relative;
    line-height: 18px;
    padding-top: 0px;
}

.bullet-white a {
    background-image: url("../img/general/bullet-white.png");
    background-repeat: no-repeat;
    background-position: left 3px;
}

.bullet-white.bullet-tiny a {
    background-image: url("../img/general/bullet-white-tiny.png");
    background-repeat: no-repeat;
    background-position: left 5px;
}

a .arrow {
    position: absolute;
    top: 50%;
    right: 0px;
}

nav a .seperator, menu a .seperator {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-repeat: no-repeat;
}

    menu a .seperator.white {
        background-image: url("../img/general/sep-horz-white.png");
    }

    menu a .seperator.gray {
        background-image: url("../img/general/sep-horz-gray.png");
    }

.bullet-content {
    z-index: 2;
    position: relative;
}

.bullet-tiny .item-active {
    display: none;
    z-index: 1;
    position: absolute;
    top: -2px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-repeat: repeat-y;
    background-image: url("../img/general/list-active-tiny.png");
}

a.active .item-active {
    display: block;
}

.col-1-3, .col-1-3-full {
    position: relative;
}

.inner .col-1-3, .inner .col-1-2 {
    position: relative;
    margin-bottom: 20px;
}

    .inner .col-1-3 img, .inner .col-1-2 img {
        margin-bottom: 20px;
    }

#inner-page .col-1-3.contact h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    background-image: url("../img/general/list-green-bullet.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

#inner-page .col-1-3.contact {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}

#inner-page:before, #inner-page:after {
    content: " ";
    display: table;
}

#inner-page:after {
    clear: both;
}

#inner-page {
    *zoom: 1;
}

.inner-side-menu {
    position: relative;
    z-index: 1;
}

    .inner-side-menu a {
        color: #004288;
        font-size: 14px;
        margin-bottom: 7px;
        padding-bottom: 7px;
        position: relative;
    }

        .inner-side-menu a .seperator {
            bottom: 0px;
        }

        .inner-side-menu a .arrow {
            margin-top: -10px;
            z-index: 999;
        }

        .inner-side-menu a.active {
            font-weight: bold;
        }

        .inner-side-menu a:hover {
            color: #c6d200;
        }

        .inner-side-menu a .item-active {
            display: none;
            background-image: url("../img/general/inner-menu-active.png");
            height: 100%;
            width: 100%;
            background-repeat: repeat-y;
            position: absolute;
            top: -4px;
            left: 0px;
        }

        .inner-side-menu a.active .item-active {
            display: block;
        }

        .inner-side-menu a .item-content {
            position: relative;
            z-index: 999;
            padding-right: 12px;
        }

    .inner-side-menu.news a.active .item-active {
        background: #004288;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .inner-side-menu.news a.active {
        margin: 0-10px;
        color: #FFF;
    }

        .inner-side-menu.news a.active .arrow {
            right: 10px;
        }

        .inner-side-menu.news a.active .item-content {
            padding-left: 10px;
            padding-right: 10px;
        }

/* HEADER */

/* HEADER AT TOP */
#header-top {
    width: 100%;
    font-size: 12px;
    position: relative;
    z-index: 999;
    background-color: #FFF;
}

    #header-top .content-wide {
        position: relative;
    }

    #header-top .nav-item {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }

#header-top-search {
    padding-left: 12px;
    padding-right: 12px;
}

#header-top input[type="text"] {
    padding-left: 5px;
    padding-right: 5px;
    color: #646464;
}

#header-top input[type="submit"] {
    height: 15px;
    width: 18px;
    background-image: url("../img/general/search-icon.png");
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    margin-left: 8px;
}

#header-top .nav-item-seperator {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url("../img/general/top-header-nav-sep.png");
    width: 1px;
    height: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#header-top-shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url("../img/general/top-header-shadow-bottom.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 100%;
}

#header-top-language-switcher-holder-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 38px;
    display: none;
    z-index: 999;
}

.borderradius #header-top-language-switcher nav {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 6px;
}

#header-top-language-switcher-holder-list a {
    position: relative;
    height: 38px;
    padding-bottom: 10px;
    border-top: 1px solid #CCC;
}

    #header-top-language-switcher-holder-list a.first {
        border: none;
    }

/* HEADER INTRO WITH NAVIGATION AND TEXT */
#header-intro {
    width: 100%;
    position: relative; /*overflow: hidden;*/
    z-index: 998;
}

#header-intro-picture-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#header-intro-picture-holder-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header-intro-picture {
    width: 100%;
    height: 100%;
    background-position: top center;
    float: left;
    background-repeat: no-repeat;
}

.header-intro-picture-data {
    display: none;
}

#header-general-nav {
    position: relative;
    z-index: 900;
}

    #header-general-nav h1 a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

#header-general-nav-items a {
    color: #014c9b;
}

.header-general-nav-item-seperator {
    width: 1px;
    height: 61px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/general/top-header-nav-general-sep.png");
    background-repeat: no-repeat;
}

#header-general-nav-content.upper .header-general-nav-item-seperator {
    height: 71px;
}

.header-general-nav-item.news {
    background: #004288;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}

#header-general-nav-items .header-general-nav-item.news a {
    color: #FFFFFF;
}

#header-intro-content {
    padding-top: 110px;
    color: #FFF;
    height: 20px;
}

    #header-intro-content .content {
        position: relative;
        height: 100%;
    }

#header-intro-content-indicators {
    height: 11px;
    position: absolute;
    bottom: 25px;
    right: 0px;
}

.header-intro-content-indicator {
    cursor: pointer;
    width: 11px;
    height: 11px;
    background-image: url("../img/general/header-intro-indicator.png");
    background-position: 0px 0px;
    float: left;
    margin-left: 3px;
    -webkit-transition: background-position 100ms ease-out;
    -moz-transition: background-position 100ms ease-out;
    -o-transition: background-position 100ms ease-out;
    transition: background-position 100ms ease-out;
}

    .header-intro-content-indicator.first {
        margin-left: 0px;
    }

    .header-intro-content-indicator.active, .header-intro-content-indicator:hover {
        background-position: 0px -11px;
    }

#header-intro-content p {
    margin-bottom: 0px;
}

#header-intro-content-left p, #header-intro-content-left a {
    position: relative;
    z-index: 2;
}

#header-intro-content-left-extra-bg {
    display: none;
}

.no-cssgradients #header-intro-content-left-extra-bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/general/header-text-black-bg.png");
    position: absolute;
    top: 256px;
    left: 0px;
    z-index: 1;
    display: block;
}

/* HEADER DROP DOWN MENU */
#header-intro-hidden-menus {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 889;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 10px;
}

.no-cssgradients #header-intro-hidden-menus, #header-intro-hidden-placeholder {
    background-color: #5d8f16;
    background-image: url("../img/general/header-menu-hidden-green-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.cssgradients #header-intro-hidden-menus, #header-intro-hidden-placeholder {
    background: -webkit-radial-gradient(circle, #c6d200, #5d8f16);
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#c6d200), to(#5d8f16));
    background: -moz-radial-gradient(circle, #c6d200, #5d8f16);
    background: -ms-radial-gradient(50% 50%, closest-corner, #c6d200, #5d8f16);
    background: radial-gradient(circle at 50% 50%, #c6d200 0%, #5d8f16 110%);
}

#header-intro-hidden-menus nav {
    float: right;
    font-size: 14px;
}

    #header-intro-hidden-menus nav a {
        padding-bottom: 6px;
        margin-bottom: 6px;
    }

        #header-intro-hidden-menus nav a:hover {
            color: #FFF;
        }

.header-intro-menu-col {
    padding-right: 0px;
    min-width: 180px;
}

#header-intro-hidden-menus-shadow {
    background-image: url("../img/general/header-menu-hidden-shadow-bottom.png");
    height: 16px;
    width: 100%;
    position: absolute;
    bottom: -16px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: top center;
}

.header-intro-menu.active {
    display: block;
}

.header-intro-menu {
    display: none;
}

/* FOOTER */
footer {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

    footer a {
        color: #FFF;
    }

        footer a:hover {
            color: #c6d200;
        }

        footer a.top {
            font-weight: 700;
            text-transform: uppercase;
            display: block;
        }

    footer nav a {
        margin-bottom: 1px;
    }

#footer-top {
    width: 100%;
    background-color: #004288;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #FFF;
}

.footer-site-map-col {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 180px;
    min-height: 137px;
}

    .footer-site-map-col.first {
        padding-left: 0px;
    }

    .footer-site-map-col.last {
        padding-right: 0px;
        background: none;
    }

#footer-bottom {
    padding-top: 20px;
    color: #004288;
}

#vinci-logo {
    background-image: url("../img/general/vinci-logo.png");
    width: 110px;
    height: 29px;
    display: block;
}

#actemiumEC-logo {
    background-image: url("../img/general/EE_LOGO_RGB-low.jpg");
    width: 110px;
    height: 29px;
    display: block;
}

/* INNER PAGE */
/*.inner #header-intro-content {position: relative; padding-top: 50px; height: auto; background-repeat: no-repeat; background-position: top center; background-size: contain; }
.inner #header-intro-content-left {position: relative; padding-bottom: 30px; height: auto; min-height: inherit; }
#header-intro-hidden-placeholder {display: none; }*/
.inner #header-intro-content {
    position: relative;
    padding-top: 50px;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}

.lt-ie9 .inner #header-intro-content {
    background-image: none !important;
}

.inner #header-intro-content img {
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
    width: auto;
}

.lt-ie9 .inner #header-intro-content img {
    display: block;
    width: auto;
}

.inner #header-intro-content-left {
    position: relative;
    padding-bottom: 30px;
    height: auto;
    min-height: inherit;
}

#header-intro-hidden-placeholder {
    display: none;
}

.ActemiumTree ul li, ol li {
    font-size: 13px;
    border-top: 1px solid #ececec;
    padding-bottom: 8px;
    padding-top: 8px;
    max-width: 550px;
}

    .ActemiumTree ul li:first-child, ol li:first-child {
        border-top: none;
    }

.ActemiumTree ol li {
    list-style-type: decimal;
    margin-left: 18px;
}

.ActemiumTree ul li {
    padding-left: 25px;
    background-image: url("../img/general/list-green-bullet.png");
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

    .ActemiumTree ul li ul li {
        background-image: url("../img/general/list-green-bullet-sec.png");
    }

.RadTreeView .rtImg {
    margin-bottom: 0px !important;
}

.RadTreeView .rtChk {
    margin-left: -25px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

/*.inner ul li, .inner ol li, #home-segments-cols ul li {font-size: 13px; border-top: 1px solid #ececec; padding-bottom: 8px; padding-top: 8px; max-width: 550px; }
.inner ul li:first-child, .inner ol li:first-child, #home-segments-cols ul li:first-child {border-top: none; }
.inner ol li {list-style-type: decimal; margin-left: 18px; }
.inner ul li, #home-segments-cols ul li {padding-left: 25px; background-image: url("../img/general/list-green-bullet.png"); background-repeat: no-repeat; background-position: 0px 11px; }
.inner ul li ul li {background-image: url("../img/general/list-green-bullet-sec.png"); }*/

.inner img {
    max-width: 100%;
    height: auto;
}

.lt-ie9 .inner img {
    width: auto;
}

/*.inner #inner-page input[type="text"], .inner #inner-page input[type="number"], .inner #inner-page input[type="url"], .inner #inner-page select, .inner #inner-page input[type="date"], .inner #inner-page input[type="email"], .inner #inner-page input[type="tel"], .inner #inner-page input[type="text"], .inner #inner-page textarea {font-size:13px; padding: 5px; background-color: #FFF; border:1px solid #EBEBEB; margin-top: 2px; width: 100%; max-width: 500px;  }*/
.inner #inner-page input[type="radio"], .inner #inner-page input[type="checkbox"] {
    margin-left: 3px;
    margin-right: 20px;
    margin-bottom: 2px;
}

.inner #inner-page select {
    font-size: 15px;
}

.inner #inner-page form p {
    margin-bottom: 10px;
}

.inner #inner-page input[type="submit"] {
    border-radius: 5px;
    padding: 4px;
    font-size: 12px;
    min-width: 60px;
    color: #004288;
    font-weight: bold;
}

.cssgradients .inner #inner-page input[type="submit"] {
    background: -webkit-radial-gradient(circle, #c6d200, #5d8f16);
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#c6d200), to(#5d8f16));
    background: -moz-radial-gradient(circle, #c6d200, #5d8f16);
    background: -ms-radial-gradient(100% 100%, closest-corner, #c6d200, #5d8f16);
    background: radial-gradient(circle at 100% 100%, #c6d200 0%, #5d8f16 110%);
}

.no-cssgradients .inner #inner-page input[type="submit"] {
    background-color: #76a018;
}

.wpcf7-not-valid-tip-no-ajax {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 4px;
    display: block;
}

.wpcf7-validation-errors {
    color: red;
    font-size: 14px;
    margin-bottom: 20px;
}

.wpcf7-mail-sent-ok {
    color: #5f9016;
    font-size: 14px;
    margin-bottom: 20px;
}

.inner .page-quote {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 30px;
}

    .inner .page-quote p {
        font-weight: 300;
    }

    .inner .page-quote .author {
        font-size: 13px;
    }

#inner-page {
    padding-bottom: 50px;
}

    #inner-page .content {
        position: relative;
    }

#inner-page-left, #inner-page-right, #inner-page-content {
    padding-top: 50px;
}

.landing #inner-page-content {
    padding-top: 0px;
}

#inner-page-right-content {
    margin-top: 40px;
}

.inner-shadow-sep {
    height: 30px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 40px;
    margin-bottom: 15px;
}

.page-top-large {
    background-color: #000;
    width: 100%;
    color: #FFF;
    padding-bottom: 30px;
    margin-bottom: 40px;
    background-position: top center;
    background-repeat: no-repeat;
}

#inner-page .page-top-large h2 {
    color: #FFF;
    font-weight: 600;
}

.page-top-large p {
    font-size: 20px;
    line-height: 22px;
}

/* - HOME - */
#expertise-right-menu h3 strong {
    font-weight: 600;
}

#expertise-right-menu-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    background-color: #649315;
    overflow: hidden;
}

#expertise-right-menu-inner-content {
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}

#expertise-right-menu-content menu a {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 30px;
}

    #expertise-right-menu-content menu a.last {
        margin-bottom: 0px;
    }

        #expertise-right-menu-content menu a.last .seperator {
            display: none;
        }

    #expertise-right-menu-content menu a .arrow {
        margin-top: -11px;
    }

#expertise-right-menu-content a:hover {
    color: #FFF;
}

#expertise-right-menu-content menu {
    margin-top: 20px;
}

#expertise-right-menu-bottom-link {
    position: relative;
    z-index: 3;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

    #expertise-right-menu-bottom-link a {
        display: block;
        width: 100%;
        font-size: 15px;
        color: #FFF;
        padding-right: 20px;
    }

        #expertise-right-menu-bottom-link a:hover {
            color: #004288;
        }

        #expertise-right-menu-bottom-link a .arrow {
            margin-top: -6px;
        }

#pillars h3 {
    padding-right: 20px;
}

#pillars .col:hover a {
    color: #004288;
    cursor: pointer;
}

#home-news h3 {
    margin-bottom: 20px;
}

#home-news .news-image {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/*#home-news .news-image img {max-height:100px !important; width:auto !important;}*/
/*#home-news .two-column .news-image img {max-height:125px !important; width:auto !important;}*/
.news-info {
    font-size: 14px;
}

.news-category {
    text-transform: uppercase;
    font-weight: 900;
}

.news-date {
    margin-left: 4px;
}

/* HOME - EVENTS */
#home-news .col-1-3 {
    width: 284px;
    margin-right: 18px;
}

    #home-news .col-1-3.last {
        margin-right: 0;
    }

#home-news .news-wrapper, #home-news .events-wrapper {
    float: left;
}

    #home-news .events-wrapper .event-item {
        background-color: #c2d300;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

#quote {
    color: #FFF;
    background-repeat: no-repeat;
    background-position: top center;
    height: 226px;
}

#quote-pictures-holder {
    position: absolute;
    z-index: 998;
    width: 100%;
    height: 100%;
    margin-top: -50px;
    overflow: hidden;
}

#quote-pictures-holder-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.quote-picture {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
}

#quote .content {
    position: relative;
    z-index: 999;
}

.quote-data {
    display: none;
}

.quote-author {
    font-size: 13px;
}

#actions {
    color: #004288;
}

    #actions .col {
        padding-top: 130px;
    }

#about-landing-actions .col {
    padding-top: 180px;
}

#actions .col:hover {
    color: #004288;
}

#actions .col h3, #about-landing-actions .col h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}

#actions .col .col-content, #about-landing-actions .col .col-content {
    text-align: center;
}

#actions .col p {
    text-align: center;
    position: relative;
    display: inline-block;
}

#actions .arrow {
    position: relative;
    top: 3px;
    left: 3px;
    display: inline-block;
}

.action-icon {
    z-index: 5;
    width: 100%;
    height: 112px;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

#about-landing-actions .action-icon {
    height: 150px;
}

.figure-number-holder span {
    display: block;
}

/* HOME NEWS */
.news-overview h3 a, .news-overview h4 a {
    color: #004288;
}

#home-news .news-item {
    background-color: #f5f5f5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.news-overview .news-item h4 {
    min-height: 72px;
}

.news-overview .news-item .news-image {
    height: 200px;
    width: 100%;
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

    .news-overview .news-item .news-image.horizontal {
        overflow: hidden;
        display: table;
    }

    .news-overview .news-item .news-image.vertical {
        overflow: hidden;
    }

    .news-overview .news-item .news-image.placeholder {
        height: 200px;
    }

        .news-overview .news-item .news-image.placeholder a {
            display: block;
            width: 100%;
            height: 100%;
        }

    .news-overview .news-item .news-image img {
        width: 100%;
        height: auto;
        margin-bottom: 0
    }

    .news-overview .news-item .news-image.horizontal .news-image-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

.news-overview .news-item .news-category {
    margin: -12px 0 0 10px;
}
/*.news-overview .news-item .news-category span { display:inline-block; background-color:#004288; font-size:16px; padding:0 5px; color:#FFF; border-radius:3px;  }*/
.news-overview .news-item .news-content {
    padding: 20px;
}

.news-overview .news-item .news-date {
    font-weight: 600;
    font-size: 16px;
    margin: 0
}

.news-overview .news-item .news-readmore {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.news-overview .news-item .news-excerpt {
    min-height: 54px;
}
/* full div */
.news-overview .news-item .news-fulllink {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

/* FEATUED NEWS */
#news-items #featured-news .news-item {
    width: 100%;
    float: none;
}

#featured-news .news-item h4 {
    min-height: 0;
}

#featured-news .news-item .news-image {
    height: 280px;
}

#home-news .news-item:hover {
    cursor: pointer;
    box-shadow: 0 0 15px #DDD;
}

#news-items .news-item {
    width: 50%;
    float: left;
    display: block;
}

#news-items .news-item {
    padding-top: 0;
    margin-bottom: 30px;
}

#news-items .news-item {
    padding: 0 10px;
}

    #news-items .news-item .news-item-wrapper {
        background-color: #f5f5f5;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #news-items.news-item .news-link-wrapper {
        display: block;
        margin: 25px 0 20px 0;
    }

        #news-items.news-item .news-link-wrapper .news-link {
            display: inline-block;
            background-color: #ebebeb;
            padding-right: 35px;
            padding-left: 20px;
            padding-top: 5px;
            padding-bottom: 8px;
            border-radius: 10px;
        }

            #news-items.news-item .news-link-wrapper .news-link a {
                color: #646464;
            }
/*.single.news-item blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}*/
/*.single.news-item blockquote p{ font-size:16px; line-height: 22px;}*/


.single.news-item blockquote {
    margin: 1.5em 0;
    padding: 0.5em 35px;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
}

    .single.news-item blockquote:before {
        color: #004288;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
        position: absolute;
        left: 0;
        top: 25px;
    }

    .single.news-item blockquote:after {
        color: #004288;
        content: close-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-left: 0.25em;
        vertical-align: -0.4em;
        position: absolute;
        right: 0;
        bottom: -4px;
    }

    .single.news-item blockquote p {
        color: #004288;
        font-size: 14px;
        line-height: 16px;
        display: inline;
    }

.news-item .news-category {
    margin: -12px 0 0 10px;
    z-index: 2;
    position: relative;
}

    .news-item .news-category span {
        display: inline-block;
        background-color: #004288;
        font-size: 16px;
        padding: 0 7px;
        color: #FFF;
        border-radius: 3px;
    }

#news-items.single {
    background: #f5f5f5;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

    #news-items.single .news-image {
        max-height: 350px;
        overflow: hidden;
    }

        #news-items.single .news-image img {
            width: 100%;
            margin-bottom: 0;
        }

        #news-items.single .news-image.empty {
            height: 50px;
        }

    #news-items.single .news-content {
        background: #f5f5f5;
        padding: 2em;
    }

        #news-items.single .news-content .news-item-date {
            font-weight: 600;
            font-size: 16px;
        }

        #news-items.single .news-content h2 {
            font-weight: 400;
            font-size: 26px;
        }

    #news-items.single .news-category {
        margin: -12px 0 0 2em;
    }

        #news-items.single .news-category span {
            padding: 2px 7px;
        }

    #news-items.single .news-sharing {
        border-top: 1px solid #e6e6e6;
        margin-top: 1em;
        padding-top: 1em;
    }

        #news-items.single .news-sharing a {
            display: inline-block;
            margin-right: 3px;
        }

            #news-items.single .news-sharing a img {
                width: 25px;
                height: 25px;
                margin: 0;
            }

        #news-items.single .news-sharing span {
            text-transform: uppercase;
            line-height: 25px;
            font-size: 13px;
            padding-right: 1em;
        }

    #news-items.single footer {
        padding: 0;
    }

/* RELATED NEWS*/
#related-news {
    margin-top: 3em;
}

    #related-news .news {
        float: left;
        display: block;
        width: 33.333333333333%;
    }

        #related-news .news .news-content {
            padding: 0 15px;
        }

        #related-news .news .news-readmore {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

        #related-news .news header h4 {
            color: #004288;
            font-size: 18px;
            margin: 15px 0 15px 0;
            min-height: 40px;
            line-height: 20px;
        }

        #related-news .news .news-content .news-image {
            height: 100px;
            text-align: center;
            overflow: hidden;
        }

            #related-news .news .news-content .news-image a {
                display: block;
                width: 100%;
                height: 100%;
            }

    #related-news .related-news-wrapper {
        margin: 0 -15px;
    }

    #related-news .news .news-content .news-image img {
        height: 100%;
        width: auto;
        margin: 0;
    }

    #related-news .news .news-content .news-image.horizontal img {
        width: 100%;
        height: auto;
    }

    #related-news .news .news-content .news-image.vertical img {
        width: auto;
        height: 100%;
    }

    #related-news .news .news-content .news-image.empty {
        background: #eaeaea;
    }

/* ABOUT */
.figure-number-holder {
    text-align: center;
    display: table;
    margin-left: 14px;
}

.figure-number-holder-content {
    display: table-cell;
    vertical-align: middle;
}

.borderradius .figure-number-holder {
    border-radius: 20px;
    box-shadow: 0 0 8px #CCC;
    -webkit-box-shadow: 0 0 8px #CCC;
    -moz-box-shadow: 0 0 8px #CCC;
}

.figure-number-holder span {
    display: block;
}

.figure-number-holder-top {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 8px;
}

.figure-number-holder-bottom {
    font-size: 15px;
    line-height: 17px;
}

.figure-number-holder.first {
    margin-left: 0px;
}


#vinci-bottom {
    padding-bottom: 20px;
}

    #vinci-bottom .content {
        display: table;
        height: 100%;
    }

    #vinci-bottom .cols {
        display: table-cell;
        vertical-align: middle;
    }

    #vinci-bottom .col.right {
        float: right;
    }

    #vinci-bottom a {
        position: relative;
    }

/* NEWS */
/*#news-items h2 {font-size: 22px; line-height: 24px; margin-bottom: 2px; }
#news-items h2 a { color:#004288; }
#news-items img {height: auto; width: inherit; max-width: 100%; max-height: 100%;  }
#news-items .news-item-date {font-size: 15px; margin-bottom: 15px; }
#news-items {padding-top: 5px; }
.news-item {padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #EBEBEB; }
.news-item:first-child {border:none; padding-top: 0px; }*/
/* extra */
/*#news-items .news-item-image, #news-items .news-item-content, #news-items .news-item-readmore {float:left;}
#news-items .news-item-image { width:20%; min-height:100px;}
#news-items .news-item-content { width:80%; }
#news-items .news-item-image img { max-width: 100px; max-height:100px; width:auto; }
#news-items .news-item-readmore{display:block; width:100%; margin-left: 20%;}*/

/* NETWORK */

#network-map {
    background-repeat: repeat-x;
    background-color: #deeff6;
    position: relative;
    overflow: hidden;
}

    #network-map #vmap {
        position: absolute;
        width: 1000px;
        height: 634px;
        left: 50%;
        top: -75px;
        z-index: 0;
        margin-left: -500px;
        background: url("../img/about/map_shadow.png") 9px 64px no-repeat;
    }

.jqvmap-label {
    position: absolute;
    z-index: 1000;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

#network-content {
    position: relative;
}

#network-info {
    padding-top: 40px;
    padding-bottom: 30px;
}

.cssgradients #network-info {
    background: -webkit-radial-gradient(circle, #FFF, #f0f0f0);
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#FFF), to(#f0f0f0));
    background: -moz-radial-gradient(circle, #FFF, #f0f0f0);
    background: -ms-radial-gradient(50% 50%, closest-corner, #FFF, #f0f0f0);
    background: radial-gradient(circle at 50% 50%, #FFF 0%, #f0f0f0 110%);
}

#minicontainer {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 248px;
    height: 248px;
    overflow: hidden;
    border-radius: 300px;
}

#vmapmini {
    position: absolute;
    width: 1000px;
    height: 634px;
    left: -684px;
    top: -278px;
    z-index: 0;
}

#network-list a {
    display: block;
    width: 100%;
}

    #network-list a .arrow {
        top: 4px;
    }

#dropdown-active {
    width: 176px;
    height: 50px;
    background-image: url("../img/general/dropdown.png");
    line-height: 50px;
}

.network-column-holder.first {
    background: none;
}

.network-column-holder .arrow {
    position: absolute;
    top: 10px;
    right: 0px;
}

.network-column-holder {
    position: relative;
}

    .network-column-holder.none a {
        cursor: default;
    }

#network-bottom {
    width: 100%;
    background-color: #5f9115;
    font-weight: 300;
    padding-top: 15px;
    color: #FFF;
    font-size: 30px;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: top center;
}

#network-bottom-text {
    width: 400px;
}

#network-bottom .read-plain {
    color: #FFF;
}

/* OIL & GAS BANNER */
/*#inner-page-left { overflow:hidden; }*/
.oilangas-banner {
    margin-top: 60px;
    margin-left: -21px;
    position: relative;
    width: 241px;
    height: 250px;
    background: url("../img/solutions/oilangas.png") no-repeat;
}

    .oilangas-banner .content-area {
        position: absolute;
        bottom: 0;
        padding: 0 20px 30px 30px;
    }

        .oilangas-banner .content-area h3 {
            margin-bottom: 10px !important;
            color: #fff;
            font-size: 24px;
            line-height: normal;
        }

    .oilangas-banner .read-more-clean {
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
    }

        .oilangas-banner .read-more-clean img {
            margin: 0;
            padding-left: 10px;
            vertical-align: middle;
            line-height: 20px;
        }

/* SEARCH */
#search-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

#search-results {
    margin-top: 20px;
}

.search-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #EBEBEB;
}

    .search-item h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }

.search-url {
    margin-bottom: 10px;
}

.jobs h4 {
    font-size: 18px;
    font-size: 20px;
    margin-bottom: 10px;
}

.not-found {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 34px;
}

.paging {
    margin-top: 10px;
}

    .paging a {
        display: inline-block;
        padding: 5px;
        background-color: #EBEBEB;
        font-weight: bold;
        font-size: 12px;
    }

.pillar-action {
    width: 36px;
    height: 36px;
    background-image: url("../img/home/action.png");
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
}

#pillars-hover-content {
    position: absolute;
    left: 0px;
    visibility: hidden;
}

    #pillars-hover-content h3 {
        position: relative;
        z-index: 1;
    }

#pillars-hover-content-cols {
    position: relative;
    z-index: 1;
}

.pillar-data {
    display: none;
}

#network-map .shadow {
    z-index: 1;
}

#inactive-main-bottom {
    display: none;
}

#inactive-main-bottom {
    height: 25px;
    width: 100%;
    background-image: url("../img/general/inactive-bottom.png") !important;
}

#home-green {
    position: relative;
    height: 174px;
    width: 100%;
    background-color: #5d8f16;
    color: #FFF;
}

    #home-green span {
        font-weight: 300;
        display: block;
    }

        #home-green span strong {
            font-weight: 600;
        }

    #home-green a {
        color: #FFF;
    }

    #home-green .content {
        padding-top: 30px;
        height: 100%;
        background-position: right top;
        background-repeat: no-repeat;
    }

#home-segments-cols .col a {
    position: relative;
    display: block;
    font-weight: 600;
}

    #home-segments-cols .col a .arrow {
        margin-top: -6px;
    }

#home-segments-cols .col.right {
    float: right;
}

#actions .col #network-text {
    width: 288px;
    float: right;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url("../img/general/action-network-text-bg.png");
    background-repeat: no-repeat;
}

    #actions .col #network-text h3, #actions .col #network-text p {
        text-align: left;
    }

#actions #network-text-button {
    position: relative;
    margin-top: 5px;
    width: 211px;
    height: 67px;
    background-image: url("../img/general/action-network-button.png");
    margin-left: -15px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    padding-top: 14px;
    padding-left: 18px;
    padding-right: 40px;
}

    #actions #network-text-button .arrow {
        left: 5px;
    }

.network-extended-column .network-column-holder {
    background-image: url("../img/about/seperator-mini.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-right: 15px;
    line-height: 18px;
}

.dropdown {
    margin-left: -5px;
    font-size: 14px;
    line-height: 17px;
    color: #004288;
    width: 177px;
}

    .dropdown a {
        color: #004288;
        width: 100%;
        display: block;
    }

.dropdown-active {
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    padding-right: 50px;
    background-image: url("../img/about/dropdown-bg.png");
    background-repeat: repeat-y;
}

    .dropdown-active .arrow {
        position: absolute;
        top: 50%;
        right: 17px;
        margin-top: -7px;
    }

    .dropdown-active .line {
        position: absolute;
        width: 1px;
        height: 100%;
        right: 35px;
        background-color: #EBEBEB;
    }

.dropdown-active-bottom, .dropdown-active-top {
    width: 100%;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
}

.dropdown-active-bottom {
    background-image: url("../img/about/dropdown-bottom.png");
    bottom: -15px;
}

.dropdown-active-top {
    background-image: url("../img/about/dropdown-top.png");
    top: -15px;
}

.dropdown-list {
    padding-top: 20px;
    display: none;
}

.dropdown-list-item {
    width: 170px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBEBEB;
    padding-left: 15px;
    padding-right: 20px;
    position: relative;
}

    .dropdown-list-item .arrow {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px;
    }

    .dropdown-list-item.hide {
        display: none;
    }

.filter-holder {
    margin-top: 50px;
}

    .filter-holder.first {
        margin-top: 0px;
    }

.network-extended-column h4 {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
}

.network-extended-column.filter-country {
    margin-bottom: 40px;
}

.segment-form {
    margin-top: 40px;
}

#offre-presentation-large {
    margin-bottom: 30px;
}

    #offre-presentation-large h4 {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        color: #626262;
        margin-bottom: 10px;
    }

#offre-presentation-text-img-holder {
    width: 170px;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

iframe {
    width: 100%;
}

.solutions-intro {
    width: 100%;
    text-align: center;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    background-image: url("../img/solutions/intro-shadow.jpg");
}

.solutions-intro-text {
    margin-top: 20px;
}

.solutions-intro p {
    text-align: left;
}

.solution-row {
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #EBEBEB;
}

.solution-bottom {
    margin-top: 40px;
}

.solution-row-img {
    background-position: top center;
    background-repeat: no-repeat;
}

.border-bottom {
    border-bottom: 1px solid #EBEBEB;
}

#header-intro-content-picture-holder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#header-intro-content-picture-holder-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.header-intro-content-picture {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    float: left;
}

    .header-intro-content-picture img {
        display: none;
    }

.lt-ie9 .header-intro-content-picture {
    background-image: none !important;
    text-align: center;
    overflow: hidden;
}

    .lt-ie9 .header-intro-content-picture img {
        display: inline;
        height: 100%;
        width: auto;
        max-width: inherit;
    }

#header-intro-arrow-left, #header-intro-arrow-right {
    position: absolute;
    top: 40%;
}

#header-intro-arrow-left {
    left: -50px;
}

#header-intro-arrow-right {
    right: -50px;
}

.accordion {
    margin-bottom: 3px;
}

.accordion-title {
    position: relative;
    display: block;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    padding: 8px;
    padding-left: 0px;
    padding-right: 40px;
    cursor: pointer;
    color: #004087;
    font-size: 14px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url("../img/general/accordion-bg.png");
}

.accordion-arrow {
    background-repeat: no-repeat;
    width: 15px;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0px;
    background-position: right center;
}

.accordion[data-open="false"] .accordion-arrow {
    background-image: url("../img/general/green-arrow.png");
}

.accordion[data-open="true"] .accordion-arrow {
    background-image: url("../img/general/green-arrow-down.png");
}

.borderradius .accordion-title {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.accordion-bottom {
    background-image: url("../img/general/accordion-shadow.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 17px;
}

.accordion-content {
    display: none;
    padding-top: 20px;
    padding-bottom: 15px;
}

.cssgradients .accordion-content {
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#F9F9F9), to(#FFFFFF));
    background-image: -moz-linear-gradient(0%, #FFFFFF, #F9F9F9);
    background-image: -ms-linear-gradient(left, #FFFFFF, #F9F9F9);
    background-image: -o-linear-gradient(left, #FFFFFF, #F9F9F9);
}

.wp-video-shortcode {
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}

    .wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
        max-width: 100%;
    }

    .wp-caption p.wp-caption-text {
        font-size: 12px;
        line-height: 17px;
        padding: 0px 4px 5px;
        margin: 0px;
        max-width: 100%;
    }

#inner-page.landing {
    padding-bottom: 0px;
    padding-top: 0px;
}

#about-landing-actions .col {
    margin-bottom: 0px;
}

#about-landing-header {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    background-position: center center;
    background-repeat: no-repeat;
}

    #about-landing-header h2 {
        color: #FFF;
        font-weight: 400;
        font-size: 36px;
        line-height: 36px;
    }

    #about-landing-header p {
        font-size: 24px;
        line-height: 26px;
        color: #FFF;
        font-weight: 300;
        margin-bottom: 20px;
    }

    #about-landing-header a {
        color: #FFF;
    }

#about-landing-header-content {
    position: relative;
    width: 400px;
    max-width: 100%;
    z-index: 2;
}

#inner-page #about-landing-map {
    position: relative;
}

#about-landing-map .mobile-overlay {
    background-color: #FFF;
}

#about-landing-map p {
    font-size: 24px;
    color: #004087;
    line-height: 24px;
    margin-bottom: 20px;
}

#about-landing-map-content {
    width: 250px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.col-read {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.mobile-overlay {
    display: none;
    z-index: 1;
}

#inner-page .landing-segments-overview-item {
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#inner-page .landing-segments-overview-item-bg-bw, #inner-page .landing-segments-overview-item-bg-color {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

#inner-page .landing-segments-overview-item .landing-segments-overview-item-bg-color {
    width: 0px;
    z-index: 101;
}

#inner-page .landing-segments-overview-item:hover .landing-segments-overview-item-bg-color {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

#inner-page .landing-segments-overview-item-content {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
}

#inner-page .landing-segments-overview-item-content-bg {
    background-color: rgba(0,64,135,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    visibility: hidden;
}

#inner-page .landing-segments-overview-item-content h2 {
    color: #FFF;
    margin-bottom: 6px;
    font-weight: 400;
    z-index: 200;
    position: relative;
}

#inner-page .landing-segments-overview-item-content .read-plain {
    color: #FFF;
}

#inner-page .landing-segments-overview-item-bg-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#inner-page .landing-segments-overview-item-content-text {
    padding: 20px;
}


#landing-activities-intro .landing-shadow {
    margin-top: 40px;
}

#landing-activities-intro h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.landing-activities-intro-icon {
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 80px;
}

    .landing-activities-intro-icon img {
        position: absolute;
        right: 0px;
        z-index: 2;
    }

#landing-activities-intro .col {
    display: none;
}

#landing-activities-intro-icon-design {
    background-image: url("../img/activities/design.png");
}

#landing-activities-intro-icon-build {
    background-image: url("../img/activities/build.png");
}

#landing-activities-intro-icon-maintain {
    background-image: url("../img/activities/maintain.png");
}

#landing-acitivies-text p {
    color: #004087;
}

#landing-acitivies-text, #landing-acitivies-list, #landing-acitivies-big-actions, #landing-acitivies-go-to {
    padding-bottom: 0px;
}

    #landing-acitivies-text .mobile {
        display: none;
    }

#landing-acitivies-list, #landing-acitivies-go-to, #landing-acitivies-big-actions {
    padding-top: 0px;
}

    #landing-acitivies-list h4, #landing-acitivies-text h4 {
        font-weight: 800;
        font-size: 16px;
        margin-bottom: 5px;
    }

.read-clean {
    display: inline-block;
    background-color: #c6d200;
    color: #004288;
    position: relative;
    padding: 8px;
    padding-left: 14px;
    padding-right: 35px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}

    .read-clean .arrow {
        right: 10px;
        top: 50%;
        margin-top: -6px;
        width: 7px;
        height: 12px;
        background-image: url("../img/general/read-more-arrow.png");
    }

#landing-acitivies-big-actions {
    margin-top: 20px;
    position: relative;
}

.landing-acitivies-big-actions-col {
    display: block;
    background-image: url("../img/activities/landing-sep.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    text-align: center;
}

    .landing-acitivies-big-actions-col:hover .landing-acitivies-big-actions-col-active {
        display: block;
    }

#landing-acitivies-big-actions .landing-acitivies-big-actions-col h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

#landing-acitivies-big-actions-col-icon-certified {
    background-image: url("../img/activities/landing-certified.png");
}

.landing-acitivies-big-actions-col-icon {
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 11;
}

#landing-acitivies-big-actions-col-icon-map {
    background-image: url("../img/activities/landing-map.png");
}

.landing-acitivies-big-actions-col-content {
    position: relative;
    z-index: 10;
}

.landing-acitivies-big-actions-col-active {
    display: none;
    background-image: url("../img/general/block-active-bg.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1px;
}

.landing-shadow {
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -453px;
    width: 907px;
    height: 16px;
    background-position: bottom center;
    background-image: url("../img/activities/shadow.png");
}


/* ----------------- */
/* - MEDIA QUERIES - */
/* ----------------- */
@media only screen and (min-width: 480px) {
    /*#header-general-nav h1 {background-image: url("../img/general/logo.png"); width: 221px; height: 34px; background-repeat: no-repeat; }*/
    /*#header-general-nav h1 {background-image: url("../img/general/viewemis1.png"); width: 180px; height: 34px; background-repeat: no-repeat; }*/
    #header-general-nav h1 {
        background-image: url("../img/general/logotipo31.png");
        width: 180px;
        height: 50px;
        background-repeat: no-repeat;
    }

    #expertise-right-menu-content {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 567px) {
    /* HEADER */

    /* HOME */
    #action-careers {
        background-image: url("../img/general/action-careers-icon-mobile.png");
    }

    #action-training {
        background-image: url("../img/general/action-training-icon-mobile.png");
    }

    #action-network {
        background-image: url("../img/general/action-network-icon-mobile.png");
    }

    #action-movie {
        background-image: url("../img/about/landing-movie-mobile.png");
    }

    #action-figures {
        background-image: url("../img/about/landing-figures-mobile.png");
    }

    #action-vinci {
        background-image: url("../img/about/landing-vinci-mobile.png");
    }

    #inner-page #about-landing-actions .col .action-icon {
        background-size: auto;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .smartphone {
        display: block;
    }

    .noSmartphone {
        display: none;
    }

    /* GENERAL */
    h2 {
        font-size: 28px;
    }

    h4.mobile-half {
        width: 100%;
    }

    .col-1-3 .seperator, .col-1-2 .seperator {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background-color: #CCC;
    }

    /*#header-top-language-switcher {display: none; }*/
    #header-top input[type="text"] {
        display: none;
    }

    #header-top input[type="submit"] {
        top: 3px;
        margin-left: 0px;
    }

    /* SIZE */
    .col-1-3.first {
        margin-top: 0px;
    }

    section .content-row .col.last, .col.last {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    section #home-news .content-row .col.last, .col.last {
        padding-bottom: 20px;
    }

    .col-1-3 {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #home-news .col-1-3 {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .inner .col-1-3 {
        margin-bottom: 30px;
    }

        .inner .col-1-3 .col-content {
            float: none;
        }

        .inner .col-1-3.mobile-last {
            margin-bottom: 0px;
        }

            .inner .col-1-3.mobile-last .seperator {
                display: none;
            }

        .inner .col-1-3 img {
            float: left;
        }

    /* HEADER */
    #header-intro-hidden-menus nav a.mobile-last .seperator {
        display: none;
    }

    nav.bullet-tiny a .seperator.white {
        border-bottom: 1px solid #becf6d;
    }

    #header-general-nav {
        height: 78px;
        padding-top: 20px;
    }

    span.full {
        display: none;
    }

    #header-top-language-switcher {
        display: none;
    }

    #header-top-language-active {
        display: block;
    }

    #header-top-language-switcher nav {
        border-left: 1px solid #dbdbdb;
        background-color: #ebebeb;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    #header-intro-content {
        color: inherit;
        padding-top: 0px;
        height: auto;
        background-color: #f0f0f0;
    }

        #header-intro-content h2 {
            color: #004288;
        }

    #header-intro-picture-holder {
        height: 220px;
        position: relative;
    }

    #header-intro-content-left {
        position: relative;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .header-intro-picture {
        background-size: cover;
        background-position: center center;
    }

    .inner #header-intro-content .content {
        width: 100%;
    }

    .inner #header-intro-content {
        padding-top: 0px;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
    }

    .inner #header-intro-content-left {
        color: #FFF;
        position: relative;
        padding-bottom: 30px;
        height: auto;
        min-height: inherit;
        background-color: rgba(0,0,0,0.6);
    }

        .inner #header-intro-content-left h2 {
            color: #FFF !important;
        }

    #header-intro-content-arrow-left, #header-intro-content-arrow-right {
        top: -125px;
    }

    #header-intro-content-arrow-left {
        left: 0px;
    }

    #header-intro-content-arrow-right {
        right: 0px;
    }

    #header-intro-content-indicators {
        top: -30px;
    }

    .header-intro-content-indicator {
        margin-left: 6px;
    }

    #mobile-search {
        display: none;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #FFF;
        z-index: 999;
        border-bottom: 1px solid #EBEBEB;
    }

    #header-top #mobile-search input[type="text"] {
        display: block;
        height: 44px;
        width: 90%;
        float: left;
    }

    #header-top #mobile-search input[type="submit"] {
        height: 44px;
        width: 10%;
        color: transparent;
        background-position: center 12px;
    }

    #quote .content {
        height: 100%;
    }

    #quote p {
        margin-top: 0px;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
    }

    #quote .arrow-big {
        display: none;
    }

    #expertise {
        padding-bottom: 0px;
    }

        #expertise .content {
            width: 100%;
        }

    #expertise-left, #expertise-right {
        width: 100%;
    }

    #expertise-right {
        margin-top: 50px;
    }

    #expertise-right-menu {
        float: none;
    }

    #expertise-right-menu-spot {
        display: none;
    }

    #expertise-right-menu-content {
        background: none;
        padding-top: 40px;
        padding-bottom: 20px;
        background: -webkit-radial-gradient(circle, #c6d200, #5d8f16);
        background: -moz-radial-gradient(circle, #c6d200, #5d8f16);
        background: -ms-radial-gradient(50% 50%, closest-corner, #c6d200, #5d8f16);
        background: radial-gradient(circle at 50% 50%, #c6d200 0%, #5d8f16 110%);
    }

        #expertise-right-menu-content menu a br {
            display: none;
        }

    #expertise-right-menu-bottom-link {
        padding-left: 0px;
        padding-right: 0px;
        background-color: #2f5d04;
    }

        #expertise-right-menu-bottom-link a {
            font-size: 18px;
        }

            #expertise-right-menu-bottom-link a:hover {
                color: #FFF;
            }

    #actions {
        padding-bottom: 0px;
        padding-top: 0px;
    }

        #actions .col {
            border-bottom: 0px;
            padding-bottom: 0px;
            padding-top: 160px;
            margin-top: 0px;
            border-right: 1px solid #CCC;
            margin-bottom: 0px;
        }

            #actions .col h3 {
                font-size: 22px;
            }

        #actions .action-icon {
            height: 140px;
        }

        #actions .col .seperator {
            display: none;
        }

    /* INNER */
    #inner-page-left {
        display: none;
    }

    #inner-page-right {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
        min-height: inherit;
    }

    #inner-page-right {
        padding-bottom: 0px;
        padding-top: 20px;
    }

    #inner-page-mobile-nav {
        background-color: #f0f0f0;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        text-transform: capitalize;
    }

        #inner-page-mobile-nav a {
            padding-top: 11px;
            margin-top: 11px;
            font-size: 16px;
            font-weight: 600;
            border-top: 1px solid #CCC;
        }

            #inner-page-mobile-nav a:first-child {
                margin-top: 0px;
                border-top: none;
            }

            #inner-page-mobile-nav a.active {
                font-weight: 900;
                color: #004288;
            }

            #inner-page-mobile-nav a .arrow {
                top: 16px;
            }

    #inner-page h3 {
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
    }

    #inner-page h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    #action-network {
        background-position: center 50px;
    }

    .col-active-bg, .col-active-bg:hover {
        display: none;
    }

    #vinci-bottom {
        height: auto;
        padding-bottom: 40px;
    }

        #vinci-bottom a {
            font-size: 20px;
        }

            #vinci-bottom a .arrow {
                right: -20px;
                top: 9px;
            }

        #vinci-bottom .col.left, #vinci-bottom .col.right {
            width: auto;
            float: none;
        }

    #vinci-content .col.left {
        margin-bottom: 30px;
    }

    .page-top-large {
        height: 300px;
        padding-top: 50px;
        background-size: cover;
    }

    #inner-page .page-top-large h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .page-top-text {
        width: 400px;
        max-width: 100%;
    }

    #news-items h2 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    #news-items .news-item-date {
        font-size: 15px;
        margin-bottom: 15px;
    }

    #network-map, #network-mini {
        display: none;
    }

    #network-content .col {
        float: none;
        padding: 0px;
    }

    #network-bottom {
        height: auto;
        padding-bottom: 20px;
        background: -webkit-radial-gradient(circle, #c6d200, #5d8f16);
        background: -webkit-gradient(radial, center center, 0, center center, 460, from(#c6d200), to(#5d8f16));
        background: -moz-radial-gradient(circle, #c6d200, #5d8f16);
        background: -ms-radial-gradient(50% 50%, closest-corner, #c6d200, #5d8f16);
        background: radial-gradient(circle at 50% 50%, #c6d200 0%, #5d8f16 110%);
    }

    #network-bottom-text {
        width: 100%;
        font-size: 26px;
        line-height: 28px;
        font-weight: 400;
    }

    #mobile-map {
        background-image: url("../img/about/network-bg.jpg");
        background-repeat: repeat-x;
        background-color: #deeff6;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #mobile-map-img {
        background-size: contain;
        width: 100%;
        background-image: url("../img/about/mobile-map.png");
        background-repeat: no-repeat;
        background-position: top center;
    }

    .search-url {
        display: none;
    }

    #contact-cols .col.left {
        margin-bottom: 20px;
    }

    #contact-cols .col.left, #contact-cols .col.right {
        width: 100%;
    }

    .bullet-tiny .item-active {
        height: 25px;
    }

    #inactive-main-mobile {
        display: block;
        width: 100%;
        height: auto;
        background-color: #5d8f16;
        background-image: url("../img/general/inactivelink-mobile.png");
        background-repeat: no-repeat;
        border-radius: 10px;
        margin-top: 30px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #inactive-main-mobile-top {
        color: #FFF;
        text-align: right;
        display: block;
        width: 100%;
        font-size: 22px;
    }

    .pillar-data {
        display: block;
        margin-top: 20px;
    }

    .pillar-data-img, .hide-on-smartphone {
        display: none;
    }

    #pillars-hover-content {
        visibility: hidden !important;
    }

    #home-green span {
        font-size: 36px;
        width: 100%;
        line-height: 36px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    #home-green {
        background-image: url("../img/home/home-green-768.png");
        background-repeat: no-repeat;
        background-position: top right;
    }

    #home-segments-cols .col {
        width: 100%;
        float: none;
    }

    #menu1 ul li:first-child, #menu2 ul li:first-child {
        border-top: 1px solid #EBEBEB;
    }

    #actions .col-2-3 {
        background-image: url("../img/general/action-network-icon-big-768.png");
    }

    #network-content #inner-page-mobile-nav {
        margin-bottom: 30px;
    }

        #network-content #inner-page-mobile-nav h3 {
            margin-bottom: 0px;
        }

    h5 {
        margin-bottom: 20px;
    }

    .dropdown-mobile menu {
        display: block;
        padding: 10px;
        display: none;
    }

    #network-content .dropdown-mobile menu a {
        font-size: 15px;
    }

    .dropdown-mobile {
        margin-top: 25px;
    }

        .dropdown-mobile.first {
            margin-top: 0px;
        }

    .dropdown-mobile-active {
        cursor: pointer;
        position: relative;
        font-size: 15px;
        font-weight: bold;
        margin-top: 10px;
        background-color: #FFF;
        border-radius: 5px;
        padding: 10px;
        padding-right: 20px;
        box-shadow: 0 0 8px #CCC;
        -webkit-box-shadow: 0 0 8px #CCC;
        -moz-box-shadow: 0 0 8px #CCC;
    }

        .dropdown-mobile-active .arrow {
            position: absolute;
            top: 13px;
            right: 10px;
        }

    #offre-video {
        margin-top: 20px;
    }

    .solution-row-img {
        background: none !important;
    }

        .solution-row-img img {
            margin-bottom: 20px;
        }

    #about-landing-actions .col.last .seperator, #about-landing-actions .read-plain {
        display: none;
    }

    #about-landing-actions .col h3 {
        width: 100%;
    }

    #about-landing-actions .col h3 {
        width: 300px;
        font-size: 22px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        #about-landing-actions .col h3 br {
            display: none;
        }

    #about-landing-header {
        background-size: cover;
    }

    .mobile-overlay {
        display: block;
        background-color: #000;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    #about-landing-header h2 {
        line-height: 28px;
    }

    #inner-page #about-landing-map {
        background-position: center center;
    }

    #landing-activities-intro {
        padding-bottom: 0px;
    }

        #landing-activities-intro h2 br {
            display: none;
        }

    .read-clean {
        display: none;
    }

    #landing-acitivies-text h3 {
        font-size: 22px;
    }

    #landing-acitivies-text .col {
        margin-bottom: 0px;
    }

    #landing-acitivies-text .mobile {
        display: block;
    }

        #landing-acitivies-text .mobile .read-clean {
            display: inline-block;
            margin-top: 10px;
            margin-bottom: 30px;
        }

    #landing-acitivies-list, #landing-acitivies-go-to {
        display: none;
    }

    .landing-acitivies-big-actions-col-icon {
        background-size: contain;
    }

    #landing-acitivies-big-actions h3 {
        font-weight: 400;
    }

    .landing-acitivies-big-actions-col {
        background: none;
        border-bottom: 1px solid #CCC;
        padding-top: 180px;
        padding-bottom: 35px;
        width: 100%;
    }

    #landing-acitivies-big-actions .landing-acitivies-big-actions-col h3 {
        font-size: 23px;
        line-height: 23px;
    }

    #landing-acitivies-big-actions-col-icon-certified {
        width: 190px;
        margin-left: -95px;
        height: 107px;
    }

    #landing-acitivies-big-actions-col-icon-map {
        width: 250px;
        height: 160px;
        margin-top: -30px;
        margin-left: -125px;
    }

    /* OIL & GAS BANNER */
    /*#inner-page-left { overflow:hidden; }*/
    .oilangas-banner {
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: -30px;
        position: relative;
        width: 100%;
        height: 150px;
        background: url("../img/solutions/oilangas@2x.png") center center no-repeat;
        background-size: cover;
    }

        .oilangas-banner .content {
            position: static !important;
        }

        .oilangas-banner .content-area {
            position: absolute;
            bottom: 0;
            padding: 0 60px 40px 0;
        }

            .oilangas-banner .content-area h3 {
                margin-bottom: 0 !important;
                color: #fff;
                font-size: 24px;
                line-height: normal;
            }

        .oilangas-banner .read-more-clean {
            border-top: 0 !important;
            padding-top: 0 !important;
            height: 100%;
            display: inline-block;
            color: #fff;
            font-size: 15px;
            line-height: 20px;
        }

            .oilangas-banner .read-more-clean img {
                margin: 0;
                padding-left: 10px;
                vertical-align: middle;
                line-height: 20px;
            }

    /* HOME NEWS */
    #home-news .col h4 {
        min-height: 0 !important;
    }

    #home-news .col .news-image.horizontal .news-image-wrapper {
        width: 100%;
        display: block !important;
    }

    #home-news .col .news-image {
        min-height: 50px;
        text-align: center;
        height: 250px !important;
        display: block !important;
    }

        #home-news .col .news-image img {
            width: 320px;
            margin: 0 auto;
        }

    /* FEATURED NEWS */
    #featured-news .news-item .news-image {
        height: 250px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 930px) {
    /* HEADER */
    .content-wide {
        position: relative;
    }

    #featured-news .news-item .news-image {
        height: 300px;
    }

    #header-top {
        height: 44px;
        line-height: 44px;
        background-color: #FFF;
    }

        #header-top .content-wide {
            width: 100%;
        }

    #header-intro {
        overflow: inherit;
    }

    #header-general-nav {
        width: 100%;
        background-color: #FFF;
        position: relative;
        z-index: 999;
    }

    #header-general-nav-content-menu-button {
        height: 100%;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        color: #004288;
        height: 44px;
        line-height: 44px;
        padding-right: 24px;
        cursor: pointer;
        background-image: url("../img/general/mobile-menu.png");
        background-repeat: no-repeat;
        background-position: center right;
    }

    .home #header-intro-hidden-menus {
        display: none;
        z-index: 999;
    }

    #header-general-nav-items {
        display: none;
        z-index: 999;
        position: absolute;
        top: 58px;
        left: 0px;
        width: 100%;
        background-color: #F9F9F9;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

        #header-general-nav-items a {
            font-size: 16px;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #EBEBEB;
        }

            #header-general-nav-items a .arrow {
                top: 7px;
            }

        #header-general-nav-items .header-general-nav-item.last a {
            padding-right: 0px;
            border: none;
        }

    footer {
        font-size: 14px;
    }

        footer a.top {
            margin-top: 15px;
            padding-bottom: 5px;
            border-bottom: 1px solid #002c58;
            width: 100%;
            display: block;
            background-image: url("../img/general/green-arrow.png");
            background-repeat: no-repeat;
            background-position: right 2px;
        }

    .footer-site-map-col.first a.top {
        margin-top: 0px;
    }

    .footer-site-map-col {
        float: none;
        width: 100%;
        min-width: inherit;
        max-width: inherit;
        padding-left: 0px;
        padding-right: 0px;
        min-height: inherit;
    }

        .footer-site-map-col nav {
            display: none;
        }

    #actions .col p {
        display: none;
    }

    #quote-arrow-left {
        left: 0px;
    }

    #quote-arrow-right {
        right: 0px;
    }

    .large #expertise-right-menu menu {
        margin-top: 0px;
        margin-bottom: 5px;
    }

        .large #expertise-right-menu menu.first {
            margin-top: 15px;
        }

            .large #expertise-right-menu menu.first .last .seperator {
                display: block;
            }

    /* INNER */
    .inner-shadow-sep {
        background-image: url("../img/general/inner-shadow-sep-mobile.jpg");
    }

    .inner .page-quote {
        height: 200px;
        background-size: cover;
    }

        .inner .page-quote p {
            font-size: 20px;
            line-height: 22px;
            font-weight: 300;
            width: 320px;
        }

    /* ABOUT - PRSENTATION */
    .inner-cols-container .col.right li:first-child {
        border-top: 1px solid #EBEBEB;
    }

    #presentation-cols {
        margin-top: 25px;
        margin-bottom: 25px;
    }

        #presentation-cols .col.right {
            margin-top: 20px;
        }

            #presentation-cols .col.right strong {
                margin-bottom: 10px;
                display: block;
            }

    /* ABOUT - VALUES */
    #values-cols {
        margin-top: 25px;
    }

    .figure-number-holder.three {
        margin-left: 0px;
    }

    .network-column {
        width: 100%;
        margin-left: 0px;
        float: none;
        padding-right: 10px;
        margin-left: 0px;
    }

    #network-mini {
        top: -160px;
        right: 0px;
    }

    .network-column-holder {
        background: none;
        border-bottom: 1px solid #EBEBEB;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .network-column-holder .arrow {
            top: 18px;
        }

    #header-intro-hidden-menus-choose-mobile-button {
        cursor: pointer;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 10px;
        padding-top: 20px;
        margin-top: -20px;
        margin-bottom: 0px;
    }

        #header-intro-hidden-menus-choose-mobile-button .content {
            background-image: url("../img/general/white-arrow-down.png");
            background-position: right center;
            background-repeat: no-repeat;
        }

    .header-intro-menu-col, #header-intro-hidden-menus nav {
        float: none;
    }

        .header-intro-menu-col, .header-intro-menu-col a {
            width: 100%;
            font-size: 15px;
        }

            .header-intro-menu-col a .arrow {
                top: 2px;
            }

        #header-intro-hidden-menus nav a {
            padding-bottom: 12px;
            margin-top: 12px;
        }

    .header-intro-menu.active {
        display: none;
    }

    .inner #header-intro-hidden-menus {
        visibility: visible;
        position: relative;
        margin-top: -91px;
        padding-top: 110px;
    }

    .col-content-img {
        margin-top: 25px;
        position: relative;
    }

    .header-intro-content-picture {
        background-size: cover;
    }

    #about-landing-actions .col .col-active-bg {
        display: none;
    }

    #about-landing-map {
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: center right;
        background-repeat: no-repeat;
    }

    #about-landing-actions .col .action-icon {
        background-size: contain;
    }

    #about-landing-actions .col #action-vinci {
        background-size: auto;
    }

    #inner-page #about-landing-map .content {
        background-image: none !important;
    }

    .header-general-nav-item.news {
        background-color: transparent;
    }

    #header-general-nav-items .header-general-nav-item.news a {
        color: #014c9b;
    }

    /* HOME NEWS */
    #home-news .col .news-image {
        height: 150px;
    }

    #home-news .col h4 {
        min-height: 96px;
    }

    #news-items .news-item {
        width: 100%;
        float: none;
    }

    /* RELATED NEWS */
    #related-news .news header h4 {
        min-height: 60px;
    }
}

/* SMARTPHONE TINY */
@media only screen and (min-width: 0px) and (max-width: 479px) {
    /* GENERAL */
    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
        line-height: 22px;
    }

    h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .hide-on-small {
        display: none;
    }

    .inner .col-1-3 .col-content {
        width: 280px;
        float: none;
    }

    .inner .col-1-3 img {
        width: 180px;
        float: none;
    }

    .content, .content-mobile {
        width: 300px;
    }

    .content-wide {
        width: 280px;
    }

    /* HEADER */
    #header-general-nav h1 {
        /*background-image: url("../img/general/viewemis1.png");*/
        background-image: url("../img/general/logotipo31.png");
        width: 180px;
        height: 50px;
        margin-top: 5px;
        background-repeat: no-repeat;
    }

    /* HOME */
    #actions .col {
        width: 100%;
        padding-top: 0px;
        height: auto;
        border: none;
        border-bottom: 1px solid #CCC;
        padding-bottom: 20px;
    }

        #actions .col .action-icon {
            position: relative;
            height: 100px;
        }

        #actions .col h3 {
            font-size: 20px;
            line-height: 20px;
            margin-top: 20px;
        }

        #actions .col #action-network {
            background-position: center 15px;
        }

        #actions .col #network-double #action-network {
            background-position: top center;
            height: 120px;
            background-size: cover;
            height: 84px;
        }

    /* NEWS */
    #news-items .news-item-image {
        display: none;
    }

    #news-items .news-item-content {
        width: 100%;
    }

    #news-items .news-item-readmore {
        margin-left: 0%;
    }

    #quote .arrow-big {
        display: none;
    }

    #quote p {
        width: 100%;
        font-size: 18px;
    }

    #vinci-bottom a .arrow {
        display: none;
    }

    /* INNER */
    .inner-shadow-sep {
        background-image: url("../img/general/inner-shadow-sep-mobile-320.jpg");
    }

    .inner .page-quote {
        height: auto;
        background: none;
    }

        .inner .page-quote p {
            width: 100%;
        }

    /* FOOTER */
    #footer-bottom a, #footer-bottom span {
        float: none;
    }

    #footer-bottom a {
        margin-top: 10px;
    }

    #footer-bottom {
        font-size: 11px;
    }

    .figure-number-holder {
        margin-left: 0px;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .borderradius .figure-number-holder {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .no-borderradius .figure-number-holder {
        background-image: url("../img/about/figure-holder-mobile-small.png");
        width: 260px;
        height: 90px;
        margin-bottom: 4px;
    }

    .figure-number-holder.four {
        margin-bottom: 0px;
    }

    .figure-number-holder-top {
        font-size: 30px;
    }

    #mobile-map {
        height: 180px;
        overflow: hidden;
    }

    #mobile-map-img {
        width: 100%;
        height: 260px;
    }

    #inactive-main-mobile {
        background: none;
        background-color: #5d8f16;
        height: 70px;
    }

    #inactive-main-mobile-top {
        padding-right: 20px;
        font-size: 20px;
    }

        #inactive-main-mobile-top .arrow {
            top: 10px;
        }

    #home-green {
        height: auto;
        padding-bottom: 30px;
        background-size: cover;
    }

    #actions .col #network-text {
        width: 100%;
    }

    iframe {
        height: 250px;
    }

    .accordion-title {
        background: none;
        background-color: #F4F4F4;
        padding-right: 20px;
    }

    .accordion-arrow {
        right: 10px;
    }

    .border-radius .accordion-title {
        border-radius: 0px;
    }

    #inner-page .landing-segments-overview-item {
        width: 50%;
    }

    #inner-page .landing-segments-overview-item-content h2 {
        line-height: 22px;
        font-size: 22px;
    }

    /* HOME NEWS */
    #home-news .col {
        padding-bottom: 0 !important;
    }

        #home-news .col h4 {
            min-height: 0 !important;
        }

        #home-news .col .news-image {
            min-height: 50px;
            height: 150px !important;
            display: block !important;
        }

            #home-news .col .news-image img {
                width: 100%;
            }

    /* RELATED NEWS */
    #related-news .news {
        float: none;
        width: 100%;
    }

        #related-news .news header h4 {
            min-height: 0;
        }

    #related-news .news {
        margin-top: 2em;
    }

        #related-news .news.first {
            margin-top: 0;
        }

        #related-news .news .news-content {
            padding: 0;
        }

            #related-news .news .news-content .news-image {
                height: 160px;
            }

    /* FEATURED NEWS */
    #featured-news .news-item .news-image {
        height: 200px;
    }
}

@media only screen and (min-width: 567px) {
    #action-careers {
        background-image: url("../img/general/action-careers-icon.png");
    }

    #action-training {
        background-image: url("../img/general/action-training-icon.png");
    }

    #action-network {
        background-image: url("../img/general/action-network-icon-mobile.png");
        background-position: center 50px;
    }

    #action-movie {
        background-image: url("../img/about/landing-movie.png");
    }

    #action-figures {
        background-image: url("../img/about/landing-figures.png");
    }

    #action-vinci {
        background-image: url("../img/about/landing-vinci.png");
    }
}

/* SMARTPHONE MEDIUM */
@media only screen and (min-width: 480px) and (max-width: 567px) {
    /* GENERAL */
    /*.inner .col-1-3 .col-content {width: 280px; }*/
    .inner .col-1-3 img {
        width: 140px;
    }

    .inner .col-1-3 .col-content img {
        margin-right: 25px;
    }

    .content, .content-mobile {
        width: 440px;
    }

    .content-wide {
        width: 460px;
    }

    #actions .col.col-2-3 {
        width: 294px;
    }

    /* HOME */
    #quote p {
        width: 360px;
        font-size: 20px;
    }

    #actions .col {
        width: 146px;
        height: 230px;
    }

        #actions .col h3 {
            font-size: 20px;
            line-height: 20px;
        }

    /* NEWS */
    #news-items .news-item-image {
        width: 25%;
    }

    #news-items .news-item-content {
        width: 75%;
    }

    #news-items .news-item-readmore {
        margin-left: 25%;
    }

    #expertise-right-menu-content {
        padding-left: 20px;
    }

    .figure-number-holder {
        float: left;
        width: 213px;
        height: 110px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .borderradius .figure-number-holder {
        width: 213px;
        height: 110px;
        margin-bottom: 15px;
    }

    .no-borderradius .figure-number-holder {
        background-image: url("../img/about/figure-holder-mobile-medium.png");
        width: 219px;
        height: 116px;
        margin-left: 2px;
        margin-bottom: 2px;
    }

    .figure-number-holder.three, .figure-number-holder.four {
        margin-bottom: 0px;
    }

    #mobile-map {
        height: 280px;
    }

    #mobile-map-img {
        width: 100%;
        height: 260px;
    }

    #actions .col-2-3 {
        width: 334px;
        padding-top: 60px;
        background-position: left center;
    }

    #actions .col #network-text h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    iframe {
        height: 300px;
    }

    #inner-page .landing-segments-overview-item {
        width: 50%;
    }

    #inner-page .landing-segments-overview-item-content h2 {
        line-height: 22px;
        font-size: 22px;
    }
}


/* MOBILE LARGE */
@media only screen and (min-width: 568px) and (max-width: 767px) {
    /* GENERAL */
    /*.inner .col-1-3 .col-content {width: 320px; }*/
    .inner .col-1-3 .col-content img {
        margin-right: 15px;
    }

    .content, .content-mobile {
        width: 500px;
    }

    .content-wide {
        width: 548px;
    }

    .col-1-3-full {
        width: 166px;
    }

    .inner .col-1-3 img {
        width: 160px;
    }

    /* HEADER */
    #header-top .content-wide {
        min-width: 568px;
    }

    /* HOME */
    #quote p {
        width: 380px;
    }

    #actions .col {
        width: 166px;
        height: 240px;
    }

        #actions .col h3 {
            line-height: 22px;
        }

    #actions .col-2-3 {
        width: 334px;
        padding-top: 60px;
        background-position: left center;
    }

    #actions .col #network-text h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    #expertise-right-menu-content {
        padding-left: 30px;
    }

    .figure-number-holder {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .borderradius .figure-number-holder {
        width: 242px;
        height: 110px;
        margin-bottom: 15px;
    }

    .no-borderradius .figure-number-holder {
        background-image: url("../img/about/figure-holder-mobile-big.png");
        width: 248px;
        height: 116px;
        margin-left: 4px;
        margin-bottom: 4px;
    }

    .figure-number-holder.three, .figure-number-holder.four {
        margin-bottom: 0px;
    }

    #mobile-map {
        height: 310px;
    }

    #mobile-map-img {
        width: 100%;
        height: 260px;
    }

    /* NEWS */
    #news-items .news-item-image {
        width: 25%;
    }

    #news-items .news-item-content {
        width: 75%;
    }

    #news-items .news-item-readmore {
        margin-left: 25%;
    }

    iframe {
        height: 350px;
    }

    #about-landing-actions .col .action-icon {
        width: 180px;
        left: 50%;
        margin-left: -90px;
    }

    #inner-page .landing-segments-overview-item {
        width: 33.333333333333333%;
    }

    #inner-page .landing-segments-overview-item-content h2 {
        line-height: 22px;
        font-size: 22px;
    }

    .landing-acitivies-big-actions-col {
        padding-top: 180px;
        padding-bottom: 35px;
        float: left;
        width: 250px;
    }

    #landing-acitivies-big-actions-col-icon-certified {
        width: 190px;
        margin-left: -95px;
        height: 107px;
    }

    #landing-acitivies-big-actions-col-icon-map {
        width: 250px;
        height: 160px;
        margin-top: -30px;
        margin-left: -125px;
    }

    #landing-acitivies-big-actions h3 {
        font-weight: 400;
    }

    #inner-page #landing-acitivies-big-actions h3 {
        font-size: 22px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) {
    /* GENERAL */
    h2 {
        font-size: 28px;
    }

    .col-1-3 .seperator, .col-1-2 .seperator {
        position: absolute;
        top: 0px;
        height: 100%;
    }

        .col-1-3 .seperator.fancy, .col-1-3-full .seperator.fancy {
            background-image: url("../img/general/sep-fancy.png");
            width: 250px;
            height: 317px;
        }

        .col-1-3 .seperator.plain {
            background-image: url("../img/general/sep-horz-plain.png");
            width: 1px;
            height: 256px;
        }

        .col-1-3 .seperator.large, .col-1-2 .seperator.large {
            background-image: url("../img/general/sep-large-gray.png");
            width: 1px;
            height: 293px;
        }

    /* HEADER */
    #header-intro-hidden-menus nav a.last .seperator {
        display: none;
    }

    nav.bullet-tiny a .seperator.white {
        background-image: url("../img/general/sep-horz-white-tiny.png");
    }

    #header-top #header-top-language-switcher {
        padding-left: 50px;
        position: relative;
        background-color: #ebebeb;
        width: 200px;
        background-image: url("../img/general/network-top.png");
        background-repeat: no-repeat;
        background-position: 14px 12px;
        cursor: pointer;
    }

        #header-top #header-top-language-switcher .arrow {
            top: 50%;
            margin-top: -5px;
        }

    #header-top-language-switcher nav {
        border-left: 1px solid #dbdbdb;
        background-color: #ebebeb;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    #header-intro-content-left {
        width: 394px;
        min-height: 186px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 30px;
        padding-bottom: 35px;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .cssgradients #header-intro-content-left {
        background: -webkit-gradient(linear, 0% 50%, 100% 100%, from(rgba(0,0,0,0.60)), to(rgba(0,0,0,0.60)));
        border-top-left-radius: 25px;
        background-image: -moz-linear-gradient(0%, rgba(0,0,0,0.60), rgba(0,0,0,0.60));
        background-image: -ms-linear-gradient(left, rgba(0,0,0,0.60), rgba(0,0,0,0.60));
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.60), rgba(0,0,0,0.60));
        border-top-right-radius: 25px;
    }

    .no-cssgradients #header-intro-content-left {
        background-image: url("../img/general/header-text-black-top-bg.png");
        background-repeat: no-repeat;
    }

    #expertise-right-menu {
        overflow: hidden;
        position: relative;
        margin-top: -50px;
        width: 247px;
    }

    #expertise-right-menu-spot {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 310px;
        background-image: url("../img/home/home-segments-green-spot-bg.png");
        background-repeat: no-repeat;
    }

    .borderradius #expertise-right-menu-bottom-link {
        background-image: url("../img/home/expertise-right-menu-shadow.png");
        background-color: #649315;
        display: block;
        background-repeat: no-repeat;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .no-borderradius #expertise-right-menu-bottom-link {
        height: 62px;
        background-image: url("../img/home/expertise-right-menu-bottom.png");
        background-color: transparent;
        display: block;
    }

    #action-network {
        background-image: url("../img/general/action-network-icon.png");
        background-position: top left;
        height: 170px;
        top: -40px;
    }

    #actions .col.last .seperator {
        right: 0px;
    }

    #quote {
        color: #FFF;
        background-repeat: no-repeat;
        background-position: top center;
    }

        #quote .arrow-big {
            top: 40px;
        }

        #quote p {
            font-size: 24px;
            line-height: 25px;
            font-weight: 300;
        }

    #expertise-right-menu-content {
        padding-left: 30px;
    }

    .col:hover .col-active-bg {
        display: block;
    }

    .col-active-bg {
        display: none;
        height: 307px;
        position: absolute;
        top: 0px;
        background-image: url("../img/general/block-active-bg.png");
        background-repeat: repeat-x;
        background-position: bottom left;
    }

    /* INNER */
    /*#inner-page-left {width: 220px; padding-top: 55px; min-height: 532px; padding-right: 30px; background-image: url("../img/general/side-menu-bg.png"); background-repeat: no-repeat; background-position: top right; }*/
    #inner-page-left {
        width: 13%;
        padding-top: 55px;
        min-height: 532px;
        padding-right: 30px;
        background-image: url("../img/general/side-menu-bg.png");
        background-repeat: no-repeat;
        background-position: top right;
    }

    #network-content #inner-page-left {
        padding-top: 50px;
    }

    #inner-page-right {
        padding-left: 30px;
    }

    .inner .col-1-3 .seperator.large, .inner .col-1-2 .seperator.large {
        background-position: top right;
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0px;
    }

    .inner .page-quote {
        height: 226px;
    }

        .inner .page-quote p {
            font-size: 24px;
            line-height: 26px;
            font-weight: 300;
            width: 420px;
        }

    .page-top-large {
        height: 330px;
        padding-top: 80px;
    }

    .page-top-text {
        width: 450px;
    }

    #inner-page .page-top-large h2 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    #vinci-content .col.right {
        float: right;
    }

    #vinci-bottom {
        height: 140px;
    }

    #vinci-inner-logo {
        background-image: url("../img/about/vinci-logo.png");
        width: 164px;
        height: 44px;
    }

    #vinci-bottom .col.right {
        width: 164px;
    }

    #vinci-inner-logo {
        margin-top: -8px;
    }

    #network-mini-text {
        background-color: rgba(255,255,255,0.8);
        max-width: 140px;
        line-height: 24px;
        text-align: center;
        padding: 15px;
        border-radius: 10px;
        font-size: 24px;
        display: inline-block;
        position: absolute;
    }

    #network-map {
        height: 470px;
    }

    #network-info h3 {
        font-weight: bold;
        margin-bottom: 15px;
    }

    #network-info .col.right {
        float: right;
        position: relative;
    }

    #network-mini {
        width: 268px;
        height: 288px;
        background-image: url("../img/about/mini-empty.png");
        position: absolute;
        z-index: 999;
    }

    .lt-ie9 #network-mini {
        background-image: url("../img/about/mini.png");
    }

    #network-content h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    #network-list li {
        min-width: 120px;
        max-width: 200px;
    }

    #network-bottom {
        height: 138px;
    }

    #contact-cols .col.right {
        float: right;
    }

    #inner-page-content-right {
        float: right;
    }

    #inactive-main {
        color: transparent;
        width: 227px;
        margin-top: -60px;
        margin-left: -20px;
    }

    #inactive-main-top {
        display: block;
        background-color: #5d8f16;
        color: #004288;
        background-image: url("../img/general/inactivelink.png");
        background-repeat: no-repeat;
        padding-top: 120px;
        padding-bottom: 10px;
        color: #FFF;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 22px;
        line-height: 22px;
    }

        #inactive-main-top span {
            display: block;
            margin-bottom: 10px;
        }

    .borderradius #inactive-main-top {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .threequarters {
        width: 70%;
    }

    #pillars-hover-content-cols .col.left {
        margin-right: 30px;
    }

    #pillars-hover-active {
        z-index: 1;
        width: 100%;
        height: 200px;
        position: absolute;
        background-image: url("../img/home/hoverstate.png");
        background-repeat: no-repeat;
    }

    #pillars-hover-active-close {
        width: 39px;
        height: 34px;
        background-image: url("../img/home/closestate.png");
        cursor: pointer;
    }

    .pillars-hover-content-img {
        position: absolute;
        right: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #network-map {
        background-repeat: no-repeat;
        background-position: top center;
    }

    .lt-ie9 #network-map {
        background-image: url("../img/about/network-map.png");
    }

    #home-green span {
        font-size: 40px;
        width: 400px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    #home-green .content {
        background-image: url("../img/home/home-green.png");
    }

    #actions .col-2-3 {
        padding-top: 72px;
        height: 268px;
        margin-top: -40px;
        background-image: url("../img/general/action-network-icon-big.png");
        margin-right: 0px;
    }

    #offre-video {
        margin-top: 40px;
    }

    .solution-row-img {
        float: left;
    }

    .solution-row-text {
        float: right;
    }

        .solution-row-text.left-float {
            float: left;
            width: 100%;
        }

    #network-map #vmap {
        display: none;
    }

    #landing-activities-intro {
        padding-top: 60px;
    }

        #landing-activities-intro .col {
            display: block;
        }

    #landing-acitivies-big-actions-col-icon-certified {
        width: 197px;
        margin-left: -99px;
        height: 107px;
    }

    #landing-acitivies-big-actions-col-icon-map {
        width: 297px;
        height: 160px;
        margin-top: -30px;
        margin-left: -149px;
    }
}

/* MOBILE XXL LARGE */
@media only screen and (min-width: 768px) and (max-width: 930px) {
    /* GENERAL */
    .tablet {
        display: block;
    }

    .mobile {
        display: block;
    }

    .shadow {
        width: 100%;
    }

    .content {
        width: 700px;
    }

    .content-wide {
        width: 740px;
    }

    h4.mobile-half {
        width: 70%;
    }

    /* SIZE */
    .col-1-3, #landing-activities-intro .col-1-3, #landing-acitivies-text .col-1-3, #landing-acitivies-list .col-1-3, #landing-acitivies-go-to .col-1-3 {
        width: 213px;
        margin-right: 30px;
    }

    #home-news .col-1-3 {
        width: 224px;
        margin-right: 14px;
    }

    .col-1-3, .col-1-2 img {
        max-width: 100%;
        height: auto;
    }

        .col-1-3 .seperator {
            right: -15px;
        }

    .inner .col-1-3 {
        width: 212px;
        margin-right: 25px;
    }

    .inner .col-1-2 {
        width: 212px;
        margin-right: 25px;
    }

        .inner .col-1-3.tablet-last, .inner .col-1-2.desktop-last {
            margin-right: 0px;
        }

            .inner .col-1-3.tablet-last .seperator, .inner .col-1-2.desktop-last .seperator {
                display: none;
            }

        .inner .col-1-3 .seperator.large, .inner .col-1-2 .seperator.large {
            right: -13px;
        }

    /* HEADER */
    #header-top .content-wide {
        min-width: 768px;
    }

    #header-top input[type="text"] {
        height: 30px;
        width: 140px;
    }

    #header-top input[type="submit"] {
        top: 3px;
    }

    #header-intro-content-left {
        margin-left: 30px;
    }

    #header-intro-content-arrow-left {
        left: 0px;
        top: 110px;
    }

    #header-intro-content-arrow-right {
        right: 0px;
        top: 110px;
    }

    #header-general-nav {
        height: 78px;
        padding-top: 20px;
    }

    /* HOME */
    #expertise-left {
        width: 450px;
    }

    #expertise-right {
        width: 247px;
    }

    #actions {
        padding-bottom: 15px;
    }

        #actions .col {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 20px;
        }

            #actions .col p {
                display: none;
            }

            #actions .col h3 {
                line-height: 22px;
                font-size: 21px;
            }

    #home-news .two-column .col-1-3 {
        width: 334px;
    }

    /* NEWS */
    #news-items .news-item-image {
        width: 25%;
    }

    #news-items .news-item-content {
        width: 75%;
    }

    #news-items .news-item-readmore {
        margin-left: 25%;
    }

    #quote p {
        width: 400px;
    }

    /* FOOTER */
    footer {
        font-size: 14px;
    }

        footer a.top {
            margin-top: 15px;
        }

    .footer-site-map-col.first a.top {
        margin-top: 0px;
    }

    .footer-site-map-col nav {
        display: none;
    }

    #inner-page-left {
        width: 20%;
        margin-left: -20px;
        padding-top: 55px;
        min-height: 532px;
        padding-right: 10px;
        background-image: url("../img/general/side-menu-bg.png");
        background-repeat: no-repeat;
        background-position: top right;
    }

    /* INNER */
    #inner-page-right {
        width: 580px;
    }

    #actions .last .col-active-bg {
        width: 100%;
        left: 0px;
    }

    #actions .col #network-text h3 {
        font-size: 26px;
    }

    #network-text {
        margin-top: 50px;
        margin-right: -40px;
    }

    .figure-number-holder {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .borderradius .figure-number-holder {
        width: 218px;
        height: 110px;
        margin-bottom: 15px;
    }

    .no-borderradius .figure-number-holder {
        background-image: url("../img/about/figure-holder-tablet.png");
        width: 224px;
        height: 116px;
        margin-left: 2px;
        margin-bottom: 2px;
    }

    .figure-number-holder.three, .figure-number-holder.four {
        margin-bottom: 0px;
    }

    #vinci-bottom .col.left a {
        font-size: 26px;
        display: inline-block;
        padding-right: 20px;
        line-height: 28px;
    }

        #vinci-bottom .col.left a .arrow {
            top: 11px;
        }

    #vinci-content .col.left, #vinci-content .col.right {
        width: 320px;
    }

    #network-double #action-network {
        margin-left: 0px;
        height: 230px;
        background-position: top center;
        background-image: url("../img/home/network-big-smartphone.png");
        width: 100%;
    }

    #network-info .col.left {
        width: 400px;
    }

    #network-info .col.left {
        width: 600px;
    }

    #network-mini-text {
        top: -40px;
        right: 0px;
    }

    #network-bottom {
        background-image: url("../img/home/home-green.png");
    }

    .columns-page .clear.desktop {
        display: none;
    }

    #contact-cols .col.left {
        width: 340px;
    }

    #inner-page-content-left, #inner-page-content-right {
        width: 320px;
    }

    #pillars-hover-content-cols .col.left, #pillars-hover-content-cols .col.right {
        width: 240px;
    }

    #pillars-hover-content {
        top: 150px;
        width: 100%;
    }

    #pillars-hover-active {
        top: -40px;
        left: -15px;
    }

    .pillars-hover-content-img {
        top: -70px;
        width: 180px;
        height: 190px;
    }

    #home-segments-cols .col {
        width: 210px;
    }

    #home-segments-cols #menu1 {
        margin-left: 38px;
    }

    #actions .col-2-3 {
        width: 456px;
    }

    #actions .col-1-3 {
        width: 244px;
    }

    .network-extended-column {
        width: 100%;
    }

    iframe {
        height: 350px;
    }

    .solution-row-img {
        width: 180px;
        height: 140px;
    }

    .solution-row-text {
        width: 260px;
    }

    #about-landing-actions .col {
        height: 320px;
    }

    #inner-page .landing-segments-overview-item {
        width: 33.333333333333333%;
    }

    #inner-page .landing-segments-overview-item-content h2 {
        line-height: 24px;
        font-size: 24px;
    }

    .landing-activities-intro-icon img {
        top: -15px;
        width: 141px;
        height: 157px;
    }

    .landing-acitivies-big-actions-col {
        padding-top: 180px;
        padding-bottom: 35px;
        float: left;
        width: 350px;
    }

    #landing-activities-intro h2 {
        width: 500px;
    }

    #landing-activities-intro {
        padding-bottom: 10px;
    }



    .dashboard {
        display: inline-block;
        width: 100%;
        min-width: 300px;
    }

    .dashboard1 {
        display: inline-block;
        width: 100%;
    }

    .dashboard2 {
        display: inline-block;
        width: 100%;
        min-width: 300px;
    }

    .dashboard3 {
        display: inherit;
        width: 100%;
        min-width: 500px;
       /*background: black;*/
    }
    .dashboard4 {
        display: inline-block;
        min-width: 100px;
        margin-right: 0px;
    }

}


@media only screen and (min-width: 931px) and (max-width: 1440px) {

    .dashboard {
        display: inherit;
        width: 100%;
        min-width: 300px;
        /*background: black;*/
    }

    .dashboard1 {
        display: inherit;
        width: 100%;
        /*background: black;*/
    }

    .dashboard2 {
        display: inherit;
        width: 100%;
        min-width: 300px;
        /*background: black;*/
    }

    .dashboard3 {
        display: inherit;
        width: 100%;
        min-width: 500px;
        /*background: black;*/
    }

    .dashboard4 {
        display: inline-block;
        min-width: 100px;
        margin-right: 0px;
    }

}

@media only screen and (min-width: 931px) and (max-width: 1150px) {
    hr.break1 {
        visibility: visible;
        margin-right: 150px;
        margin-left: 150px;
    }
    hr.break2 {
        visibility: visible;
        margin-right: 150px;
        margin-left: 150px;
    }
    hr.break3 {
        visibility: visible;
        margin-right: 150px;
        margin-left: 150px;
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1394px) {
    hr.break3 {
        visibility: visible;
        margin-right: 50px;
        margin-left: 50px;
    }

    hr.break1 {
        display: none;
    }

    hr.break2 {
        visibility: visible;
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media only screen and (min-width: 1394px) and (max-width: 1832px) {
    hr.break2 {
        visibility: visible;
        margin-right: 50px;
        margin-left: 50px;
    }
    hr.break1 {
        visibility: hidden;
    }

    hr.break3 {
        visibility: hidden;
    }
}

@media only screen and (min-width: 1833px) {
    hr.break1 {
        visibility: hidden;
    }
    hr.break2 {
        visibility: hidden;
    }
    hr.break3 {
        visibility: hidden;
    }
}

    .div-table-first-column, .div-table-second-column, .div-table-third-column, .div-table-fourth-column {
        display: inline-block !important;
        padding-bottom: 3px !important;
        padding-right: 15px !important;
        vertical-align: top;
    }


    @media only screen and (max-width: 930px) {
        .div-table-first-column, .div-table-second-column, .div-table-third-column, .div-table-fourth-column {
            display: block !important;
        }

        .div-table-fourth-column {
            padding-left: 70px;
        }
    }
    /* BIG BIG BIG DESKTOP */
    @media only screen and (min-width: 931px) {
        /* GENERAL */
        .content {
            width: 95%;
            /*width: 1451px;*/
            /*padding-left:20px;
        padding-right:20px;*/
        }

        .content-wide {
            /*width: 1500px;*/
            width: 95%;
        }

        #footer-site-map {
            padding-left: 20px;
        }

        /* SIZE */
        .col-1-3, #landing-activities-intro .col-1-3, #landing-acitivies-text .col-1-3, #landing-acitivies-list .col-1-3, #landing-acitivies-go-to .col-1-3 {
            width: 262px;
            margin-right: 50px;
        }

            .col-1-3 img, .col-1-2 img {
                max-width: 100%;
                height: auto;
            }

            .col-1-3 .seperator {
                right: -24px;
            }

        .inner .col-1-3 {
            width: 196px;
            margin-right: 25px;
        }

        .inner .col-1-2 {
            width: 306px;
            margin-right: 25px;
        }

            .inner .col-1-3.desktop-last, .inner .col-1-2.desktop-last {
                margin-right: 0px;
            }

                .inner .col-1-3.desktop-last .seperator, .inner .col-1-2.desktop-last .seperator {
                    display: none;
                }

            .inner .col-1-3 .seperator.large, .inner .col-1-2 .seperator.large {
                right: -13px;
            }

        /* HEADER */
        #header-top {
            height: 38px;
            line-height: 38px;
        }

            #header-top input[type="text"] {
                height: 25px;
                width: 120px;
            }

            #header-top input[type="submit"] {
                top: 4px;
            }

        #header-intro-content-arrow-left {
            left: -55px;
        }

        #header-intro-content-arrow-right {
            right: -40px;
        }

        #header-intro-content-left {
            margin-left: -20px;
        }

        #home-news .col {
            min-height: 220px;
        }

        #home-news .two-column .col-1-3 {
            width: 418px;
        }

        #header-intro-content-arrow-left, #header-intro-content-arrow-right {
            top: 110px;
        }

        #header-general-nav-content {
            height: 91px;
            padding-top: 30px;
            padding-left: 20px;
            padding-right: 0px;
        }

            #header-general-nav-content.upper {
                padding-top: 20px;
            }

                #header-general-nav-content.upper .logo {
                    padding-top: 10px;
                    float: left;
                    display: block;
                }

        .borderradius #header-general-nav-content {
            background-color: #FFF;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        .no-borderradius #header-general-nav-content {
            background-image: url("../img/general/nav-bg.png");
            background-repeat: no-repeat;
            background-position: top center;
        }

        #header-general-nav-items {
            display: block !important;
        }

            #header-general-nav-items a {
                font-size: 16px;
                display: table-cell;
                vertical-align: bottom;
                padding-bottom: 30px;
            }

        .header-general-nav-item {
            display: table;
            float: left;
            padding-left: 18px;
            padding-right: 18px;
            line-height: 17px;
            position: relative;
            height: 61px;
            overflow: hidden;
        }

        #header-general-nav-content.upper .header-general-nav-item {
            height: 71px;
        }

        .borderradius .header-general-nav-item.last {
            border-bottom-right-radius: 20px;
        }

        .header-general-nav-item.active {
            background-image: url("../img/general/header-intro-item-active.png");
            background-repeat: repeat-x;
            background-position: bottom left;
        }

        .header-general-nav-item:hover {
            background-image: url("../img/general/header-intro-item-active-low.png");
            background-repeat: repeat-x;
            background-position: bottom left;
        }

        /* HOME */
        #expertise-left {
            width: 488px;
        }

        #expertise-right {
            width: 300px;
        }

        .large #expertise-left {
            width: 420px;
        }

        .large #expertise-right {
            width: 440px;
        }

        .large #expertise-right-menu {
            float: left;
            width: 100%;
        }

            .large #expertise-right-menu menu {
                width: 175px;
                float: left;
                margin-left: 30px;
                margin-bottom: 10px;
            }

                .large #expertise-right-menu menu.first {
                    margin-left: 0px;
                }

        .large #expertise-right-menu-spot {
            background-image: url("../img/home/home-segments-green-spot-bg-large.png");
        }

        .borderradius .large #expertise-right-menu-bottom-link {
            background-image: url("../img/home/expertise-right-menu-shadow-large.png");
        }

        .no-borderradius #expertise-right-menu-bottom-link {
            height: 62px;
            background-image: url("../img/home/expertise-right-menu-bottom-large.png");
        }

        #quote-arrow-left {
            left: -60px;
        }

        #quote-arrow-right {
            right: -60px;
        }

        #quote p {
            width: 550px;
        }

        /* FOOTER */
        footer {
            font-size: 12px;
        }

            footer a.top {
                margin-bottom: 5px;
            }

        .footer-site-map-col {
            background-image: url("../img/general/footer-sep.png");
            background-repeat: no-repeat;
            background-position: top right;
        }

        /* INNER */
        #inner-page-right {
            width: 87%;
            padding-right: 20px;
        }

        #inner-page-left {
            /*padding-left: 20px;*/
            padding-left: 0px;
        }

        .inner #header-intro-hidden-placeholder {
            display: block;
            position: relative;
            margin-top: -91px;
            padding-top: 85px;
        }

        .inner-shadow-sep {
            background-image: url("../img/general/inner-shadow-sep.jpg");
        }

        #actions .last .col-active-bg {
            width: 100%;
            left: 0px;
        }

        #action-network {
            margin-left: -25px;
            width: 287px;
        }

        #network-double #action-network {
            margin-left: 0px;
            background-image: url("../img/home/network-big.png");
            width: 100% !important;
            position: absolute;
            left: 0px;
            top: -40px;
            height: 290px;
        }

        #network-double .col-content {
            padding: 10px;
            position: relative;
            left: -10px;
            top: -10px;
            margin-left: auto !important;
            margin-right: auto;
            background-color: rgba(255,255,255,0.95);
            border-radius: 10px;
            width: 300px;
        }

        .first .col-active-bg, .last .col-active-bg {
            width: 306px;
        }

        .first .col-active-bg {
            width: 306px;
            left: -20px;
        }

        .col-active-bg {
            width: 312px;
            left: -26px;
        }

        /* ABOUT - PRSENTATION */
        #presentation-cols {
            margin-top: 25px;
            margin-bottom: 25px;
        }

            #presentation-cols .col.left {
                width: 210px;
                margin-right: 20px;
            }

            #presentation-cols .col.right {
                width: 400px;
            }

                #presentation-cols .col.right strong {
                    margin-bottom: 10px;
                    display: block;
                }

        /* ABOUT - VALUES */
        #values-cols {
            margin-top: 30px;
        }

            #values-cols .col.left, #values-cols .col.right {
                width: 290px;
            }

            #values-cols .col.left {
                margin-right: 40px;
            }

        #vinci-content .col.left, #vinci-content .col.right {
            width: 410px;
        }

        #vinci-bottom .col.left a {
            font-size: 28px;
            display: inline-block;
            padding-right: 20px;
            line-height: 30px;
        }

            #vinci-bottom .col.left a .arrow {
                top: 12px;
            }

        .figure-number-holder {
            float: left;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 20px;
            padding-bottom: 0px;
        }

        .borderradius .figure-number-holder {
            width: 149px;
            height: 110px;
        }

        .no-borderradius .figure-number-holder {
            background-image: url("../img/about/figure-holder-desktop.png");
            width: 156px;
            height: 116px;
            margin-left: 4px;
        }

        #network-info .col.left {
            width: 650px;
        }

        .network-column {
            width: 202px;
            margin-left: 16px;
            padding-right: 10px;
        }

            .network-column.first {
                margin-left: 0px;
            }

        #network-mini {
            top: -160px;
            right: 100px;
        }

        .network-column a, .network-extended-column a {
            font-size: 14px;
        }

        .network-column-holder {
            padding-top: 6px;
            padding-bottom: 6px;
            background-image: url("../img/about/seperator.png");
            background-repeat: no-repeat;
        }

        #network-mini-text {
            top: -20px;
            right: -60px;
        }

        #network-bottom {
            background-image: url("../img/home/home-green.png");
        }

        #contact-cols .col.left {
            width: 380px;
        }

        #contact-cols .col.right {
            width: 440px;
        }

        #inner-page-content-left, #inner-page-content-right {
            width: 400px;
        }

        .header-intro-menu-col {
            margin-left: 15px;
        }

        #pillars-hover-content {
            top: 120px;
            width: 100%;
        }

        #pillars-hover-content-cols .col.left, #pillars-hover-content-cols .col.right {
            width: 280px;
        }

        #pillars-hover-content-cols p {
            font-size: 14px;
            line-height: 18px;
        }

        .pillars-hover-content-img {
            top: -140px;
            width: 268px;
            height: 288px;
        }

        #pillars-hover-active {
            top: -40px;
            left: -40px;
        }

        .desktop {
            display: block;
        }

        #home-segments-cols .col {
            width: 240px;
        }

        #home-segments-cols #menu1 {
            margin-left: 92px;
        }

        #actions .col-2-3 {
            width: 576px;
        }

        #actions .col-1-3 {
            width: 312px;
        }

        .network-extended-column {
            width: 174px;
            margin-left: 58px;
        }

            #menu0.network-extended-column, .network-extended-column.first {
                margin-left: 0px;
            }

        iframe {
            height: 400px;
        }

        .solution-row-img {
            width: 180px;
            height: 140px;
        }

        .solution-row-text {
            width: 430px;
        }

        .column_left_extra {
            float: left;
        }

        .column_right_extra {
            float: right;
        }

        .column_left_extra, .column_right_extra {
            width: 300px;
        }

        #about-landing-actions .col-1-3 {
            width: 262px;
            margin-right: 50px;
        }

        #about-landing-actions .col.last .col-active-bg {
            width: 312px;
        }

        #about-landing-actions .col {
            height: 300px;
        }

        #inner-page #about-landing-map {
            background-image: none !important;
        }

        #about-landing-map .content {
            padding-top: 60px;
            padding-bottom: 60px;
            background-position: center right;
            background-repeat: no-repeat;
        }

        #inner-page .landing-segments-overview-item {
            width: 25%;
        }

        #inner-page .landing-segments-overview-item-content h2 {
            font-size: 25px;
            line-height: 26px;
        }

        .landing-activities-intro-icon img {
            top: -15px;
            width: 161px;
            height: 177px;
        }

        .landing-acitivies-big-actions-col {
            padding-top: 180px;
            padding-bottom: 35px;
            float: left;
            width: 444px;
        }

        #landing-activities-intro h2 {
            width: 600px;
        }

        #landing-activities-intro {
            padding-bottom: 20px;
        }
    }

    @media only screen and (min-width: 1440px) {
        .dashboard {
            display: inline-block;
            width: calc(100% - 430px);
            min-width: 400px;
        }

        .dashboard1 {
            display: inline-block;
        }

        .dashboard2 {
            display: inline-block;
            min-width: 340px;
            max-width: 340px;
            margin-right: 20px;
        }

        .dashboard3 {
            display: inline-block;
            min-width: 400px;
            margin-right: 20px;
        }

        .dashboard4 {
            display: inline-block;
            min-width: 100px;
            margin-right: 0px;
        }

    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .read-plain .arrow {
            margin-top: -5px;
        }
    }
