/*
Theme Name: Lucky Town Brewery
Author: Mabus Agency
Author URI: http://mabusagency.com
Description: This theme was developed for Lucky Town Brewery.
Version: 1.0
*/

@charset"UTF-8";
@import url("http://hello.myfonts.net/count/2f1d78");

/******************************************
 GLOBAL
******************************************/

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    color: #272829;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: 'Factoria Book', 'Roboto Slab', serif;
}

#mfPreviewBar {
    display: none !important;
}

.hidden {
    overflow: hidden;
}

.hide {
    display: none;
}

.opacity {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.splash-hidden {
    display: none;
}

h1 {
    font-family: 'Sull', 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #272829;
}

h2 {
    font-family: 'Sull', 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #272829;
    font-size: 32px;
}

h3 {
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h4 {
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5 {} 

p {
    font-family: 'Factoria Book', 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
}

a,
a:hover, a:visited, a:focus {
    text-decoration: none;
    outline: 0;
    color: #8dbf48;
}

input,
textarea,
select {
    -webkit-appearance: none !important;
    border-radius: 0;
}

.wrapper {

} 

.vert-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.animate200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.animate300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.animate500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.delay300 {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.delay500 {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.delay700 {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.delay900 {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.clear {
    clear: both;
}

.col2 {
    float: left;
    width: 50%;
}

.col3 {
    float: left;
    width: 33.3333%;
}

.col4 {
    float: left;
    width: 25%;
}

.col5 {
    float: left;
    width: 20%;
}


/******************************************
 HEADER
******************************************/
header {
    background: rgba(255, 255, 255, 0);
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    border-bottom: solid 1px #eeeeee;
}

header.show {
    background: rgba(255, 255, 255, 1);
}

#header-wrapper {
    display: inline-block;
    height: 100%;
}

.left-nav, .right-nav {
    float: left;
    padding: 0 70px 0 0;
    position: relative;
    text-align: right;
    opacity: 0;
    width: 385px;
}

.right-nav {
    padding: 0 0 0 70px;
    text-align: left;
}

.left-nav {
    left: 250px;
}

.right-nav {
    right: 350px;
}

.left-nav.show {
    left: 0;
    opacity: 1;
}

.right-nav.show {
    right: 0;
    opacity: 1;
}

ul.right-nav {
    text-align: left;
}

.left-nav li, .right-nav li {
    display: inline-block;
    padding: 0;
    width: 125px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    font-weight: normal;
    letter-spacing: 2px;
}

.left-nav li a, .right-nav li  a {
    color: #272829;
}

#logo {
    width: 300px;
    height: 100%;
    position: relative;
    float: left;
    z-index: 2;
    top: -100px;
}

#logo img {
    width: 100%;
    height: auto;
}

#logo.show {
    top: 0;
}

#mobile-menu {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #272829;
    border-bottom: solid 1px #3a3a3a;
}

#mobile-logo.vert-center {
    width: 35px;
    margin: 0 auto;
    top: 52%;
}

#mobile-logo img {
    width: 100%;
    height: auto;
}

#mobile-icon {
    position: absolute;
    cursor: pointer;
    margin-left: 20px;
    width: 25px;
}

.mobile-line {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 2px #8dbf48;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#line2 {
    margin: 4px 0;
}

#mobile-icon.opened .mobile-line {
    width: 20px;
}

#mobile-icon.opened .mobile-line#line1 {
    top: 6px;
    left: -2px;

    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#mobile-icon.opened .mobile-line#line2 {
    left: 7px;

    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#mobile-icon.opened .mobile-line#line3 {
    top: -6px;
    left: 16px;

    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
    height: 0;
    border-bottom: none;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#mobile-nav.opened {
    height: 40px;
    border-bottom: solid 1px #eeeeee;
    box-sizing: border-box;
}

#mobile-nav ul {
    width: 88%;
    margin: 0 auto;
}

#mobile-nav ul li {
    display: inline-block;
    width: 16%;
    line-height: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#mobile-nav ul li a {
    color: #272829;
}


@media screen and (max-width: 1210px){
    .left-nav li, .right-nav li {
        width: 100px;
    }

    .left-nav {
        padding: 0 50px 0 0;
        width: 310px;
    }

    .right-nav {
        padding: 0 0 0 50px;
        width: 310px;
    }
}

@media screen and (max-width: 1030px){
    #logo {
        width: 193px;
    }
}

@media screen and (max-width: 925px){
    .left-nav li, .right-nav li {
        width: 80px;
    }

    .left-nav {
        padding: 0 30px 0 0;
        width: 250px;
    }

    .right-nav {
        padding: 0 0 0 30px;
        width: 250px;
    }
}

/* BREAK TO MOBILE MENU */
@media screen and (max-width: 755px){
    header {
        border-bottom: none;
    }

    #header-wrapper {
        display: none;
    }

    #mobile-menu {
        display: block;
    }
}

@media screen and (max-width: 600px){
    #mobile-nav {
        overflow:hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #mobile-nav ul {
        width: 550px;
    }

    #mobile-nav ul li {
        font-size: 12px;
    }
}


/******************************************
 DOTTED LINE BUTTON
******************************************/
.line-button {
    cursor: pointer;
    position: relative;
    left: 0;
    opacity: 1;
    border-bottom: 2px dotted #242424;
    width: 50%;
    max-width: 180px;
    padding-bottom: 5px;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.line-button.init {
    left: -5%;
    opacity: 0;
}

.line-button-fill {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    border-bottom: 2px solid #242424;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.plus {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    top: -4px;

    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.line-button.init .plus {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
}

@media screen and (min-width: 768px){
    .line-button:hover .line-button-fill {
        width: 40%;
    }

    .line-button:hover .plus {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
}

.line-button p {
    float: left;
    margin-left: 10px;
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    text-shadow: 0px 0px 12px rgba(0,0,0, .4);
}

.beers.section .line-button p {
    text-shadow: none;
}


/******************************************
 MAIN
******************************************/
#main {

}


/******************************************
 LOADING SCREEN
******************************************/
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: url(images/loading.jpg) #111111 top left repeat;
    background: #111111;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-family: 'SW', 'Lobster Two', cursive;
    line-height: 1.5em;
    font-size: 34px;
}

#loading-screen img {
    max-width: 200px;
    width: 50%;
    height: auto;
    margin-bottom: 20px;
}


/******************************************
 AGE CHECK MODAL
******************************************/
.age-text {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    text-align: center;
    top: 55%;
    z-index: 2;
}

.age-text h3 {
    letter-spacing: 8px;
}

h1.twenty-one {
    font-family: 'SW', 'Lobster Two', cursive;
    font-size: 85px;
    margin-top: 88px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0;
    color: #ffffff;
}

.splash-answers {
    width: 225px;
    position: relative;
    margin: 87px auto 0 auto;
    text-align: center;
}

.yes,
.no {
    cursor: pointer;
    float: left;
    padding: 0 7%;
    text-align: center;
    position: relative;
    padding: 15px;
}

.yes h2,
.no h2 {
    font-family: 'Sull', 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 1em;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    z-index: 2;
    position: relative;
    color: #ffffff;
    cursor: pointer;
}

.yes:hover h2, .no:hover h2 {
    color: #242424;
}

.yes:hover .answer-fill, .no:hover .answer-fill {
    height: 100%;
}

.answer-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #ffffff;
    width: 100%;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.splash-clover {
    float: left;
    width: 50px;
    margin-top: 30px;
    padding: 0 15%;
}

.splash-clover img {
    width: 100%;
    height: auto;
}


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

    h1.twenty-one {
        font-size: 65px;
    }

    .age-text h3 {
        font-size: 14px;
    }

    .yes h2, .no h2 {
        font-size: 40px;
    }

    .answer-fill {
        height: 3px;
    }

    .splash-clover {
        margin-top: 20px;
        width: 40px;
    }

    .splash-answers {
        width: 198px;
    }

}

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

    h1.twenty-one {
        font-size: 45px;
    }

    .age-text h3 {
        font-size: 14px;
        max-width: 250px;
        line-height: 1.3em;
        margin: 0 auto;
    }

}

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

    h1.twenty-one {
        font-size: 30px;
        margin-top: 58px;
    }

    .age-text h3 {
        font-size: 12px;
        max-width: 250px;
        line-height: 1.6em;
        margin: 0 auto;
    }

    .yes, .no {
        padding: 10px;
    }

    .yes h2, .no h2 {
        font-size: 30px;
    }

    .answer-fill {
        height: 2px;
    }

    .splash-clover {
        margin-top: 13px;
        padding: 0 12%;
        width: 30px;
    }

    .splash-answers {
        margin: 58px auto 0 auto;
        width: 130px;
    }

}


/******************************************
 HOME
******************************************/
.section {
    margin-top: -100px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.section.show {

}

.div-headline {
    position: absolute;
    bottom: 20%;
    left: 10%;
}

.div-headline h1 {
    font-size: 120px;
    text-shadow: 0px 0px 12px rgba(0,0,0, .3);
}

.div-headline h2 {
    font-size: 110px;
}

.div-headline .line-button {
    border-bottom: 2px dotted #ffffff;
    left: 0;
    margin-top: 10px;
}

.div-headline .line-button-fill {
    border-bottom: 2px solid #ffffff;
}

.div-headline .line-button p {
    color: #ffffff;
}

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

    .plus {
        width: 15px;
        height: 15px;
    }

    .line-button {
        width: 80%;
    }

    .line-button p {
        font-size: 16px;
    }

}

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

    .div-headline h1 {
        font-size: 60px;
    }

}


/******************************************
 TOP HERO (FRONT PAGE)
******************************************/
.top-hero {
    background: white;
    width: 100%;
    max-height: 1100px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    
    -webkit-transition: height 200ms ease-out;
    -moz-transition: height 200ms ease-out;
    -ms-transition: height 200ms ease-out;
    -o-transition: height 200ms ease-out;
    transition: height 200ms ease-out;

    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    clip-path: polygon(50% 0, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}

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

    .top-hero {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

}

.top-hero video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#loop-overlay {
    background: url(images/loop-overlay.png) top left repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
}

#bottom-angle {
    background: url(images/canvas-01-bottom.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: 136px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rediscover-beer {
    opacity: 0;
    bottom: 25%;
    
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.rediscover-beer.show {
    opacity: 1;
    bottom: 20%;
}

.rediscover-beer h1 {
    color: #ffffff;
}


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

    .top-hero {
        background: url(images/canvas-01-brewing.jpg) bottom center no-repeat;
        background-size: cover;
        height: 800px;
    }

    .div-headline h1 {
        font-size: 80px;
    }

    #video-loop {
        display: none;
    }

}


/******************************************
BEERS
******************************************/
.beers {
    background: white;
    z-index: 2;
    margin-top: 0 !important;
    padding-bottom: 120px;
    padding-top: 60px;
}

.beers h1 {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    font-size: 120px;
    top: -25px;
    opacity: 0;
    
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.beers h1.show {
    top: 0;
    opacity: 1;
}

.beer-cans {
    width: 95%;
    max-width: 1300px;
    position: relative;
    background-color: #ffffff;
    margin: 50px auto;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

.single-can {
    position: relative;
    background-color: #ffffff;
    opacity: 0;
    top: 100px;
    
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-can.show {
    opacity: 1;
    top: 0;
}

.single-can.col4 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 23%;
}

.can-img {
    position: relative;
    cursor: pointer;

    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.single-can:hover .can-img {
    opacity: .25;
}

.single-can img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.count {
    font-family: 'Sull', 'Oswald', sans-serif;
	width: 96%;
    margin-left: 4%;
    font-size: 32px;
	text-align: center;
	position: absolute;
    z-index: 3;
    bottom: 20%;
    color: #ffffff;
    opacity: 0.9;
}

.can-full-color {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #f0f0f0;
}

.can-fill {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;

    -webkit-transition: height 800ms ease-out;
    -moz-transition: height 800ms ease-out;
    -ms-transition: height 800ms ease-out;
    -o-transition: height 800ms ease-out;
    transition: height 800ms ease-out;
}

#can1 .can-fill {
    background: url(images/ipa-fill.png) center top no-repeat;
    background-size: cover;
}

#can2 .can-fill {
    background: url(images/oatmeal-fill.png) center top no-repeat;
    background-size: cover;
}

.beers .line-button {
    top: -30px;
    left: 9%;
    opacity: 1;
}

.beers .line-button.init {
    left: 4%;
    opacity: 0;
}

.vote-now.vert-center {
    font-family: 'Sull', 'Oswald', sans-serif;
    font-size: 60px;
    letter-spacing: 2px;
    line-height: .9em;
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;

    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.single-can:hover .vote-now.vert-center {
    top: 50%;
    opacity: 1;
}

#vote-modal-wrapper {
    background: url(images/canvas-03-slider.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 40px 0 100px 0;
}

.modal-vote-info {
    display: none;
    color: #ffffff;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

.modal-vote-info h1 {
    color: #ffffff;
    font-size: 85px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 25px;
}

.modal-vote-info p {
    margin-bottom: 45px;
}

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

    .beers h1 {
        font-size: 100px;
    }

}

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

    .beers h1 {
        font-size: 80px;
    }

}

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

    .beers h1 {
        font-size: 70px;
    }

    .single-can.col4 {
        width: 43%;
        text-align: center;
    }

    #ballistic-blonde.single-can.col4,
    #pub-ale.single-can.col4 {
        margin-bottom: 30px;
    }

    .can-img, .single-can img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

}

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

    .beers h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 60px;
    }

}

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

    .beers h1 {
        font-size: 50px;
    }

    .beers .line-button {
        top: 0;
    }

}

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

    .vote-now.vert-center {
        font-size: 50px;
    }

}


/******************************************
 BEER SLIDER
******************************************/
#beer-slider.flexslider {
    background: url(images/canvas-03-slider-flat.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0 100px;
    height: 800px;
    z-index: 3;
    margin-top: -120px;

    -webkit-clip-path: polygon(50% 11.5%, 100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
    clip-path: polygon(50% 11.5%, 100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
}

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

    #beer-slider.flexslider {
        margin-top: -80px;
        padding: 20px 0 100px;

        -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    }

}

ul.beer-slider {
    width: 100%;
    height: 100%;
    opacity: 1;
}

ul.beer-slider.disable {
    opacity: .2;
}

ul.beer-slider p {
    font-size: 16px;
}

ul.beer-slider .line-button {
    border-bottom: 2px dotted #ffffff;
    left: 0;
    float: left;
}

.link-icons {
    position: relative;
    top: -5px;
    float: left;
    margin-left: 10px;
}

.hover-show {
    display: inline-block;
    position: relative;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    width: 20px;
    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.hover-show:hover {
    width: 155px;
    background-color: rgba(0, 0, 0, .2);
}

.hover-static {
    display: inline-block;
}

.hover-reveal {
    position: absolute;
    width: 135px;
    top: 16px;
    left: 35px;
}

.icon-kegs, .icon-cans {
    width: 20px;
    float: left;
}

.icon-tap {
    width: 14px;
    float: left;
    margin-left: 2px;
}

ul.beer-slider .line-button-fill {
    border-bottom: 2px solid #ffffff;
}

ul.beer-slider li {
    width: 100%;
    height: 100%;
}

ul.beer-slider h2 {
    color: #ffffff;
}

.slider-text {
    position: relative;
    margin: 0 auto;
    width: 94%;
    top: 100px;
    color: #ffffff;
    max-width: 1600px;
}

.slider-border {
    margin-top: 15px;
    border: 1px solid #ffffff;
    padding: 2%;
}

.slider-titles {
    position: relative;
    left: 2%;
}

.slider-sub-title {
    position: relative;
    margin-top: 20px;
    top: -20px;
    opacity: 0;
    font-family: 'Factoria Book';
    text-transform: uppercase;
    letter-spacing: 4px;
}

.flex-active-slide .slider-sub-title {
    top: 0;
    opacity: 1;
}

.slider-titles h2 {
    position: relative;
    font-size: 85px;
    left: -40px;
    opacity: 0;
}

.flex-active-slide .slider-titles h2 {
    left: 0;
    opacity: 1;
}

.learn-lingo {
    position: absolute;
    bottom: 9px;
    right: 30%;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 1;

    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.learn-lingo:hover {
    color: #dddddd;
}

.learn-lingo.on {
    color: #8dbf48;
}

.awesome-level h4 {
    float: left;
}

.slider-copy {
    padding-bottom: 15px;
    border-bottom: 1px solid #242424;
}

.beer-description {
    position: relative;
    float: left;
    padding-right: 4%;
    width: 25%;
    border-right: 1px solid #ffffff;
    line-height: 24px;
}

.beer-description p {
    margin-top: 10px;
}

.ingredients {
    float: left;
    padding-left: 4%;
    padding-right: 3%;
    width: 35%;
    padding-top: 15px;
}

.ingredients h3 {
    margin-right: 10px;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
}

.ingredients p {
    
}

.ingredients .clear {
    margin-bottom: 5px;
}

.ing-col {
    float: left;
}

.awesome-level h3, .awesome-level p {
    display: inline-block;
}

.beer-style {
    width: 0;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    height: 27px;
    overflow: hidden;
    margin-top: -7px;

    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.beer-style h3 {
    line-height: 1.8em;
}

.flex-active-slide .beer-style {
    width: 100%;
}

.beer-desc {
    position: relative;
    top: 20px;
    opacity: 0;
}

.flex-active-slide .beer-desc {
    top: 0;
    opacity: 1;

    -webkit-transition-delay: 1050ms;
    -moz-transition-delay: 1050ms;
    -ms-transition-delay: 1050ms;
    -o-transition-delay: 1050ms;
    transition-delay: 1050ms;
}

.slider-right-col {
    position: relative;
    width: 70%;
    float: left;
}

.drinking-tips {
    width: 65%;
    float: left;
    margin-left: 4%;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

.drinking-tips h2 {
    font-size: 75px;
    margin-top: 5px;
}

.serving-temp {
    width: 35%;
    position: relative;
    border-right: 1px solid #ffffff;
    padding-right: 2%;
}

.serving-temp h4, .gravity h4 {
    position: relative;
    top: -10px;
    opacity: 0;

    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.flex-active-slide .serving-temp h4,
.flex-active-slide .gravity h4 {
    top: 0;
    opacity: 1;
}

.serving-temp h2, .gravity h2, .glass-full, .glass-empty {
    position: relative;
    top: 10px;
    opacity: 0;

    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.flex-active-slide .serving-temp h2,
.flex-active-slide .gravity h2 {
    top: 0;
    opacity: 1;
}

.flex-active-slide .glass-full, 
.flex-active-slide .glass-empty {
    top: 9px;
    opacity: 1;
}

.serving-temp h2 img {
    position: relative;
    top: -6px;
    left: -5px;
    display: inline !important;
    width: 38px;
    height: 60px;
}

.gravity {
    position: relative;
    width: 48%;
    padding: 2px 0 2px 4%;
}

.gravity h2 {
    float: left;
}

.gravity-low {
    margin-left: 10%;
}

.glass-full, .glass-empty {
    float: left;
    width: 40px;
    position: relative;
    top: 9px;
    margin-left: 2%;
    margin-top: 7px;
}

.gravity img {
    width: 100%;
    height: auto;
}

.ingredients {
    position: relative;
    top: 20px;
    opacity: 0;
}

.flex-active-slide .ingredients {
    top: 0;
    opacity: 1;

    -webkit-transition-delay: 1350ms;
    -moz-transition-delay: 1350ms;
    -ms-transition-delay: 1350ms;
    -o-transition-delay: 1350ms;
    transition-delay: 1350ms;
}

.beer-info {
    position: relative;
    float: left;
    top: 10px;
    border-left: 1px solid #ffffff;
    padding-left: 3%;
    width: 24%;
}

.beer-info h2 {
    font-size: 75px;
}

.abv {
    position: relative;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

.ibu {
    position: relative;
    padding-top: 10px;
}

.abv h2, .ibu h2 {
    position: relative;
    left: -20px;
    opacity: 0;
    float: left;
}

.abv-text, .ibu-text {
    position: relative;
    left: 20px;
    opacity: 0;
    float: left;
    margin-top: 8px;
    text-align: center;
    width: 25%;
    margin-left: 2%;
    border-bottom: 1px solid #9d9d9d;
    color: #9d9d9d;
    padding-bottom: 10px;
}

.abv h2, .abv-text {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.ibu h2, .ibu-text {
    -webkit-transition-delay: 1650ms;
    -moz-transition-delay: 1650ms;
    -ms-transition-delay: 1650ms;
    -o-transition-delay: 1650ms;
    transition-delay: 1650ms;
}

.flex-active-slide .abv h2,
.flex-active-slide .ibu h2,
.flex-active-slide .abv-text,
.flex-active-slide .ibu-text {
    left: 0;
    opacity: 1;
} 

h3.top-letter, h3.bottom-letters {
    width: 100%;
    font-weight: 700;
}

h3.top-letter {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 5px;
}

h3.bottom-letters {
    font-size: 33px;
}

.slider-can {
    position: absolute;
    right: -100px;
    top: -10%;
    width: 400px;
    opacity: 0;
}

.flex-active-slide .slider-can {
    right: 0;
    opacity: 1;
    
    -webkit-transition: all 200ms ease-out 100ms;
    -moz-transition: all 200ms ease-out 100ms;
    -ms-transition: all 200ms ease-out 100ms;
    -o-transition: all 200ms ease-out 100ms;
    transition: all 200ms ease-out 100ms;
}

.slider-can img {
    width: 100%;
    height: auto;
}

.slider-links {
    position: relative;
    padding-top: 30px;
    width: 80%;
    top: 20px;
    opacity: 0;
}

.flex-active-slide .slider-links {
    top: 0;
    opacity: 1;

    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

#slider-helper {
    display: none;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 450px;
    height: 30%;
    padding: 20px 40px;
    background-color: rgba(0, 0, 0, .85);
    z-index: 10;
    color: #ffffff;
}

#slider-helper .vert-center {
    top: 48%;
}

#slider-helper h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

#slider-helper p {
    line-height: 1.6em;
}

.ok-button {
    font-family: 'Sull';
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 32px !important;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    padding: 15px 0;
    position: relative;
    border: solid 2px #97C750;
    color: #97C750;
    background-color: rgba(0, 0, 0, 0.10);
    cursor: pointer;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ok-button:hover {
    background-color: rgba(30, 30, 30, 0.30);
}

.learn-i {
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 1;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.learn-i.show {
    display: inline-block;
}

.learn-i.selected {
    color: #97C750;
}

.learn-info {
    background-color: rgba(141, 181, 72, 1);
    color: #272829;
    position: absolute;
    padding: 18px;
    z-index: 2;
    top: 30px;
    right: 30px;
    width: 200px;
    line-height: 1.6em;
    display: none;
}

.learn-info.show {
    display: block;
}

.abv-learn.learn-i, .ibu-learn.learn-i {
    position: absolute;
    right: 0;
    top: -5px;
}


/******************************************
 BROKE FREE (VIDEO)
******************************************/
.broke-free {
    background: url(images/canvas-04-video.jpg) top left no-repeat;
    background-size: cover;
    height: 1080px;
    max-height: 1100px;
    z-index: 0;
    margin-top: -120px;
}

.broke-free h1 {
    position: relative;
    color: #ffffff;
    width: 100%;
    max-width: 655px;
}

.broke-free .div-headline {
    opacity: 0;
    bottom: 25%;
    
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.broke-free.show .div-headline {
    opacity: 1;
    bottom: 20%;
}

.div-headline .line-button.watch-button {
    border-bottom: none;
    color: #ffffff;
    height: 50px;
    font-size: 20px;
    max-width: none;
    width: auto;
}

.line-title {
    float: left;
    width: 160px;
    line-height: 1em;
    overflow: hidden;
}

.div-headline .line-button.watch-button.init .line-title span {
    left: 100%;
}

.line-title span {
    position: relative;
    left: 0%;
    text-shadow: 0px 0px 12px rgba(0,0,0, .6);
    
    -webkit-transition: left 400ms ease-out;
    -moz-transition: left 400ms ease-out;
    -ms-transition: left 400ms ease-out;
    -o-transition: left 400ms ease-out;
    transition: left 400ms ease-out;
}

.line-border {
    float: left;
    width: 2px;
    height: 100%;
    border-right: dashed 2px #ffffff;
    margin: 0 25px 0 20px;
}

.line-play {
    float: left;
    color: #8dbf48;
    font-size: 30px;
    width: 25px;
    line-height: 1em;
    overflow: hidden;
    position: relative;

    -webkit-animation: playMove 800ms infinite;
    -moz-animation: playMove 800ms infinite;
    -ms-animation: playMove 800ms infinite;
    -o-animation: playMove 800ms infinite;
    animation: playMove 800ms infinite;
}

.div-headline .line-button.watch-button.init .line-play span {
    right: 100%;
}

.line-play span {
    position: relative;
    right: 0%;
    
    -webkit-transition: right 400ms ease-out;
    -moz-transition: right 400ms ease-out;
    -ms-transition: right 400ms ease-out;
    -o-transition: right 400ms ease-out;
    transition: right 400ms ease-out;
}

@-webkit-keyframes playMove { 0% { left: 0px; } 50% { left: 3px; } }
@-moz-keyframes playMove { 0% { left: 0px; } 50% { left: 3px; } }
@-o-keyframes playMove { 0% { left: 0px; } 50% { left: 3px; } }
@keyframes playMove  { 0% { left: 0px; } 50% { left: 3px; } }


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

    .broke-free {
        height: 800px;
    }

    .broke-free.show .div-headline {
        bottom: 15%;
    }

    #biggs-loop {
        display: none;
    }

}

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

    .broke-free h1 {
        max-width: 500px;
    }

}

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

    .broke-free h1 {
        max-width: 400px;
    }

}

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

    .broke-free h1 {
        max-width: 300px;
    }

    .div-headline .line-button.watch-button {
        font-size: 16px;
    }

    .line-title {
        width: 125px;
    }

    .line-play {
        font-size: 25px;
    }

}


/******************************************
 UPCOMING EVENTS
******************************************/
.upcoming-events {
    background: url(images/canvas-08-events.jpg) center top no-repeat;
    background-size: cover;
    height: 623px;
    z-index: 4;
    margin-top: -130px;

    -webkit-clip-path: polygon(50% 19%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    clip-path: polygon(50% 19%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

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

    .upcoming-events {
        margin-top: -50px;
        height: 500px;

        -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    }

}

.upcoming-events h2 {
    color: #ffffff;
    text-shadow: 0px 0px 12px rgba(0,0,0, .2);
}

h1.script-line {
    position: relative;
    color: #ffffff;
    font-family: 'SW', 'Lobster Two', cursive;
    font-size: 30px;
    text-shadow: 0px 0px 12px rgba(0,0,0, .2);
    text-transform: none;
    line-height: 1.7em;
    margin-bottom: -10px;
    opacity: 0;
    left: 200px;
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.upcoming-events.show h1.script-line {
    opacity: 1;
    left: 0;
    
    -webkit-transition: all 400ms ease-out 800ms;
    -moz-transition: all 400ms ease-out 800ms;
    -ms-transition: all 400ms ease-out 800ms;
    -o-transition: all 400ms ease-out 800ms;
    transition: all 400ms ease-out 800ms;
}

.upcoming-events .div-headline {
    opacity: 0;
    bottom: 30%;
    
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.upcoming-events.show .div-headline {
    opacity: 1;
    bottom: 25%;
}


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

    .upcoming-events h1.script-line {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .upcoming-events .div-headline h2 {
        font-size: 80px;
        padding-right: 30px;
    }

    .upcoming-events.show .div-headline {
        bottom: 20%;
    }

}

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

    .upcoming-events h1.script-line {
        font-size: 18px;
    }

    .upcoming-events .div-headline h2 {
        font-size: 60px;
    }

}

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

    .upcoming-events h1.script-line {
        font-size: 16px;
    }

    .upcoming-events .div-headline h2 {
        font-size: 55px;
    }

}


/******************************************
 LOCATIONS
******************************************/
.locations {
    height: 623px;
    z-index: 3;
    margin-top: -125px;
    background: white;

    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    clip-path: polygon(50% 0, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

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

    .locations {
        margin-top: 0px;
        height: 500px;

        -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    }

}

.locations h2, .locations h3 {
    text-shadow: 0px 0px 12px rgba(0,0,0, .2);
}

.locations h1, .locations h2, .locations h3 {
    color: #ffffff;
}

.locations .div-headline {
    z-index: 3;
    opacity: 0;
    bottom: 30%;
    
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.locations.show .div-headline {
    opacity: 1;
    bottom: 25%;
}

.script-sub {
    position: relative;
    font-family: 'SW', 'Lobster Two', cursive;
    font-size: 30px;
    width: 45%;
    padding-right: 4%;
    text-transform: none;
    line-height: 1.7em;
    margin-bottom: -10px;
    opacity: 0;
    left: 200px;
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.locations.show .script-sub {
    opacity: 1;
    left: 0;
    
    -webkit-transition: all 400ms ease-out 800ms;
    -moz-transition: all 400ms ease-out 800ms;
    -ms-transition: all 400ms ease-out 800ms;
    -o-transition: all 400ms ease-out 800ms;
    transition: all 400ms ease-out 800ms;
}

.locations .line-button {
    float: left;
}

.locations .line-button: nth-of-type(2) {
    margin-left: 30px;
}

#locationsCanvas img {
    min-width: 100%;
    width: auto;
    height: auto;
}

.tap-map {
    margin-left: 40px;
}

#gmap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#map-collapse {
    position: absolute;
    top: 110px;
    left: 45%;
    width: 10%;
    text-align: center;
    z-index: 1;
}

#map-collapse i {
    font-size: 35px;
    color: #ffffff;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 100px;
    background-color: #8dbf48;
    opacity: .85;

    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

#map-collapse i:hover {
    opacity: 1;
}

#controls {
    position: absolute;
    bottom: 50px;
    right: 60px;
    z-index: 1;
}

#gmap h3 {
    color: #000000;
}

#location-modal-wrapper {
    width: 100%;
    height: 400px;
}

#location-modal-wrapper h1 {
    color: #ffffff;
    font-size: 85px;
    margin-bottom: 20px;
}


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

    .locations.show .div-headline {
        bottom: 20%;
    }

}

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

    .locations .script-sub {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .locations .div-headline h2 {
        font-size: 80px;
        padding-right: 30px;
    }

}

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

    .locations .script-sub {
        font-size: 18px;
    }

    .locations .div-headline h2 {
        font-size: 60px;
        padding-right: 0;
    }

    .locations .line-button {
        float: none;
    }

    .plus {
        top: 0;
    }

    .tap-list {
        margin-bottom: 20px;
    }

    .tap-map {
        margin-left: 0;
        margin-top: 0;
    }

}

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

    .locations .script-sub {
        font-size: 16px;
    }

    .locations .div-headline h2 {
        font-size: 55px;
    }

}


/******************************************
 TOURS
******************************************/
.tours {
    background: url(images/canvas-07-tours.jpg) center no-repeat;
    background-size: cover;
    height: 623px;
    z-index: 2;
    margin-top: -125px;
}

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

    .tours {
        margin-top: 0;
    }

}

.tours .div-headline h1 {
    font-size: 85px;
    color: #ffffff;
}

.tours .div-headline {
    opacity: 0;
    bottom: 30%;
    padding-right: 30px;
    
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.tours.show .div-headline {
    opacity: 1;
    bottom: 25%;
}


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

    .tours .div-headline h1 {
        font-size: 70px;
    }

}

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

    .tours .div-headline {
        padding-right: 90px;
    }

    .tours.show .div-headline {
        bottom: 18%;
    }

    .tours .div-headline h1 {
        font-size: 80px;
    }

}

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

    .tours .div-headline h1 {
        font-size: 55px;
    }

}

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

    .tours .div-headline {
        padding-right: 30px;
    }

}


/******************************************
 INGREDIENTS
******************************************/
.ingredient-list {
    background: url(images/canvas-06-ingredients-mobile.jpg) left center no-repeat;
    background-size: cover;
    height: 623px;
    z-index: 3;
    margin-top: -125px;

    -webkit-clip-path: polygon(50% 20%, 100% 0, 100% 83%, 50% 100%, 0 83%, 0 0);
    clip-path: polygon(50% 20%, 100% 0, 100% 83%, 50% 100%, 0 83%, 0 0);
}

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

    .ingredient-list {
        margin-top: 0;
        height: 550px;

        -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    }

}

#ingredientsCanvas {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#ingredientsCanvas img {
    width: 100%;
    height: auto;
}

.ing-animate {
    position: relative;
    opacity: 0;
    
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

h1.ing-animate {
    left: 70px;
}

h3.ing-animate {
    left: -70px;
}

.ingredient-list.show .ing-animate {
    opacity: 1;
    left: 0 !important;
}

.offset-headline.vert-center {
    top: 53%;
    left: auto;
    right: 5%;
    bottom: auto;
    z-index: 10;
}

.offset-headline h1 {
    font-size: 85px;
    text-shadow: none;
}

.offset-headline h3 {
    margin-top: 20px;
    font-size: 30px;
    color: #8dbf48;
    line-height: 1.2em;
    width: 700px;
}

.ingredient-icons {
    margin-top: 30px;
}

.ingredient-icons h3 {
    margin-top: 10px;
    color: #bfbebe;
    font-size: 12px;
    width: auto;
    line-height: 1em;
}

.icon-ingredient {
    position: relative;
    float: left;
    margin-right: 20px;
    text-align: center;
    top: 20px;
    opacity: 0;
    cursor: pointer;
    padding: 10px 0;
    width: 80px;
    overflow: hidden;
    
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.icon-ingredient.hovered {
    -webkit-transition: all 200ms ease-out 0ms !important;
    -moz-transition: all 200ms ease-out 0ms !important;
    -ms-transition: all 200ms ease-out 0ms !important;
    -o-transition: all 200ms ease-out 0ms !important;
    transition: all 200ms ease-out 0ms !important;
}

.icon-ingredient:hover {
    background-color: #f0f0f0;

    -webkit-transition: all 200ms ease-out 0ms !important;
    -moz-transition: all 200ms ease-out 0ms !important;
    -ms-transition: all 200ms ease-out 0ms !important;
    -o-transition: all 200ms ease-out 0ms !important;
    transition: all 200ms ease-out 0ms !important;
}

.icon-ingredient.active {
    background-color: #f0f0f0;
    width: 280px;
}

.ingredient-list.show .icon-ingredient {
    top: -5px;
    opacity: 1;
}

.ingredient-list.show .icon-ingredient#hops-ing {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.ingredient-list.show .icon-ingredient#malts-ing {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.ingredient-list.show .icon-ingredient#yeasts-ing {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.ingredient-list.show .icon-ingredient#water-ing {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.ing-icons {
    width: 80px;
    float: left;
}

.ing-info {
    float: left;
    position: relative;
    top: -5px;
    padding: 5px 10px;
    width: 170px;
    color: #aaaaaa;
    display: none;
    
    -webkit-transition: top 200ms ease-out;
    -moz-transition: top 200ms ease-out;
    -ms-transition: top 200ms ease-out;
    -o-transition: top 200ms ease-out;
    transition: top 200ms ease-out;
}

.ing-info p {
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
}

.icon-ingredient img {
    width: 65%;
    height: auto;
}


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

    .ingredient-list .offset-headline h1 {
        font-size: 75px;
    }

    .ingredient-list .offset-headline h3.ing-animate {
        font-size: 25px;
        width: 620px;
    }

}

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

    .offset-headline.vert-center {
        right: 3%;
    }

    .ingredient-list .offset-headline h1 {
        font-size: 65px;
        line-height: .9em;
    }

    .ingredient-list .offset-headline h3.ing-animate {
        font-size: 20px;
        width: 520px;
    }

}

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

    .offset-headline.vert-center {
        right: auto;
        left: 10%;
    }

    #ingredientsCanvas img {
        opacity: 0;
    }

    .ingredient-list .offset-headline h1.ing-animate,
    .ingredient-list .offset-headline h3.ing-animate {
        width: auto;
        padding-right: 30px;
    }

}

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

    .offset-headline.vert-center {
        top: 55%;
    }

    .icon-ingredient:hover, .icon-ingredient.active {
        background: none;
    }

    .icon-ingredient.active {
        width: 80px;
    }

    .ing-info {
        display: none !important;
    }

}

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

    .ingredient-list .offset-headline.vert-center {
        left: 5%;
    }

    .ingredient-list .offset-headline h1.ing-animate {
        font-size: 55px;
    }

    .ingredient-list .offset-headline h3.ing-animate {
        font-size: 18px;
    }

    .icon-ingredient {
        margin-right: 0;
        width: 22%;
    }

    .icon-ingredient h3 {
        letter-spacing: 0;
    }

    .icon-ingredient.active {
        width: 70px;
    }

    .icon-ingredient img {
        width: 55%
    }

}


/******************************************
 FOOTER
******************************************/
footer {
    position: relative;
    width: 100%;
    background: url(images/canvas-footer.jpg) center top no-repeat;
    background-size: cover;
    margin-top: 0;
    z-index: 0;
    padding-bottom: 50px;
}

.home footer {
    margin-top: -125px;
}

.footer-wrapper {
    width: 90%;
    position: relative;
    margin: 0 auto;
    max-width: 1550px;
}

.footer-columns {
    position: relative;
    width: 100%;
    padding-top: 125px;
}

.home .footer-columns {
    padding-top: 175px;
}

h4.footer-col-title {
    font-family: 'SW', 'Lobster Two', cursive;
    font-size: 24px;
    color: #929292;
    text-transform: none;
    margin-top: 15px;
    line-height: 1em;
}

footer .col3 {
    width: 20%;
}

footer .col3.larger-col {
    margin-right: 16%;
}

footer .col3.smaller-col {
    width: 17%;
    margin-right: 5%;
}

footer .col3.smaller-col a {
    color: #8dbf48;
}

footer .col3.smaller-col a:hover {
    color: #8dbf48;
    border-bottom: none;
    opacity: .8;
}

footer .col3.smaller-col p {
    margin-top: 20px;
}

footer .col3.upcoming-col {
    width: 16%;
    margin-right: 5%;
}

footer .col3 ul {
    margin-top: 20px;
}

footer .col3 ul li {
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #929292;
}

footer .col3 ul li a {
    color: #929292;
    padding-bottom: 3px;
    
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

footer .col3 ul li a:hover {
    border-bottom: solid 2px #8dbf48;
}

#eventTarget:hover {
    opacity: .8;
    border-bottom: none;
}

footer .col3 p {
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    font-size: 18px;
    color: #929292;
    letter-spacing: 1px;
    line-height: 1.6em;
    margin-top: 30px;
}

.footer-wordmark {
    margin-top: 10px;
}

.footer-wordmark img {
    width: 100%;
    max-width: 325px;
    height: auto;
}

ul#gcal-events li {
    margin-bottom: 15px;
}

ul#gcal-events li:nth-child(n+3) {
    display: none;
}

footer .col3 p.footer-event-date {
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    margin-top: 0;
}

footer .col3 p.footer-event-title {
    font-family: 'Factoria Book', 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 0;
}

#eventTarget {
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 1.8em;
}

.social-media {
    float: left;
    width: 20%;
}

.social-media .icons-social {
    font-size: 28px;
    letter-spacing: 5px;
    color: #8dbf48;
    margin-top: 30px;
    display: inline-block;
}

.col-anim {
    position: relative;
    left: -50px;
    opacity: 0;
    
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.col-anim.show {
    left: 0;
    opacity: 1;
}

.col-anim:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.col-anim:nth-child(3) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.col-anim:nth-child(4) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.col-anim:nth-child(5) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.icons-social .social-icon {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.icons-social:hover .social-icon {
    opacity: .6;

    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}

.icons-social .social-icon:hover {
    opacity: 1;

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.email-subscription {
    width: 90%;
    max-width: 470px;
    position: relative;
    z-index: 0;
    margin-top: 30px;
}

#email-disclaimer {
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    position: absolute;
    top: 115%;
    left: 15px;
    color: #8dbf48;
    display: none;
}

.footer-wrapper .gfield_label {
    display: none;
}

.footer-wrapper .gform_wrapper input {
    width: 0;
    height: 46px;
    font-size: 16px;
    background: none;
    border: 2px solid #929292;
    float: left;
    padding: 0 5%;
    color: #ffffff;
    
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.footer-wrapper.show .gform_wrapper input {
    width: 50%;
}

.footer-wrapper .gform_footer {
    float: left;
    width: 35%;
}

.footer-wrapper .gform_wrapper .gform_button {
    background: #929292;
    font-family: 'Sull', 'Oswald', sans-serif;
    font-weight: normal;
    color: white;
    font-size: 29px;
    padding: 0%;
    width: 100% !important;
    float: left;
}

.footer-wrapper .gform_wrapper .gform_button input {
    height: 52px;
}

.gform_confirmation_message_1,
.validation_message {
    font-family: 'Factoria Medium', 'Roboto Slab', serif;
    font-size: 21px;
    line-height: 24px;
    color: #ffffff;
}

.validation_message {
    position: absolute;
    top: -30px;
    left: 0;
}

.validation_error {
    display: none;
}

#gform_submit_button_1 {
    cursor: pointer;
    height: 50px;
    padding: 0 5%;
    letter-spacing: 2px;
}

.footer-bottom {
    position: relative;
    margin-top: 50px;
    width: 100%;
    top: 30px;
    opacity: 0;
    
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.footer-bottom.show {
    top: 0;
    opacity: 1;
}

.midtown {
    width: 110px;
    position: relative;
    float: left;
}

.footer-clover {
    width: 30px;
    float: left;
    margin: 40px 1% 0px 3%;
}

.midtown img,
.footer-clover img {
    width: 100%;
    height: auto;
}

.footer-bottom p {
    float: left;
    margin-top: 40px;
    color: #929292;
    letter-spacing: 3px;
    font-size: 14px;
}


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

    footer .col3 {
        width: 22%;
    }

    footer .col3.larger-col {
        margin-right: 8%;
    }

    footer .col3.smaller-col {
        width: 19%;
        margin-right: 4%;
    }

    footer .col3.upcoming-col {
        width: 21%;
        margin-right: 4%;
    }

    .social-media {
        float: left;
        width: 20%;
    }

}

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

    footer .col3 {
        width: 28% !important;
        margin-right: 0 !important;
    }

    footer .col3.upcoming-col, .midtown, .footer-clover {
        display: none;
    }

    footer .col3.smaller-col {
        margin: 0 0 0 12% !important;
    }

    .footer-columns {
        margin-bottom: 35px;
    }

    .email-subscription {
        margin: 0 auto;
        max-width: none;
    }

    .footer-bottom {
        margin-top: 35px;
    }

    .footer-bottom p {
        text-align: center;
        float: none;
        line-height: 1.6em;
    }

}

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

    footer .col3, footer .col3.smaller-col {
        width: 40% !important;
        margin: 0 5% !important;
    }

    .social-media h4, .social-media ul {
        display: none;
    }

    .social-media .icons-social {
        margin-top: 20px;
    }

    .footer-columns {
        padding-top: 60px;
    }

}

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

    footer .col3, footer .col3.smaller-col {
        width: 200px !important;
        float: none;
        text-align: justify;
    }

    footer .col3.smaller-col h4 {
        display: none;
    }

    .footer-bottom p {
        font-size: 12px;
        letter-spacing: 1px;
    }

}

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

    .footer-columns {
        margin-bottom: 20px;
    }

    .footer-wrapper .gform_wrapper .gform_button {
        font-size: 20px;
    }

    .social-media .icons-social {
        margin-top: 35px;
    }

    .social-media.col3 {
        width: 90% !important;
    }

    .social-media .icons-social {
        display: block;
    }

    .social-media.col3 i {
        width: 16%;
        text-align: center;
    }

}


/******************************************
   CALENDAR
******************************************/
.fc-toolbar h2 {
    color: white;
}
.eo-fullcalendar .fc-view>table>thead {
    background: #8dbf48 !important;  
}
.fc-unthemed .fc-row {
     border: #8dbf48 !important;
}
td.fc-widget-header {
    background: #8dbf48 !important;  
}
.eo-fullcalendar-reset.fc-unthemed .fc-today {
    background: #8dbf48 !important;      
}
#eModal {
    max-height: 1000px !important;      
}
.fc-toolbar .fc-right {
    width: 100% !important;
}
/*.fc-button-group {
    display: none !important;
}*/
a.fc-day-grid-event.fc-event.fc-start.fc-end.eo-event-venue-lucky-town-brewing-company.eo-event-future.eo-event.eo-future-event.venue-lucky-town-brewing-company {
    background-color: #272829 !important;
    border-color: #8dbf48 !important;
}
.fc-prev-button {
    padding: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    height: 0 !important;
}
.fc-next-button {
    padding: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    height: 0 !important;
}
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right { 
    height: 50px;
    opacity: 0;
}
button .fc-icon {
    font-size: 1em !important;
    line-height: .5em !important;
    color: white !important;
}
.fc-ltr .fc-basic-view .fc-day-number {
    color: black !important;
}

/******************************************
 FORMS STYLES (EXCLUDES REMODAL)
******************************************/
.gform_wrapper input {
    font-family: 'Factoria Book', 'Roboto Slab', serif;
    -webkit-appearance: none !important;
    border-radius: none !important;
}


/******************************************
 ERROR 404 PAGE
******************************************/
body.error404 {
    background: url(images/bg-404.jpg) top center no-repeat;
    background-size: cover;
    height: 100vh;
}

body.error404 #main {
    height: 100%;
}

.error404 header, .error404 footer, .error404 #loading-screen {
    display: none;
}

.error404 p {
    text-align: center;
    color: #ffffff;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 1.3em;
}

@media screen and (max-width: 767px){
    .error404 p {
        font-size: 26px;
    }
}

@media screen and (max-width: 550px){
    .error404 p {
        font-size: 20px;
    }
}


/******************************************
 PAGES
******************************************/
.page-wrapper {
    width: 95%;
    max-width: 760px;
    margin: 0 auto;
    padding: 140px 0 80px;
}

@media screen and (max-width: 970px){
    .page-wrapper {
        padding: 100px 0 60px;
    }
}

.page-wrapper h1 {
    margin-bottom: 20px;
}

.embm-beer {
    margin: 0 !important;
}


@font-face {
    font-family: 'Sull';
    src:  url('fonts/SF.woff') format('woff');
}

@font-face {
    /* http://font-db.com/font/fenwayparkjf/35216 */
    font-family: 'SW';
    src:  url('fonts/SW.woff') format('woff');
}

@font-face {
    font-family: 'Factoria Book';
    src: url('fonts/2F1D78_0_0.eot');
    src: url('fonts/2F1D78_0_0.eot#iefix') format('embedded-opentype'),url('fonts/2F1D78_0_0.woff') format('woff2'),url('fonts/2F1D78_0_0.woff') format('woff'),url('fonts/2F1D78_0_0.ttf') format('truetype');}
 
  
@font-face {
    font-family: 'Factoria Medium';
    src: url('fonts/2F1D78_1_0.eot');
    src: url('fonts/2F1D78_1_0.eot#iefix') format('embedded-opentype'),url('fonts/2F1D78_1_0.woff') format('woff2'),url('fonts/2F1D78_1_0.woff') format('woff'),url('fonts/2F1D78_1_0.ttf') format('truetype');}