﻿
@font-face {
    font-family: 'FuturaLTBook';
    src: url("../fonts/futura/FuturaLT-Book.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStdBookRegular';
    src: url("../fonts/futura/futurastd-book-webfont.eot");
    src: url("../fonts/futura/fonts/futurastd-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/futurastd-book-webfont.woff") format("woff"), url("../fonts/futura/futurastd-book-webfont.ttf") format("truetype"), url("../fonts/futura/futurastd-book-webfont.svg#FuturaStdBookRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLT';
    src: url("../fonts/futura/futura-lt-light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBold';
    src: url("../fonts/futura/futura-lt-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/roboto/Roboto-Light-webfont.eot');
    src: url('../fonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Light-webfont.woff') format('woff'), url('../fonts/roboto/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/roboto/Roboto-Light-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/roboto/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/roboto/Roboto-Regular-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/roboto/Roboto-Bold-webfont.eot');
    src: url('../fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/roboto/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* layout & generic styles
-------------------------------------------------- */

html, body {
    height: 100%;
    font-family: FuturaStdBookRegular, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    color: #000;
}

#japaneseFont .glyphicon {
    font-family: Glyphicons Halflings;
}

#japaneseFont .fa {
    font: normal normal normal 14px/1 FontAwesome;
}

#japaneseFont * {
    font-family: Yu Gothic;
}


iframe {
    margin: 0;
}

a, a:focus, a:active, a:link, a:hover {
    color: #333;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

    a i {
        position: relative;
        bottom: -1px;
    }

    a, button {
        outline-width: thin !important;
        outline-offset: 1px !important;
    }

label {
    font-weight: normal;
}

h1 {
    font-family: FuturaLT, Arial, sans-serif;
    font-size: 22px;
    margin: 5px 0 15px 0;
    color: #000;
    text-transform: uppercase;
}

h1.top {
    font-size: 32px;
    margin-top: 0;
}

h2 {
    font-family: FuturaLT, Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 20px 0;
    color: #000;
}

strong {
    font-family: FuturaStdBookRegular, Arial, sans-serif;
}

p {
    margin-bottom: 16px;
}

/*.labels {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 19px;
    margin-top: -39px !important;
    white-space: nowrap;
    z-index: -1;
    overflow: hidden;
}*/
.search-warning-container {
    background-color: #ffffff;
    border: 0px;
    color: #000000;
}

.search-warning {
    letter-spacing: 0.5px;
    text-align: center;
}

#map-chain .labels {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 19px;
    margin-top: -39px !important;
    white-space: nowrap;
    z-index: -1;
    overflow: hidden;
    background: black;
    display: block;
    padding: 10px;
    overflow: visible !important;
    border-radius: 110px;
    z-index: 9999;
    height: 30px;
    width: 28px;
    transform: translate(-4px, -11px);
}

    #map-chain .labels::after {
        display: block;
        position: absolute;
        width: 22px;
        height: 35px;
        border-top: 27px solid black;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 5px solid transparent;
        top: 24px;
        left: 3px;
        content: '';
        overflow: hidden;
    }

    #map-chain .labels.golden {
        background-color: #b09e70;
        color: #000;
    }

        #map-chain .labels.golden::after {
            border-top-color: #b09e70;
        }

.uppercase {
    text-transform: uppercase;
}

.form-control, .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #0b2642;
    border-color: #0b2642;
    padding: 8px 12px;
    margin-top: -1px;
}

.table > tbody > tr > td {
    border-top: 0;
}

.map {
    display: block;
    height: 520px;
}

.map-placeholder {
    height: 10px;
}

.gm-style-iw div {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

.top10, .margin-top10 {
    margin-top: 10px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-left-0 {
    margin-left: 0px;
}

.font-size-16 {
    font-size: 16px;
}

.hide-after::after {
    display: none !important;
}

.bg-navy {
    background-color: #233b44;
    color: #fff;
}

@media only screen and (min-width : 1091px) {
    .custom-anchor {
        pointer-events: none;
    }
}

@media only screen and (min-width :767px) {
    #group-name {
        margin-top: 40px;
    }
}

.btn-back {
    padding: 8px 12px;
    opacity: 0.8;
    position: fixed;
    bottom:15px;
    right: 15px;
    background: #111;
    color: #fff;
    z-index: 99;
}

    .btn-back i {
        font-size: 14px;
        color: #fff;
    }

/* header
-------------------------------------------------- */
header {
    background: #000;
    position: relative;
    margin-bottom: 0;
    border: none;
    height: 50px;
    overflow: visible;
    padding-top: 5px;
}

.de-header {
    height: 70px;
}

img.rc-logo {
    max-width: 170px;
    margin-top: 6px;
}

header .container {
    position: relative;
}

.de-header .de-container {
    position: relative;
    margin-top: 20px;
}

header .container ul.row {
    margin-bottom: 0;
    padding: 0;
}

    header .container ul.row li {
       list-style: none;
    }

header a.navbar-brand {
    color: #fff;
    font-size: 20px;
    padding: 0;
}

    header a.navbar-brand img {
        margin-bottom: 0;
        max-width: 160px;
        margin-top: 7px;
    }

    header a.navbar-brand span {
        font-family: RobotoRegular, Arial, sans-serif;
        font-size: 14px;
        color: #9ba7b5;
        position: relative;
        top: -1px;
        margin-left: 38px;
    }

header .navbar-form {
    margin-top: 8px;
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
}

    header .navbar-form .form-control {
        width: 88%;
        padding: 8px 12px;
        border: none;
        height: 24px;
    }

        header .navbar-form .form-control:focus {
            outline: 1px dashed #fff;
        }

        header .navbar-form .form-control::placeholder {
            color: #000;
        }

header .navbar-form label {
    position: absolute;
    left: 28px;
    max-width: 100%;
    top: 2px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
    background: #fff;
    padding: 2px 12px 4px 0px;
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
}




header .navbar-form .btn.btn-primary {
    background: #ddd;
    color: #000;
}

        header .navbar-form .btn.btn-primary:hover {
            background: transparent;
            color: #000;
        }

header .border-right {
    border-right: 1px solid #455c75;
}

.skip-to-content {
    color: transparent !important;
    position: absolute;
    z-index: -1;
}

.skip-to-content:focus {
    display: block !important;
    color: #fff !important;
    z-index: 10;
    width: 100px;
    padding: 2px;
}

.changelanguage {
    display: none;
    position: absolute;
    right: 27px;
    top: 8px;
}

.link-back {
    display: block;
    margin-top: 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 1.0px;
    text-align:center;
}
    .link-back .img-home-btn {
        margin-top: -5px;
        height: 30px;
        width: 30px;
    }

    .link-back i {
        top: 0;
        margin-right: 15px;
    }

    .link-back:hover {
        color: #fff !important;
    }

.lang-selection {
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: none;
    line-height: 39px;
} 

.lang-selection:active, .lang-selection:focus {
    text-decoration: none;
}

    .lang-selection:focus {
        outline: auto;
    }

.language-list {
    margin: 0;
    left: 5px;
    border-radius: 0;
    min-width: 90px;
}

.language-list .dropdown-item {
    display: block;
    padding: 5px 10px;
}

.changelanguage a {
    display: inline-block;
    margin: 0px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
}

    .changelanguage a.en {
        background: url(/Resources/images/UnitedKingdom.png) top left no-repeat;
    }

    .changelanguage a.de {
        background: url(/Resources/images/Germany.png) top left no-repeat;
    }

    .changelanguage a.fr {
        background: url(/Resources/images/France.png) top left no-repeat;
    }

.changelanguage .dropdown-menu {
    min-width: 30px;
    right: 0;
    left: auto;
    top: 30px;
    border-radius: 0;
}

.changelanguage span {
    color: white;
    font-size: 13px;
}

header .navbar-form .form-control {
    max-width: 160px;
}

header .navbar-form .btn.btn-primary {
    background: transparent;
    border: none;
    margin-top: -5px;
}

header .navbar-form .btn-primary i {
    color: White;
    font-size: 1.2em;
}

.guerlain-mail img {
    position: absolute;
    left: 0;
    top: 13px;
}
a.guerlain-mail:focus img {
    outline: auto;
}


/* content
-------------------------------------------------- */
.main-content {
    margin-top: 40px;
    min-height: 900px;
    position: relative;
}

.brand-slider {
    margin: 30px 0 0 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 32px -1px rgba(180,180,180,1);
    -moz-box-shadow: 0px 0px 32px -1px rgba(180,180,180,1);
    box-shadow: 0px 0px 32px -1px rgba(180,180,180,1);
}

.brand-slider-description {
    margin: 20px 0 2px 0;
}

.prod-slider {
    margin: 40px 20px;
    position: absolute;
    top: 0;
    background-color: White;
    min-height: 275px;
    -webkit-box-shadow: 0px 0px 32px -1px rgba(180,180,180,1);
    -moz-box-shadow: 0px 0px 32px -1px rgba(180,180,180,1);
    box-shadow: 0px 0px 32px -1px rgba(180,180,180,1);
    z-index: 1;
}

.guerlain-logo {
    margin-top: 5px;
    max-width: 165px;
}

.prod-slider .product-name {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px;
    font-weight: bold;
}

.prod-slider hr {
    margin: 0;
}

.prod-slider .hvr-bounce-to-left:before,
.prod-slider .hvr-bounce-to-right:before {
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(180,180,180,1);
    -moz-box-shadow: 0px 0px 12px -1px rgba(180,180,180,1);
    box-shadow: 0px 0px 12px -1px rgba(180,180,180,1);
}

.prod-slider .hvr-bounce-to-left:hover,
.prod-slider .hvr-bounce-to-right:hover {
    color: #000;
}

.prod-slider .previous-product,
.prod-slider .next-product {
    position: absolute;
    left: -40px;
    top: 100px;
    z-index: 0;
    width: 160px;
}

    .prod-slider .previous-product:hover,
    .prod-slider .next-product:hover {
        z-index: 4;
    }

.prod-slider .next-product {
    right: -40px;
    left: auto;
}

    .prod-slider .previous-product .arrow,
    .prod-slider .next-product .arrow {
        width: 100%;
        padding: 7px;
    }

    .prod-slider .previous-product a,
    .prod-slider .next-product a {
        display: block;
    }

    .prod-slider .previous-product > a:hover,
    .prod-slider .next-product > a:hover {
        background: #fff;
    }

    .prod-slider .previous-product a span,
    .prod-slider .next-product a span {
        display: none;
        text-transform: uppercase;
        font-size: 12px;
    }

        .prod-slider .previous-product a span img,
        .prod-slider .next-product a span img {
            max-height: 75px;
            margin: 0 10px 4px;
            display: block;
        }

    .prod-slider .previous-product a:hover span,
    .prod-slider .next-product a:hover span {
        display: block;
    }

.top-prod-details .inner {
    min-height: 110px;
}

.top-prod-details h1 {
    margin: 20px 0 2px 0;
    font-size: 22px;
}

.top-prod-details p {
    font-size: 16px;
}

    .top-prod-details p.uppercase {
        margin-bottom: 10px;
        font-size: 18px;
    }

.prod-image {
    margin-top: 10px;
    max-height: 200px;
    max-width: 280px;
    margin-bottom: 10px;
    cursor: pointer;
}

.prod-image-button {
    background: transparent;
    border: 0;
    margin: 0 auto;
    padding: 0;
    display: block;
}

    .prod-image-button:focus {
        outline-style: dotted;
    }

.attribute-images {
    margin: 22px 0 0 0;
}

.attribute-inner {
    position: relative;
    margin-bottom: 10px;
}

.attribute-description-region {
    padding: 10px 32px 10px 10px;
    background: #eee;
    bottom: 0;
    position: absolute;
    display: none;
    z-index: 3;
}

    .attribute-description-region img {
        float: left;
        margin-right: 10px;
        position: relative;
        margin-right: 10px;
        margin-bottom: -2px;
    }

.attribute-description-inner {
    /*margin-left: 90px;*/
}

    .attribute-description-inner blockquote {
        margin: 0 !important;
        margin-bottom: inherit !important;
    }

.certificates-container {
    margin-top: 20px;
}

    .certificates-container img {
        padding-bottom: 10px;
        display: block;
        margin: 0 auto;
    }

.attribute-close {
    position: absolute;
    right: -7px;
    top: -7px;
    font-size: 16px;
    cursor: pointer;
}

    .attribute-close:hover {
        color: #555;
    }

.buyNowLink img {
    display: block;
}

.buyNowLink {
    padding: 6px;
    border: 1px solid #ccc;
    display: inline-block;
    float: right;
    position: relative;
    top: -18px;
}

    .buyNowLink:hover {
        background-color: #efefef;
    }

.detailsBrandImage {
    float: right;
    position: absolute;
    top: 56px;
    right: 10px;
    display: inline-block;
}

.attribute-images .owl-buttons {
    position: absolute;
    right: -25px;
    top: 15px;
}

    .attribute-images .owl-buttons .owl-prev {
        display: none;
    }

    .attribute-images .owl-buttons .owl-prev, .attribute-images .owl-buttons .owl-next {
        width: 16px;
        height: 22px;
        background: url(../images/navbuttons.png);
        z-index: 5;
        cursor: pointer;
    }

    .attribute-images .owl-buttons .owl-prev {
        background-position: 0 -22px;
        top: 10px;
        left: -25px;
    }

        .attribute-images .owl-buttons .owl-prev:hover {
            background-position: 0 -44px;
        }

    .attribute-images .owl-buttons .owl-next {
        background-position: -16px -22px;
        top: 10px;
        right: -25px;
    }

        .attribute-images .owl-buttons .owl-next:hover {
            background-position: -16px -44px;
        }

#respectCodeDetailsContent {
    min-height: 250px;
    list-style: none;
}

#chainStepsInner {
    position: relative;
    padding: 0;
    list-style: none;
}

#supplyChain {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 40px;
    right: 13%;
    border: 1px solid #e2e2e2;
}

.guerlain-container {
    width: 1500px;
    margin-top: 15px;
}

#supplyChain button {
    background: transparent;
    display: block;
    border: 0;
    width: 100%;
    text-align: left;
}

#supplyChain button:focus {
    outline-style: dotted;
}

#supplyChain button.btn.showAllButton,
#supplyChain button.btn.showAllButton:active:hover,
#supplyChain button.btn.showAllButton:hover,
#supplyChain button.btn.showAllButton:active {
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    text-decoration: underline;
    text-align: center;
    display: none;
}

    #supplyChain button.btn.showAllButton:focus {
        outline-style: auto;
        outline-color: #a5b5c4;
    }

.btn.showAllButton:hover {
    text-decoration: none;
}

.code-box {
    padding: 5px 10px;
    display: inline-block;
    background-color: #f2f2f2;
}

#content {
    margin-top: -30px;
}

#returnToMenu {
    display: none;
    text-decoration: underline;
}

#supplyChain button,
#supplyChain div.groupTitle,
#supplyChain button.groupTitle {
    padding: 6px 6px 6px 12px;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
}

    #supplyChain p:hover,
    #supplyChain div.groupTitle:hover,
    #supplyChain button.groupTitle:hover {
        cursor: pointer;
    }

    #supplyChain p.first {
        height: 53px;
        line-height: 40px;
        cursor: default;
    }

    #supplyChain p span {
        font-size: 14px;
        line-height: 16px;
    }

    #supplyChain p .number {
        font-size: 22px;
        display: block;
        text-align: center;
        float: left;
        padding: 0px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        color: #fff;
        background: url('../images/chain-bullet.png') top left no-repeat;
        margin-bottom: 0px;
        margin-right: 10px;
        top: -2px;
        position: relative;
        z-index: 2;
    }

    #supplyChain p.first .number {
        background: url('../images/chain-you-bullet.png') top left no-repeat;
    }

    #supplyChain p.selectedStep {
        background-color: #224268;
        color: #fff;
        cursor: pointer;
    }

#vertLine {
    display: none;
    width: 1px;
    height: auto;
    border-left: 2px solid #000;
    position: absolute;
    top: 15px;
    left: 31px;
    bottom: 28px;
}

#supplyChain .groupItems {
    border-top: 0;
    background: #fff;
    padding-bottom: 15px;
}

    #supplyChain .groupItems.bg-grey {
        background-color: white;
        position: relative;
        z-index: 3;
    }

#supplyChain .groupTitle.groupOpened {
    background-color: Black;
    color: White;
}

#supplyChain .groupTitle {
    transition: background-color 0.2s ease;
}

    #supplyChain .groupTitle:hover {
        background-color: Black;
        color: White;
    }

    #supplyChain .groupTitle.groupOpened p {
        color: White;
    }

    #supplyChain .groupTitle.groupOpened strong {
        font-family: RobotoRegular, Arial, sans-serif;
    }

/* non-linear supply chain */
#supplyChain p.groupTitle,
#supplyChain div.groupTitle,
#supplyChain button.groupTitle {
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    background: #fff;
    z-index: 1;
}

    #supplyChain p.groupTitle strong,
    #supplyChain div.groupTitle strong,
    #supplyChain button.groupTitle strong {
        font-family: RobotoLight, Arial, sans-serif;
    }

    #supplyChain p.groupTitle span.glyphicon,
    #supplyChain div.groupTitle span.glyphicon,
    #supplyChain button.groupTitle span.glyphicon {
        float: right;
        font-size: 14px;
        position: relative;
        top: 8px;
        right: 4px;
        color: #233b44;
    }

#supplyChain p.groupOpened,
#supplyChain div.groupOpened,
#supplyChain button.groupOpened {
    border-bottom: 0;
}

#supplyChain p.groupTitle span.glyphicon.glyphicon-menu-down,
#supplyChain div.groupTitle span.glyphicon.glyphicon-menu-down,
#supplyChain button.groupTitle span.glyphicon.glyphicon-menu-down {
    display: inline-block;
}

#supplyChain p.groupTitle span.glyphicon.glyphicon-menu-up,
#supplyChain button.groupTitle span.glyphicon.glyphicon-menu-up {
    display: none;
}

    #supplyChain p span.groupNumber,
    #supplyChain div span.groupNumber,
    #supplyChain button span.groupNumber {
        font-size: 16px;
        color: white;
        background-color: black;
        border-radius: 100%;
        display: block;
        text-align: center;
        float: left;
        padding: 0px;
        height: 26px;
        line-height: 27px;
        width: 26px;
        margin-right: 8px;
        position: relative;
        z-index: 2;
        top: 1px;
    }

#supplyChain .groupTitle.groupOpened > span.groupNumber {
    background-color: White;
    color: Black;
}

    #supplyChain p.groupOpened span.glyphicon.glyphicon-menu-down,
    #supplyChain div.groupOpened span.glyphicon.glyphicon-menu-down {
        display: none;
    }

    #supplyChain p.groupOpened span.glyphicon.glyphicon-menu-up,
    #supplyChain div.groupOpened span.glyphicon.glyphicon-menu-up {
        display: inline-block;
    }

#chainStepsInner.nonLinear #vertLine {
    left: 25px;
    bottom: 15px;
    border-left: 1px solid #ddd;
}

#chainStepsInner.nonLinear .step {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 38px;
    color: #000;
    cursor: pointer;
    transition: background-color 0.2s ease;
    word-wrap: break-word;
}

    #chainStepsInner.nonLinear .step[data-clickedstep="yes"] {
        background-color: white;
        color: black;
        font-weight: bold;
    }

    #chainStepsInner.nonLinear .step:hover {
        background-color: white;
        color: black;
        font-weight: bold;
    }

#chainStepsInner.nonLinear p.fatloc {
    padding-left: 0;
}

#chainStepsInner.nonLinear .steplist {
    display: none;
    margin-left: 38px;
    margin-bottom: 5px;
    font-family: 'FuturaStdBookRegular', sans-serif;
}

#chainStepsInner.nonLinear .selectedStep {
    background: none;
    position: relative;
}

.detailsContent {
    padding-bottom: 35px;
}

.factloc {
    position: relative;
}

#chainStepsInner.nonLinear .selectedStep::after,
#chainStepsInner.nonLinear .groupOpened::after,
#chainStepsInner.nonLinear .factloc.selected::after {
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #b09e70;
    position: absolute;
    right: -30px;
    top: 8px;
    z-index: 3;
}

#chainStepsInner.nonLinear .selectedStep::after,
#chainStepsInner.nonLinear .groupOpened::after,
#chainStepsInner.nonLinear .factloc.selected::after {
    left: -18px;
}

#chainStepsInner.nonLinear .groupItems {
    display: none;
}

#chainStepsInner.nonLinear hr {
    padding: 0;
    margin: 0 15px 0 38px;
    border-top: 1px solid #ddd;
}

h2.header, button.header {
    font-family: FuturaStdBookRegular, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 28px;
    cursor: pointer;
    margin: 0;
    padding: 12px 15px 10px 60px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
}

.expanding-box-logo {
    position: absolute;
    top: 14px;
    width: 20px;
    left: 20px;
}

.expanding-box-step-number {
    position: absolute;
    top: 12px;
    width: 25px;
    left: 20px;
    border-radius: 100%;
    color: #000000;
    background-color: #ffffff;
    padding-left: 0;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

h3.methodology-header {
    margin: 0;
}
.methodology-header button {
    line-height: 1.4;
    text-transform: uppercase;
    font-family: FuturaStdBookRegular, Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    padding: 12px 15px 10px 60px;
    position: relative;
    color: black;
    background: white;
    border: 1px solid #e2e2e2;
    width: 100%;
    text-align: left;
}

    .methodology-header span.glyphicon,
    .expanding-panel span.glyphicon {
        float: right;
    }

.brandRawMaterialsFAQContainer {
    margin-top: 30px;
}

.expand-box {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.expanding-panel.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.expanding-panel .panel-body {
    padding-bottom: 0;
}

.expanding-panel-title {
    margin-bottom: 15px;
}

.expanding-panel .panel-title a[data-toggle],
.expanding-panel .panel-title button[data-toggle] {
    padding: 12px 15px 10px 20px;
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
}

    .expanding-panel .panel-title a[data-toggle]:focus {
        text-decoration: none;
    }

.expanding-panel.panel-default {
    border-color: transparent;
}

.expanding-panel .panel-heading {
    padding: 0;
    background-color: White;
    color: Black;
    border: 1px solid #e2e2e2;
}

#methodologyContent {
    width: 95%;
    margin: 0 auto;
}

.methodology-step-number {
    position: absolute;
    width: 25px;
    left: 20px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #000000;
    padding-left: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    top: 8px;
}

.metodology-content {
    margin: 10px 0 15px 0;
}

.black-button,
.black-button:visited,
.black-button:hover,
.black-button:active {
    color: White !important;
    background-color: Black;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 50px;
}

.respect-code-line {
    margin-top: 20px;
    margin-bottom: 20px;
}

.homeDetailsContent .btn.black-button {
    margin-top: 20px;
    margin-bottom: 10px;
}

h2.header:hover,
button.header:hover {
    color: #fff;
    background: #000;
}

h2.header span.glyphicon,
button.header span.glyphicon {
    color: #fff;
    font-size: 14px;
    float: right;
    margin-top: 4px;
}

.expanding-box {
    border: none;
    margin-bottom: 15px;
}

    .expanding-box p {
        margin-bottom: 0;
        font-size: 14px;
    }

.sliderAttributes .item {
    padding: 2px;
    margin-right: 2px;
    display: inline-block;
}

    .sliderAttributes .item img {
        cursor: pointer;
    }

    .sliderAttributes .item button {
        border: 0;
        background: transparent;
        padding: 0;
    }

    .sliderAttributes .item button:focus {
        outline-style: dotted;
    } 

#factoryDetails {
    margin-top: 30px;
}

#batch-facts ul {
    margin: 0;
    padding: 0;
}

    #batch-facts ul li {
        min-height: 40px;
        padding: 10px 10px 8px 0;
        display: block;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        line-height: 22px;
    }

        #batch-facts ul li span {
            font-size: 14px;
            color: #0b2642;
            line-height: 14px;
        }

.cert-link {
    display: block;
    padding: 12px;
    background: #efefef;
    color: #000;
    margin-bottom: 2px;
}

    .cert-link.no-cursor {
        cursor: default;
    }

    .cert-link:hover {
        color: #000;
        background: #f8f8f8;
    }

    .cert-link .cert-link-icon {
        position: absolute;
    }

    .cert-link h5 {
        text-indent: 30px;
        margin: 0px 0px 15px 0px;
        color: #000;
    }

    .cert-link span {
        color: #555;
        font-size: 12px;
    }

    .cert-link .cert-name {
        text-indent: 30px;
        margin: 0px 0px 15px 0px;
        color: #000;
        line-height: 22px;
    }

.detailsContent {
    padding: 10px 15px;
}

.detailsContent div.col-md-12 {
    float: none !important;
    padding: 0 !important;
}

.detailsContent:after {
    display: block;
    clear: both;
}

.homeDetailsContent {
    padding: 10px 15px;
}

    .homeDetailsContent .detailsContent {
        /* make the certificate gallery scrollable */
        overflow: hidden;
        overflow-x: auto;
        margin-bottom: 0;
    }

#factoryDetails .detailsContent {
    display: none;
}

#gallery {
    display: block;
}

    #gallery div {
        text-align: center;
    }

        #gallery div a, #gallery div a:focus {
            display: inline-block;
        }

            #gallery div a img {
                display: block;
                border: 1px solid #fff;
                margin: 0;
                height: 200px;
                width: auto;
            }

            #gallery div a:hover img {
                opacity: 0.8;
            }

.border-grey {
    border: 1px solid #ddd;
}

.border-left-grey {
    border-left: 1px solid #ddd;
}

.border-top-grey {
    border-top: 1px solid #ddd;
}

.border-bottom-grey {
    border-bottom: 1px solid #ddd;
}

.inner-padding {
    padding: 0 10px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.clear {
    clear: both;
}

.loader {
    height: 24px;
    text-align: center;
    padding: 75px 0;
}

.push,
.push-cookie {
    padding-top: 45px;
}

    .push header,
    .push-cookie header {
        top: 45px;
    }

    .push .disclaimer {
        display: block;
    }

.disclaimer {
    top: 0;
    background: #eee;
    color: #000;
    font-size: 16px;
    position: relative;
    padding: 11px 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 100;
    min-height: 45px;
}

.disclaimer-close {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    font-size: 16px;
    border: 0;
}

    .disclaimer-close:hover {
        color: #111;
    }

.certificateStep {
    border-bottom: 1px solid white;
}

.map-chain-inner 
{
    position: relative;
}

.circle-button 
{
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    border-style: hidden;
    height: 48px;
    width: 48px;
    background-color: Black;
    border-radius: 50px;
}

    .circle-button span {
        position: absolute;
        bottom: 20px;
        left: 7px;
        background-image: url(../images/arrow-down.png);
        animation: animate-down 2.5s infinite;
        -webkit-animation: animate-down 2.5s infinite;
        display: block;
        height: 35px;
        width: 35px;
    }

@-webkit-keyframes animate-down {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(30px);
    opacity: 0; } }

@keyframes animate-down {
  0% {
    transform: translateY(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translateY(30px);
    opacity: 0; } }

/* homepage certificates area */

.certificates-area {
    position: relative;
}

    .certificates-area p.top,
    .certificates-area p.reference,
    .certificates-area .prod-image {
        display: none;
    }

    .certificates-area .owl-wrapper {
        position: static !important;
    }

    .certificates-area .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .certificates-area .owl-wrapper .owl-item {
        float: left;
    }

    .certificates-area .attribute-images .owl-buttons {
        right: -12px;
    }

/* footer
-------------------------------------------------- */
footer {
    margin-top: 40px;
    border-top: 1px solid #ddd;
}

    footer .container {
        padding: 15px 0;
    }

footer div.text-muted {
    font-size: 13px;
    color: #555;
}

/* plugins
-------------------------------------------------- */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(images/overlay.png) repeat 0 0;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 35px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 60px;
    text-align: center;
    width: calc(100% - 90px);
    color: #949494;
    line-height: 16px;
    bottom: 6px;
}

@media only screen and (max-width: 450px) {
    #cboxTitle {
        bottom: 0;
    }
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 2px;
    left: 2px;
    background: url(images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 2px;
    left: 30px;
    background: url(images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxClose {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* scroll styles */

.jspContainer {
    overflow: hidden;
    position: relative;
    height: 800px !important;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 2px;
    width: 22px;
    height: 100%;
    background: transparent;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: none;
    opacity: 0.8;
    position: relative;
}

.jspDrag {
    background: none;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: url(../images/navbuttonsTopBottom.png) 0 3px no-repeat;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrowDown {
    background: url(../images/navbuttonsTopBottom.png) 0 -17px no-repeat;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: url(../images/navbuttonsTopBottom.png) -45px 3px no-repeat;
}

.jspArrowDown.jspDisabled {
    background: url(../images/navbuttonsTopBottom.png) -44px -17px no-repeat;
}

.jspVerticalBar .jspArrow {
    height: 20px;
}

.jspHorizontalBar .jspArrow {
    width: 20px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

#factoryDetails h3 {
    font-size: 35px;
    letter-spacing: 1.2px;
    font-family: FuturaLT, Arial, sans-serif;
}

#factoryDetails .detailsContent h3 {
    font-size: 24px;
    font-family: FuturaLT, Arial, sans-serif;
}

#factoryDetails .detailsContent {
    letter-spacing: 1.2px;
}

#factoryDetails .faqDescriptionContent {
    letter-spacing: 1.2px;
}

#factoryDetails .faqContent {
    letter-spacing: 1.2px;
}

#SupplyChainGroupDescription {
    letter-spacing: 1.2px;
}

.homeDetailsContent {
    letter-spacing: 1.2px;
}

#side-description {
    font-size: 14px;
}

/* homepage */
.home-content {
    margin-top: 40px;
    min-height: 900px;
    position: relative;
    background: #fff;
}

    .home-content h2 {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.7px;
        line-height: 28px;
    }

    .home-content button.header,
    #respectCodeDetailsContent button.header {
        font-size: 16px;
        letter-spacing: 0.7px;
        line-height: 28px;
    }

    button.header:focus,
    #respectCodeDetailsContent button.header:focus {
        outline-color: #000;
        outline-style: dashed;
    }

.homepage-form {
    margin-top: 5px;
    padding: 15px;
    border: 1px solid #e2e2e2;
    position: relative;
}

    .homepage-form .form-control {
        height: 52px;
        width: 80%;
        float: left;
        font-size: 22px;
        font-family: FuturaLT, Arial,sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: black;
        border: none;
        box-shadow: none;
    }

        .homepage-form .form-control::placeholder {
            color: #000;
        }

    .homepage-form button {
        float: right;
        background-color: black;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 60px;
        padding-right: 60px;
    }

        .homepage-form button:hover {
            background-color: #000;
        }

        .homepage-form button.btn-primary:focus {
            background-color: #247443;
            outline: 1px dashed #000;
        }

    .homepage-form label {
        position: absolute;
        padding: 6px 8px;
        top: -15px;
        left: 15px;
        font-size: 12px;
        text-transform: uppercase;
        z-index: -1;
        background: #000;
        color: #fff;
    }

    .homepage-form.onfocus {
        border-color: #000;
    }

    .homepage-form label.onfocus {
        background: #000;
        color: #fff;
        z-index: 2;
    }

.homepage-form a {
    float: right;
    background-color: black;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
    padding-right: 60px;
    color: white;
}

.homepage-form a:hover {
    background-color: Black;
}

.discover-latest {
    border-top: 1px solid #e2e2e2;
}

    .discover-latest h2 {
        margin-top: 40px;
        font-size: 30px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 3.7px;
    }

.product-showcase {
    margin-top: 45px;
}

.product-item {
    display: block;
    width: 80%;
    border: 1px solid #ececec;
    box-shadow: 0px 0px 6px -1px rgba(180,180,180,1);
}

    .product-item img {
        height: 190px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product-item .product-description {
        display: block;
        background-color: #f2f2f2;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 13px;
    }

        .product-item .product-description p {
            margin-bottom: 5px;
        }

.product-short-description {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

/* media queries
-------------------------------------------------- */
@media only screen and (min-width : 1400px) and (max-width : 1919px) {
    #supplyChain {
        right: 13%;
    }

}

@media only screen and (min-width : 1400px) and (max-width : 1800px) {
    .guerlain-container {
        width: 1400px;
    }

    #supplyChain {
        right: 9%;
    }

    #respectCodeDetailsContent {
        width: 100%;
    }

    .prod-image {
        max-width: 100%;
    }
}

@media only screen and (min-width : 1200px) and (max-width : 1400px) {
    .guerlain-container {
        width: 1200px;
    }


    .prod-slider.col-md-2 {
        width: 25%;
    }

    .prod-image {
        max-width: 100%;
    }

    .prod-slider {
        margin-left: 20px;
    }

    #supplyChain {
        right: 9%;
    }

    #respectCodeDetailsContent {
        width: 100%;
    }
}

@media only screen and (min-width : 1800px) and (max-width : 1919px) {
    #supplyChain {
        right: 13%;
    }
}


@media only screen and (min-width : 1000px) and (max-width : 1200px) {
    #supplyChain {
        right: 9%;
    }
}

@media only screen and (min-width : 1600px) and (max-width : 1800px) {
    #supplyChain {
        right: 12%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    header .navbar-form .form-control {
        width: 70%;
    }

    .link-back {
        font-size: 12px;
    }

    .guerlain-container {
        width: auto;
    }

    .prod-image {
        max-width: 100%;
    }
}

@media only screen and (min-width: 990px) and (max-width : 1200px) {
    .prod-slider {
        width: 20%;
    }
    header .navbar-form label {
        max-width: 115px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .prod-slider {
        width: 20%;
        margin-left: 20px;
    }

    .link-back {
        font-size: 12px;
    }

    header .navbar-form .form-control {
        width: 65%;
    }

    #chainStepsInner.nonLinear .step {
        padding: 10px 15px;
        word-break: break-word;
    }

    #chainStepsInner.nonLinear hr {
        margin: 0 15px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    html, body {
        background: #fff;
    }

    header.navbar-fixed-top {
        position: static;
    }

    header .navbar-form .form-control {
        width: 70%;
    }

    header a.navbar-brand span {
        font-size: 12px;
        margin-left: 42px;
    }

    section.banner {
        position: static;
        top: 0;
    }

    .prod-slider.col-md-2 {
        width: 25%;
    }

    #supplyChain {
        z-index: 99;
        right: 5%;
        max-width: 220px;
    }

        #supplyChain div.groupTitle {
            padding-right: 15px;
        }

    .prod-slider {
        margin-left: 20px;
    }

    #content {
        padding-left: 15px;
    }

    .main-content {
        margin-top: 20px;
    }

    .map {
        margin: 0;
        width: 100%;
    }

    .jspContainer {
        overflow: auto;
        position: relative;
        height: auto !important;
    }

    .custom-scroll {
        margin-bottom: 20px;
    }

    #gallery li a img {
        min-width: 0;
        max-width: 100%;
    }

    .disclaimer {
        font-size: 12px;
    }
    .bee-logo {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

/* tablets in landscape mode */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #supplyChain {
        z-index: 99;
        right: 5%;
        max-width: 220px;
    }

        #supplyChain div.groupTitle {
            padding-right: 15px;
        }

    .prod-slider {
        margin-left: 20px;
    }

    .link-back {
        font-size: 12px;
    }

    header .navbar-form .form-control {
        width: 65%;
    }

    .prod-slider.col-md-2 {
        width: 25%;
    }

    .prod-image {
        max-width: 100%;
        margin-bottom: 15px;
    }

    #chainStepsInner.nonLinear .step {
        padding: 10px 15px;
        word-break: break-word;
    }

    #chainStepsInner.nonLinear hr {
        margin: 0 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    #chainStepsInner.nonLinear .steplist {
        margin-left: 0;
    }
    #empty-div{
        display: block;
    }

    header .navbar-form {
        margin-right: 0;
        margin-top: 0;
    }

    header a.navbar-brand {
        display: block;
        margin: 0 auto 0 -20px;
    }

        header a.navbar-brand span {
        }

    header .navbar-form .form-control {
        width: 72%;
        margin-left: 10%;
    }

    header .navbar-form label {
        left: 31px;
    }

    header .container {
        position: relative;
    }

    .navbar-fixed-top .row {
        margin: 0;
    }

    .lang-col {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .changelanguage {
        top: 15px;
        right: 15px;
    }

        .changelanguage span {
            color: #fff;
        }

    section.banner {
        margin-bottom: 20px;
    }

        section.banner p {
            margin-left: 0;
            text-align: center;
        }

    .prod-slider .previous-product,
    .prod-slider .next-product {
        top: 25%;
        left: 0;
        z-index: 1;
    }

    .prod-slider .next-product {
        right: 0;
        left: auto;
    }

    .top-prod-details p {
        font-size: 14px;
    }

        .top-prod-details p.uppercase {
            font-size: 16px;
        }

    .attribute-images {
        text-align: center;
        margin: 0;
    }

        .attribute-images img {
            height: 50px;
        }

    .attribute-description-region:before {
        display: none;
    }

    .margin-top40, .margin-top30 {
        margin-top: 20px;
    }

    .top-prod-details img {
        margin: 5px auto 0;
        margin-right: 10px;
    }

    .top-prod-details h1,
    .top-prod-details p.uppercase {
        text-align: center;
    }

    h1 {
        font-size: 24px;
    }

    h2.header, button.header {
        font-size: 18px;
    }

    .disclaimer-close {
        right: 0px;
    }

    .guerlain-logo {
        margin: 10px auto;
    }

    header.navbar-fixed-top {
        height: 155px;
    }

    .pull-none-xs {
        float: none !important;
    }

    header .navbar-form {
        border-bottom: none;
        box-shadow: none;
        display: inline-block;
        width: auto;
        padding: 0;
        float: right;
        border: none;
    }

    .changelanguage {
        top: inherit;
        right: 35px;
        bottom: 15px;
    }

    .main-content {
        margin-top: 0;
    }

    #supplyChain {
        left: 0;
        right: 165px;
        top: 50px;
        padding-right: 0;
        background: none;
        border: none;
        width: 50px;
    }

        #supplyChain.batchSupplyChain {
            top: 410px;
        }

    .col-full-width {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    padding-right-0-xs {
        padding-right: 0px !important;
    }

    .expanding-box h2.header {
        font-size: 14px;
        background-color: black;
        color: white;
        padding: 20px 15px 20px 55px;
    }

    .expanding-box-logo {
        top: 50%;
        transform: translateY(-50%);
    }

    .expanding-box-step-number {
        top: 15px;
    }

    .methodology-step-number {
        left: 15px;
    }

    .expanding-box h2.header .glyphicon-menu-down,
    .expanding-box h2.header .glyphicon-menu-up {
        color: #fff;
    }

    .prod-slider-xs {
        position: relative;
        float: none;
        margin: 20px auto;
    }

    #chainStepsInner.nonLinear .selectedStep::after, #chainStepsInner.nonLinear .groupOpened::after, #chainStepsInner.nonLinear .factloc.selected::after {
        border: none;
    }

    #supplyChain p,
    #supplyChain div.groupTitle {
        font-size: 14px;
    }

    #chainStepsInner.nonLinear.groupItems {
        display: block;
        position: absolute;
        right: 0;
        left: 40px;
        background: white;
        width: 90%;
        z-index: 10;
    }

    #chainStepsInner.nonLinear .step[data-clickedstep="yes"] {
        background-color: black;
        color: white;
        font-weight: bold;
    }

    #chainStepsInner.nonLinear hr {
        margin: 0;
    }

    #supplyChain .groupItems {
        padding-bottom: 0;
        position: absolute;
        z-index: 9;
        left: 47px;
        width: 243px;
        border: 1px solid #ddd;
        border-top: none;
    }

    #respectCodeDetailsContent {
        padding: 0;
    }

    #supplyChain p.groupTitle,
    #supplyChain div.groupTitle {
        /*border-bottom: none;*/
        background: white;
    }

    #supplyChain .groupTitle {
        height: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 50px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    #supplyChain p span.groupNumber, #supplyChain div span.groupNumber {
        top: -3px;
        margin-left: -3px;
        margin-right: 11px;
    }

    #supplyChain .groupTitle .groupDescription {
        display: none;
    }

    #supplyChain .groupTitle.groupOpened .groupDescription {
        display: block;
        font-size: 16px;
        letter-spacing: 0.5px;
        top: -5px;
        position: relative;
    }

        #supplyChain .groupTitle.groupOpened .groupDescription::after {
            font-family: "Glyphicons Halflings";
            content: "\e260";
            color: #ffffff;
            font-size: 12px;
            position: absolute;
            right: 5px;
        }

        #supplyChain .groupTitle.groupOpened .groupDescription.groupExpanded::after {
            font-family: "Glyphicons Halflings";
            content: "\e259";
            color: #ffffff;
            font-size: 12px;
            position: absolute;
            right: 5px;
        }

    #supplyChain .groupTitle.groupOpened {
        min-width: 290px;
    }
    
    #supplyChain .groupTitle.groupOpened.clicked-factloc-title 
    {
        min-width: 0;
    }
    
    #supplyChain .groupTitle.groupOpened.clicked-factloc-title .groupDescription
    {
        display: none;
    }

    #supplyChain .groupTitle.groupHidden .groupDescription {
        display: none;
    }

    #supplyChain .showAllButton {
        position: absolute;
        top: -60px;
        height: 50px;
        width: 290px !important;
        text-align: left !important;
        font-size: 16px !important;
        padding-left: 12px !important;
        border: 1px solid #ddd !important;
    }

    #factoryDetails h3 {
        font-size: 24px;
    }

    .rc-logo-xs {
        position: absolute;
        top: 14px;
        left: 25px;
    }

    .margin-top0-xs {
        margin-top: 0px;
    }

    .expanding-panel-mobile {
        margin-left: 30px !important;
    }

    .panel-default .expanding-panel-mobile.panel-default .expanding-panel-mobile.panel-default {
        margin-left: 0px !important;
    }

    .expanding-title-mobile {
        margin-left: 20px !important;
    }

    /* homepage */

    .home-content {
        margin-top: 40px;
    }

        .home-content h2 {
            font-size: 16px;
            line-height: 28px;
        }

    .homepage-form {
        border: none;
        padding: 0;
    }

        .homepage-form .form-control {
            float: none;
            font-size: 20px;
            font-family: FuturaLT, Arial,sans-serif;
            width: 100%;
            letter-spacing: inherit;
            border: 1px solid #e2e2e2;
            margin-bottom: 20px;
        }

        .homepage-form button {
            display: block;
            float: none;
            margin: 0 auto;
            padding-left: 100px;
            padding-right: 100px;
        }

    .discover-latest h2 {
        font-size: 28px;
        text-align: center;
    }

    .product-item {
        margin-bottom: 50px;
    }

    .product-description p {
        font-size: 18px;
    }

    .code-box {
        margin-bottom: 20px;
    }

    .text-muted {
        text-align: center
    }
    

    #gallery {
        background-color: #ffffff;
    }

        #gallery .brand-image-container {
            height: 120px;
            width: 120px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

        #gallery div a img {
            height: 120px;
            width: 120px;
        }

    #brandImagesDetailsContent {
        background-color: #ffffff;
    }

    .development-durable {
        max-width: 80%;
        display: block;
    }

    .centering-wrapper {
        display: inline-block;
        white-space: nowrap;
        padding-top: 15px;
    }

        .centering-wrapper img {
            position: static;
            float: left;
            margin-right: 20px;
        }

    .guerlain-mail img {
        margin-top: 7px;
        margin-right: 15px;
    }

    .navbar-search {
        border-top: 1px solid white;
        text-align: center;
    }

    .groupTitle.groupHidden {
        width: 50px !important;
        min-width: 50px !important;
    }

        .groupTitle.groupHidden + .groupItems {
            display: none;
        }

    .factloc.selected {
        font-weight: 900;
    }

    #chainStepsInner.nonLinear .step {
        padding: 10px 22px;
    }

    .map-chain-wrapper {
        position: relative;
    }
    #content{
        margin-top: 15px;
    }
}

.faqContent {
    padding: 15px 30px;
}

#companyFAQ.faqContent {
    display: none;
}

#companyFAQ .header {
    font-size: 16px;
    text-transform: none;
}

#brand-products .brand-product-gallery {
    margin: 0;
    padding: 0;
}

#brand-products .brand-product-gallery .brand-product {
    margin-bottom: 50px;
    text-align: center;
    min-height: 260px;
    list-style: none;
}

    #brand-products .brand-product-gallery .brand-product .brand-img-wrapper {
        width: 100%;
        padding-top: 100%;
        display: block;
        position: relative;
        border: 1px solid #cecece;
    }

#brand-products .brand-product-image {
    height: 160px;
}

    #brand-products .brand-product-image img {
        height: 100%;
    }

#brand-products .brand-product-text h5 {
    min-height: 30px;
}

@media only screen and (max-width:900px) {
    .cboxIframe img {
        height: auto !important;
    }

    .iframeImage {
        height: auto !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    header .navbar-form .form-control {
        width: 120px;
        margin-left: 6%;
    }

    header .navbar-form label {
        left: 23px;
        max-width:100px;
    }

    #brand-products .brand-product-gallery .brand-product {
        margin-bottom: 10px;
        text-align: center;
        min-height: 240px;
    }

    #brand-products .brand-product-image {
        height: 120px;
    }

        #brand-products .brand-product-image img {
            height: 100%;
        }

    #brand-products .brand-product-text h5 {
        min-height: 30px;
    }

    #gallery {
        margin: 0 auto;
        width: 260px;
    }

        #gallery .brand-image-container {
            height: 120px;
            width: 120px;
        }

        #gallery div a img {
            height: 120px;
            width: 120px;
        }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    .push {
        padding-top: 80px;
    }

    header .navbar-form .form-control {
        width: 120px;
        margin-left: 4%;
    }

    header a.navbar-brand span {
    }

    .guerlain-mail img {
        margin-right: 6px;
    }
}


/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .main-content {
        margin-top: 0px;
    }

    .link-back {
        float: left;
    }

    .navbar-brand {
        height: 39px;
    }

    .navbar-header {
        width: 20%;
    }

    .navbar-search {
        width: 30%;
    }

    header .navbar-form .form-control {
        width: 55%;
    }

    .homepage-form .form-control {
        width: 70%;
        font-size: 26px;
    }
}

.list-of-ingredients-number {
    float: right;
}

.list-of-ingredients-common-description {
    clear: both;
}

.guerlain-presentation h2 {
    text-align: left;
}

.navigation-button .img-container {
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    text-align: center;
    display: block;
    padding: 10px 15px;
}

.navigation-button .img-container img {
    margin: 0 auto;
    display: block;
}

.navigation-button label {
    margin-top: 7px;
}

.navigation-button {
    font-size: 16px;
    text-align: center;
}
.navigation-button {
    padding: 25px;
    display: inline-block;
    text-transform: uppercase;
}
.navigation-buttons-container {
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
}

    .navigation-buttons-container li {
        list-style: none;
        display: inline-block;
    }

.navigation-button:hover {
    opacity: 0.8;
}

#homepage-descrption-and-logo-container {
    margin-top: 40px;
}

.bee-logo {
    width: 150px;
    height: auto;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.cc_banner-wrapper {
    margin-top:-66px;
    animation-name: none !important;
}

    .cc_banner-wrapper .cc_container {
        padding: 5px;
        background: #eee;
        animation-name: none;
        min-height: 45px;
    }

        .cc_banner-wrapper .cc_container .cc_btn {
            background: black;
            color: #fff;
            margin-right: 8%;
            width: auto;
        }

        .cc_banner-wrapper .cc_container .cc_btn:focus {
            background-color: #247443;
            outline: 1px dashed #000;
        }

.cc_container .cc_message {
    color: #000;
    margin-top: 0 !important;
    margin-left: 8% !important;
    line-height: 1.9em !important;
}

.cc_banner-wrapper .cc_container .cc_btn {
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: normal;
}

.cc_banner-wrapper .cc_container .cc_btn:visited,
.cc_banner-wrapper .cc_container .cc_btn:hover {
    background: #5b5f63;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .cc_banner-wrapper .cc_container .cc_btn {
            margin-right: 15px;
        }

    .cc_container .cc_message {
        margin-left: 15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
    .push-cookie {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 531px) {
    .push-cookie {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 992px) {
    #homepage-descrption-and-logo-container {
        margin-top: 0;
    }
    header .navbar-form label {
        max-width: 79px;
    }
}


.cc_message a, .cc_message a:visited {
    color: #247443 !important;
    font-weight: bold;
}

    .cc_message a:hover {
        text-decoration: underline !important;
    }

.go-back-btn {
    text-decoration: underline;
}

ul.footer-links {
    padding: 0;
    margin: 0;
}

    ul.footer-links li {
        text-align: center;
        list-style: none;
        display: inline-block;
        padding-left: 10px;
    }

.footer-links a:hover {
    cursor: pointer;
}

.footer-links a:focus {
    outline-color: #000;
    outline-style: dotted;
}

.en-mail-img {
    width: 18px;
    margin-left:80%;
    height: 14px !important;
}

@media only screen and (max-width: 767px) {
    .en-mail-img {
        margin-left: 0%;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    header .navbar-form label {
        max-width: 120px;
    }
}
.marker {
    color: white;
    text-align: center;
    padding-top:5px;
}

.marker.golden {
    color: black;
}

.only-sr {
    position: absolute;
    width: 20px !important;
    height: 35px !important;
    clip: unset !important;
    top: 0;
    left: 5px;
    overflow: hidden;
    opacity: 0;
    z-index: 100;
    color: #000;
    background: #fff;
    font-size: 12px;
}
.marker-number {
    z-index:2;
    position: relative;
    pointer-events: none;
    background: black;
}

.golden .marker-number {
    background: #b09e70;
}
.mapboxgl-popup-content {
    border-radius: 12px !important;
    -webkit-box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%) !important;
    -moz-box-shadow: 0 2px 7px 1px rgba(0,0,0,.3) !important;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%) !important;
}

.open-new-window {
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
}

.mapboxgl-ctrl-logo:hover .open-new-window,
.mapboxgl-ctrl-logo:focus .open-new-window,
.mapboxgl-ctrl-logo:active .open-new-window {
    display: block;
    position: absolute;
    left: unset;
    left: 90px;
    width: min-content;
    white-space: nowrap;
    background-color: #cff;
    color: #000;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 2px 5px;
}