html, body {
    height: 100%;
}

body {
    background: #39c;
    margin: 0;
    font: 13px Helvetica, Arial, sans-serif;
    
    text-rendering: optimizeLegibility;
    
	
	
}

.brew {
   /* background: #e0bC20;*/
    background: -webkit-gradient(linear, left top, right top, from(#c93), color-stop(0.1,#e0bC20), color-stop(0.5,#e0bC20), to(#b82));
    background: -moz-linear-gradient(left, #c93,#e0bc20,#e0bc20,#e0bc20,#e0bc20,#e0bc20,#D6AE21,#b82);
    overflow: hidden;
}

#browser-warning {
    z-index: 9;
    position: absolute;
    top: -10px;
    left: 10%;
    width: 60%;
    background: #e53;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px 10%;
    border: 10px solid #f64;
    text-transform: uppercase;
    -webkit-transform: translateY(-999px);
    -moz-transform: translateY(-999px);
    -o-transform: translateY(-999px);
    transform: translateY(-999px);
}

#container {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    margin-left: -200px;
    width: 370px;
    min-height: 640px;
    
    /**/
    margin-left: -350px;
}

h1 {
    position: absolute;
    z-index: 1;
    margin: 3px;
    bottom: 0;
    padding: 0;
    width: 370px;
    overflow: visible;

    /**/
    width: 720px;
}

.brew h1 {
    margin-bottom: 0;
    padding-top: 26px;
    padding-bottom: 3px;
    left: 0;
    padding-left: 1000px;
    padding-right: 1000px;
    left: -1000px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
    -o-box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
    background: #fff;
    
}

.brew #container:after {
    position: absolute;
    z-index: 2;
    content: '';
    display: block;
    bottom: 24px;
    left: 189px;
    width:13px;
    height: 100px;
    background: #59551E;
}

.brew:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(150,120,20,0.4)),color-stop(0.5,rgba(255,255,100,0.4)), to(rgba(150,120,20,0.4)));
    background: -moz-linear-gradient(left,rgba(150,120,20,0.4),rgba(255,255,100,0.4), rgba(150,120,20,0.4));
    z-index: 1;
}

h1 span {
    display: block;
    position: relative;
    float: left;
    width: 25px;
    height: 60px;
    color: transparent !important;
    font-size: 0;
    border: 13px solid #fff;
    margin-left: 10px;
    margin-bottom: 10px;
}

.brew h1 span {
    border-color: #000;
}

.brew h1 span {
    color: #fff;
}

h1 span:after, h1 span:before {
    content: '';
    display: block;
    position: absolute;
}

h1 .g:after {
    top: 13px;
    right: -13px;
    width: 25px;
    height: 10px;
    background: #39c;
    border-bottom: 13px solid #fff;
    
}

.brew h1 .g:after {
    border-color: #000;
}

.brew h1 .g:after {
    background: #fff;
}


h1 .l {
    border-top: 0;
    border-right: 0;
    height: 73px;
    width: 38px;
}

h1 .o {
    background: #fff;
    color: #fff;
}

.brew h1 .o {
    background: #000;
    color: #000;
}

h1 .r {
    border-top: 30px solid #fff;
    border-bottom: 0;
    border-right: 0;
    width: 38px;
    height: 56px;
    overflow: hidden;
}

.brew h1 .r {
    border-color: #000;
}

h1 .r:after {
    width: 13px;
    height: 100px;
    background: #fff;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    left: 18px;
    top: -20px;
}

.brew h1 .r:after {
    background: #000;
}

h1 .i {
    width: 13px;
    height: 86px;
    border: 0;
    color: #fff;
    background: #fff;
}

.brew h1 .i {
    color:#000;
    background: #000;
}

h1 .a {
    border: 0;
    width: 53px;
    height: 86px;
    overflow: hidden;        
}

h1 .a:after {
    width: 100px;
    height: 100px;
    top: 7px;
    left: -64px;
    border: 40px solid #fff;
    -webkit-transform: scaleX(0.22) rotate(45deg);
    -moz-transform: scaleX(0.22) rotate(45deg);
    -o-transform: scaleX(0.22) rotate(45deg);
    transform: scaleX(0.22) rotate(45deg);
    
}

.brew h1 .a:after {
    border-color: #000;
}

h1 .a:before {
    width: 22px;
    height: 46px;
    left: 15px;
    bottom: 13px;
    background: #fff;
}

.brew h1 .a:before {
    background: #000;
}


h1 .exc {
    border: 0;
    width: 15px;
    height: 73px;
    background: #e53;
    color: #e53;
}

h1 .exc:after {
    bottom: 10px;
    width: 15px;
    height: 7px;
   background: #39c;
}

.brew h1 .exc:after {
    background: #fff;
}

h1 .e {
    border-right: 0;
    width: 38px;
}

h1 .m {
    width: 39px;
    border-bottom: 0;
    height: 73px;
}

h1 .m:after {
    width: 13px;
    height: 73px;
    top: 0;
    left: 13px;
    background: #fff;
}

.brew h1 .m:after {
    background: #000;
}

h1 .d {
    background: #fff;
    overflow: visible;
}

h1 .d:before {

    width: 0;
    height: 9000px;
    left: 25px;
    top: -9013px;
    border-bottom: 13px solid #fff;
    border-right: 13px solid #fff;
    
    /*
    width: 38px;
    height: 1000px;
    left: -13px;
    top: -1013px;
    border-bottom: 13px solid #fff;
    border-right: 13px solid #fff;
    */
}

.brew h1 .d:before {
    border-color: #000;
    border-right-color: #fff;
}

h1 .d:after {
    background: #39c;
    width: 13px;
    bottom: 99px;
    height: 1px;
    right: -13px;
}


.brew h1 .d:after {
    background: #e0bC20;
}

/*
h1 .d:after {
    background: #39c;
    width: 13px;
    height: 50px;
    top: -30px;
    right: -20px;
    -webkit-transform: rotate(-45deg);
}

h1 .d:before {
    background: #fff;
    width: 13px;
    height: 20px;
    top: -8px;
    right: -8px;
    -webkit-transform: rotate(-45deg);
}
*/

h1 .e:after {
    height: 13px;
    width: 38px;
    top: 23px;
    left: 0;
    background: #fff;
}

.brew h1 .e:after {
    background: #000;
}

h1 .at {
    border-color: #333;
    width: 59px;
}

.brew  h1 .at {
    border-color: #333;
}

h1 .at:after {
    border: 13px solid #333;
    top: 10px;
    left: 10px;
    width: 13px;
    height: 14px;
    background: #333;
}

h1 .at:before {
    bottom: 0;
    right: -13px;
    height: 13px;
    width: 26px;
    background: #333;
    border-bottom: 10px solid #39c;
}

.brew h1 .at:before {
    border-bottom-color: #fff;
}

/* ======================================================================================= */

#navigation {
    z-index: 1;
    position: absolute;
    left: 165px;
    width: 61px;
    height: 26px;
    background: #5be;
    overflow: visible;
    top: 10px;
}

.brew #navigation {
    background: #fd3;
}

#navigation:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 26px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #17a;
}

.brew #navigation:before {
    background: #990;
}

#navigation:after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 26px;
    right: 0;
    width: 10px;
    height: 10px;
    background: #17a;
}

.brew #navigation:after {
    background: #990;
}

#navigation a {
    color: #fff;
    text-decoration: none;
}
#navigation a:hover {
    color: #e53;
}
#navigation a.selected, #navigation a.selected:hover {
    color: #069;
    cursor: default;
}

.brew #navigation a.selected, .brew #navigation a.selected:hover {
    color: #770;
}

#navigation h2 {
    position: absolute;
    top: 10px;
    right: 62px;
    width: auto;
    white-space: nowrap;
    height: 26px;
    background: #5be;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 26px;
    padding: 0 30px;
    text-transform: uppercase;
    
}


#navigation h2:after {
    content: '';
    position: absolute;
    background: #5be;
    width: 20px;
    height: 10px;
    bottom: 0;
    right: -5px;
    z-index: 3;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg);
}

.brew #navigation h2:after {
    background: #fd3;
}

#navigation h2:before {
    content: '';
    position: absolute;
    display: block;
    left: -10px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: #39c;
    -webkit-transform: scaleX(0.5) rotate(45deg);
    -moz-transform: scaleX(0.5) rotate(45deg);
    -o-transform: scaleX(0.5) rotate(45deg);
    transform: scaleX(0.5) rotate(45deg);
}

.brew #navigation h2:before {
    background: #e0bC20;
}

.brew #navigation h2 {
    background: #fd3;
    border-left: 9999px solid #fd3;
}

.brew #navigation h2:before {
    display: none;
}

#navigation ul {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top: 10px;
    left: 62px;
    width: auto;
    height: 26px;
    white-space: nowrap;
    padding: 0;
    background: #5be;
    padding: 0 20px;
}

.brew #navigation ul {
    border-right: 9999px solid #fd3;
    background: #fd3;
}


#navigation ul li {
    list-style: none;
    display: inline;
}

#navigation ul li a {
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
}

#navigation ul li a:hover {
    color: #e53;
}

#navigation ul:after {
    content: '';
    position: absolute;
    background: #5be;
    width: 20px;
    height: 10px;
    bottom: 0;
    left: -5px;
    z-index: 3;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}

.brew #navigation ul:after {
    background: #fd3;
}


#navigation ul:before {
    content: '';
    position: absolute;
    display: block;
    right: -10px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: #39c;
    -webkit-transform: scaleX(0.5) rotate(45deg);
    -moz-transform: scaleX(0.5) rotate(45deg);
    -o-transform: scaleX(0.5) rotate(45deg);
    transform: scaleX(0.5) rotate(45deg);
}

.brew #navigation ul:before {
    background: #e0bC20;
}

.brew #navigation ul:before {
    display: none;
}



/* ======================================================================================= */

/*
h2 {
    
    position: absolute;
    z-index: 2;
    display: block;
    margin: 0;
    top: 13px;
    padding: 0;
    width: auto;
    right: 150px;
    height: 26px;
    overflow: visible;
    
    
}

h2:before {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 18px;
    height: 18px;
    background: #17a;
}

h2:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #39c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 31px;
    right: -13px;
}


h2 span {
    position: relative;
    display: block;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #069;
    background: #5be;
    line-height: 26px;
    padding: 0 40px 0 20px;
    
}

h2 span:before {
    content: '';
    position: absolute;
    display: block;
    left: -10px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: #39c;
    -webkit-transform: scaleX(0.5) rotate(45deg);
    -moz-transform: scaleX(0.5) rotate(45deg);
    -o-transform: scaleX(0.5) rotate(45deg);
    transform: scaleX(0.5) rotate(45deg);
}
*/

#content {    
    position: relative;
    z-index: 9;
    margin-top: 60px;
    width: 805px;
    left: -200px;
    
    -webkit-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    perspective: 800;
    
    -webkit-perspective-origin-y: 200px;
    
}

.dev {
    z-index: 2;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    min-height: 26px;
}

.dev h3 {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    right: 406px;
    border-right: 10px solid #fff;
    height: 26px;
    width: auto;
}


.dev h3 a {
    position: relative;
    display: block;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #e53;
    background: #fff;
    line-height: 26px;
    padding: 0px 10px 0 15px;
    
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    
}

.dev h3 a:after {
    content: '';
    position: absolute;
    display: block;
    left: -10px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: #39c;
    -webkit-transform: scaleX(0.5) rotate(45deg);
    -moz-transform: scaleX(0.5) rotate(45deg);
    -o-transform: scaleX(0.5) rotate(45deg);
    transform: scaleX(0.5) rotate(45deg);
}

.brew .dev h3 a:after {
    background: #e0bC20;
}

.dev h3 a.back:after {
    content: '';
    position: absolute;
    display: block;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #39c;
    -webkit-transform: scaleX(0.5) rotate(45deg);
    -moz-transform: scaleX(0.5) rotate(45deg);
    -o-transform: scaleX(0.5) rotate(45deg);
    transform: scaleX(0.5) rotate(45deg);
    
    top: -10px;
}

.brew .dev h3 a.back:after {
    background: #e0bC20;
}

.dev h3 a.back:before {
    content: '';
    position: absolute;
    display: block;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #39c;
    -webkit-transform: scaleX(0.5) rotate(45deg);
    -moz-transform: scaleX(0.5) rotate(45deg);
    -o-transform: scaleX(0.5) rotate(45deg);
    transform: scaleX(0.5) rotate(45deg);
    
    bottom: -10px;
}

.brew .dev h3 a.back:before {
    background: #e0bC20;
}

.dev h3 a:hover {
    
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    
    color: #fff;
    background: #e53;
}


.dev div,
.dev ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 402px;
    width: 300px;
}


.brew .dev div {
    background: #fd3;
    color: #770;
}


.dev>ul>li {
    list-style: none;
    display: block;
    height: 26px;
    padding-bottom: 2px;
}

.dev ul li a {
    position: relative;
    display: block;
    float: left;
    background: #333;
    font-size: 13px;
    line-height: 26px;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;  
    
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


.dev ul li a:hover {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    
    background: #e53;
    padding: 0 10px 0 30px;
}

.dev ul li a.soon {
    cursor: default;
    font-weight: normal;
}
.dev ul li a.soon:hover {
    background: #333;
}

.dev h3:hover + ul li a {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;

    padding: 0 10px 0 30px;
}


.dev div {
    width: 350px;
    padding: 20px 0;
    background: #5be;
    color: #069;
}

.dev div p,
.dev div h4,
.dev div ul {
    padding: 0 20px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
.dev div h4 {
}
.dev div ul {
    margin: 0 0 0 1em;
}
.dev div ul li {
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    list-style: square outside;
}

.dev div a {
    color: #770;
    font-weight: bold;
    text-decoration: none;
}


/*
.dev ul li a:hover:before {

    content: '';
    position: absolute;
    display: block;
    top: 4px;
    width: 18px;
    height: 18px;

    -webkit-transform: scaleX(0.5) rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    right: -9px;
    background: #e53;
}
*/

/*
.dev ul li a:before {
    content: '';
    position: absolute;
    display: block;
    right: -9px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #333;
    -webkit-transform: scaleX(0.5) rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dev ul li a:hover, .dev ul li a:hover:before {
    background: #e53;
}
*/



/**
 * Brewery
 */
 
#brewery {
    
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
        
    opacity: 0;
    
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    
}

.brew #brewery {
    opacity: 1;
}

@-webkit-keyframes bubble {
  from { -webkit-transform: translateY(0px); }
  to   { -webkit-transform: translateY(-6000px); }
}

#brewery .bubble {
    background: rgba(255,255,255,0.5);
    position: absolute;
}

#brewery .b1-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: bubble 30s infinite linear;
}

#brewery .b2-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: bubble 35s infinite linear;
}

#brewery .b3-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: bubble 25s infinite linear;
}

#brewery .b4-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: bubble 20s infinite linear;    
}

#brewery .b1 {
    width: 10px;
    height: 10px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    

}

#brewery .b2 {
    width: 16px;
    height: 16px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    
    
}

#brewery .b3 {
    width: 8px;
    height: 8px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
}

#brewery .b4 {
    width: 14px;
    height: 14px;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;

    
}


