
@font-face {
    font-family:'HeinekenCore-Regular';
    src:url(../fonts/heinekencore2.eot);
    src:url(../fonts/heinekencore2.eot?#sdfjoisdjfoisdf) format('embedded-opentype'),
        url(../fonts/heinekencore2.ttf) format('truetype');
    font-style:normal;
    font-weight:normal;
}
@font-face {
    font-family:'HeinekenCore-Regular';
    src:url(../fonts/heinekencore2-bold.eot);
    src:url(../fonts/heinekencore2-bold.eot?#sdfjoisdjfoisdf) format('embedded-opentype'),
        url(../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%;
	background:#FFFFFF;
}

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",  'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
    line-height:1;
    margin:0 0 10px;
}
h1 { 
    font-size:24px; 
    font-weight:normal;
    font-family:"HeinekenCore-Regular", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', 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; 
}

.lgt {color: #77ac05;}

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

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, #eaeaea);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #eaeaea));
        background:-webkit-linear-gradient(top,  #f8f8f8, #eaeaea);
        background:-ms-linear-gradient(top,  #f8f8f8, #eaeaea);
        background:linear-gradient(to bottom,  #f8f8f8, #eaeaea);
        -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, #d3d3d3);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d3d3d3));
        background:-webkit-linear-gradient(top,  #ffffff, #d3d3d3);
        background:-ms-linear-gradient(top,  #ffffff, #d3d3d3);
        background:linear-gradient(to bottom,  #ffffff, #d3d3d3);
    } 
    #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:-moz-linear-gradient(top,  #ededed, #ffffff);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
        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;
    overflow:hidden;
    outline:0;
    white-space:nowrap;
    padding:0 14px;
    height:25px;
    display:inline-block;
    border-radius:4px;
    border:1px solid #999;
    font:15px/25px "HeinekenCore-Regular", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande',arial,sans-serif;
    text-decoration:none !important;
    vertical-align:baseline;
    color:#666;
    background:#fcfcfc;
    background:-moz-linear-gradient(top,  #fcfcfc, #d9d9d9);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #d9d9d9));
    background:-webkit-linear-gradient(top,  #fcfcfc 0%, #d9d9d9);
    background:-ms-linear-gradient(top,  #fcfcfc, #d9d9d9);
    background:linear-gradient(to bottom,  #fcfcfc, #d9d9d9);
}
.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(../img/ie/gradient-ver-button.png) repeat-x #d9d9d9;
    background:-moz-linear-gradient(top,  #fcfcfc, #d9d9d9);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #d9d9d9));
    background:-webkit-linear-gradient(top,  #fcfcfc 0%, #d9d9d9);
    background:-ms-linear-gradient(top,  #fcfcfc, #d9d9d9);
    background:linear-gradient(to bottom,  #fcfcfc, #d9d9d9);
}
.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(../img/btn-more.png);
}

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

.btn.btn-back { 
    padding-left:34px;
}
.btn.btn-back:after {
    left:0;
    width:27px;
    background-image:url(../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",  'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande',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;
}

.publishDate {
	margin: 10px 0 2px;
	padding: 6px 15px;
	clear: both;
	display: block;
}

/* 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;
    background-clip:padding-box;
}

.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',  'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande',sans-serif;
    color:#333;
}

/* Custom checkboxes, radio controls and select menus */
.checkbox,
.radio {
    display:inline-block;
}
.checkbox {
    background:url(../img/checkbox.png) no-repeat 0 0;
    background-size:16px 64px;
    width:16px;
    height:16px;
}
.radio {
    background:url(../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(../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',  'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande',sans-serif;
    padding-right:35px;
    width:auto;
    background:-moz-linear-gradient(top, #fcfcfc, #d8d9d8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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"],
input[type="date"],
input[type="number"],
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,
input[type="date"].prefilled,
input[type="number"].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="date"].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 label {text-transform: capitalize;}
        .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",  'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande',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-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #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 input[type="date"],
        .form .cfe_clone.select,
        .form textarea {
            width:100%;
        }
        .form .btn-big {
            float:right;
        }

/* Other form related */

.clear { display:none !important; }

.errors {
    margin:10px;
    min-height:44px;
    border:2px solid #ff5533;
    background:url(../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-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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;
    clear:both;
}
.page-content:after {
    content:'';
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

.page-title {
    position:relative;
    z-index:100;
    clear:both;
    margin:0 0 10px 0px;   
}

	.page-title h3 {
		font-size:20px;
		margin:14px 0;
		padding:0 15px;
	}
	
	.page-title h4 {font-weight: bold;font-size:18px;}
	
	.page-title p a {color:#77ac05;font-size: 14px;}

article {
    margin:0 15px;
}
.collapse-content article {
    margin-top: 15px;
}
    article .page-title {
        position:relative;
        z-index:100;
        margin:0 -15px 30px;
    }

        .page-title h1 {
            color:#77ac05;
            font-size:39px;
            line-height:42px;
            margin:0;
            padding:22px 15px 0;
            display:block;
        }
        
        .page-title h4 {
            padding:6px 15px;
            display:block;
        }
		
		.page-title p {
			padding:6px 15px;
			font-size:16px;	
		}
    .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;
    clear:both;
}
.age-check-message p {
    margin: 0 0 18px;
}

/* Header */

#header {
    margin:0 0 5px;
    position:relative;
    z-index:999;
}
    #header .logo {
        display:block;
        background:url(../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:#EAE8E8;
}   
    #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 0px 0 0;
    padding:0 15px;
    outline:0;
    position:relative;
    z-index:200;
    font-size:15px;
    line-height:45px;
    height:45px;
    font-family:'HeinekenCore-Regular', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight:bold;
    color:#656565;
    text-decoration:none;
   	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #fcfcfc 49%, #e8e8e8 55%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(49%,#fcfcfc), color-stop(55%,#e8e8e8), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
#header nav.opennav #toggle {
    border-bottom-color:#E8E8E8;
}
#header nav #toggle:after {
    content:'';
    position:absolute;
    top:50%;
    margin:-9px 0 0;
    right:12px;
    width:19px;
    height:19px;
    background:url(../img/mobile/arrow_nav.png) 0 -19px;
}
#header nav.opennav #toggle:after {
    background-position:0 0;
}

#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;
		width:100%;
    }
    #header nav ul.mainnav li.parent {
        font-weight:bold;
        text-align:left;
    }
        #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, #header nav ul.mainnav li.highlight > a{
            background-color:#669900;
            color:#FFFFFF;
        }
        	#header nav ul.mainnav li .flyout ul li.highlight > a {
        		background-color:#ececec;
        	} 
        	
        #header nav ul.mainnav li.active > a { 
            background-color:#F2F2F2;
			color:#656565;
        }
        #header nav ul.mainnav li.hassub > a {
            background-image:url(../img/arrow_hassub.png);
            background-repeat:no-repeat;
            background-position:100% 50%;
        }
        #header nav ul.mainnav li.highlight > a {
        	background-image: url(../img/arrow_hassub-active.png);
			background-repeat: no-repeat;
			background-position: 100% 50%;
        }
        #header nav ul.mainnav .flyout li.parent a {
            color:#FFF;
            background-color:#669900;
            border-color:#fff;
        }
        
        #header nav ul.mainnav .flyout li.highlight > a {
           background-image: url(../img/arrow_hassub-active.png);
		   background-repeat: no-repeat;
		   background-position: 100% 50%;
		   background-color:#669900 !important;
        }
        
        #header nav ul.mainnav .flyout li.parent + li.parent a {
            background-color:#669900;
            color: #fff;
        }

/* Header: navigation submenus */

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

#header nav a.return {
    background-image:url(../img/nav-return.png);
	background-color:#73A81F !important;
	background-position:50% 50%;
	background-repeat:no-repeat; 
    height:0.9em;
    margin:0 15px;
	display:block;
	color: #ffffff;
	border: 3px solid #fff;
	border-radius: 3px;
	box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0,0,0,.5);
	-webkit-transition: box-shadow 100ms ease-in-out;
	-moz-transition: box-shadow 100ms ease-in-out;
	transition: box-shadow 100ms ease-in-out;
	margin-top:8px;
	
	width:60px;
}
#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:right;
    }
	
	#header nav .mainnav > li:first-child > a {
		border-radius:3px;	
	}

/* Header: search */

#header nav .divider-line {
	height:45px;
	width:1px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	background: #b2b2b2; /* Old browsers */
	background: -moz-linear-gradient(top,  #b2b2b2 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2b2b2 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2b2b2 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2b2b2 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b2b2b2 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */


}

#header nav #searchbtn {
    background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #fcfcfc 49%, #e8e8e8 55%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(49%,#fcfcfc), color-stop(55%,#e8e8e8), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    position:absolute;
    top:0;
    right:0;
    display:block;
    left:auto;
    border-left:none;
    width:45px;
    height:45px;
    z-index:300;
    outline:0;
    text-indent:-9999px;
}
#header nav.opensearch #searchbtn {
    border-bottom-color:#E8E8E8;
}
#header nav #searchbtn:after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:url(../img/mobile/icon_search.png) no-repeat 50% 50%;
}
#header nav .searchform {
    padding:0 15px;
    position:relative;
    overflow:hidden;
    height:0;
}
    #header nav .searchform fieldset {
        padding:10px 0;
    }
        #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 .searchfield { display:none; }
        #header nav .searchform .clear { display:none; }

/* Footer */


footer #connect {
	background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
    background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);	
	margin:0 15px 0;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	box-shadow: 0 1px 2px -1px 
}

footer #connect .col {
    padding:15px;
}

	footer #connect h3 {
		color:#333;
		margin-bottom:0;
		border:none;
		font-size:17px;
		line-height:21px;
		background:none;
		cursor:default;
	}
	
	footer #connect .tabs .tabs-title:before, .collapsible > ul > li > h2:before {
		background:none;
	}
	
	footer #connect .colcontainer .col .colinner {
		box-shadow: inset 0px -1px 0px #cccccc;
		border-bottom: 1px solid #ffffff;
		padding:0 20px 20px;	
	}
	
	footer #connect .colcontainer .col:last-child .colinner {
		border-bottom:none;
		box-shadow:none;
	}
	
	footer .tabs .colinner .planter1, footer .tabs .colinner .planter2 {
        	display: block;
			width: 50%;
			float: left;
			margin-top: 10px;
		}
	
	footer .tabs .colinner .uyl a img {max-width:132px; height:auto; margin: 0 auto;}
	footer .tabs .colinner .drinkaware a img {max-width:180px; height:auto; margin: 0 auto;}
	footer .tabs .colinner .ltbb a img {max-width:121px; height:auto; margin: 0 auto;}
	footer .tabs .colinner .planter1 img {max-width:80px; width:40%; margin: 0 20px 0 auto;}
	footer .tabs .colinner .planter2 img {max-width:80px; width:40%; margin: 0 auto 0 20px;}
	

	
    footer .social {
        text-align:center;
    }
    footer a.logo {
        display:block;
        height:46px;
        margin:10px 0 0 0;
        background:url(../img/footer-logo.png) 0px 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:none;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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 h3 { 
			color:#666;
			background:url(../img/btn-sitemap-arrow.png) 80px 50% no-repeat;
			border:none;
			box-shadow:none;
		}
		
		footer #sitemap.collapse-open h3 {
			background:#fcfcfc url(../img/btn-sitemap-arrow-open.png) 80px 50% no-repeat;	
		}
		
		footer #sitemap h3:after {
				
		}
        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-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #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', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
                font-weight:normal;
            }
            .teaser.stockinfo ul {
                margin:0;
                list-style:none;
            }
                .teaser.stockinfo li {
                    font:48px/1 'HeinekenCore-Regular', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', 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(../img/spr_arrows.png) no-repeat;
                        display:inline-block;
                        float:left;
                        height:34px;
                        margin-top:8px;
                        padding:0 0 0 35px;
                        font-size:24px;
                        line-height:17px;
                        text-align:left;
                    }
                    .teaser.stockinfo .rise {
                        background-position:0 -466px;
                        color:#008200;
                    }
                    .teaser.stockinfo .fall {
                        background-position:0 -412px;
                        color:#ff0000;
                    }
                        .teaser.stockinfo .absolute,
                        .teaser.stockinfo .relative {
                            display:block;
                        }
                        .teaser.stockinfo .relative {
                            margin-top:17px;
                        }
.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(../img/get-involved.png) no-repeat;
    }

/* Masthead */

.masthead {
    margin:-19px 0 0px;
}
    .masthead-media {
        position:relative;
        z-index:10;
    }
    .masthead-info {
        display:block;
        position:relative;
        z-index:99;
        text-decoration:none;
        padding:40px 10px;
        background:#808080 50% 50%;
    }
    
    .masthead .masthead-info h1 {
		color:#FFFFFF;
	}
        .masthead-info > div {
            position:static !important;
        }
            .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;
                z-index:999;
                content:'';
                border-left:18px solid transparent;
                border-right:18px solid transparent;    
                border-bottom:18px solid #808080;
            }
            .masthead-info img {
                width:auto;
                max-width:100%;
                height:auto;
                margin:0 auto !important;
                position:static !important;
            }    

/* 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:#77ac05;
    position:relative;
    font-size:26px;
    line-height:30px;
    font-weight:normal;
    font-family:"HeinekenCore-Regular", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
    margin:0;
    padding:6px 15px;
}


.listing .list > h2 {
    font-size:26px;
    line-height:30px;
    font-weight:normal;
    font-family:"HeinekenCore-Regular", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
    margin:0;
    color:#333;
    text-shadow:none;
    padding:6px 15px;
    border-top: 2px solid #dcdcdc;
    background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
    background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
}
.listing .list > h2:after {
    display:none;
}

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

/* 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;
            margin:0 0 -2px;
            border-top:2px solid #dcdcdc;
            border-bottom:2px solid #dcdcdc;
            background:#fcfcfc;
            background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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;
			background:#E5E5E5;
        }
        .listing li {
            padding-right:105px;
        }
            .listing-x.original li > a,
            .listing li > a,
            .calendar li > a,
            .regional-info .markets li a,
            .regional-info .markets p a.more {
                color:#666;
                text-decoration:none;
                display:block;
                outline:0;
                margin:-15px;
                padding:15px 35px 15px 15px;
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat;
            }
			.listing-x li > a {background:none;}
			.listing-x.original li > a {background:url(../img/listing-x-white.png) 96% 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:195px;
				text-decoration:none;
            }
			.listing-x li .inner a.btn-more {margin-left:-18px;}
			
			.listing-x li > a h3 {text-decoration:none;}
            .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,
            .regional-info .markets p a.more:active {
                background-image:url(../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 {
                    display:none;
                }
                .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 a {text-decoration:none;}
                .listing-x li h3 {
                    font-size:22px;
                    line-height:26px;
                    font-family:"HeinekenCore-Regular",  'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande',arial, sans-serif;
                    font-weight:normal;
                    margin: 10px 0px 15px -18px;
					text-decoration:none;
                }
				.listing-x.original li {background:#77ac05;}
				.listing-x.original li h3 {margin: 10px 0px 15px 15px;color:#FFF;}
				.listing-x.original li a.btn.btn-more {margin-left:15px;position: absolute;right:10px;top:18px;}
				.listing-x.original li p {color:#FFF;display:none;}
				.listing-x.original li{padding:7px 0;}
				.listing-x.original li:nth-child(2) {
					border-top:1px solid #FFF;
					border-bottom:1px solid #FFF;
				}
				.listing-x.original li > a {
				margin: 0 0 0 15px;
				padding:0;
				}
                .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;
    padding:15px;
    border-top:2px solid #dcdcdc;
    background:#fcfcfc;
    background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
    background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
}

/* 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;
            background:#000;
        }
        .media-container .media-player > a > img,
        .media-container .media-player > img,
        .media-container .media-player .media-poster img {
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:auto;
            margin-top:-15px;
        }
        
        .content-row .media-container .media-player > a > img,
        .content-row .media-container .media-player > img,
        .content-row .media-container .media-player .media-poster img,
        .masthead-media .media-container .media-player > img,
        .masthead-media .media-container .media-player .media-poster img {
        	margin-top:0;
        }
            .media-player .media-poster {
                overflow:hidden;
                position:absolute;
                top:0;
                left:0;
                width:100%;
                height:100%;
                background:#000;
                z-index:999;
                cursor:pointer;
                display:none;
            }
                .media-player .media-poster .play {                    
                    background:url(../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;
                }
    .media-container .field {
        margin:0;
    }

      

/* Video playlist */

.listing-x.videoplaylist {}
    .listing-x.videoplaylist li {
        padding-left:15px;
    }
        .listing-x.videoplaylist li > a {
            margin:-15px;
            padding:15px;
            color:#333;
            background:transparent;
        }
            .listing-x.videoplaylist li > a * {
                color:#333 !important;
            }
            .listing-x.videoplaylist li > a h3 {
                margin:0 0 15px;
            }
            .listing-x.videoplaylist li .imgcontainer {
                display:none;
            }

/* Media gallery */

.mediagallery {}
    .mediagallery > h2 {
        display:none;
    }
    .mediagallery > .media-container {
        display:none;
    }
    .mediagallery p {
        margin-left:15px;
        margin-right:15px;
    }

/* 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 {
        position:relative;
        z-index:1;
        margin:0;
        display:none;
    }
    .main-carousel .slides > li.flex-active-slide {
        z-index:10;
    }
        .slideshow .slides > li img {
            display:block;
            width:100%;
            height:auto;
        }

    .slideshow .flex-control-paging {
        position:absolute;
        left:12px;
        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:12px;
                height:12px;
                background:#fff;
                border-radius:6px;
                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(../img/slideshow-nav.png) #7ab800;
        }
        .slideshow .flex-direction-nav .flex-disabled {
            background-color:#bbb !important;
        }
        .slideshow .flex-direction-nav .flex-prev {
            right:auto;
            left:0;
            background-position:0 0;
        }
        .slideshow .flex-direction-nav .flex-disabled.flex-prev {
        }
        .slideshow .flex-direction-nav .flex-next {
            right:0;
            left:auto;
            background-position:0 -44px;            
        }
        .slideshow .flex-direction-nav .flex-disabled.flex-next {
        }

/* 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",  'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande',arial, sans-serif;
        margin:0;
        padding:16px 48px 16px 15px;
        display:block;
        background:#333;
        cursor:pointer;
        border-bottom:1px solid #fff;
        box-shadow:none;
        border-radius:0;
        outline:0;
    }
	
	.tabs .tabs-title {
		text-shadow:none;	
		border-top:1px solid #fff;
		text-transform:uppercase;
		font-size:14px;
	}
	
    .tabs .tabs-title:active,
    .collapsible > ul > li > h2:active {
        background:#666;
    }
    .tabs .collapse-open .tabs-title,
    .collapsible > ul > li.collapse-open > h2 {
        background:#666;
    }
    .tabs .tabs-title:before,
    .collapsible > ul > li > h2:before {
        content:'';
        width:18px;
        height:18px;
        margin:-9px 0 0;
        position:absolute;
        top:50%;
        right:14px;
        background:url(../img/mobile/tabs.png);
    }
    .tabs .collapse-open .tabs-title:before,
    .collapsible > ul > li.collapse-open > h2:before {
        background-position:0 -18px;
    }
    
    .collapsible > ul > li.collapse-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;
        margin:-1px 0 0 0;
    }

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

/* Notifications */

.notifications-a {
    font-family:"HeinekenCore-Regular", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', 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 150px;
            border-top:2px solid #dcdcdc;
            background:#fcfcfc;
            background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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 -150px;
                padding:20px 35px 20px 150px;
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat;
            }
            .notifications-a li a:active {
                background-image:url(../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;
                    font-size: 12px;

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

/* External links segment */

.external {
    position:relative;
    margin:0 0 20px;
    display:table;
    width:100%;
    border:0;
    border-top:2px solid #dcdcdc;
    border-bottom:2px solid #dcdcdc;
    background:none transparent;
    box-shadow:none;
    border-radius:0;
}
    .external-link,
    .external-social {
        xxxposition:relative;
        background:#fefefe;
        background:-moz-linear-gradient(top, #fefefe, #e8e7e7);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #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", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
        color:#666;
    }
    .external-link.icon:before {
        content:'';
        position:absolute;
        left:15px;
        top:50%;
        margin:-28px 0 0;
        width:56px;
        height:56px;
        background:no-repeat;
    }
    .external-link.icon.icon-external:before {
        background-image:url(../img/icon_external.png);
    }
    .external-link.icon.icon-internal:before {
        background-image:url(../img/icon_internal.png);
    }
    .external-link.icon.icon-request:before {
        background-image:url(../img/icon_request.png);
    }   
        .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 span {
            padding-left:76px;
        }

    .external-social {
        display:block;
        padding:10px 20px 5px;
    }
        .external-social h2 {
            position:absolute;
            left:20px;
            top:32px;
            width:55px;
            font-family:"HeinekenCore-Regular", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
            font-weight:normal;
            font-size:12px;
            line-height:12px;
            text-transform:uppercase;
        }

/* Social icons */

.social { 
    list-style: none;
	width: 200px;
	padding: 0;
	margin: 10px auto;
}
    .social li {
        display:inline-block;
        margin:0 4%;
    }
        .social-icon {
            position:relative;
            overflow:hidden;
            border-radius:50%;
            text-indent:-9999px;
            display:block;
            background:url(../img/icon_social.png) no-repeat;
            width:48px;
            height:48px;
            text-decoration:none;
        }
        .social-icon.twitter { 
            background-position:0 0; 
        }
        .social-icon.linkedin { 
            background-position:-50px 0;
        }
        .social-icon.facebook { 
            background-position:-100px 0;
        }
        .social-icon.youtube { 
            background-position:-150px 0;
        }
        .social-icon.rss { 
            background-position:-200px 0;
        }
        .social-icon:active {
            z-index:99;
            outline:0;
            text-decoration:none;
            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 30px;
        border-top:none;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
        }
		.module-a h3 a {
			text-decoration: none;
			color: #333;
		}
        .module-a .media-container {
            background:#B1B1B1;
            margin:0 0 12px;
        }
		
		.module-a.brands .media-container {
			display:none;
		}
            .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 0px;   
    /*padding-bottom:114%;*/
}
    .main-carousel .flex-control-paging {
        bottom:18px;
        left:26px;
    }
        .main-carousel .slides > li a {   
            text-decoration:none;
            color:#fff;
        }
        .main-carousel .text {
            background:rgba(39, 92, 0, 0.75);
            padding:28px 26px 60px;
            font-size:18px;
            line-height:24px;
        }
        
            .main-carousel .text h2 {
                text-transform:uppercase;
                color:#fff;
                font-size:20px;
                line-height:24px;
                font-family:"HeinekenCore-Regular", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
                margin:0 0px 10px;
				font-weight:normal;
            }
                .main-carousel .text h2 span {
                    display:block;
                    font-size:20px;
                    line-height:24px;
                }
            .main-carousel .text .more {
                display:inline;
                margin:0;
                padding:3px 0;
                font-family:"HeinekenCore-Regular", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
				font-size:18px;
            }
            .main-carousel a:active .text .more {
                
            }

/* 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-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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(../img/mobile/listing-x.png) 100% 50% no-repeat;
            outline:0;
        }
        .article-carousel a:active {
            background-image:url(../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", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', 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(../img/mobile/listing-x.png) 100% 50% no-repeat #fcfcfc;
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
                background:url(../img/mobile/listing-x.png) 100% 50% no-repeat, linear-gradient(to bottom, #fcfcfc, #e8e8e8);  
            }
            .article-carousel .sticky a:active .text {
                background-image:url(../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 h3 {
        width:130%;
        display:block;
    }

.listing.downloads li a.linkto {
    margin:15px -105px -15px -15px;
    min-height:0;
    display:block;
    border-top:1px solid #ddd;
}

/* 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-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
        background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
    }
        .filter fieldset .field {
            margin:0;
            padding:15px 0 13px;
            background:url(../img/hor-rule.png) repeat-x;
        }
        .filter fieldset .field:first-child {
            background:none;
        }
        .filter fieldset .field.filter-query {
            padding:15px 0;
        }
        .filter fieldset .field.filter-query:before {
            position:absolute;
            left:0;
            right:0;
            top:50%;
            margin-top:-1px;
            height:2px;
            content:'';
            background:url(../img/hor-rule.png) repeat-x;            
        }
            .filter .field.filter-query input[type="text"],
            .filter .field.filter-query input[type="search"],
            .filter .field.filter-query input[type="number"] {
                width:100%;
                margin:0 0 32px;
            }
            .filter .btn-big {
                margin:-2px 0;
            }
        /* with date */
        .filter fieldset .field.filter-date:before {
            top:auto;
            bottom:69px;
        }
        .filter .field.filter-date input[type="text"], 
        .filter .field.filter-date input[type="search"],
        .filter .field.filter-date input[type="number"] {
            margin-bottom:10px;
        }
        .filter .filter-date .datepick {
            margin:0 0 31px;
        }
            .filter .filter-date .date-from,
            .filter .filter-date .date-till {
                display:block;
                position:relative;
                padding-right:46px;
                margin:0 0 10px;
                -webkit-box-sizing:border-box;
                -moz-box-sizing:border-box;
                -ms-box-sizing:border-box;
                box-sizing:border-box;
            }
                .filter .filter-date .datepick img {
                    position:absolute;
                    top:-1px;
                    right:6px;
                    width:auto;
                    height:auto;
                }
                .filter .filter-date .datepick input[type="date"],
                .filter .filter-date .datepick input[type="text"] {
                    width:100%;
                }
    .filter .results {
        position:relative;
        margin:0;
        padding:15px 15px 0;
        color:#999;
    }
    .filter .results:after {
        content:'';
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
    }
        .filter .results p {
            margin:0;
        }
        .filter .results .clear-filter {
            color:#999;
        }
        .filter .field.filter-options {
            margin:15px 0 0;
            padding:0;
            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, #e2e2e2);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
    background:-webkit-linear-gradient(top,  #ffffff, #e2e2e2);
    background:-ms-linear-gradient(top,  #ffffff, #e2e2e2);
    background:linear-gradient(to bottom,  #ffffff, #e2e2e2);
}

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

.media-releases .listing {
    margin-bottom:0;
}

/* 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 >390 */
@media only screen and (min-width:390px ) 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(../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;
    }
    .non-comparitive table {
        min-width:0;
    }
        .non-comparitive thead {
            display:none;
        }
        .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, #e7e7e7);
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e7e7e7));
            background:-webkit-linear-gradient(top,  #fcfcfc, #e7e7e7);
            background:-ms-linear-gradient(top,  #fcfcfc, #e7e7e7);
            background:linear-gradient(to bottom,  #fcfcfc, #e7e7e7);
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
            -ms-box-sizing:border-box;
            box-sizing:border-box;
        }   
        .non-comparitive tr:first-child {
            border-top:0;
            box-shadow:none;
            padding-top:0;
        }
            .non-comparitive td,
            .non-comparitive th {
                border:0;
                background:none transparent;
            }
            .non-comparitive tbody th,
            .non-comparitive tbody td {
                display:table-row;
            }    
            .non-comparitive tbody th:before,
            .non-comparitive tbody td:before {
                content:attr(data-header);
                width:50%;
            }
                .non-comparitive tbody th .cell,
                .non-comparitive tbody td .cell,
                .non-comparitive tbody th:before,
                .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;
                }
                .non-comparitive tbody th .cell,
                .non-comparitive tbody tr > *:first-child .cell {
                    font-weight:bold;
                }
                .non-comparitive tbody th:first-child .cell,
                .non-comparitive tbody td:first-child .cell,
                .non-comparitive tbody th:first-child:before,
                .non-comparitive tbody td:first-child:before {
                    border-top:0;
                }
                .non-comparitive tbody th:last-child .cell,
                .non-comparitive tbody td:last-child .cell,
                .non-comparitive tbody th:last-child:before,
                .non-comparitive tbody td:last-child:before {
                    border-bottom:0;
                }
                
                .non-comparitive tbody tr td:first-child .cell .cell {border-bottom: 0;}
                .non-comparitive tbody tr td:last-child .cell .cell {border-top: 0;}

/* Twitter feed */

.teaser.twitterfeed {
    padding-bottom:28px;
    background:#fefefe;
    background:-moz-linear-gradient(top, #fbfbfb, #e9e9e9);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9));
    background:-webkit-linear-gradient(top, #fbfbfb, #e9e9e9);
    background:-ms-linear-gradient(top, #fbfbfb, #e9e9e9);
    background:linear-gradient(to bottom, #fbfbfb, #e9e9e9);
}

.teaser.twitterfeed p {font-size:14px;}
.teaser.twitterfeed:before {
    content:'';
    position:absolute;
    top:15px;
    right:15px;
    width:32px;
    height:25px;
    background:url(../img/icon_twitter.png);
}

.teaser.twitterfeed .loader {
    background:url(../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: 0px 10px 0 0;
	border: 1px solid #999999;
}

.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(../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", 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', 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(../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', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    text-transform:uppercase;
}
.mod-no-boxshadow .event time {
    border:solid #b2b2b2;
    border-width:0 1px 2px;
}
.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;
    }
        .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 .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, #e7e7e7);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
        background:-webkit-linear-gradient(top,  #ffffff, #e7e7e7);
        background:-ms-linear-gradient(top,  #ffffff, #e7e7e7);
        background:linear-gradient(to bottom,  #ffffff, #e7e7e7);        
    }
        .contact-map h3 {
            font-size:22px;
            line-height:22px;
            font-weight:normal;
        }
        .contact-map .contact-address {
            margin:0 0 15px;
        }
            .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:20px;
    }
        .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 5px 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(../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;
                clear:left;
                margin:0 10px 0 0;
                font-size:14px;
                line-height:18px;
                color:#666;
                max-width:46%;
            }
            .listing.general .listcontent {
                float:left;
                overflow:hidden;
                font-size:14px;
                line-height:18px;
                min-width:50%;
            }

/* 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-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        }
    .revenue-items > ul {
        font-size:22px;
        line-height:26px;
        font-family:'HeinekenCore-Regular', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', 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;
        }   
    .regional-info .markets p { 
        margin:0;
        padding:15px;
    }

/* 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 {
    margin:-5px 15px 10px;
    position: relative;
    z-index: 100;
    float: right;
}

.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(../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(../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(../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(../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(../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-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #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 .more {
                text-decoration: none;
                color: #666666;
            }
            .download-center #highlighted .more:after {                                    
                margin:0 0 0 0.5em;
                vertical-align:-0.3em;
                content:'';
                display:inline-block;
                width:1.2em;
                height:1.2em;
                background:url(../img/more.png) #77ac05 50% 45% no-repeat;
                background-size:100% 100%;
            }
.download-center #highlighted .action {
   position: absolute;
   left: 15px;
   top: 15px;
}
    .download-center #highlighted .file {
        display: none;
    }
.download-center .info {
    border-top: 2px solid #DCDCDC;
    padding: 10px 15px 1px;
}

.download-center .filter .field.filter-options .sub {
    float: left;
    margin: 5px 0 0;
}

.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 {
    padding:20px 15px;
    overflow:hidden;
    font-size:17px;
    line-height:43px;
    background:#fff;
}
.listing-x + .paging,
.mediagallery + .paging,
.mediagallery + script + .paging {
    margin-top:-20px;
}
    .btn.btn-prev,
    .btn.btn-next {     
        font-size:13px;
        line-height:33px;
        height:auto;
        padding: 0 15px;
    }
    .btn.btn-prev { 
        padding-right:50px;
    }
    .btn.btn-prev:after {   
        width:33px;
        right:0;
        background-image:url(../img/btn-prev.png);
    }
    .paging .btn.btn-prev {
        float:left;
    }
    .btn.btn-next { 
        padding-left:50px;
    }
    .btn.btn-next:after {   
        width:33px;
        left:0;
        background-image:url(../img/btn-next.png);
    }
    .paging .btn.btn-next {
        float:right;
    }
    .paging div { display:none; }

/* Agegate */

.agecheck ol {
    margin:0;
    list-style:none;
}
    body.agegate #header { margin:0; }
    body.agegate #header p,
    .agecheck ol li {
        padding:15px;
        margin:0 0 -2px;
        border-top:2px solid #dcdcdc;
        border-bottom:2px solid #dcdcdc;
        background:#fcfcfc;
        background:-moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e8e8e8));
        background:-webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:-ms-linear-gradient(top, #fcfcfc, #e8e8e8);
        background:linear-gradient(to bottom, #fcfcfc, #e8e8e8);
    }
        .agecheck .block {
            background:none transparent;
            border:0;
            border-radius:0;
            box-shadow:none;
        }
        .agecheck .step { 
            display:none; 
        }
        .agecheck .block.step1 {
            text-align:center;
            white-space:nowrap;
        }
            .agecheck .inputblock {
                display:inline-block;
                position:relative;
                padding-top:20px;
                margin:0 4px;
            }
                .agecheck .inputblock span {
                    background:#999;
                    font-family:'HeinekenCore-Regular', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
                    position:absolute;
                    left:0;
                    top:0;
                    width:62px;
                    padding:0 0 10px;
                    text-align:center;
                    font-size:15px;
                    line-height:19px;
                    color:#fff;
                    z-index:1;
                    border-radius:6px 6px 0 0;
                }
                .agecheck .inputblock input {
                    width:62px;
                    position:relative;
                    z-index:2;
                    text-align:center;
                    font-size:29px;
                    line-height:34px;
                    color:#73ab00;
                    margin:0 0 10px;
                    box-shadow:0 1px 3px rgba(0, 0, 0, 0.65) inset;
                    padding:0 4px;
                    border-radius:6px;
                    border:1px solid #999;
                    height:39px;
                    line-height:37px;
                    background-color:#fff;
                    font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Lucida, Arial, sans-serif;
                    -webkit-appearance:none;
                    -moz-appearance:none;
                    -ms-appearance:none;
                    appearance:none;
                    vertical-align:baseline;
                    -webkit-box-sizing:border-box;
                    -moz-box-sizing:border-box;
                    -ms-box-sizing:border-box;
                    box-sizing:border-box;
                    -webkit-transition:box-shadow 100ms ease-in-out;
                    -moz-transition:box-shadow 100ms ease-in-out;
                    transition:box-shadow 100ms ease-in-out;
                }
                .agecheck .cfe_clone.select {
                    display:block;
                    font-size:14px;
                    border-color:#999;  
                    margin:0 auto;       
                    text-align:left;
                    width:210px;
                }
                .agecheck .cfe_clone.select:after {
                    background-color:#999;
                }
        .agecheck .step2 {
        }
            .agecheck .policy {
                background:url(../img/agegate/icon_checkmark.png) no-repeat 0 0;
                padding:5px 0 0 70px;
                min-height:54px;
            }
                .agecheck .policy p {
                    margin:0 0 10px;
                }
        .agecheck .step3 {
            text-align:center;
        }
            .agecheck .btn {
                color:#ffffff;
                height:56px;
                line-height:56px;
                padding:0 45px;
                display:inline-block;
                margin:0;
                text-align:center;
                text-shadow:0 -1px 1px rgba(0, 0, 0, 0.4);
                border:3px solid #fff;
                border-radius:6px;
                font-size:30px;
                box-shadow:inset 0px 0 0 rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0,0,0,.5);
                background:#7cb903;
                background:-moz-linear-gradient(top,  #7cb903 0%, #81bd0b 5%, #94ca29 16%, #9dd038 23%, #a6d647 33%, #aad94d 42%, #a7d748 44%, #98cd2f 47%, #85c011 49%, #7ab800 51%, #73b000 70%, #71a902 100%);
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cb903), color-stop(5%,#81bd0b), color-stop(16%,#94ca29), color-stop(23%,#9dd038), color-stop(33%,#a6d647), color-stop(42%,#aad94d), color-stop(44%,#a7d748), color-stop(47%,#98cd2f), color-stop(49%,#85c011), color-stop(51%,#7ab800), color-stop(70%,#73b000), color-stop(100%,#71a902)); 
                background:-webkit-linear-gradient(top,  #7cb903 0%,#81bd0b 5%,#94ca29 16%,#9dd038 23%,#a6d647 33%,#aad94d 42%,#a7d748 44%,#98cd2f 47%,#85c011 49%,#7ab800 51%,#73b000 70%,#71a902 100%); 
                background:linear-gradient(to bottom,  #7cb903 0%,#81bd0b 5%,#94ca29 16%,#9dd038 23%,#a6d647 33%,#aad94d 42%,#a7d748 44%,#98cd2f 47%,#85c011 49%,#7ab800 51%,#73b000 70%,#71a902 100%); 
                -webkit-transition:box-shadow 100ms ease-in-out;
                -moz-transition:box-shadow 100ms ease-in-out;
                transition:box-shadow 100ms ease-in-out;
            }
body.agegate a.more {
    text-decoration:none;
    color:#000;
    white-space:nowrap;
}
body.agegate a.more:after {                                    
    margin:0 0 0 0.5em;
    vertical-align:-0.3em;
    content:'';
    display:inline-block;
    width:1.5em;
    height:1.5em;
    background:url(../img/more.png) #77ac05 50% 45% no-repeat;
    background-size:100% 100%;
}
body.agegate .access {
    margin:2px 0 0;
    padding:25px 15px 40px;
    background:#fff;
    text-align:center;
}
    body.agegate .access img {
        display:block;
        width:auto;
        max-width:100%;
        height:auto;
        margin:0 auto 15px;
    }
    body.agegate .access p {
        font-size:14px;
        max-width:20em;
        margin:0 auto 15px;
    }
    body.agegate .access a.more {
        display:inline-block;
        margin:0 5px;
    }

/* redirect menu */


.redirectmenu {
}
    .redirectmenu .rm-label {
        position:relative;
        z-index:10;
    }
    .redirectmenu .rm-content {
        position:relative;
        z-index:5;
        margin:-12px 0 7px;    
        padding:10px 15px 5px;
        border:solid #d5d5d5;
        border-width:0 1px 1px;
        border-radius:0 0 3px 3px;
        box-shadow:inset 0 0 4px rgba(0,0,0,.2), 0 1px 0 rgba(255, 255, 255, 0.75);
        background:#fff;
        font-size:14px;
        line-height:18px;
        display:none;
    }
    .redirectmenu.open .rm-content {
        display:block;
    }
        .redirectmenu ul {
            margin:0;
            padding:0;
            list-style:none;
        }   
            .redirectmenu li {
                margin:5px 0;
            }
                .redirectmenu .rm-content a {
                    color:#666;
                    text-decoration:none;
                }
                .redirectmenu .rm-content a:hover {
                    color:#000;
                }


/* 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) {

}

*/

/*- - - - - - BRANDS SLIDER - - - - - - - */

/* DIRECTION CONTROLS (NEXT / PREV) */

.bs-container .bx-wrapper .bx-prev {
	left: 0px;
	background:url(../img/slider-controls.png) 0 0 no-repeat;
}

.bs-container .bx-wrapper .bx-next {
	right: 0px;
	background:url(../img/slider-controls.png) -50px 0px no-repeat;
}

.bs-container .bx-wrapper .bx-prev:hover {
	opacity:0.6;
}

.bs-container .bx-wrapper .bx-next:hover {
	opacity:0.6;
}

.bs-container .bx-wrapper .bx-controls-direction a {
	display:none; 
}

.bs-container .bx-wrapper .bx-controls-direction a.disabled {
	opacity:0.6;
}

.bs-container .bx-wrapper .bx-pager.bx-default-pager a {
	background: #CBCBCB;
}

.bs-container .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bs-container .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666;
}

.bs-container .bx-wrapper .bx-viewport {
	background:url(../img/bg.jpg) center center no-repeat;
	background-size:cover;	
	left:0;
}

.bs-container .bx-wrapper .bx-pager,
.bs-container .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 14px;
	width: 100%;
}

.bs-container, .bs-slide, .brand-slider {
	width:100%;
	height:400px;	
}

.bs-slide {
	position:relative;	
	overflow:hidden;
}

.bs-slide > div {position:absolute;}

.detail-container {display:none;}

.detail-container > div {
	position:relative;
	width:33.3%;
	height:89px;
	float:left;
	background:url(../img/bs-detail.png) 0 0 no-repeat;
	background-size:contain;
}

.detail-container > div span.container {
	width:100%;
	position:absolute;
	bottom:26%;
	display:block;
	clear:both;
}

.detail-container > div span.title, .detail-container > div span.content {display:block;}
.detail-container > div span.title {
	font-size:14px;
	font-weight:bold;
	width:100%;
	text-align:center;
	}
	
.detail-container > div span.content {
	font-size:18px;
	font-weight:normal;
	width:100%;
	text-align:center;
	}
	
.bs-slide .logo {
	width:28.0%;
	height:140px;
	top:30px;
	background-position:center bottom;
	background-repeat:no-repeat;
	left:8.3%;
	background-size:contain;
}	

.bs-slide .text {
	display:none;
}

.bs-slide .mobile-text {
	font-size:18px;
	line-height:20px;
	width:119px;
	top:165px;
	text-align:center;
	height:89px;
	left:13.9%;
}

.bs-slide .detail-container {
	bottom:232px;
	left:7.0%;
	width:30.0%;
}

.bs-slide .bs-btn {
	position:absolute;
	padding:8px 0px;
	top:280px;
	left:5.9%;
	display:block;
	width:160px;
}

.bs-slide .bs-btn a {
	background:#808080;
	color:#FFF;	
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 0px;
	display:block;
	text-align:center;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.6);
	text-decoration:none;
}

.bs-slide .bs-btn span {
	text-indent:-99999px;
	background:url(../img/mobile/btn-arrow.png) center center no-repeat;
	width:9px;
	height:100%;
	display:inline-block;
}

.bs-slide .product-1, .bs-slide .product-2, .bs-slide .product-3 {
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.bs-slide .product-1 {
	left:68%;	
	top:30px;
}

.bs-slide .product-2, .bs-slide .product-3 {display:none;}
	
/*- - - - STRONGBOW - - - - - */

.bs-slide.strongbow .logo {
	background-image:url(../img/mobile/bss-logo.png);
	width:157px;
	left:6.4%;
	height:90px;
}

.bs-slide.strongbow .product-1 {
	background-image:url(../img/mobile/bss-1-new.png);
	width:100px;
	height:352px;
	left:65%;
	top:70px;
}

.bs-slide.strongbow .mobile-text {
	left:6.4%;
	width:157px;
}


/*- - - - BULMERS - - - - - */

.bs-slide.bulmers .logo {
	background-image:url(../img/mobile/bsb-logo.png);
	width:170px;
	left:5.2%;
	height:95px;
}

.bs-slide.bulmers .product-1 {
	background-image:url(../img/mobile/bsb-1.png);
	width:89px;
	height:420px;
	left:67%;
	top:16px;
}

.bs-slide.bulmers .mobile-text {
	width:170px;
	left:5.2%;
}

/*- - - - HEINEKEN - - - - - */

.bs-slide.heineken .logo {
	background-image:url(../img/mobile/bsh-logo.png);
	width:161px;
	left:6.3%;
	top:30px;
	height:85px;
}

.bs-slide.heineken .product-1 {
	background-image:url(../img/mobile/bsh-1.png);
	width:83px;
	height:377px;
}

.bs-slide.heineken .mobile-text {
	left:6.3%;
	width:161px;
}


/*- - - - FOSTERS - - - - - */

.bs-slide.fosters .logo {
	background-image:url(../img/mobile/bsf-logo.png);
	width:160px;
	left:5.9%;
	height:106px;
}

.bs-slide.fosters .product-1 {
	background-image:url(../img/mobile/bsf-1.png);
	width:96px;
	height:387px;
	left:65%;
	top:50px;
}

.bs-slide.fosters .mobile-text {
	width:160px;
	left:5.9%;
}


/*- - - - KRONENBOURG - - - - - */

.bs-slide.kronenbourg1664 .logo {
	background-image:url(../img/mobile/bsk-logo.png);
	width:160px;
	left:5.9%;
	height:104px;
}

.bs-slide.kronenbourg1664 .product-1 {
	background-image:url(../img/mobile/bsk-1.png);
	width:73px;
	height:391px;
}

.bs-slide.kronenbourg1664 .mobile-text {
	width:160px;
	left:5.9%;
}


/*- - - - DESPERADOS - - - - - */

.bs-slide.desperados .logo {
	background-image:url(../img/mobile/bsd-logo.png);
	width:155px;
	left:6.5%;
	height:104px;
	}

.bs-slide.desperados .product-1 {
	background-image:url(../img/mobile/bsd-1.png);
	width:66px;
	height:390px;
}

.bs-slide.desperados .mobile-text {
	width:155px;
	left:6.5%;
}

.brands .row .text .inner img {margin:0 auto; max-width:140px;}

.brands .row .text .inner.strongbow img {margin:0 auto; max-width:150px;}
.brands .row .text .inner.bulmers img {margin:0 auto;max-width:130px;}
.brands .row .text .inner.heineken img {margin:0 auto;max-width:170px;}
.brands .row .text .inner.fosters img {margin:0 auto;max-width:110px;}
.brands .row .text .inner.kronenbourg1664 img {margin:0 auto;max-width:120px;}
.brands .row .text .inner.desperados img {margin:0 auto;max-width:150px;}

.brands .row .text .inner.amstel img 				{max-width:130px}
.brands .row .text .inner.birramoretti img 			{max-width:130px}
.brands .row .text .inner.deucharsipa img 			{max-width:130px}
.brands .row .text .inner.jacques img 				{max-width:170px}
.brands .row .text .inner.johnsmiths img 			{max-width:140px}
.brands .row .text .inner.murphys img 				{max-width:160px}
.brands .row .text .inner.newcastlebrownale img 	{max-width:120px}
.brands .row .text .inner.sagres img 				{max-width:180px}
.brands .row .text .inner.scrumpyjack img 			{max-width:160px}
.brands .row .text .inner.sol img 					{max-width:130px}
.brands .row .text .inner.symondsfounderscider img 	{max-width:150px}
.brands .row .text .inner.tiger img 				{max-width:120px}
.brands .row .text .inner.woodpecker img 			{max-width:180px}
.brands .row .text .inner.zywiec img 				{max-width:130px}


.module-a.brands .row .text .inner a.btn {
	width:71px;
	display:block;
	margin:20px auto 0;	
}

.enter-btn {
	color: #ffffff;
	height: 27px;
	line-height: 24px;
	padding: 0 17px;
	display: inline-block;
	margin: 0;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 14px;
	box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0,0,0,.5);
	background: #7cb903;
	background: -moz-linear-gradient(top, #7cb903 0%, #81bd0b 5%, #94ca29 16%, #9dd038 23%, #a6d647 33%, #aad94d 42%, #a7d748 44%, #98cd2f 47%, #85c011 49%, #7ab800 51%, #73b000 70%, #71a902 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cb903), color-stop(5%,#81bd0b), color-stop(16%,#94ca29), color-stop(23%,#9dd038), color-stop(33%,#a6d647), color-stop(42%,#aad94d), color-stop(44%,#a7d748), color-stop(47%,#98cd2f), color-stop(49%,#85c011), color-stop(51%,#7ab800), color-stop(70%,#73b000), color-stop(100%,#71a902));
	background: -webkit-linear-gradient(top, #7cb903 0%,#81bd0b 5%,#94ca29 16%,#9dd038 23%,#a6d647 33%,#aad94d 42%,#a7d748 44%,#98cd2f 47%,#85c011 49%,#7ab800 51%,#73b000 70%,#71a902 100%);
	background: linear-gradient(to bottom, #7cb903 0%,#81bd0b 5%,#94ca29 16%,#9dd038 23%,#a6d647 33%,#aad94d 42%,#a7d748 44%,#98cd2f 47%,#85c011 49%,#7ab800 51%,#73b000 70%,#71a902 100%);
	-webkit-transition: box-shadow 100ms ease-in-out;
	-moz-transition: box-shadow 100ms ease-in-out;
	transition: box-shadow 100ms ease-in-out;
	text-decoration:none;
}

.ext-portals .enter-btn {
		float:right;
		margin-right:10%;	
	}
	
#myHeineken-landing {
	position:static;	
}
	
.teaser.ext-portals .content .divider {width:95%;height:2px; background:#cccccc;box-shadow: inset 0px -1px 0px #ffffff;margin:20px auto;float:left;}
.teaser.careers .content .divider {width:95%;height:2px; background:#cccccc;box-shadow: inset 0px -1px 0px #ffffff;margin:10px auto;}	
	
.teaser.ext-portals .content {margin:0;}
.teaser.ext-portals .content .row {
	margin: 0px 0 30px;
	float: left;
	width: 100%;	
}
.teaser.ext-portals .content .row:nth-child(1) {margin:11% 0 0px;}
.teaser.ext-portals .content .row:nth-child(2) {border-top: 1px solid #cccccc;box-shadow: inset 0px 1px 0px #ffffff;padding:40px 0 0px;margin:0 0 10%;}

.ext-portals h4 {float:left;font-size:13px;line-height:30px;font-weight:bold;margin-left:10%;}

.teaser.careers h4 {font-weight:bold;font-size:18px;margin-bottom:30px;}
.teaser.careers {text-align:center;}
.teaser.careers .content {
	width: 80%;
	margin: 8% auto;
}
.teaser.careers p a {font-size:13px;}

.teaser.careers p:nth-child(3){
	border-top: 1px solid #cccccc;
	box-shadow: inset 0px 1px 0px #ffffff;	
	border-bottom: 1px solid #cccccc;
	padding:20px 0;
}

a.lgt {color:#77ac05; text-decoration:none;}

.listing-x.module-b.brands .bx-wrapper {margin:0 0 0px;}
.listing-x.brands {margin:0;}
.listing-x.module-b.brands .bx-wrapper, .listing-x.module-b .bx-wrapper .bx-viewport {height:320px !important;}
.listing-x.module-b.brands .bx-wrapper .bx-pager {display:none;}
.listing-x.brands li {padding:20px 15px 36px;padding-left:115px;}

.listing-x.module-b.brands .bx-wrapper .bx-viewport {background:#E5E5E5;left:0;}

.listing-x.brands .slide-prev a, .listing-x .slide-next a {
	position:absolute;
	top:225px;
	width:15px;
	height:25px;
	text-indent:-99999px;
	z-index:99999;
}
.listing-x.brands .slide-prev a {
	left: 10px;
	background: url(../img/slider-controls.png) 0 0 no-repeat;
}

.listing-x.brands .slide-next a {
	right: 10px;
	background: url(../img/slider-controls.png) -50px 0 no-repeat;
}
.listing-x.module-b.brands {position:relative;}
.listing-x.brands h2 {width:200px;margin-bottom:15px;}
.listing-x.brands .pager {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -5px;
}
.listing-x.brands span.min, .listing-x.brands span.max, .listing-x.brands .pager p {color:#77ac05;}

.listing-x.module-b.brands li {padding:0px 0 49px;border-top:0;border-bottom:0;margin:0 auto;}
.listing-x.module-b.brands li a:nth-child(1) {margin:0;padding:0;width:222px;height:162px;}
.listing-x.brands li .imgcontainer {margin:0 auto 20px;width:222px;height:151px;}
	.listing-x.brands li .imgcontainer {display:block;}

.listing-x.brands li .inner {width:222px; margin:0 auto;position:relative;}
.listing-x.brands li .inner a h3 {margin:0 0 40px; text-align:left;}
.listing-x.brands li .inner a.btn-more {margin:0;position:absolute;left:0;top:60px;}

.module_cr {
	width:100%;	
}
.module_cr ul {padding:0;margin:0;}
.module_cr ul li {
	list-style:none;
	position:relative;
	padding:0;
	margin:0;
}

.module_cr ul li img {margin:0 auto 20px;}
.listing.downloads .list li a {background:none;}

.listing.downloads .list li .imgcontainer .btn-more {min-height:25px;right:0;}

.listing.downloads .imgcontainer {
	position:absolute;
	top:50%;
	right:15px;
	margin:0 0 0;
	width:116px;
}

.listing.downloads .file {
	display:block;
	position:absolute;
	top:51%;
	left:16px;
}

.listing.downloads {
	margin:0;
}

.file {
	display:inline-block;
    background:url(../img/icon_file_formats.png) no-repeat;
    min-height:29px;
    padding:0 0 0 35px;
    font-size:16px;
    line-height:29px;
    color:#999999;
    text-decoration:none;
    vertical-align:baseline;
}
.file.word { background-position:0 -75px;}
.file.pdf { background-position:0 -150px;}
.file.excel { background-position:0 -225px;}
.file.image { background-position:0 -300px;}
.file.link { background-position:0 -375px;}
.file.webcast { background-position:0 -450px;}

.module-a #brand-detail.row .text.brand-fact h3, .module-a #brand-detail.row .text.brands-detail p {color:#656565;}
.module-a #brand-detail.row .text.brand-fact p {font-size:13px;line-height:16px;}
.module-a #brand-detail.row .text.brand-fact p .subheader {font-size:16px;font-weight:bold;}
.fact-wrapper {width:100%;float:left;margin:0 0 20px;}
.fact-container {width:254px;margin:0 auto;}
.fact-container div {
	width:84px;
	height:75px;
	background:url(../img/brand-fact-container.png) 0 0 no-repeat;
	float:left;	
	position:relative;
}

.fact-container div span.title {
	font-size:12px;
	position:absolute;
	top:16px;
	width:100%;
	text-align:center;
}

.fact-container div span.content {
	font-size:16px;
	position:absolute;
	top:33px;
	width:100%;
	text-align:center;
}

.module-a #brand-detail.row.no-arrow {padding:0;}
.module-a #brand-detail.row.no-arrow .inner {padding:30px 15px 20px;}

.module-a #brand-detail.row .text.news {background:#333333;}
.module-a #brand-detail.row .text.news h3, .module-a #brand-detail.row .text.news p {color:#FFF;}
.module-a #brand-detail.row .text.news p {font-size:13px;line-height:18px;}
.module-a #brand-detail.row .text.news p .subheader {font-size:16px;font-weight:bold;line-height:21px;}

.module-a #brand-detail.row .text .btn.btn-more.white:after {background-image:url(../img/btn-arrow-black.png)}
.module-a #brand-detail.row .text .btn.white:after {background:#FFF 50% 50% no-repeat;}
.module-a #brand-detail.row .text .btn.white {background:#FFF;color:#333333;margin:15px 0;}

.module-a #brand-detail.row .text.brand-fact h3, .module-a #brand-detail.row .text.brands-detail p {color:#656565;}
.module-a #brand-detail.row .text.brand-fact p {font-size:13px;line-height:18px;}
.module-a #brand-detail.row .text.brand-fact p .subheader {font-size:16px;font-weight:bold;}
.module-a #brand-detail.row .text .btn {margin-top:10px;}

.module-a #brand-detail.row.withvid {padding:0;}
.module-a #brand-detail.row.withvid .text .inner h3 {position:absolute;top:15px;left:24px;color:#FFF;}
.module-a #brand-detail.row.withvid .text .inner p {display:none;}

.module-a #brand-detail.row .text.colour h3 {font-size:32px;margin-top:20px;}
.module-a #brand-detail.row .text.colour h3, .module-a #brand-detail.row .text.colour p {color:#FFF;}
.module-a #brand-detail.row .text.colour p .subheader {font-weight:bold;font-size:14px;}
.module-a #brand-detail.row .text.colour p.description {display:none;}
.module-a #brand-detail.row .text.colour .inner img {
	position:relative;
	top:0px;
	float:left;
	width:160px;
	height:auto;
	margin:20px 0;
	left:50%;
	margin-left:-80px;
}
.module-a #brand-detail.row.no-arrow .text .inner p {display:block;}
.module-a #brand-detail.row .text .inner p {display:none;}

.module-a #brand-detail.row .text.colour .inner .content {float:left;width:55%;}
.module-a #brand-detail.row .text.colour {float:left;width:100%;}
.module-a #brand-detail.row .text .inner .socialfeed {display:none;}

.module-a.brands-detail.strongbow 	.row .text.colour {background:#333;}
.module-a.brands-detail.bulmers 	.row .text.colour {background:#F4A800;}
.module-a.brands-detail.heineken 	.row .text.colour {background:#0F7B36;}
.module-a.brands-detail.fosters 	.row .text.colour {background:#002B5F;}
.module-a.brands-detail.kronenbourg .row .text.colour {background:#040415;}
.module-a.brands-detail.desperados 	.row .text.colour {background:#F6CB23;}

.module-a.brands-detail.strongbow 	.row .text .btn.btn-more.white:after {background-image:url(../img/btn-arrow-black.png)}
.module-a.brands-detail.bulmers 	.row .text .btn.btn-more.white:after {background-image:url(../img/btn-arrow-gold.png)}
.module-a.brands-detail.heineken 	.row .text .btn.btn-more.white:after {background-image:url(../img/btn-arrow-green.png)}
.module-a.brands-detail.fosters 	.row .text .btn.btn-more.white:after {background-image:url(../img/btn-arrow-blue.png)}
.module-a.brands-detail.kronenbourg .row .text .btn.btn-more.white:after {background-image:url(../img/btn-arrow-red.png)}
.module-a.brands-detail.desperados 	.row .text .btn.btn-more.white:after {background-image:url(../img/btn-arrow-yellow.png)}

.module-a.brands-detail.strongbow	.row .text .btn.white {color:#333;}
.module-a.brands-detail.bulmers		.row .text .btn.white {color:#F4A800;}
.module-a.brands-detail.heineken	.row .text .btn.white {color:#0F7B36;}
.module-a.brands-detail.fosters		.row .text .btn.white {color:#002B5F;}
.module-a.brands-detail.kronenbourg	.row .text .btn.white {color:#EE3124;}
.module-a.brands-detail.desperados	.row .text .btn.white {color:#F6CB23;}

.module-a.brands-detail, .module-a.brands-detail .media-container {margin:0;}



.brand_links .block5 .bl-container {
	width:100%;
	background: url(../img/ie/gradient-hor-01.png) #fefefe 0 0 repeat-y;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #e7e7e7 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(50%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e7e7e7 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 0%,#e7e7e7 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#e7e7e7 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfbfb 0%,#e7e7e7 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	position:relative;
	border:0.5px solid #989898;
	display:block;
	min-height:182px;
	text-decoration:none;
}

	.brand_links .block5 .bl-container.app .block6 img {
		position:absolute;
		bottom:40px;
		left:50%;
		margin-left:-126.5px;
	}
	
	.brand_links .block5 .bl-container.youtube .block4 img {
		position:absolute;
		bottom:40px;
		left:50%;
		margin-left:-67.5px;
	}

	.brand_links .block5 .bl-container .block6 span, .brand_links .block5 .bl-container .block4 span {
		position:absolute;
		width:100%;
		text-align:center;
		font-size:16px;
		color:#808080;
		display:block;
		top:34px;
	}
	
	
.subbrand-detail {
	position:relative;
	margin:0 0 25px;
	font-size:13px;
	line-height:16px;	
}
.subbrand-container {
	width:100%;
	margin:0 0;	
	background: url(../img/ie/gradient-hor-01.png) #fefefe 0 0 repeat-y;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfbfb 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	
}

.subbrand-container .inner {
	padding:25px 30px 15px;	
}

	.subbrand-container .inner .sb-description {
		width:100%;
		margin-bottom:20px;
		margin-right:2%;
	}
	
	.subbrand-container .inner .sb-description h3 {font-weight:bold;font-size:26px;}
	.subbrand-container .inner .sb-description h4 {font-weight:bold;font-size:15px;}
	
	.subbrand-container .inner .fact-wrapper {
		width:100%;
		min-height: 72px;
		float: none;
	}
	
	.subbrand-container .inner .fact-wrapper .fact-container div {float:right;}
	
	
.boxedout-content {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 25px;
	font-size:13px;
	line-height:16px;	
}
	.boxed {
		background-color:#F2F2F2;	
	}
	
	.boxed .inner {padding:25px 30px 15px;}
	.boxed .inner img {display:none;}
	
.contact-sheet {position:relative;font-size:14px;line-height:17px; margin:20px 0 45px;width:100%;}	
.contact-wrapper {
	background: url(../img/ie/gradient-hor-01.png) #fefefe 0 0 repeat-y;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfbfb 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	border:1px solid #989898;
}

.contact-wrapper .inner {padding:25px 30px 15px;}
	
	.contact-wrapper .inner .row {width:100%; border-bottom: 1px solid #cccccc;box-shadow: inset 0px 0px 0px #ffffff;}
		.contact-wrapper .inner .row h3 {margin:15px 0 20px;font-weight:bold;font-size:24px;}
		
	.contact-wrapper .inner .row:last-child {border:none;box-shadow:none;}

.contact-wrapper .inner .row .contact-block {width:100%;margin-bottom:20px;}
	.contact-wrapper .inner .row .contact-block h6 {font-weight:bold;margin-left:15px;}
	
	.contact-wrapper .inner .row p {font-size:13px;}

	
	

.contact-numbers-wrapper ul {margin:0;padding:0;}
.contact-numbers-wrapper ul li {
	width:100%;
	list-style:none;
	background:#FFFFFF;
	margin:0;
	padding:0;
	border:none;
}
	.contact-numbers-wrapper ul li p {font-size:12px; }
	.contact-numbers-wrapper ul li .inner h6 {margin-left:15px;}
	.contact-numbers-wrapper ul li h3 {margin-left:0;}
	.contact-numbers-wrapper ul li p a{
		color:#7ab800;
		word-break:break-all;
	}	
	.contact-numbers-wrapper ul li .inner {padding:25px 30px 15px;}
	
.careers-search {margin:0 0 45px;}

.search-form {
	background: url(../img/ie/gradient-hor-01.png) #fefefe 0 0 repeat-y;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfbfb 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	border:1px solid #989898;	
}

.search-form .inner {padding:25px 30px 25px;}
	.search-form .inner h2 {font-size:18px;}
.search-form .inner .input-container input {width:100%;margin:10px 0 10px;}
.search-form .inner .input-container {width:100%;}
.search-form .inner .input-container .enter-btn {float:left;height:37px;line-height:37px;margin-top:14px;margin-bottom:15px;}

.search-form .inner .btn.btn-more {margin-top:20px;}

input[type="text"].invalid {border:2px solid #FF2B00;}

.error_message {display:none;}

.error_message p {
	margin: -10px 0 20px;
	font-size: 13px;
	color: #FF2B00;
}


.site-choices-container {
	text-align:center;
	margin:30px 0;	
	font-size:13px;
}

.site-choices-container p a {font-weight:bold;color:#000;text-decoration:none;}

.site-choices-container .choices-container {
	width:100%;	
	margin:20px auto 40px;
	overflow:hidden;
}

.site-choices-container .choices-container li {
	width:100%;
	height:100%;
	float:left;
	background: url(../img/ie/gradient-hor-01.png) #fefefe 0 0 repeat-y;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #e7e7e7 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(50%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e7e7e7 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 0%,#e7e7e7 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#e7e7e7 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfbfb 0%,#e7e7e7 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	border-radius: 0px;
	position:relative;
	border:none;
	text-decoration:none;
	padding:20px 30px 20px;
}

	.site-choices-container .choices-container li a {text-decoration:none;background:url(../img/btn-arrow-black.png) 85% 50% no-repeat;display:block;}
	.site-choices-container h4 {color:#666;font-size:18px;font-weight:bold;}
	.site-choices-container h6 {font-weight:bold;margin-top:35px;}
	.site-choices-container p {color: #7ab800;}

.site-choices-container .choices-container a:last-child {margin-right:0;}
.site-choices-container .choices-container a span.title {
	font-size:18px;
	font-weight:bold;	
	color:#656565;
	line-height:23px;
	text-transform:uppercase;
	text-align:left;
	width:100%;
	display:block;
}

.site-choices-container .choices-container a span.enter-btn {display:none;}

@media screen and (max-width:820px) {
	.site-choices-container .choices-container a span.title {
		width:88%;	
	}
}

#choices-footer {
	width:100%;
	max-width:1000px;
	margin:0 auto;	
	position:relative;
}

#choices-footer .block5:nth-child(1) {
	position:absolute;
	width:100%;	
	top:140px;
	text-align:center;
}

#choices-footer .footerlinks p, #choices-footer .footerlinks a {
	color:#000;
	font-size:13px;	
	text-decoration:none;
	margin-bottom:0;
}

#choices-footer .footerlinks p.smallprint {font-size:12px;color:#656565;}
#choices-footer .enter-btn.employee {
	width:100%;
	line-height:25px;
	background:#73A81F;
	text-shadow:none;
	padding:20px 30px 15px;
	float:left;	
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
	border-radius:0;
	text-align:left;
	margin-top:10px;
	border-left:none;
}

#choices-footer .logo-uyl {
	float:left;
	background:url(../img/logo-uyl.png) center center no-repeat;
	width:100%;
	height:47px;
	margin:20px 0;
}

.choices #pagewrap, #choices-footer {clear:both;}

#choices-footer .ltbb {
	float:left;
	background:url(../img/logo-lettherebebeer.png) center center no-repeat;
	width:100%;
	height:47px;
	margin:20px 0;
}



.filter {margin-bottom:0;}

.listing.articles .list ol {
	background: url(../img/ie/gradient-hor-01.png) #fefefe 0 0 repeat-y;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 82%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(82%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 82%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 82%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 82%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 82%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	border-radius: 0;
	border: none;	
}

	.listing.articles .list h3 {font-size:24px;line-height:28px;color:#7ab800;margin-top:30px;}

.listing.articles .list ol li {background:none;margin:0 30px;padding-right:0;border:none;}
	.listing.articles .list ol li .btmborder {border-bottom:1px solid #FFF;padding-bottom:15px;box-shadow:inset 0px -1px 0px #999;}
	.listing.articles .list ol li:last-child .btmborder {border-bottom:none;padding-bottom:0;box-shadow:none;}
.listing.articles .list ol li > a:hover {background:none;}
.listing.articles .list ol li > a {margin:0;padding:0;background:none;}
.listing.articles .list ol li span.date {position:absolute;top:20px;left:15px;}
.listing.articles .list ol li .btn.btn-more {margin:15px 0;}

.listing-x.video-categories ul li {
	padding:0;	
}
	.listing-x.video-categories li > a {margin:0;padding:0;}
	.listing-x.video-categories ul li a .imgcontainer {display:none;}
	.listing-x.video-categories ul li .inner {
		padding:15px 30px 15px;	
	}
	
	.listing-x.video-categories ul li .imgcontainer1 {
			width:360px;
			margin:20px auto 0;
			padding-top:20px;
			height:170px;
			overflow: hidden;
		}
		
		.inner .btn.btn-download {
			margin: 15px auto 0;
			width: 60px;
			position: relative;
			left: 50%;
			margin-left: -50px;
	}
		
		.listing-x.video-categories ul li .imgcontainer1 img {
			width:360px;
			margin-top:-60px;
		}
		
		.listing-x.video-categories ul li .inner p {
			text-align: center;
			font-size: 18px;
			line-height: 22px;
			color:#333;
		}
		.listing-x.video-categories ul li .inner p a.more:after {
			margin: 0 0 0 0.3em;
			vertical-align: -0.15em;
			content: '';
			display: inline-block;
			width: 1em;
			height: 1em;
			background: url(../img/more.png) #77ac05 50% 50% no-repeat;
			background-size: 100% 100%;
		}
		
		.listing-x.video-categories ul li .inner p a {
			color:#333;	
		}
		
		.listing-x.video-categories li a.play {
			background: url(../img/play_btn.png) no-repeat 0 0;
			position: absolute;
			left: 50%;
			top: 50%;
			margin: -55px 0 0 -38.5px;
			width: 73px;
			height: 74px;
			z-index: 200;
			cursor: pointer;
		}
	
.row .text h3 {margin-top:20px;}	

.brands-bg {display:none;}

.content_module .content-row .text {width: 90%; margin:0 auto;}
.content_module .content-row .text .inner {
	padding:20px 0;
}

.content_module .content-row {background:#f2f2f2; padding-top:20px;}
	.content_module .content-row .media-container {width:90%;margin:0 auto 12px;}

a.ext {
	color: #73A81F;
	font-size: 13px;
	text-decoration: none;
	background: url(../img/btn-external.png) 0 0 no-repeat;
	padding: 8px 0 9px 46px;
	margin-right: 10px;
	height: 10px;
}

.brand-fact .inner a.ext {display:block; height: 17px;margin-bottom: 5px;}

.block .speciality p {margin:0;text-align:center;width:100%;}
	.block .speciality p a {color:#666;text-decoration: none;padding:20px 0;width:100%;height:100%;display:block;font-size:16px;background: #f2f2f2;}
	
.dob-input {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.dob-input li {
	width:100%;
	list-style: none;
	padding:0;
	margin:0;
}

.dob-input li input {
	width:90%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align:center;
	color:#666666;
	border:none;
	outline:none;
	font-size:34px;
	background: url(../img/ie/gradient-hor-01.png) #fefefe 0 0 repeat-y;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #e7e7e7 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(50%,#e7e7e7));
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#e7e7e7 50%);
	background: -o-linear-gradient(top, #fbfbfb 0%,#e7e7e7 50%);
	background: -ms-linear-gradient(top, #fbfbfb 0%,#e7e7e7 50%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#e7e7e7 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e7e7e7',GradientType=0 );
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	padding:10px 0;
	border-radius: 10px;
	border: 5px solid #ffffff;
	margin-bottom: 5px;
}

.btn-container a {
	width: 90%;
	border-radius: 5px;
	border: 5px solid #FFFFFF;
	height: 19px;
	padding: 15px 0px;
	font-family: 'HeinekenCore-Regular';
	font-size: 25px;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}

.age-box h2 {
	font-size: 18px;
	color: #7AB800;
	font-family: 'HeinekenCore-Regular';
	text-align: center;
}

.age-box p {
	font-size: 16px;
	color: #656565;
	font-family: 'HeinekenCore-Regular';
	text-align: center;
	margin: 5px 0 5px;
}

#fancybox-outer {
	border-radius: 10px;
	padding: 15px;
}

.drinkaware-footer {
}

.drinkaware-footer img {
	margin:0 auto;
}

.age-box img {
	margin: 0 auto;
}


.site-choices-container .btn-container {margin-top:30px;}

.trading-form-container .inner {
	padding:14px;
}

.trading-form-container .prefilled {width:100%;margin-bottom:10px;}

.customer-redirect {margin:0 0 30px; position: relative;}
	.customer-redirect .container {
	width:100%;
	position: relative;
	background: url(../img/ie/gradient-ver-05.png) repeat-x #ebebeb;
	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-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.customer-redirect .container .inner {padding:14px;}
	.customer-redirect .container .inner p {margin:10px 0;}
	.customer-redirect .container .inner p .btn-more {margin:0 0px;}
	
.remember-container {position:relative;margin-bottom: 15px;}

#ageVer .errors {display:none;}

.copy a {color:#666;}

.list ol li a h3 {margin:0 0 60px;}



.nutritional-overlay#fancybox-wrap{
	margin-left:-15px;
}
.nutritional-overlay #fancybox-content > div{
	width:100% !important;
	height:100% !important;
}

.nutritional-overlay #fancybox-close{
	display: none !important;
    height: 50px;
    right: 0;
    width: 50px;
    top: 0;
    background:#78a921 url('../img/btn-close-overlay.png') no-repeat center center;
}

.nutritional-overlay .mobile-close{
	display: inline-block;
    height: 20px;
    left: 50%;
    margin-top: 0;
    position: absolute;
    bottom: -70px;
    width: 100px;
    float: left;
    background: #78a921;
    color: #ffffff;
    margin-left: -65px;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    padding: 15px;
}

.nutritional-overlay #fancybox-left, 
.nutritional-overlay #fancybox-right {
	bottom: -70px;
	width:50px;
	height:50px;			
}

.nutritional-overlay #fancybox-left span#fancybox-left-ico,
.nutritional-overlay #fancybox-right span#fancybox-right-ico{
	display: inline-block;
    height: 50px;
    left: 0;
    margin-top: 0;
    position: static;
    top: 0;
    width: 50px;
    float:left;
}

.nutritional-overlay #fancybox-left span#fancybox-left-ico{
	background:#78a921 url('../img/btn-overlay-left.png') no-repeat center center;
}
.nutritional-overlay #fancybox-right span#fancybox-right-ico{
	background:#78a921 url('../img/btn-overlay-right.png') no-repeat center center;
}

.nutritional-overlay-wrapper h2{
	/*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e5e5e5 0%, #fcfcfc 49%, #e8e8e8 55%, #e8e8e8 100%) repeat scroll 0 0;*/
	padding:5px 0 10px;
	color:#77ac05;
	font-size:20px;
	margin-bottom:10px;
}
.nutritional-overlay-wrapper h3{
	color:#77ac05;
	font-size:18px;
	margin-top:10px;
}

.nutrition-dropdown{
	margin-bottom:25px;
	background: transparent;
	padding: 5px 55px 5px 15px;
	font-size: 15px;
	border: 1px solid #fff;
	height: 43px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../img/arrow-green-dropdown.png'), linear-gradient(to bottom, #e5e5e5 0%, #fcfcfc 49%, #e8e8e8 55%, #e8e8e8 100%);
	background-repeat:no-repeat;
	background-position:center right;
	border-radius:5px;
	width:100%;
	box-sizing:border-box;
}
.nutrition-dropdown option{
	padding:5px;
}

.nutritional-overlay #fancybox-right span.text,
.nutritional-overlay #fancybox-left span.text{
	display:none;
}

.nutrition-thumb{
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	height:180px;
	
}

/* AWRS page styles */

.awrs-logout{
	margin-left:15px;
}

.awrs-section h2{
	font-size:20px;
}
.awrs-section h3{
	font-size:18px;
}

#awrs-sign-in,
#awrs-forgotten-password,
#awrs-reset-password{
	padding:15px;
	margin-bottom:25px;
}

#awrs-sign-in input[type="text"],
#awrs-sign-in input[type="password"],
#awrs-forgotten-password input[type="text"],
#awrs-forgotten-password input[type="password"],
#awrs-reset-password input[type="text"],
#awrs-reset-password input[type="password"]{
	width:100%;
	margin-bottom:10px;
}

#awrs-sign-in input[type="text"].haserror,
#awrs-sign-in input[type="password"].haserror,
#awrs-forgotten-password input[type="text"].haserror,
#awrs-forgotten-password input[type="password"].haserror,
#awrs-reset-password input[type="text"].haserror,
#awrs-reset-password input[type="password"].haserror{
	border-color:red;	
}

#awrs-sign-in input[type="submit"],
#awrs-forgotten-password input[type="submit"],
#awrs-reset-password input[type="submit"]{
	color: #ffffff;
	height: 39px;
	line-height: 24px;
	padding: 0 17px;
	display: inline-block;
	margin: 0;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 14px;
	box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0,0,0,.5);
	background: #7cb903;
	background: -moz-linear-gradient(top, #7cb903 0%, #81bd0b 5%, #94ca29 16%, #9dd038 23%, #a6d647 33%, #aad94d 42%, #a7d748 44%, #98cd2f 47%, #85c011 49%, #7ab800 51%, #73b000 70%, #71a902 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cb903), color-stop(5%,#81bd0b), color-stop(16%,#94ca29), color-stop(23%,#9dd038), color-stop(33%,#a6d647), color-stop(42%,#aad94d), color-stop(44%,#a7d748), color-stop(47%,#98cd2f), color-stop(49%,#85c011), color-stop(51%,#7ab800), color-stop(70%,#73b000), color-stop(100%,#71a902));
	background: -webkit-linear-gradient(top, #7cb903 0%,#81bd0b 5%,#94ca29 16%,#9dd038 23%,#a6d647 33%,#aad94d 42%,#a7d748 44%,#98cd2f 47%,#85c011 49%,#7ab800 51%,#73b000 70%,#71a902 100%);
	background: linear-gradient(to bottom, #7cb903 0%,#81bd0b 5%,#94ca29 16%,#9dd038 23%,#a6d647 33%,#aad94d 42%,#a7d748 44%,#98cd2f 47%,#85c011 49%,#7ab800 51%,#73b000 70%,#71a902 100%);
	-webkit-transition: box-shadow 100ms ease-in-out;
	-moz-transition: box-shadow 100ms ease-in-out;
	transition: box-shadow 100ms ease-in-out;
	text-decoration:none;
	text-transform:uppercase;
}

#awrs-sign-in input[type="submit"]:hover,
#awrs-forgotten-password input[type="submit"]:hover,
#awrs-reset-password input[type="submit"]:hover {
	background: rgba(204,204,204,1);
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(49%, rgba(204,204,204,1)), color-stop(55%, rgba(179,179,179,1)), color-stop(100%, rgba(179,179,179,1)));
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#b3b3b3', GradientType=0 );
}

#awrs-sign-in span{
	color:#77ac05;
	font-size:14px;
	margin-top:20px;
	display:block;
	padding-right:20px;
	background:url('../img/arrow-green-down-transparentbg.png') center right no-repeat;
}

.awrs-forgot-password-btn{
	color:#77ac05;
	font-size:14px;
	margin-top:20px;
	display:block;
	text-decoration:none;
}

#awrs-forgotten-password,
#awrs-reset-password{
	display:none;
}

#awrs-register{
	padding:15px;
	margin-bottom:20px;
	background:#78A921;
}
#awrs-register h2{
	color:#ffffff;
}
#awrs-register p{
	color:#ffffff;
	font-size:14px;
}

#awrs-register input[type="text"],
#awrs-register input[type="password"]{
	width:100%;
	margin-top:10px;
}

#awrs-register input[type="password"]#awrs-register-password{
	margin-top:20px;
}

#awrs-register input[type="text"].haserror,
#awrs-register input[type="password"].haserror{
	border-color:red;	
}

#awrs-register input[type="submit"]{
	color: #78A921;
	height: 39px;
	line-height: 24px;
	padding: 0 17px;
	display: block;
	margin: 20px 0 0;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 14px;
	box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0,0,0,.5);
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #fcfcfc 49%, #e8e8e8 55%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(49%,#fcfcfc), color-stop(55%,#e8e8e8), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#fcfcfc 49%,#e8e8e8 55%,#e8e8e8 100%); /* W3C */
	-webkit-transition: box-shadow 100ms ease-in-out;
	-moz-transition: box-shadow 100ms ease-in-out;
	transition: box-shadow 100ms ease-in-out;
	text-decoration:none;
	text-transform:uppercase;
}

#awrs-register input[type="submit"]:hover {
	background: rgba(204,204,204,1);
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(49%, rgba(204,204,204,1)), color-stop(55%, rgba(179,179,179,1)), color-stop(100%, rgba(179,179,179,1)));
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 49%, rgba(179,179,179,1) 55%, rgba(179,179,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#b3b3b3', GradientType=0 );
}

#awrs-sign-in p.error,
#awrs-register p.error,
#awrs-forgotten-password p.error,
#awrs-reset-password p.error{
	color:red;
	font-size:14px;
}

.awrs-resources-wrapper h3{
	margin-top:10px;
	color:#72A71F;
	padding-left:15px;
}
.awrs-resources-wrapper .resource-group{
	width: 100%;
    list-style: none;
    margin: 0 0 20px;
    background: #E5E5E5;
    border-radius: 20px;
    padding: 10px 15px;
    box-sizing:border-box;
}
.awrs-resources-wrapper .resource-group li{
	padding:20px 0;
	border-top:1px solid #000000;
}
.awrs-resources-wrapper .resource-group li:first-child{
	border:none;
}
.awrs-resources-wrapper .resource-group li .icon{
	width:28px;
	height:31px;
	display:block;
	float:left;
	position:relative;
	top:-3px;
	margin-right:5px;
}
	.awrs-resources-wrapper .resource-group li .icon.icon-doc{ background:url('../img/icon-file-doc.png'); }
	.awrs-resources-wrapper .resource-group li .icon.icon-pdf{ background:url('../img/icon-file-pdf.png'); }

.awrs-resources-wrapper .resource-group li .type{
	font-size:16px;
	color:#999999;
	float:left;
	width:50px;
	display:block;
	margin-bottom:5px;
}
.awrs-resources-wrapper .resource-group li .title{
	color:#666666
}
.awrs-resources-wrapper .resource-group li .btn{
	float:right;
}

@media only screen and (max-width:550px) {
	
	.awrs-resources-wrapper .resource-group li {
		clear:both;
	}	
	.awrs-resources-wrapper .resource-group li .btn{
		float:left;
		clear:left;
		margin:10px 0;
	}
	
	.awrs-resources-wrapper .resource-group:after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
}