Year Established: 2003
Head Brewer: Chris Kay
City/Town: Bristol
County: Somerset
Size Plant: 10 BBL
Tours: No
Click and Collect: No
Sell Merchandise: No
About
Our artisan ales are hand crafted in small batches using the very finest ingredients carefully selected by our highly skilled head brewer. These beers are brewed by a select team with a passion for what they do.
Bristol Beer Factory Beers, like Bristol itself, seamlessly blend the new with the old. Tried and trusted styles of beer with a contemporary twist are brewed in a hundred year old brewery tower that harks back to Bristol’s industrial age and are sniffed, sipped and swallowed in the inspiring surroundings of the West Country’s oldest pubs and newest bars.
Delivery
Bristol Beer Factory Beers are available via mail order, please click here for details.
-
Milk Stout - 500ml Bottle - Bristol Beer Factory
Multi award winning Stout with a smooth chocolate sweetness, balancing coffee bitterness with a hint of dark fruits. This multiaward winning beer has become everybody’s favourite stout!
Learn More
' + titleForBox + ' was successfully added to your shopping cart.
Continue shopping View cart & checkout';
}else{
msgHtml = '
';
}
setTimeout(function(){
windowOver.show();
windowBox.show().html(msgHtml);
windowOver.one('click',function(){
hidewindow(windowBox,windowOver);
});
jQuery('#hidewindow').click(function(){
hidewindow(windowBox,windowOver);
});
},300 )
}
}
}
function setLocationAjax(url,id){
url += 'isAjax/1';
url = url.replace("checkout/cart","ajax/index");
var msgHtml;
var productImg = jQuery('#productimgover' + id).html();
var windowOver = jQuery('#addedoverlay');
var windowBox = jQuery('#added');
var titleForBox = jQuery('#productname' + id).text();
windowOver.show();
windowBox.show().css({
backgroundImage: "url('http://www.therealalecompany.co.uk/skin/frontend/default/blanco/images/loading.gif')"
});
try {
jQuery.ajax( {
url : url,
dataType : 'json',
success : function(data) {
if(data.status == 'SUCCESS'){
msgHtml = '
' + productImg + '
' + titleForBox + ' was successfully added to your shopping cart.
Continue shopping View cart & checkout';
}else{
msgHtml = '
';
}
setAjaxData(data,false);
windowBox.css({
backgroundImage: 'none'
}).html(msgHtml);
windowOver.one('click',function(){
hidewindow(windowBox,windowOver);
});
jQuery('#hidewindow').click(function(){
hidewindow(windowBox,windowOver);
});
}
});
} catch (e) {
}
}
function hidewindow(windowBox,windowOver){
windowOver.fadeOut(400);
windowBox.fadeOut(400).html('');
}
function hideImage(img){
jQuery(img).animate({
'opacity' : 0
},150);
}
function showImage(img){
jQuery(img).animate({
'opacity' : 1
},150);
}