
@font-face {
    font-family:'HeinekenCore-Regular';
    src:url(/framework/websites/TheHeinekenCompany/fonts/heinekencore2.eot);
    src:url(/framework/websites/TheHeinekenCompany/fonts/heinekencore2.eot?#sdfjoisdjfoisdf) format('embedded-opentype'),
        url(/framework/websites/TheHeinekenCompany/fonts/heinekencore2.ttf) format('truetype');
    font-style:normal;
    font-weight:normal;
}
@font-face {
    font-family:'HeinekenCore-Regular';
    src:url(/framework/websites/TheHeinekenCompany/fonts/heinekencore2-bold.eot);
    src:url(/framework/websites/TheHeinekenCompany/fonts/heinekencore2-bold.eot?#sdfjoisdjfoisdf) format('embedded-opentype'),
        url(/framework/websites/TheHeinekenCompany/fonts/heinekencore2-bold.ttf) format('truetype');
    font-style:normal;
    font-weight:bold;
}

* {
    margin:0;
    padding:0;
}

body {
    font:12px/18px 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
    color:#666666;
    -webkit-text-size-adjust:100%;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section,
summary {
    display:block;
}
time { display:inline; }

h1, 
h2,
h3, 
h4, 
h5, 
h6 {
    color:#333;
    font-weight:bold;
    font-family:"HeinekenCore-Regular", arial, sans-serif;
    line-height:1;
    margin:0 0 10px;
}
h1 { 
    font-size:24px; 
    font-weight:normal;
    font-family:"HeinekenCore-Regular", arial, sans-serif;
}
h2 { 
    font-size:14px; 
    line-height:20px; 
}
h3 { 
    font-size:1em; 
}
h4 { 
    font-size:1em; 
}
h5 { 
    font-size:1em; 
}
h6 { 
    font-size:1em; 
}

p {
    margin:0 0 14px;
}

.date, 
.sub { 
    display:block; 
    font-size:12px; 
    color:#999; 
    margin:0 0 5px;
}

a { 
    color:#608ebe; 
    text-decoration:none; 
}

ul, 
ol  { 
    margin:0 0 20px 24px; 
}

hr { 
    display:block; 
    height:1px; 
    border:0; 
    border-top:1px solid #ccc; 
    margin:1em 0; 
    padding:0; 
}

img {
    max-width:100%;
    border:0;
    display:block;
}
.page-content img {
    width:100%;
    height:auto;
    margin:0 0 20px;
}

table {
    border-spacing:0;
    empty-cells:show;
    color:#333;
    width:100%;
    border-left:1px solid #dcdcdc;
}
    th, 
    td {        
        padding:10px 15px;
        vertical-align:top;
        text-align:left;
        font-weight:normal;
        box-shadow:inset 0 1px 0 #fff;
        border-bottom:1px solid #ccc;
        border-right:1px solid #dcdcdc;
        text-shadow:0 2px 1px #fff;
        background:#f8f8f8;
        background:-moz-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%),;
        background:-webkit-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
        background:-ms-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
        background:linear-gradient(to bottom,  #f8f8f8 0%, #eaeaea 100%);
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        box-sizing:border-box;
    }
    tr.important td,
    tr.important th {
        font-weight:bold;
        color:#000;
    }
    thead th,
    thead td {
        border-right:1px solid #ccc;
        border-bottom:1px solid #bbb;
        background:#fff;
        background:-moz-linear-gradient(top,  #ffffff 0%, #d3d3d3 100%),;
        background:-webkit-linear-gradient(top,  #ffffff 0%, #d3d3d3 100%);
        background:-ms-linear-gradient(top,  #ffffff 0%, #d3d3d3 100%);
        background:linear-gradient(to bottom,  #ffffff 0%, #d3d3d3 100%);
    } 
    #pagewrap th.right,
    #pagewrap td.right {
        text-align:right;
    }
    th[colspan],
    tr.set th {
        font-weight:bold;
    } 
    table tr.set td,
    table tr.set th {
        border-top:6px solid #ddd;
        background:-webkit-linear-gradient(top, #ededed,#ffffff);
        background:-ms-linear-gradient(top, #ededed,#ffffff);
        background:linear-gradient(to bottom, #ededed,#ffffff);
    }
    table thead + tbody tr.set td,
    table thead + tbody tr.set th {
        border-top:0;
    }
    table tr.set td {
        border-right:0;
    }

a, 
a:visited { 
    text-decoration:underline;
    outline:0; 
}

a:active {
    text-decoration:none;
}

.frame {
    margin:0 15px 20px;
}
    .frame iframe {
        display:block;
        margin:0;
        border:0;
        width:100%;
        min-height:400px;
    }

/* Buttons and links */

.btn {
    position:relative;
    outline:0;
    white-space:nowrap;
    padding:0 7px;
    height:25px;
    display:inline-block;
    border-radius:4px;
    border:1px solid #999;
    font:15px/25px "HeinekenCore-Regular",arial,sans-serif;
    text-decoration:none;
    vertical-align:baseline;
    color:#666;
    background:#fcfcfc;
    background:-moz-linear-gradient(top,  #fcfcfc 0%, #d9d9d9 100%),;
    background:-webkit-linear-gradient(top,  #fcfcfc 0%, #d9d9d9 100%);
    background:-ms-linear-gradient(top,  #fcfcfc 0%, #d9d9d9 100%);
    background:linear-gradient(to bottom,  #fcfcfc 0%, #d9d9d9 100%);
}
.btn:active {
    text-decoration:none;
    background:#fff;
}
.btn:before {
    content:'';
    position:absolute;
    z-index:1;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
a:active .btn:before,
.btn:active:before {
    box-shadow:inset 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.btn:after {
    content:'';
    position:absolute;
    z-index:0;
    top:0;
    bottom:0;
    background:#77ac05 50% 50% no-repeat;
}
a:active .btn:after,
.btn:active:after {
    background-color:#8bbf1c;
}

.btn.disabled {
    color:#999;
    border-color:#bbb;
    cursor:default;
    background:url(/framework/websites/TheHeinekenCompany/img/ie/gradient-ver-button.png) repeat-x #d9d9d9;
    background:-moz-linear-gradient(top,  #fcfcfc 0%, #d9d9d9 100%),;
    background:-webkit-linear-gradient(top,  #fcfcfc 0%, #d9d9d9 100%);
    background:-ms-linear-gradient(top,  #fcfcfc 0%, #d9d9d9 100%);
    background:linear-gradient(to bottom,  #fcfcfc 0%, #d9d9d9 100%);
}
.btn.disabled:before { display:none; }
.btn.disabled:after {
    background-color:#ccc !important;
}

.btn.btn-more {
    padding-left:34px;
}
.btn.btn-more:after {
    left:0;
    width:27px;
    background-image:url(/framework/websites/TheHeinekenCompany/img/btn-more.png);
}

.btn.btn-download { 
    padding-left:34px;
}
.btn.btn-download:after {
    left:0;
    width:27px;
    background-image:url(/framework/websites/TheHeinekenCompany/img/btn-download.png);
}

.btn.btn-back { 
    padding-left:34px;
}
.btn.btn-back:after {
    left:0;
    width:27px;
    background-image:url(/framework/websites/TheHeinekenCompany/img/btn-back.png);
}

.btn-big {
    padding:0 30px;
    height:43px;
    display:inline-block;
    border-radius:7px;
    border:0;
    font:normal 22px/43px "HeinekenCore-Regular", arial, sans-serif;
    background:#999;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
    text-decoration:none;
    text-align:center;
}
.btn-big:active {
    background-color:#77ac05;
}

.filter .btn-reset {
    margin: 15px 0 0;
}

/* Forms */

fieldset { 
    border:0; 
}
textarea {
    overflow:auto;
    resize: vertical;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor:pointer;
    -webkit-appearance:button;    
}

button, 
input, 
select,
textarea {
    vertical-align:baseline;
}

.field {
    position:relative;
    margin:0 0 10px;
}
.field:after {
    content:' ';
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

label {
    display:inline;
    cursor:pointer;
    font:15px/15px 'HeinekenCore-Regular', sans-serif;
    color:#333;
}

/* Custom checkboxes, radio controls and select menus */
.checkbox,
.radio {
    display:inline-block;
}
.checkbox {
    background:url(/framework/websites/TheHeinekenCompany/img/checkbox.png) no-repeat 0 0;
    background-size:16px 64px;
    width:16px;
    height:16px;
}
.radio {
    background:url(/framework/websites/TheHeinekenCompany/img/radio.png) no-repeat 0 0;
    background-size:16px 64px;
    width:16px;
    height:16px;
}
.checkbox.selected,
.radio.selected {
    background-position:0 -16px;
}
.checkbox.hasfocus,
.radio.hasfocus {
    background-position:0 -32px;
}
.checkbox.selected.hasfocus,
.radio.selected.hasfocus {
    background-position:0 -48px;
}
.cfe_clone.select input, 
.cfe_clone.select select {
    position:absolute;
    z-index:3;
    left:0;
    top:0;
    width:100%;
    height:100%;
    cursor:pointer;
}
.cfe_clone.select {
    position:relative;
    padding:0 46px 0 10px;
    width:322px;
    border-radius:6px;
    border:1px solid #b1b1b1;
    height:37px;
    line-height:37px;
    font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
    font-size: 16px;
    line-height: 34px;
    background-color:#fff;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
}
.cfe_clone.select:before {
    content:'';
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    box-shadow:inset 0 1px 2px rgba(0,0,0, 0.3);    
    border-radius:5px;
}
.cfe_clone.select:after {
    content:'';
    position:absolute;
    z-index:1;
    top:0;
    right:0;
    bottom:0;
    width:37px;
    border-radius:0 2px 2px 0;
    background:url(/framework/websites/TheHeinekenCompany/img/btn-download.png) #77ac05 50% 50% no-repeat;
}
    .cfe_clone.select .cfe_label { 
        display:inline-block;
        width:100%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis; 
        vertical-align:baseline;
    }

.cfe_clone.select.disabled,
.cfe_clone.select.readonly { }

.cfe_clone.select.small {    
    height:27px;
    font:15px/27px 'HeinekenCore-Regular', sans-serif;
    padding-right:35px;
    width:auto;
    background:-moz-linear-gradient(top, #fcfcfc, #d8d9d8);
    background:-webkit-linear-gradient(top, #fcfcfc,#d8d9d8);
    background:-ms-linear-gradient(top, #fcfcfc,#d8d9d8);
    background:linear-gradient(to bottom, #fcfcfc,#d8d9d8);
    border-radius:4px;
    border:1px solid #999;
}  
.cfe_clone.select.small:before {
    display:none;
}
.cfe_clone.select.small:after {
    border-radius:0 2.5px 2.5px 0;
    width:27px;
}

.outsideform .cfe_clone.select.small {
    width:100%;
}

    select.small option {
        background:#fff ;
    }

/* Text fields */

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
textarea {
    margin:0;
    padding:0 10px;
    width:322px;
    border-radius:6px;
    border:1px solid #b1b1b1;
    box-shadow:inset 0 1px 3px rgba(0,0,0, 0.3);
    height:39px;
    line-height:37px;
    background-color:#fff;
    font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
    font-size:16px;
    line-height:16px;
    color:#666;
    appearance:none;
    vertical-align:baseline;
    -webkit-appearance:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
textarea {
    padding:10px;
    height:150px;
    line-height:22px;
}
input[type="text"].prefilled,
input[type="search"].prefilled,
input[type="email"].prefilled,
input[type="password"].prefilled,
input[type="url"].prefilled,
input[type="tel"].prefilled,
textarea.prefilled,
.cfe_clone.select.prefilled {
    color:#bbb !important;
}
.cfe_clone.select.small.prefilled {
    color:#999 !important;
}
input[type="search"].error,
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="url"].error,
input[type="tel"].error,
textarea.error,
.cfe_clone.select.error {
    border:2px solid #ff5533 !important;
}

/* Option lists */

.option-list {
    list-style:none;
    margin:0;
}
    .option-list > li {
        position:relative;
        padding-left:22px;
    }
        .option-list > li > .cfe_clone.radio,
        .option-list > li > .cfe_clone.checkbox {
            position:absolute;
            left:0;
            top: 2px;
        }
.option-list.horizontal {
    margin-top:-8px;
    margin-bottom:-8px;
}
    .option-list.horizontal li {
        display:inline-block;
        margin:8px 10px 8px 0;
    }
        .option-list.horizontal > li > .cfe_clone.radio,
        .option-list.horizontal > li > .cfe_clone.checkbox {
            top:1px;
        }

/* Form containers */

.form-container {
    margin:0 0 20px;
}
    .form-container h2 {
        color:#fff;
        position:relative;
        text-shadow:0px -1px 1px #000;
        font-size:26px;
        line-height:30px;
        font-weight:normal;
        font-family:"HeinekenCore-Regular", arial, sans-serif;
        margin:0;
        padding:6px 15px;
        background:#77ac05;
    }
    .form-container h2:after {
        content:' ';
        position:absolute;
        left:0;
        top:100%;
        z-index:99;
        width:0;
        height:0; 
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-top:15px solid #77ac05;
    }
    .form {
        padding:25px 15px 10px;
        font-size:14px;
        line-height:20px;
        background:#fefefe;
        background:-moz-linear-gradient(top, #fefefe, #e8e7e7);
        background:-webkit-linear-gradient(top, #fefefe,#e8e7e7);
        background:-ms-linear-gradient(top, #fefefe,#e8e7e7);
        background:linear-gradient(to bottom, #fefefe,#e8e7e7);
    }
    .subscription .form {
        padding-top: 0;
    }
    .form-container .inner h2 {
        margin: 0 -15px 25px;
    }
        .form input[type=text],
        .form input[type=email],
        .form input[type=tel],
        .form .cfe_clone.select,
        .form textarea {
            width:100%;
        }
        .form .btn-big {
            float:right;
        }

/* Other form related */

.clear { display:none !important; }

.errors {
    margin:0 0 20px;
    min-height:44px;
    border:2px solid #ff5533;
    background:url(/framework/websites/TheHeinekenCompany/img/error.png) 14px 13px no-repeat #ffd5cc;
    padding:10px 10px 10px 68px;
    color:#333;
    border-radius:6px;
    font:14px/18px 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
}
    .errors ul {
        margin:0 0 0 1.4em;
    }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display:none;
}

.captcha-image {
    margin:0 0 10px;
}
    .captcha-image img {
        display:block;
        background:#fff;
        width:100% !important;
        max-width:200px !important;
        height:auto !important;
        margin:0 auto;
        border:1px solid #666
    }

.block {
    display:block;    
    border:1px solid #d5d5d5;
    border-radius:2px;
    box-shadow:0 1px 2px -1px rgba(0,0,0,.5);
    background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
}
.block:after {
    content:' ';
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Page content */

.page-content {
    margin:0 0 20px;
}

.page-title {
    position:relative;
    z-index:100;
    clear:both;
    margin:0 0 30px 0;   
}
article {
    margin:0 15px;
}
.collapse-content article {
    margin-top: 15px;
}
    article .page-title {
        position:relative;
        z-index:100;
        margin:0 -15px 30px;
    }
    .page-title:after {
        content:' ';
        position:absolute;
        left:0;
        top:100%;
        z-index:99;
        width:0;
        height:0; 
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-top:15px solid #77ac05;
    }
        .page-title h1 {
            color:#fff;
            text-shadow:0px -1px 1px #000;
            font-size:26px;
            line-height:30px;
            margin:0;
            padding:6px 15px;
            display:block;
            background-color:#77ac05;
        }
    .page-image { display:none; }

.biographies .page-image {
    display:block;
}
.biographies .page-image img {
    width: auto;
}

.intro  { 
    font-size:14px; 
    line-height:20px; 
}
.small { 
    font-size:12px; 
}

.age-check-message {
    background: #c2e6ea;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 20px 40px;
}
.age-check-message p {
    margin: 0 0 18px;
}

/* Header */

#header {
    margin:0 0 20px;
    position:relative;
    z-index:999;
}
    #header .logo {
        display:block;
        background:url(/framework/websites/TheHeinekenCompany/img/logo_heineken.png);
        background-size:100%;
        width:210px;
        height:50px;
        margin:8px auto 22px;
    }
    #header .logo img {
        display: none;
    }

/* Header: navigation */

#header nav { 
    display:block; 
    position:relative;
    overflow:hidden;
    background:#2561a5;
}    
    #header ul {
        margin:0;
        list-style:none;
    }
    #header nav > ul.mainnav { 
        background:#2561a5; 
        font:13px/18px 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
    }

#header nav #toggle {
    display:block;
    margin:0 45px 0 0;
    padding:0 15px;
    outline:0;
    position:relative;
    z-index:200;
    font-size:15px;
    line-height:45px;
    height:45px;
    font-family:'HeinekenCore-Regular', sans-serif;
    font-weight:bold;
    color:#ffffff;
    border-bottom:1px solid #fff;
    text-shadow:0 -2px 1px #1a4473;
    text-decoration:none;
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% -45px #2561a5;
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% -45px, -moz-linear-gradient(top, #2a6ebb 0%, #2e74c4 9%, #3680d4 18%, #3d8be3 30%, #4191ec 43%, #3f8fe9 45%, #2a6ebb 52%, #2665ad 75%, #2560a5 100%); 
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% -45px, -webkit-linear-gradient(top, #2a6ebb 0%,#2e74c4 9%,#3680d4 18%,#3d8be3 30%,#4191ec 43%,#3f8fe9 45%,#2a6ebb 52%,#2665ad 75%,#2560a5 100%); 
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% -45px, -ms-linear-gradient(top, #2a6ebb 0%,#2e74c4 9%,#3680d4 18%,#3d8be3 30%,#4191ec 43%,#3f8fe9 45%,#2a6ebb 52%,#2665ad 75%,#2560a5 100%); 
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% -45px, linear-gradient(to bottom, #2a6ebb 0%,#2e74c4 9%,#3680d4 18%,#3d8be3 30%,#4191ec 43%,#3f8fe9 45%,#2a6ebb 52%,#2665ad 75%,#2560a5 100%); 
}
#header nav.opennav #toggle {
    border-bottom-color:#2561a5;
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% 0 #2561a5;
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% 0, -moz-linear-gradient(top, #2a6ebb 0%, #2e74c4 9%, #3680d4 18%, #3d8be3 30%, #4191ec 43%, #3f8fe9 45%, #2a6ebb 52%, #2665ad 75%, #2560a5 100%); 
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% 0, -webkit-linear-gradient(top, #2a6ebb 0%,#2e74c4 9%,#3680d4 18%,#3d8be3 30%,#4191ec 43%,#3f8fe9 45%,#2a6ebb 52%,#2665ad 75%,#2560a5 100%); 
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% 0, -ms-linear-gradient(top, #2a6ebb 0%,#2e74c4 9%,#3680d4 18%,#3d8be3 30%,#4191ec 43%,#3f8fe9 45%,#2a6ebb 52%,#2665ad 75%,#2560a5 100%); 
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/arrow_nav.png) no-repeat 100% 0, linear-gradient(to bottom, #2a6ebb 0%,#2e74c4 9%,#3680d4 18%,#3d8be3 30%,#4191ec 43%,#3f8fe9 45%,#2a6ebb 52%,#2665ad 75%,#2560a5 100%); 
}

#header nav .navigation {
    height:0;
    overflow:hidden;
} 
#header nav ul.mainnav {
    position:relative;
    z-index:600;
    padding:10px 15px;
}
    #header nav ul.mainnav li {
        margin:0 0 1px;
        display:block;
    }
    #header nav ul.mainnav li.parent {
        font-weight:bold;
        text-align:center;
    }
        #header nav ul.mainnav li a { 
            display:block;
            background-color:#fff;
            border:2px solid #fff;
            border-radius:5px;
            padding:9px 8px;
            color:#666;
            text-decoration:none;
        }
        #header nav ul.mainnav li a:active {
            background-color:#ccc;
        } 
        #header nav ul.mainnav li.active > a { 
            background-color:#1a4473;
            border-color:#1a4473;
            color:#fff;
        }
        #header nav ul.mainnav li.hassub > a {
            background-image:url(/framework/websites/TheHeinekenCompany/img/arrow_hassub.png);
            background-repeat:no-repeat;
            background-position:100% 50%;
        }
        #header nav ul.mainnav li.hassub.active > a {
            background-image:url(/framework/websites/TheHeinekenCompany/img/arrow_hassub-active.png);
        }
        #header nav ul.mainnav .flyout li.parent a {
            color:#777;
            background-color:#e3e3e3;
        }
        #header nav ul.mainnav .flyout li.parent + li.parent a {
            background-color:#ececec;
        }

/* Header: navigation submenus */

#header nav .flyout,
#header nav .subnav {
    display:block !important;
    background:#2561a5;
    position:absolute;
    top:0 !important;
    padding:10px 0;
    left:100%;
    width:100%;
    opacity:1 !important;
}
    #header nav .flyout > ul,
    #header nav .subnav > ul { 
        padding:0 15px;
    }

#header nav a.return {
    background:url(/framework/websites/TheHeinekenCompany/img/nav-return.png) 50% 50% no-repeat #fff;
    height:1.5em;
    margin:0 15px;
}
#header nav a.return:active {
    background-color:#ccc;
}

/* Header: metalinks */

#header nav ul.metalinks {
    overflow:hidden;
    margin:0 15px;
    padding:0 0 15px;
}
    #header nav ul.metalinks li { 
        float:right;
    }
    #header nav ul.metalinks li:first-child { 
        float:left;
    }

/* Header: search */

#header nav #searchbtn {
    background:url(/framework/websites/TheHeinekenCompany/img/icon_search.png) no-repeat 50% 50% #2561a5;
    background:url(/framework/websites/TheHeinekenCompany/img/icon_search.png) no-repeat 50% 50%, -moz-linear-gradient(top, #2a6ebb 0%, #2e74c4 9%, #3680d4 18%, #3d8be3 30%, #4191ec 43%, #3f8fe9 45%, #2a6ebb 52%, #2665ad 75%, #2560a5 100%); /* FF3.6+ */
    background:url(/framework/websites/TheHeinekenCompany/img/icon_search.png) no-repeat 50% 50%, -webkit-linear-gradient(top, #2a6ebb 0%,#2e74c4 9%,#3680d4 18%,#3d8be3 30%,#4191ec 43%,#3f8fe9 45%,#2a6ebb 52%,#2665ad 75%,#2560a5 100%); /* Chrome10+,Safari5.1+ */
    background:url(/framework/websites/TheHeinekenCompany/img/icon_search.png) no-repeat 50% 50%, -ms-linear-gradient(top, #2a6ebb 0%,#2e74c4 9%,#3680d4 18%,#3d8be3 30%,#4191ec 43%,#3f8fe9 45%,#2a6ebb 52%,#2665ad 75%,#2560a5 100%); /* IE10+ */
    background:url(/framework/websites/TheHeinekenCompany/img/icon_search.png) no-repeat 50% 50%, linear-gradient(to bottom, #2a6ebb 0%,#2e74c4 9%,#3680d4 18%,#3d8be3 30%,#4191ec 43%,#3f8fe9 45%,#2a6ebb 52%,#2665ad 75%,#2560a5 100%); /* W3C */
    position:absolute;
    top:0;
    right:0;
    display:block;
    left:auto;
    border-left:1px solid #ffffff;
    border-bottom:1px solid #fff;
    width:45px;
    height:45px;
    z-index:300;
    outline:0;
    text-indent:-9999px;
}
#header nav.opensearch #searchbtn {
    border-bottom-color:#2561a5;
}
#header nav .searchform {
    padding:0 15px;
    position:relative;
    overflow:hidden;
    height:0;
}
    #header nav .searchform fieldset {
        padding:10px 0;
    }
    #header nav .searchform input,
        #header nav .searchform input[type=search],
        #header nav .searchform input[type=text] {
            padding:4px 10px 4px 10px;
            height:29px;
            width:100%;
            position:relative;
            z-index:100;
            border-radius:20px;
        }
        #header nav .searchform .clear { display:none; }

/* Footer */

footer #connect .col {
    padding:15px;
    border-top:2px solid #dcdcdc;
    background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
}
    footer .social {
        text-align:center;
    }
    footer a.logo {
        display:block;
        height:68px;
        margin:-15px;
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/heineken-holding-logo.png) 50% 0 no-repeat;
        overflow:hidden;
        text-indent:-3000em;
        white-space:nowrap;
    }
    footer .cfe_clone.select.small {
        width:100%;
        margin:7px 0;
    }
    footer .copy {
        font-size:9px;
        margin:5px 15px;
        color:#666;
    }

/* Footer sitemap */

footer #sitemap {
    font-size:15px;
    line-height:25px;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:none transparent;
}
    footer #sitemap .colcontainer {
        padding:15px 15px 1px;
        border-top:2px solid #dcdcdc;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -ms-column-count: 2;
        -ms-column-gap: 40px;
        column-count: 2;
        column-gap: 40px;
    }
    footer #sitemap nav {
        margin:0 0 20px;
        -webkit-column-break-inside:avoid;
        -moz-column-break-inside:avoid;
        -ms-column-break-inside:avoid;
        column-break-inside:avoid;  
    }
        footer #sitemap h4 { 
            color:#77ac05;
            margin:0 0 5px;
            font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
            font-size:16px;
            font-weight:bold;

        }
        footer #sitemap ol {
            margin:0;
            list-style:none;
        }
            footer #sitemap li a {    
                color:#3b3b3b;
                text-decoration:none;
            }
            footer #sitemap li li {
                margin-left:6px;
            }
                footer #sitemap li li a {
                    color:#999999;
                }


/* Teasers */

.teasers {
    margin:0 0 20px;
}
    .teaser {
        position:relative;
        margin:0 15px 10px;
        padding:15px;
        font-size:16px;
        line-height:20px;
        color:#999;
    }
    .teaser.promotion {
        text-align:center;
        background:#fefefe;
        background:-moz-linear-gradient(top, #ececec, #fefefe);
        background:-webkit-linear-gradient(top, #ececec,#fefefe);
        background:-ms-linear-gradient(top, #ececec,#fefefe);
        background:linear-gradient(to bottom, #ececec,#fefefe);
    }
        .teaser > a {
            text-decoration:none;
            color:#666;
            display:block;
            margin:-15px;
            padding:15px 15px 38px;
        }
            .teaser.promotion img {
                margin:0 auto; 
            }
            .teaser .actions {
                padding:0 0 10px;
                text-align:center;
                position:absolute;
                bottom:0; 
                left:0;
                right:0;
            }
            .teaser h3 {
                color:#999;
                font-size:22px;        
                font-family:'HeinekenCore-Regular', sans-serif;
                font-weight:normal;
            }
            .teaser.stockinfo ul {
                margin:0;
                list-style:none;
            }
                .teaser.stockinfo li {
                    font:48px/1 'HeinekenCore-Regular', sans-serif;
                    color:#008200;
                    text-align:right;
                    padding:10px 0;
                }
                .teaser.stockinfo li:first-child {
                    border-bottom:1px solid #cccccc;
                    box-shadow:0px 1px 0px #ffffff;
                    padding-top:0;
                }
                    .teaser.stockinfo h3 {
                        margin:0;
                        text-align:left;
                    }   
                    .teaser.stockinfo .rise,
                    .teaser.stockinfo .fall {
                        background:url(/framework/websites/TheHeinekenCompany/img/spr_arrows.png) no-repeat;
                        display:inline-block;
                        float:left;
                        width:29px;
                        height:34px;
                        margin-top:8px;
                    }
                    .teaser.stockinfo .rise {
                        background-position:0 -466px;
                    }
                    .teaser.stockinfo .fall {
                        background-position:0 -412px;
                    }
.teaser.get-involved {
}
    .teaser.get-involved h3 {
        border-bottom:1px solid #ccc;
        overflow:hidden;
        height:34px;
        margin-top:-7px;
        padding:0 0 4px;
        text-indent:-3000em;
        text-align:left;
        white-space:nowrap;
        background:url(/framework/websites/TheHeinekenCompany/img/get-involved.png) no-repeat;
    }

/* Masthead */

.masthead {
    margin:-19px 0 20px;
}
    .masthead-media {
        position:relative;
        z-index:10;
    }
    .masthead-info {
        display:block;
        position:relative;
        z-index:99;
        text-decoration:none;
        padding:15px;
        background:-moz-linear-gradient(left, #676767 0%, #808080 50%); 
        background:-webkit-linear-gradient(left, #676767 0%, #808080 50%);
        background:linear-gradient(left, #676767 0%, #808080 50%);
        background:-ms-linear-gradient(left, #676767 0%, #808080 50%);
    }
        .masthead-info h2 {        
            font-size:24px;
            line-height:24px;
            font-weight:normal;
            color:#fff;
            text-shadow:0 -1px 1px #000;
            margin:0;
        }
        .masthead-info h2:after {
            position:absolute;
            bottom:100%;
            margin:0 0 0 -18px;
            left:50%;
            width:0;
            height:0;
            content:' ';
            border-left:18px solid transparent;
            border-right:18px solid transparent;    
            border-bottom:18px solid #808080;
        }
        .masthead-info img {
            margin:0 auto;
        }    

/* Various headings */

.listing-x h2,
.listing h2,
.table-data-container h2,
.calendar h2,
.contact h2,
.contact-map h2,
.revenue-items .brands h4,
.regional-info .markets h4,
.market-information h2,
.market-information h3 {
    color:#fff;
    position:relative;
    text-shadow:0px -1px 1px #000;
    font-size:26px;
    line-height:30px;
    font-weight:normal;
    font-family:"HeinekenCore-Regular", arial, sans-serif;
    margin:0;
    padding:6px 15px;
    background:#77ac05;
}
.listing-x h2:after,
.listing h2:after,
.table-data-container h2:after,
.calendar h2:after,
.contact h2:after,
.contact-map h2:after,
.revenue-items .brands h4:after,
.regional-info .markets h4:after,
.market-information h2:after,
.market-information h3:after {
    content:' ';
    position:absolute;
    left:0;
    top:100%;
    z-index:99;
    width:0;
    height:0; 
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #77ac05;
}

/* listing subtitle*/
.listing .subtitle {
    display: block;
    font-size: 16px;
    color: #000;
}

/* Listings (listing, listing-x, calendar, contact, contact-list, regional info) */

.listing-x,
.listing {
    margin:0 0 20px;    
}
    .listing-x ol,
    .listing-x ul,
    .listing ol,
    .listing ul,
    .calendar ol,
    .contact ul,
    .contact-list ol,
    .revenue-items > ul,
    .regional-info .markets ol {
        list-style:none;
        margin:0;
        font-size:12px;
        line-height:18px;
    }
        .listing-x li,
        .listing li,
        .calendar li,
        .contact li,
        .contact .contact-leader,
        .contact-list li,
        .revenue-items > ul li,
        .regional-info .markets li,
        .download_center #highlighted ul li {
            overflow:hidden;
            display:block;
            position:relative;          
            padding:15px;
            border-top:2px solid #dcdcdc;
            background:#fcfcfc;
            background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
            background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
            background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
        }
        .listing-x li {
            padding-left:115px;
        }
        .listing li {
            padding-right:105px;
        }
            .listing-x li > a,
            .listing li > a,
            .calendar li > a,
            .regional-info .markets li a {
                color:#666;
                text-decoration:none;
                display:block;
                outline:0;
                margin:-15px;
                padding:15px 35px 15px 15px;
                background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat;
            }
            .listing-x li:after,
            .listing-x li > a:after,
            .listing li:after,
            .listing li > a:after,
            .calendar li > a:after {
                content:' ';
                display:block;
                height:0;
                clear:both;
                visibility:hidden;
            }
            .listing-x li > a {
                margin-left:-115px;
                padding-left:115px;
            }
            .listing li > a {
                margin-right:-105px;
                padding-right:105px;
            }
            .listing-x li > a:active,
            .listing li > a:active,
            .calendar li > a:active,
            .regional-info .markets li a:active {
                background-image:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x-hover.png);
                background-color:#999;
                color:#fff !important;
            }
                .listing-x li > a:active *,
                .listing li > a:active *,
                .calendar li > a:active *,
                .regional-info .markets li a:active * {
                    color:#fff !important;
                }
                .listing-x li .imgcontainer {
                    position:relative;
                    float:left;
                    margin:5px 0 0 -100px;
                    width:88px;
                    height:57px;
                    overflow:hidden;
                }
                .listing li .imgcontainer {
                    position:relative;
                    float:right;
                    margin:33px -70px 0 0;
                    width:54px;
                    height:54px;
                    overflow:hidden;
                }
                    .listing-x li .imgcontainer img,
                    .listing li .imgcontainer img {
                        width:100%;
                        height:auto;
                    }
                .listing-x li h3 {
                    font-size:22px;
                    line-height:26px;
                    font-family:"HeinekenCore-Regular", arial, sans-serif;
                    font-weight:normal;
                    margin:0 0 5px;
                }
                .listing li h3 {
                    font-size:16px;
                    color:#333;
                    line-height:20px;
                    font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
                    font-weight:normal;
                    margin:0 0 5px;
                }
                .listing-x li p,
                .listing li p {
                    margin:0;
                }

.calendar h3 {
    font-size: 1.2em;
    margin: 0 15px 20px;
}

.filtercontainer {
    display: block;
    clear: both;
    padding-bottom: 15px;
}

.subfilter {
    background: url(/framework/websites/TheHeinekenCompany/img/hor-rule.png) repeat-x 0 0;
    margin-top: 10px;
    padding-top: 10px;
}

.results {
    padding: 0 15px 10px;
}

/* Video player */   

.media-container {}
    .media-player {
        position:relative;
        padding-bottom:56.25%;
        background:#f0f0f0;
        overflow:hidden;
    }
        .media-player > div:first-child,
        .media-player > img:first-child,
        .media-player > iframe {
            position:absolute !important;
            width:100%;
            height:100%;
            left:0;
            top:0;
        }        
        .media-player > div > div > div > img {
            width:100 % !important;
            height:100% !important;
            transform:none !important;
        }
    .media-container .field {
        margin:0;
    }

/* Video playlist */

.listing-x.videoplaylist {}
    .listing-x.videoplaylist li {
        padding-left:15px;
    }
        .listing-x.videoplaylist li > a {
            margin-left:-15px;
            padding-left:15px;
            padding-right:15px;
        }
        .listing-x.videoplaylist li > a,     
        .listing-x.videoplaylist li > a:active {
            background:#fcfcfc;
            background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
            background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
            background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
        }  
            .listing-x.videoplaylist li > a:active * {
                color:#333 !important;
            }
            .listing-x.videoplaylist li .imgcontainer {
                position:relative;
                left:0;
                top:0;
                width:100%;
                padding-bottom:54%;
                float:none;
                margin:0;
            }
            .listing-x.videoplaylist li.playing .imagecontainer {
                visibility:hidden;
            }
                .listing-x.videoplaylist li .play {
                    background:url(/framework/websites/TheHeinekenCompany/img/play_btn.png) no-repeat 0 0;
                    position:absolute;
                    left:50%;
                    top:50%;
                    margin:-37px 0 0 -36.5px;
                    width:73px;
                    height:74px;
                    z-index:200;
                    cursor:pointer;
                }
                .listing-x.videoplaylist li > a:active .play {
                    background-position:0 100%;
                }

/* Media gallery */

.mediagallery {}
    .mediagallery > h2,
    .mediagallery > .media-container {
        display:none;
    }

/* Slideshows */

.slideshow {
    position:relative;
    overflow:hidden;
}
    .slideshow .flex-viewport,
    .slideshow .slides {
        list-style:none;
        top:0;
        right:0;
        left:0;
        bottom:0;
        margin:0;
    }
    .slideshow .slides > li {
        left:0;
        top:0;
        bottom:0;
        right:0;
        margin:0;
        display:none;
    }
        .slideshow .slides > li img {
            display:block;
            width:100%;
            height:auto;
        }

    .slideshow .flex-control-paging {
        position:absolute;
        left:12px;
        top:40px;   
        list-style:none;
        margin:0;
        display:block;
        z-index:200;
    }
        .slideshow .flex-control-paging li {
            float:left;
            margin:0 2px;
        }
            .slideshow .flex-control-paging li a {
                text-indent:-3000em;
                white-space:nowrap;
                display:inline-block;
                overflow:hidden;
                width:17px;
                height:17px;
                background:#fff;
                border:3px solid #fff;
                border-radius:20px;
                box-shadow:0 0 10px #bdbdbd inset, 0 2px 5px rgba(0, 0, 0, 0.75);
                cursor:pointer;
            }
            .ie7 .slideshow .flex-control-paging li a {
                text-indent:0;
                font-size:0;
                line-height:0;
                display:block;
            }
            .slideshow .flex-control-paging li a.flex-active,
            .slideshow .flex-control-paging li a:active {
                background-color:#73ab00;
            }
    .slideshow .flex-direction-nav {
        list-style:none;
        margin:0;
    }
        .slideshow .flex-direction-nav a {
            position:absolute;
            top:50%;
            z-index:99;
            width:44px;
            height:44px;
            overflow:hidden;
            text-indent:-3000em;
            white-space:nowrap;
            outline:0;
            margin:-22px 0 0;
            background:url(/framework/websites/TheHeinekenCompany/img/slideshow-nav.png);
        }
        .slideshow .flex-direction-nav .flex-prev {
            right:auto;
            left:0;
            background-position:0 0;
            box-shadow:1px 1px 2px rgba(0, 0, 0, 0.35);
        }
        .slideshow .flex-direction-nav .flex-prev:active {
            box-shadow:4px 2px 5px rgba(0, 0, 0, 0.5);
        }
        .slideshow .flex-direction-nav .flex-next {
            right:0;
            left:auto;
            background-position:0 -44px;            
            box-shadow:-1px 1px 2px rgba(0, 0, 0, 0.35);
        }
        .slideshow .flex-direction-nav .flex-next:active {
            box-shadow:-4px 2px 5px rgba(0, 0, 0, 0.5);
        }

/* Collapsibles */

.collapsible {
    margin:0 0 20px;
}
    .collapsible > ul {
        position:relative;
        margin:0;
        list-style:none;
    }
        .collapsible > ul > li.collapse {
            display:block;
            padding:0;
            margin:0;
        }

/* Tabs & Collapsibles */

.tabs ul.tabs-nav {
    display:none;
}
    .tabs .tabs-title,
    .collapsible > ul > li > h2 {
        position:relative;
        color:#fff;
        text-shadow:0px -1px 1px #000;
        font-size:26px;
        line-height:30px;
        font-weight:normal;
        font-family:"HeinekenCore-Regular", arial, sans-serif;
        margin:0;
        padding:6px 48px 6px 15px;
        display:block;
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/tabs.png) 100% 0 no-repeat #ccc;
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/tabs.png) 100% 0 no-repeat, -moz-linear-gradient(top, #cccccc, #9a9a9a);
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/tabs.png) 100% 0 no-repeat, -webkit-linear-gradient(top, #cccccc,#9a9a9a);
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/tabs.png) 100% 0 no-repeat, -ms-linear-gradient(top, #cccccc,#9a9a9a);
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/tabs.png) 100% 0 no-repeat, linear-gradient(to bottom, #cccccc,#9a9a9a);
        cursor:pointer;
        border:0;
        box-shadow:none;
        border-radius:0;
        outline:0;
    }
    .tabs .tabs-title:active,
    .collapsible > ul > li > h2:active {
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/tabs.png) 100% 0 no-repeat #999;
    }
    .tabs .open .tabs-title,
    .collapsible > ul > li.open > h2 {
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/tabs.png) 100% -100px no-repeat #77ac05;
    }
    .tabs .open .tabs-title:after,
    .collapsible > ul > li.open > h2:after {
        content:' ';
        position:absolute;
        left:0;
        top:100%;
        z-index:99;
        width:0;
        height:0; 
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-top:15px solid #77ac05;
        visibility:visible;
    }

.tabs-section .collapse-trigger {
    font-size: 20px;
}

.tabs .block {
    border:0;
    box-shadow:none;
    border-radius:0;
}    

/* Notifications */

.notifications-a {
    font-family:"HeinekenCore-Regular", arial, sans-serif;
    font-size:16px;
    line-height:20px;
    margin:0 0 20px;
}
    .notifications-a .block {
        border:0;
        background:none transparent;
        box-shadow:none;
        border-radius:0;
    }
    .notifications-a ul,
    .notifications-a ol {
        margin:0;
        list-style:none;
    }
        .notifications-a li {
            overflow:hidden;
            display:block;
            position:relative;          
            padding:20px 15px 20px 115px;
            border-top:2px solid #dcdcdc;
            background:#fcfcfc;
            background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
            background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
            background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
        }
            .notifications-a li a {
                color:#666;
                text-decoration:none;
                display:block;
                outline:0;
                margin:-20px -15px -20px -115px;
                padding:20px 35px 20px 115px;
                background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat;
            }
            .notifications-a li a:active {
                background-image:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x-hover.png);
                background-color:#999;
            }
                .notifications-a li a:active * {
                    color:#fff;
                }
                .notifications-a li time {
                    position:absolute;
                    left:15px;
                    top:20px;
                    color:#999;

                }
    .notifications-a .actions a {
        display:block;
        padding:12px 35px 12px 115px;
        border:0;
        border-top:2px solid #dcdcdc;
        border-radius:0;
        box-shadow:none;
        color:#666;
        text-decoration:none;
        outline:0;
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat #fcfcfc;
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat, -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat, -webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat, -ms-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat, linear-gradient(to bottom, #fcfcfc,#e8e8e8);
    }
    .notifications-a .actions a:active {
        color:#fff;
        background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x-hover.png) 100% 50% no-repeat #999;
    }

/* External links segment */

.external {
    margin:0 0 20px;
    display:table;
    width:100%;
    border:0;
    border-top:2px solid #dcdcdc;
    background:none transparent;
    box-shadow:none;
    border-radius:0;
}
    .external-link,
    .external-social {
        position:relative;
        background:#fefefe;
        background:-moz-linear-gradient(top, #fefefe, #e8e7e7);
        background:-webkit-linear-gradient(top, #fefefe,#e8e7e7);
        background:-ms-linear-gradient(top, #fefefe,#e8e7e7);
        background:linear-gradient(to bottom, #fefefe,#e8e7e7);
    }
    .external-link {
        display:table-row;
        text-decoration:none;
        font-size:22px;
        line-height:22px;
        font-family:"HeinekenCore-Regular", arial, sans-serif;
        color:#666;
    }
        .external-link span {
            display:table-cell;
            width:100%;
            height:40px;
            padding:15px;
            vertical-align:middle;
        }
        .external-link:active span {
            background-color:#999;
            color:#fff;
        }
        .external-link.icon-phone span {
            padding-left:76px;
            background:url(/framework/websites/TheHeinekenCompany/img/icon_phone.png) 15px 50% no-repeat #fefefe;
            background:url(/framework/websites/TheHeinekenCompany/img/icon_phone.png) 15px 50% no-repeat, -moz-linear-gradient(top, #fefefe, #e8e7e7);
            background:url(/framework/websites/TheHeinekenCompany/img/icon_phone.png) 15px 50% no-repeat, -webkit-linear-gradient(top, #fefefe,#e8e7e7);
            background:url(/framework/websites/TheHeinekenCompany/img/icon_phone.png) 15px 50% no-repeat, -ms-linear-gradient(top, #fefefe,#e8e7e7);
            background:url(/framework/websites/TheHeinekenCompany/img/icon_phone.png) 15px 50% no-repeat, linear-gradient(to bottom, #fefefe,#e8e7e7);
        }
        .external-link.icon-phone:active span {
            background:url(/framework/websites/TheHeinekenCompany/img/icon_phone-hover.png) 15px 50% no-repeat #999;
        }
        .external-link.icon-variation span {
            padding-left:76px;
            background:url(/framework/websites/TheHeinekenCompany/img/icon_variation.png) 15px 50% no-repeat #fefefe;
            background:url(/framework/websites/TheHeinekenCompany/img/icon_variation.png) 15px 50% no-repeat, -moz-linear-gradient(top, #fefefe, #e8e7e7);
            background:url(/framework/websites/TheHeinekenCompany/img/icon_variation.png) 15px 50% no-repeat, -webkit-linear-gradient(top, #fefefe,#e8e7e7);
            background:url(/framework/websites/TheHeinekenCompany/img/icon_variation.png) 15px 50% no-repeat, -ms-linear-gradient(top, #fefefe,#e8e7e7);
            background:url(/framework/websites/TheHeinekenCompany/img/icon_variation.png) 15px 50% no-repeat, linear-gradient(to bottom, #fefefe,#e8e7e7);
        }
        .external-link.icon-variation:active span {
            background:url(/framework/websites/TheHeinekenCompany/img/icon_variation-hover.png) 15px 50% no-repeat #999;
        }
    .external-social {
        padding:15px 15px 10px 76px;
        border-top:2px solid #dcdcdc;
    }
        .external-social h2 {
            position:absolute;
            left:20px;
            top:28px;
            width:55px;
            font-family:"HeinekenCore-Regular", arial, sans-serif;
            font-weight:normal;
            font-size:12px;
            line-height:12px;
            text-transform:uppercase;
        }

/* Social icons */

.social { 
    margin:0 0 -4px;
    list-style:none;
}
    .social li {
        display:inline-block;
        margin:0 2px;
    }
        .social-icon {
            position:relative;
            overflow:hidden;
            border:3px solid transparent;
            border-radius:50%;
            text-indent:-9999px;
            display:block;
            background:url(/framework/websites/TheHeinekenCompany/img/icon_social.png) no-repeat #fff;
            background-size:39px 211px;
            width:39px;
            height:39px;
            text-decoration:none;
        }
        .social-icon.twitter { 
            background-position:0px 0px; 
        }
        .social-icon.linkedin { 
            background-position:0px -43px;
        }
        .social-icon.facebook { 
            background-position:0px -86px;
        }
        .social-icon.youtube { 
            background-position:0px -129px;
        }
        .social-icon.rss { 
            background-position:0px -172px;
        }
        .social-icon:active {
            z-index:99;
            outline:0;
            text-decoration:none;
            border:3px solid #fff;
            box-shadow:0 5px 5px rgba(0,0,0, 0.3);
        }

/* Breadcrumbs */

.breadcrumbs {
    display:none;
}

/* Module-a */

.module-a {
    margin:0 0 20px;
}
.collapsible .module-a {
    margin:0;
}
    .module-a .row {
        overflow:hidden;
        display:block;
        position:relative;          
        padding:30px 15px 20px;
        border-top:2px solid #dcdcdc;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
    }
    .collapsible .module-a .row {
        border:0;
        padding-top:20px;
    }
        .module-a h3 {
            font-size:22px;
            line-height:20px;
            font-weight:normal;
            font-family:"HeinekenCore-Regular", arial, sans-serif;
        }
        .module-a .media-container {
            background:#B1B1B1;
            margin:0 0 12px;
        }
            .module-a .media-container .field {
                padding:12px;
                position:relative;
            }
            .module-a .media-container .field:after {
                content:' ';
                position:absolute;
                bottom:100%;
                left:50%;
                margin:0 0 -1px -20px;
                width:0;
                height:0; 
                border-left:20px solid transparent;
                border-right:20px solid transparent;
                border-bottom:20px solid #b1b1b1;
                visibility:visible;
            }
.module-a .slideshow .flex-control-paging {
    text-align:center;
    position:absolute;
    top:auto;
    bottom:7px;
    left:0;
    right:0;
}
    .module-a .slideshow .flex-control-paging li {
        float:none;
        display:inline-block;
    }

/* Main carousel */

.main-carousel {
    margin:0 0 20px;   
    /*padding-bottom:114%;*/
}
    .main-carousel .flex-control-paging {
        top:18px;
        left:18px;
    }
        .main-carousel .slides > li a {   
            text-decoration:none;
            color:#fff;
        }
        .main-carousel .text {
            background:#76ac05;
            padding:28px 26px 18px;
            font-size:18px;
            line-height:24px;
        }
        .main-carousel a:active .text {
            background:#008200;
        }
            .main-carousel .text h2 {
                text-transform:uppercase;
                color:#fff;
                font-size:38px;
                line-height:33px;
                font-family:"HeinekenCore-Regular", arial, sans-serif;
                margin:0 -8px 10px;
            }
                .main-carousel .text h2 span {
                    display:block;
                    font-size:62px;
                    line-height:54px;
                }
            .main-carousel .text .more {
                display:inline;
                margin:0;
                background-color:#507603;
                box-shadow:8px 0 0 0 #507603, -8px 0 0 0 #507603;
                padding:3px 0;
                font-family:"HeinekenCore-Regular", arial, sans-serif;
            }
            .main-carousel a:active .text .more {
                background-color:#005a00;
                box-shadow:8px 0 0 0 #005a00, -8px 0 0 0 #005a00;
            }

/* Article carousel */

.article-carousel {
    margin:0 0 20px;
}
    .article-carousel .flex-viewport { display:none; }
    .article-carousel .slides > li {
        display:block;
        overflow:hidden;
        position:relative;          
        padding:15px;
        border-top:2px solid #dcdcdc;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
    }
        .article-carousel a {
            display:block;
            margin:-15px;
            padding:15px 35px 15px 117px;
            text-decoration:none;
            color:#666;
            overflow:hidden;
            background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat;
            outline:0;
        }
        .article-carousel a:active {
            background-image:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x-hover.png);
            background-color:#999;
            color:#fff;
        }
            .article-carousel a:active * {
                color:#fff;
            }
        .article-carousel .imgcontainer {
            float:left;
            width:87px;
            height:74px;
            margin:0 0 0 -102px;
            overflow:hidden;
            position:relative;
        }
        .article-carousel h2 {
            font-size:22px;
            line-height:24px;
            font-family:"HeinekenCore-Regular", arial, sans-serif;
            font-weight:normal;
            margin:0 0 5px;
        }
        .article-carousel p {
            margin:0;
        }
    .article-carousel .slides > li.sticky {
        background:none transparent;
        border:0;
        padding:0;
    }
        .article-carousel .sticky a,
        .article-carousel .sticky a:active {
            margin:0;
            padding:0;
            background:none transparent;
        }
            .article-carousel .sticky .imgcontainer {
                float:none;
                margin:0;
                width:100%;
                height:auto;
                padding-bottom:67.5%;
            }
                .article-carousel .sticky .imgcontainer img {
                    position:absolute;
                    top:0;
                    left:0;
                }
            .article-carousel .sticky .text {
                position:relative;
                padding:15px 35px 15px 15px;
                background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat #fcfcfc;
                background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat, -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
                background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat, -webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
                background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat, -ms-linear-gradient(top, #fcfcfc,#e8e8e8);
                background:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x.png) 100% 50% no-repeat, linear-gradient(to bottom, #fcfcfc,#e8e8e8);  
            }
            .article-carousel .sticky a:active .text {
                background-image:url(/framework/websites/TheHeinekenCompany/img/mobile/listing-x-hover.png);
                background-color:#999;
                color:#fff;
            }
            .article-carousel .sticky .text:after {
                content:' ';
                position:absolute;
                left:50%;
                bottom:100%;
                z-index:99;
                border-left:20px solid transparent;
                border-right:20px solid transparent;
                border-bottom:20px solid #fcfcfc;
                margin:0 0 0 -20px;
            }
            .article-carousel .sticky a:active .text:after {
                border-bottom-color:#999;
            }

/* Listing downloads */

.listing.downloads {
}
    .listing.downloads li,
    .listing.downloads li a {
        min-height:48px;
    }
    .listing.downloads .imgcontainer {
        position:absolute;
        top:50%;
        right:35px;
        margin:-27px 0 0;
    }
    .listing.downloads .file,
    .listing.downloads label,
    .listing.downloads .download-action {
        display:none;
    }

.listing.downloads li a.linkto {
    min-height: 0;
    margin: 15px -15px -15px;
    overflow: hidden;
    width: 100%;
}

/* Filter */

.filter {
    position:relative;
    margin:0 0 20px;
}
    .filter fieldset {
        position:relative;
        padding:0 15px;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc,#e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc,#e8e8e8);
    }
        .filter .field {
            margin:0;
            padding:15px 0 13px;
            background:url(/framework/websites/TheHeinekenCompany/img/hor-rule.png) 0 100% repeat-x;
        }
        .filter .field.filter-query {
            padding:15px 0;
            background-position:0 50%;
        }
            .filter .field.filter-query input[type=text],
            .filter .field.filter-query input[type=search] {
                width:100%;
                margin:0 0 32px;
            }
            .filter .btn-big {
                margin:-2px 0;
            }
        .filter .field.filter-options {
            padding:0;
            position:absolute;
            bottom:21px;
            right:15px;
            background:none;
        }

/* Table data */

.table-data-container {
    margin:0 0 20px;
}
    .table-data-container h2 {
        position:relative;
        z-index:100;
    }
    .table-data-container > img {
        display:block;
        margin:25px auto;
        width:auto;
        height:auto;
    }


.download-action {
    position:relative;
    z-index:100;
    margin:-1px 0 0;
    padding:15px 0;
    border-top:2px solid #ccc;
    text-align:center;
    background:#fff;
    background:-moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%),;
    background:-webkit-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%);
    background:-ms-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%);
    background:linear-gradient(to bottom,  #ffffff 0%, #e2e2e2 100%);
}

.download-all {
    text-align:center;
    margin:20px 0;
}

.media-releases .field.filter-query {
    display: none;
}

/* comparitive: uses JS-duplicated version of the table to fix pos of the first column of cells */
.comparitive {
    position:relative;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    background:#eee;
}
    .comparitive table {
        min-width:480px;
    }
        .comparitive th,
        .comparitive td {
            white-space:nowrap;
            text-align:right;
        }
        .comparitive tr > *:first-child {
            min-width:250px;
            white-space:normal;
            text-align:left;
        }
        .comparitive tr.set th {
            border-right:0;
        }
.js .comparitive .table-headers { display:none; }

/* only enable the special effect >360 */
@media only screen and (min-width:360px ) and (max-width: 768px) {
    .js .comparitive {
        width:auto;
        overflow-x:hidden;
        -webkit-overflow-scrolling:auto;
    }
        .js .comparitive table {
            width:auto;
            min-width:100%;
            table-layout:fixed;
        }
            .js .comparitive .table-holder {
                width:100%;
                overflow-x:auto;
                -webkit-overflow-scrolling:touch;
            }   
                .js .comparitive tr th:first-child,
                .js .comparitive tr td:first-child {
                    visibility:hidden;
                }   
                .js .comparitive tr th:nth-child(2),
                .js .comparitive tr td:nth-child(2) {
                    border-left:1px solid #dcdcdc;
                }
            .js .comparitive .table-headers {
                display:table;
                position:absolute;
                z-index:99;
                left:0;
                top:0;
                pointer-events:none;
            }
                .js .comparitive .table-headers th,
                .js .comparitive .table-headers td {
                    visibility:hidden; /* hidden from view, but existing so duplicated table rows/cells respond the same as the original table */
                }
                .js .comparitive .table-headers tr th:first-child,
                .js .comparitive .table-headers tr td:first-child {
                    visibility:visible;
                }
                    .js .comparitive .table-headers-cell {
                        /*width:220px;*/
                        position:relative;
                        text-overflow:ellipsis;
                    }
                    .js .comparitive .table-headers-cell:after {
                        content:'';
                        position:absolute;
                        left:100%;
                        top:-10px;
                        bottom:-11px;
                        margin:0 0 0 15px;
                        width:10px;
                        background:url(/framework/websites/TheHeinekenCompany/img/mobile/hor-shadow.png) repeat-y;
                        border-left:1px solid #aaa;
                    }
                    .js .comparitive tr.set .table-headers-cell:after {
                        top:-16px;
                    }
                    .js .comparitive thead + tbody tr.set .table-headers-cell:after {
                        top:-10px;
                    }
} /* /@ */

/* non-comparitive (transformation) */
.non-comparitive {
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
    .non-comparitive table {
        min-width:480px;
        border-collapse:separate;
    }
    .js .non-comparitive table {
        min-width:0;
    }
        .js .non-comparitive thead {
            display:none;
        }
        .js .non-comparitive tr {
            display:table;
            margin:-1px 0 0;
            padding:1px 15px 0;            
            border-top:4px solid #e3e3e3;
            box-shadow:inset 0 1px 0 #fff;
            border-bottom:2px solid #ccc;
            width:100%;
            background:#fff;
            background:-moz-linear-gradient(top,  #fcfcfc 0%, #e7e7e7 100%),;
            background:-webkit-linear-gradient(top,  #fcfcfc 0%, #e7e7e7 100%);
            background:-ms-linear-gradient(top,  #fcfcfc 0%, #e7e7e7 100%);
            background:linear-gradient(to bottom,  #fcfcfc 0%, #e7e7e7 100%);
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
            -ms-box-sizing:border-box;
            box-sizing:border-box;
        }   
        .js .non-comparitive tr:first-child {
            border-top:0;
            box-shadow:none;
            padding-top:0;
        }
            .js .non-comparitive td,
            .js .non-comparitive th {
                border:0;
                background:none transparent;
            }
            .js .non-comparitive tbody th,
            .js .non-comparitive tbody td {
                display:table-row;
            }    
            .js .non-comparitive tbody th:before,
            .js .non-comparitive tbody td:before {
                content:attr(data-header);
                width:50%;
            }
                .js .non-comparitive tbody th .cell,
                .js .non-comparitive tbody td .cell,
                .js .non-comparitive tbody th:before,
                .js .non-comparitive tbody td:before {
                    display:table-cell;
                    padding:10px 15px 10px 0;        
                    vertical-align:top;
                    text-align:left;
                    border-top:1px solid #fff;
                    border-bottom:1px solid #ccc;
                }
                .js .non-comparitive tbody th .cell,
                .js .non-comparitive tbody tr > *:first-child .cell {
                    font-weight:bold;
                }
                .js .non-comparitive tbody th:first-child .cell,
                .js .non-comparitive tbody td:first-child .cell,
                .js .non-comparitive tbody th:first-child:before,
                .js .non-comparitive tbody td:first-child:before {
                    border-top:0;
                }
                .js .non-comparitive tbody th:last-child .cell,
                .js .non-comparitive tbody td:last-child .cell,
                .js .non-comparitive tbody th:last-child:before,
                .js .non-comparitive tbody td:last-child:before {
                    border-bottom:0;
                }

/* Twitter feed */

.teaser.twitterfeed {
    background:#fefefe url(/framework/websites/TheHeinekenCompany/img/icon_twitter.png) no-repeat 95% 15px;
    background: url(/framework/websites/TheHeinekenCompany/img/icon_twitter.png) no-repeat 95% 15px, -moz-linear-gradient(top, #fbfbfb, #e9e9e9);
    background: url(/framework/websites/TheHeinekenCompany/img/icon_twitter.png) no-repeat 95% 15px, -webkit-linear-gradient(top, #fbfbfb,#e9e9e9);
    background: url(/framework/websites/TheHeinekenCompany/img/icon_twitter.png) no-repeat 95% 15px, -ms-linear-gradient(top, #fbfbfb,#e9e9e9);
    background: url(/framework/websites/TheHeinekenCompany/img/icon_twitter.png) no-repeat 95% 15px, linear-gradient(to bottom, #fbfbfb,#e9e9e9);
}

.teaser.twitterfeed .loader {
    background:url(/framework/websites/TheHeinekenCompany/img/loader.gif) no-repeat 0 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.teaser.twitterfeed .twhead {
    overflow: hidden;
    margin: 0 0 10px;
}

.teaser.twitterfeed .twhead h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align:left;
    margin: 5px 0 0;
}

.teaser.twitterfeed .twhead .twitter_account {
    font-size: 12px;
    color: #999999;
}

.teaser.twitterfeed .twhead .twitter_account i {
    font-style: normal;
}

.teaser.twitterfeed .twhead .twthumb {
    float: left;
    margin: -5px 10px 0 0;
}

.teaser.twitterfeed .tweet {
    padding: 0 0 10px;
    line-height: 20px;
}

.teaser.twitterfeed .tweet a {
    text-decoration: none;
}

.teaser.twitterfeed .twinfo {
    border-top:1px solid #cccccc;
    box-shadow: inset 0px 1px 0px #ffffff;
    padding-top: 5px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 5px;
}

.teaser.twitterfeed .twinfo .twdate {
    font-size: 10px;
    color: #999999;
}

.teaser.twitterfeed .twlinks {
    float: right;
    margin-top: 2px;
}

.teaser.twitterfeed .twinfo a {
    background:url(/framework/websites/TheHeinekenCompany/img/tw_action.png) no-repeat 0 0;
    display: inline-block;
    text-indent: -9999em;
    overflow: hidden;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.teaser.twitterfeed .twinfo .twreply        { background-position: -18px -31px; }

.teaser.twitterfeed .twinfo .twretweet        { background-position: 0 -62px; }
.teaser.twitterfeed .twinfo .twretweet:active { background-position: -32px -62px; }

.teaser.twitterfeed .twinfo .twfavourite        { background-position: 0 0; }
.teaser.twitterfeed .twinfo .twfavourite:active { background-position: -32px 0; }

/* Calendar */

.calendar-events,
.download_center {
    margin:0 0 20px;
}
    .calendar li {
        font-size:16px;
        line-height:20px;
        font-family:"HeinekenCore-Regular", arial, sans-serif;
        padding:0;
        display:table;
        width:100%;
    }
        .calendar li a {
            color:#333;
            padding:28px 35px 28px 100px;
            min-height:54px !important;
            display:table-cell;
            height:54px;
            vertical-align:middle;
        }    
            .calendar li .more {
                display:block;
            }   
            .calendar li .event-category {
                color:#999;
                font-size:14px;
            }
    .calendar li.empty,
    .calendar .event-new-month { display:none; }

.event time {
    position:absolute;
    top:15px;
    left:15px;
    background:url(/framework/websites/TheHeinekenCompany/img/mobile/event-time.png) 0 0 no-repeat #fff;
    width:63px;
    height:67px;
    padding:12px 0 0;
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
    font-family:'HeinekenCore-Regular', sans-serif;
    text-transform:uppercase;
}
.event a:active time { 
    background-position:-63px 0;
}
.calendar .event time {
    top:50%;
    margin-top:-39px;
}
    .event time .event-day {
        display:block;
        text-align:center;
        font-size:40px;
        line-height:32px;
        color:#76ac05 !important;
    }
    .event time .event-month {
        display:block;
        text-align:center;
        font-size:17.5px;
        line-height:16px;
        color:#76ac05 !important;
    }
    .event time .event-year {
        display:block;
        text-align:center;
        color:#ccc !important;
        font-size:16px;
        line-height:15px;
    }

/* Contact */

.contact,
.contact-list {
    margin:0 0 20px;
    font-size:14px;
    line-height:20px;
}
    .contact .contact-leader {
        overflow:visible;
        padding-bottom:30px;
    }
        .contact h2 {
            margin:-17px -15px 20px -15px;
        }
        .contact h3,
        .contact-list h3 {
            font-size:14px;
            line-height:20px;
            font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
            color:#666;
            margin:0;
        }
        .contact-list h3 {
            margin:0 0 10px;
        }
        .contact .contact-address,
        .contact-list .contact-address {
            margin:0 0 10px;
        }
            .contact [itemprop=streetAddress],
            .contact [itemprop=addressCountry] {
                display:block;
            }
    .contact ul,
    .contact-list ol {
        font-size:14px;
        line-height:20px;
    }
        .contact li {
            padding-bottom:30px;
        }
            .contact .name {
                display:block;
                font-weight:bold;
                margin:0 0 10px;
            }
            .contact .contact-methods {
                display:inline;
            }
            .contact .btn,
            .contact-list .btn {
                margin:15px 6px 0 0;
            }

.contact-map {
    margin:0 0 20px;    
    font-size:14px;
    line-height:20px;
}
    .contact-map .contact-content {
        padding:25px 15px 15px;
        background:#fff;
        background:-moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%),;
        background:-webkit-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%);
        background:-ms-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%);
        background:linear-gradient(to bottom,  #ffffff 0%, #e7e7e7 100%);        
    }
        .contact-map h3 {
            font-size:22px;
            line-height:22px;
            font-weight:normal;
        }
        .contact-map .contact-address {
            margin:0 0 10px;
        }
            .contact-map h4 {  
                font-size:14px;
                line-height:20px;
                color:#666;
                font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
            }
        .contact-map .btn {
            margin-top:10px;
        }
        .contact-map [itemprop=geo] {
            display:block;
        }
    .contact-map .map {
        padding-bottom:67.7060%;
        background:orange;
        position:relative;
        margin-top:30px;
    }
        .contact-map .map > div {
            position:absolute;
            left:0;
            right:0;
            top:0;
            bottom:0;
        }

/* Listing-x images */

.listing-x.images {
    margin:0 0 20px;

}
    .listing-x.images li {
        padding:0;
        width:100%;
        display:table;
    }
        .listing-x.images .imgcontainer {
            position:absolute;
            left:15px;
            top:50%;
            width:150px;
            height:150px;
            margin:-75px 0 0;
            overflow:hidden;
        }
            .listing-x.images .imgcontainer a {
                position:static !important;
            }
            .listing-x.images .imgcontainer img {
                width:auto;
                height:auto;
                max-width:100%;
                max-height:100%;
            }
        .listing-x.images .inner {
            display:table-cell;
            padding:15px 15px 15px 180px;
            vertical-align:middle;
            height:150px;
        }
            .listing-x.images h3 {
                font-size:18px;
                line-height:20px;
                font-weight:normal;
                margin:0;
            }
            .listing-x.images .sub {
                color:#999;
                font-size:12px;
                line-height:20px;
            }
            .listing-x.images .btn {
                margin-top:5px;
            }

/* Listing-x biographies */

.listing-x.biographies {
    margin:0 0 20px;
}
    .listing-x.biographies li {
        padding:15px;
    }
        .listing-x.biographies li > a {
            margin:-15px;
            padding:15px;
            background-position:100% 36px;
        }
            .listing-x.biographies .imgcontainer {
                float:right;
                margin:0 20px 15px 0;
            }
            .listing-x.biographies h3 {
                margin:0 122px 0 0;
            }
            .listing-x.biographies .position {
                font-size:14px;
                line-height:16px;
                color:#333;
                display:block;
                margin:0 122px 15px 0;
            }
            .listing-x.biographies dl {
                clear:both;
                margin:0 0 5px;
                padding:15px 0 0;
                background:url(/framework/websites/TheHeinekenCompany/img/hor-rule.png) repeat-x;
            }         
            .listing-x.biographies li > a:active dl {
                background:none;
                padding-top:14px;
                border-top:1px solid #fff;
            }
                .listing-x.biographies dt {
                    display:inline-block;
                    width:35%;
                    padding-right:2%;
                }
                .listing-x.biographies dd {
                    display:inline-block;
                    width:55%;
                    font-weight:bold;
                }

/* Listing general */

.listing.general {
}
    .listing.general li {
        padding:15px 35px 15px 15px;
    }
        .listing.general li a {
            margin:-15px -35px -15px -15px;
            padding:15px 35px 15px 15px;
        }
            .listing.general .key {
                float:left;
                margin:0 10px 0 0;
                font-size:14px;
                line-height:18px;
                color:#666;
                max-width:40%;
            }
            .listing.general .listcontent {
                overflow:hidden;
                font-size:14px;
                line-height:18px;
                min-width:65%;
            }

/* Regional info */

.regional-info {
    margin:0 0 20px;
}
.collapsible .regional-info { margin:0; }
    .regional-info .imgcontainer {
        overflow:hidden;
    }
    .regional-info .info {
        padding:15px 15px 5px;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-webkit-linear-gradient(top, #fcfcfc,#e7e6e6);
        background:-ms-linear-gradient(top, #fcfcfc,#e7e6e6);
        background:linear-gradient(to bottom, #fcfcfc,#e7e6e6);
    }
        .regional-info h3 {
            font-size:22px;
            line-height:26px;
            margin:0 0 10px;
            font-weight:normal;
            font-family:'HeinekenCore-Regular', sans-serif;
        }
    .revenue-items > ul {
        font-size:22px;
        line-height:26px;
        font-family:'HeinekenCore-Regular', sans-serif;   
        color:#333;      
        text-shadow:0 2px 1px #fff;   
    }
        .revenue-items > ul h4 {
            color:#7ab800;
            font-weight:normal;
            font-size:16px;
            line-height:20px;
            margin:0;
        }
        .revenue-items > ul p {
            margin:0; 
        }
        .brands ul {
            margin:0 0 -10px;
            padding:25px 15px 15px;
            text-align:center;
            list-style:none;
        }
            .brands li {
                display:inline-block;
                vertical-align:top;
                margin:0 4px 10px;
            }
                .brands li img {
                    display:block;
                    width:auto;
                    margin:0 0 10px;
                }
    .regional-info .markets ol {
        font-size:16px;
        line-height:16px;
    }
        .regional-info .markets ol a {
            color:#333;
        }

/* calendar detail */
.eventinfo .description {
    display: block;
}

.eventdetail .btn-back { 
    float: left;
}

.eventdetail .article-actions { 
    position: relative;
    display: inline-block;
    width: 100%;
}


/* Social sharing */
.addthis_toolbox {
    position: relative;
    float: right;
}

article .addthis_toolbox {
    float: right;
    z-index: 100;
}

.addthis_toolbox .toggle-share {
    position: relative;
    padding-right: 32px;
    vertical-align: top;
    margin: 0 0 4px;
    outline: 0;
}

.addthis_toolbox .toggle-share.act {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    background: #fff;
}

.addthis_toolbox .toggle-share span {
    background:url(/framework/websites/TheHeinekenCompany/img/spr_sharing.png) no-repeat 0 0;
    display: inline-block;
    width: 27px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.addthis_toolbox .addthisblock {
    position: relative;
    float: left;
    z-index: 300;
}

#pagewrap .addthis_toolbox .addthisblock ul {
    background: #ffffff;
    width: 154px;
    position: absolute;
    right: 0;
    margin: 0;
    top: 100%;
    z-index: 200;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.8);
    display: none;
}

#pagewrap .addthis_toolbox .addthisblock li {
    list-style: none;
    display: block;
    clear: both;
    border-top: 1px solid #cccccc;
    margin: 0;
}
#pagewrap .addthis_toolbox .addthisblock li:before {
    display: none;
}
#pagewrap  .addthis_toolbox .addthisblock li:first-child {
    border-top: 0;
}

.addthis_toolbox .addthisblock li a {
    background: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    margin-top: 1px;
    padding: 14px 8px 13px 48px;
    position: relative;
    text-decoration: none;
    -webkit-transition:background 200ms ease-in-out;
	-moz-transition:background 200ms ease-in-out;
	transition:background 200ms ease-in-out;
}
.addthis_toolbox .addthisblock li:first-child a {
    margin-top: 0;
}
.addthis_toolbox .addthisblock li a span {
    background:url(/framework/websites/TheHeinekenCompany/img/spr_sharing.png) no-repeat 0 -45px;
}

.addthis_toolbox .addthisblock li a.addthis_button_facebook span,
.addthis_toolbox .addthisblock li a.addthis_button_twitter span,
.addthis_toolbox .addthisblock li a.addthis_button_linkedin span,
.addthis_toolbox .addthisblock li a.addthis_button_googleplus span {
    background:url(/framework/websites/TheHeinekenCompany/img/icon_socialshare.png) no-repeat 0 0;
    display: inline-block;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -18px;
    border-radius: 29px;
    border: 3px solid #ffffff;
    -webkit-transition:box-shadow 300ms ease-in-out;
	-moz-transition:box-shadow 300ms ease-in-out;
	transition:box-shadow 300ms ease-in-out;
}

.ie .addthis_toolbox .addthisblock li a.addthis_button_facebook span,
.ie .addthis_toolbox .addthisblock li a.addthis_button_twitter span,
.ie .addthis_toolbox .addthisblock li a.addthis_button_linkedin span,
.ie .addthis_toolbox .addthisblock li a.addthis_button_googleplus span {
    border: none;
    margin-top: -16px;
}

.addthis_toolbox .addthisblock li a.addthis_button_facebook span { background-position: 0 -60px; }
.addthis_toolbox .addthisblock li a.addthis_button_twitter span { background-position: 0 -30px; }
.addthis_toolbox .addthisblock li a.addthis_button_linkedin span { background-position: 0 0; }
.addthis_toolbox .addthisblock li a.addthis_button_googleplus span { background-position: 0 -89px; }

.addthis_toolbox .addthisblock li a.addthis_button_more {
    padding: 7px 8px 7px 30px;
}

.addthis_toolbox .addthisblock li a.addthis_button_more span { 
    background:url(/framework/websites/TheHeinekenCompany/img/spr_sharing.png) no-repeat 0 -26px;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -9px;
}

.addthis_toolbox .print,
.addthis_toolbox .rss {
    background:url(/framework/websites/TheHeinekenCompany/img/spr_sharing.png) no-repeat 0 -45px;
    display: inline-block;
    width: 28px;
    height: 27px;
    float: left;
    margin: 0 0 0 4px;
    overflow: hidden;
    text-indent: -9999px;
}

.addthis_toolbox .print { background-position: 0 -64px; }
.addthis_toolbox .rss { background-position: 0 -120px; }


/* Market information */

.market-information {
    margin:0 0 20px;
}
    .market-information .info {
        border-top:2px solid #dcdcdc;
        padding:25px 15px 15px;
        font-size:14px;
        line-height:20px;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-webkit-linear-gradient(top, #fcfcfc,#e7e6e6);
        background:-ms-linear-gradient(top, #fcfcfc,#e7e6e6);
        background:linear-gradient(to bottom, #fcfcfc,#e7e6e6);
    }
    .market-information .brands {
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-webkit-linear-gradient(top, #fcfcfc,#e7e6e6);
        background:-ms-linear-gradient(top, #fcfcfc,#e7e6e6);
        background:linear-gradient(to bottom, #fcfcfc,#e7e6e6);
    }
    .market-information .report {
        position:relative;
        overflow:hidden;   
        padding:0 0 0 50%;
        height:306px;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e7e6e6);
        background:-webkit-linear-gradient(top, #fcfcfc,#e7e6e6);
        background:-ms-linear-gradient(top, #fcfcfc,#e7e6e6);
        background:linear-gradient(to bottom, #fcfcfc,#e7e6e6);
    }
        .market-information .report img {
            position:absolute;
            right:50%;
            top:50%;
            margin:-85px 0 0;
        }
        .market-information .report h3 {
            margin-left:-100%;
        }
        .market-information .report .btn {
            position:absolute;
            left:50%;
            top:50%;
            margin:8px 0 0 15px;
        }

/* Download center */
.download_center #highlighted ul {
    margin: 0;
}

.download_center #highlighted ul li {
    list-style: none;
    padding: 15px 15px 15px 135px;
}

.download_center #highlighted ul li h3 {
    font-size: 16px;
}
.download_center #highlighted ul li h3 a {
    color: #666666;
    text-decoration: none;
}

.download_center #highlighted .action {
   position: absolute;
   left: 15px;
   top: 15px;
}

.download_center #highlighted .more {
    text-decoration: none;
    color: #666666;
}

.download_center #highlighted .file {
    display: none;
}

.download_center .info {
    border-top: 2px solid #DCDCDC;
    padding: 10px 15px 0;
}

.download_center .filter .field.filter-options,
.calendar-events .field.filter-options {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 10px 0;
}
.download_center .filter .field.filter-options .sub {
    float: left;
    margin: 5px 0 0;
}

.download_center .filter .field.filter-options .select {
    float: right;
}

.download_center .listing > h3 {
    padding: 0 0 0 15px;
    font-size: 18px;
}

.listing.downloads .date span,
.listing.searchresults .date span {
	border-left:1px solid #999999;
	padding:0 5px;
}
.listing.downloads .date span:first-child,
.listing.searchresults .date span:first-child {
	padding-left:0;
	border:none;
}

/* searchresults listing exception */

.listing.searchresults .list li .breadcrumb a {
    color: #999999;
    text-decoration: none;
}

/* Paging */

.paging {
    margin:20px 15px;
    overflow:hidden;
    font-size:17px;
    line-height:43px;
}
    .btn.btn-prev,
    .btn.btn-next {     
        font-size:17px;
        line-height:43px;
        height:auto;
        padding: 0 15px;
    }
    .btn.btn-prev { 
        padding-left:60px;
    }
    .btn.btn-prev:after {   
        width:43px;
        left:0;
        background-image:url(/framework/websites/TheHeinekenCompany/img/btn-prev.png);
    }
    .paging .btn.btn-prev {
        float:left;
    }
    .btn.btn-next { 
        padding-right:60px;
    }
    .btn.btn-next:after {   
        width:43px;
        right:0;
        background-image:url(/framework/websites/TheHeinekenCompany/img/btn-next.png);
    }
    .paging .btn.btn-next {
        float:right;
    }
    .paging div { display:none; }


/* extra small screen size 0 - 400 */

@media only screen and (max-width:400px) {

    footer #sitemap .colcontainer {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
    }

}

/* TODO: Retina Images 

@media only screen and (-Webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:1.5), only screen, only screen and (min-device-pixel-ratio:1.5) {
    header .logo {
        background:url(/framework/websites/TheHeinekenCompany/img/logo_heineken_2x.png);
    }
    footer .logo {
        background:url(/framework/websites/TheHeinekenCompany/img/logo_heineken_holding_2x.png);
    }
    .icon {
        background-image:url(/framework/websites/TheHeinekenCompany/img/icon_social_2x.png);
    }   
