/*

    font-family: 'jersey_m54regular';

    font-family: 'fira_sansmedium';
    font-family: 'fira_sansregular';
    font-family: 'fira_sansbold';
    font-family: 'fira_sansitalic';
    font-family: 'fira_sansextrabold';


    font-family: 'creta_trialcreta_trial';


*/
.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

body {
    font-family: 'fira_sansregular';
    font-size: 16px;
    height: 100%;
    margin: 0px;
    overflow-x: hidden;
    padding: 0px;
}

body.home {
    padding-top: 156px;
}

body,
html {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.absLeft {
    left: 0px;
    position: absolute;
    top: 0px;
}

.absRight {
    position: absolute;
    right: 0px;
    top: 0px;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0px 20px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

h2 {
    color: #2db5ca;
    font-family: 'jersey_m54regular';
    font-size: 48px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

h3 {
    color: #2db5ca;
    font-family: 'jersey_m54regular';
    font-size: 36px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

header:not(.entry-header) {
    background-color: #fadb56;
    background-image: url(../images/header-bottom-bar.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-bottom: 18px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 200;
}

header .container {
    height: 138px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header.notAtTop .container {
    height: 96px;
}

header #logo {
    display: block;
    margin-left: 16px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

header #logo img.mobile {
	display: none;
}

header #logo img.desktop {
    display: block;
    height: 130px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header.notAtTop #logo img.desktop {
    height: 85px;
}

header #hdrRight {
    padding-right: 5px;
    padding-top: 9px;
    width: 919px;
}

header #hdrRight #hdrRightTop {
	display: flex;
	align-items: center;
    padding-right: 10px;
}

.socialLink {
    background-image: url(../images/social-linkbg.png);
    background-position: 0px 40px;
    background-repeat: no-repeat;
    color: #0069aa;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 40px;
}

.socialLink:hover {
    background-position: 0px 0px;
    color: #ffffff;
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
}

header #telLink {
    color: #ffffff;
    display: inline-block;
    font-family: 'jersey_m54regular';
    font-size: 36px;
    line-height: 40px;
	margin-left: 5px;
	margin-right: 5px;
    text-decoration: none;
}

header #navWrap ul.ubermenu-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    font-family: 'jersey_m54regular';
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header #hdrRightBottom {
    margin-top: 1px;
}

header #hdrRightMiddle {
    height: 44px;
    padding-left: 15px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header #hdrRightMiddle img {
    display: block;
}

header.notAtTop #hdrRightMiddle {
    height: 40px;
    margin-top: -38px;
}

header #navWrap {}

header #navWrap ul li {}

header #navWrap ul li a {
    background-image: url(../images/nav-item-bg.png);
    background-position: 0px 44px;
    background-repeat: no-repeat;
    background-size: 100% 44px;
    color: #0069aa;
    display: block;
    font-size: 24px;
    height: 44px;
    line-height: 46px;
    margin-right: px;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header #navWrap ul li a:hover,
header #navWrap ul li.ubermenu-current-menu-item a {
    background-position: 0px 0px;
    color: #ffffff;
}

header #navWrap ul li:last-child a {
    margin-right: 0px;
}

header #pelican {
    background-image: url(../images/pelican.png);
    background-position: 150px 140px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    position: absolute;
    right: -342px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 395px;
}

header#mainHdr #menudrop {
    background-color: #00a6cf;
    background-image: url(../images/memu-drop-bg.gif);
    background-position: center top;
    height: 0px;
    left: 0px;
    position: absolute;
    top: 156px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 100%;
}

header#mainHdr .menu-image-border-right {
    border-right: solid 1px #ffffff;
    margin-right: 12px;
    padding-right: 17px;
    position: relative;
}

header#mainHdr .menu-image-border-right img {
    border: solid 3px #ffffff;
    display: block;
}

header#mainHdr.notAtTop #menudrop {
    top: 114px;
}

header#mainHdr #navWrap .ubermenu .ubermenu-item.ubermenu-current_page_item .ubermenu-target-description,
header#mainHdr #navWrap .ubermenu .ubermenu-item:hover .ubermenu-target-description {
    color: #ffffff;
}

header#mainHdr #navWrap .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: none !important;
    padding-top: 29px;
}

header#mainHdr #navWrap .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
header#mainHdr #navWrap nav ul li ul li ul li ul li a,
header#mainHdr #navWrap nav ul li ul li ul li ul li:hover a {
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 4px;
    color: #ffffff !important;
    display: block !important;
    font-family: 'fira_sansmedium' !important;
    font-size: 16px !important;
    height: 27px !important;
    line-height: 29px !important;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0px 7px !important;
    position: relative;
    text-align: left !important;
    white-space: nowrap;
}

header#mainHdr #navWrap nav ul li ul li ul li ul li a,
header#mainHdr #navWrap nav ul li ul li ul li ul li:hover a {
    background-color: #ffffff !important;
    color: #00a6cf !important;
    font-family: 'fira_sansregular' !important;
    font-size: 14px !important;
    height: 24px !important;
    left: 0px !important;
    line-height: 24px !important;
}

header#mainHdr #navWrap nav ul li ul li ul li ul li a::before {
    display: none !important;
}

header#mainHdr #navWrap nav ul li ul li ul li ul {
    padding-top: 0px !important;
}

header#mainHdr #navWrap .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target::before,
header#mainHdr #navWrap .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target::after {
    display: none;
}

header#mainHdr #navWrap .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal:hover>.ubermenu-target,
header#mainHdr #navWrap nav ul li ul li ul li ul li:hover a:hover {
    background-color: #ffffff !important;
    color: #00a6cf !important;
}

header#mainHdr #navWrap .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
    overflow: visible;
}

header#mainHdr #navWrap .ubermenu .ubermenu-submenu .ubermenu-column {
    margin-right: 0px !important;
}

.loaded header #pelican {
    background-position: 0px -91px;
}

header.notAtTop #pelican {
    height: 96px;
    right: -272px;
    width: 325px;
}

#sliderWrap {
    position: relative;
}

#sliderWrap #whiteGrad {
    background-image: url(../images/white-slider-grad.png);
    bottom: 0px;
    height: 263px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#bottlesWrap {
    position: relative;
    z-index: 3;
}

#bottlesWrap * {
    outline: none;
}

#bottlesWrap,
#bottlesWrap #theBeers,
#bottlesWrap #theBeers .beerItem {
    height: 702px;
}

.overlink {
    display: none;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 20;
}

#bottlesWrap #theBeers {}

#bottlesWrap #theBeers .slick-list {
    overflow: visible;
}

#bottlesWrap #theBeers .slick-list .beerPanel {
    opacity: 0;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#bottlesWrap #theBeers .slick-list .beerPanel.slick-current.slick-active {
    opacity: 1;
}

#bottlesWrap h2 {
    left: 40px;
    position: absolute;
    top: -103px;
}

#bottlesWrap #theBeers .beerItem {
    position: relative;
    width: 400px;
}

#bottlesWrap #theBeers .beerItem img {
    max-width: none;
}

#bottlesWrap #theBeers .beerItem .beerSign,
#bottlesWrap #theBeers .beerItem .beerBottle,
#bottlesWrap #theBeers .beerItem .beerShadow {
    position: absolute;
}

#bottlesWrap #theBeers .beerItem .beerBottle {
    height: 636px;
    top: 37px;
    z-index: 4;
}

#bottlesWrap #theBeers .beerItem .beerShadow {
    top: 638px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 3;
}

#bottlesWrap #theBeers .beerItem .beerContnet {
    background-image: url(../images/beer-text-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    bottom: -500px;
    height: 500px;
    left: -50px;
    position: absolute;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 500px;
    z-index: 2;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerContentInner {
    height: 500px;
    position: relative;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerContentInner .beerWidth {
    padding: 15px 20px;
    position: relative;
    width: 218px;
    z-index: 5;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerContentInner .birdFloat {
    bottom: 200px;
    opacity: 0;
    position: absolute;
    right: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerContentInner .shareImg {
    bottom: 35px;
    position: absolute;
    right: 70px;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerContentInner .beerWidth .beerText {
    color: #ffffff;
    font-family: 'fira_sansmedium';
    font-size: 14px;
    height: 220px;
    line-height: 19px;
    padding-top: 10px;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerContentInner .beerWidth .beerText p {
    margin: 0px;
    padding: 0px;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerBtn {
    border: solid 2px #ffffff;
    color: #ffffff;
    display: block;
    font-family: 'jersey_m54regular';
    font-size: 36px;
    height: 39px;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerBtn:hover {
    background-color: #00a6cf;
    border-color: #00a6cf;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerContentInner .beerWaves {
    height: 20px;
    position: absolute;
    top: 480px;
    width: 100%;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerContentInner .beerWaves .wavesFront {
    -webkit-animation: displace 20s linear infinite;
    animation: displace 20s linear infinite;
    background-image: url(../images/waves-front.png);
    height: 20px;
    width: 100%;
}

#bottlesWrap #theBeers .beerItem .beerContnet .beerContentInner .beerWaves .wavesBack {
    -webkit-animation: displace 25s linear infinite;
    animation: displace 25s linear infinite;
    background-image: url(../images/waves-back.png);
    height: 20px;
    width: 100%;
}

@-webkit-keyframes displace {
    from {
        background-position: left center;
    }

    to {
        background-position: 200% center;
    }
}

@keyframes displace {
    from {
        background-position: left center;
    }

    to {
        background-position: 200% center;
    }
}

#bottlesWrap #theBeers .beerItem .beerTiltedShadow {
    height: 656px;
    opacity: 0;
    position: absolute;
    top: 39px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    z-index: 3;
}

#bottlesWrap #theBeers .beerItem.beerSlot1 .beerSign {
    left: -36px;
    top: -140px;
}

#bottlesWrap #theBeers .beerItem.beerSlot1 .beerBottle {
    left: 103px;
}

#bottlesWrap #theBeers .beerItem.beerSlot1 .beerShadow {
    left: 95px;
}

#bottlesWrap #theBeers .beerItem.beerSlot1 .beerTiltedShadow {
    left: 73px;
}

#bottlesWrap #theBeers .beerItem.beerSlot1 .beerContnet {
    left: -115px;
}

#bottlesWrap #theBeers .beerItem.beerSlot1 .beerContnet {
    background-color: #fcdc44;
}

#bottlesWrap #theBeers .beerItem.beerSlot2 .beerSign {
    left: 20px;
    top: -139px;
}

#bottlesWrap #theBeers .beerItem.beerSlot2 .beerBottle {
    left: 167px;
}

#bottlesWrap #theBeers .beerItem.beerSlot2 .beerShadow {
    left: 161px;
}

#bottlesWrap #theBeers .beerItem.beerSlot2 .beerTiltedShadow {
    left: 140px;
}

#bottlesWrap #theBeers .beerItem.beerSlot2 .beerContnet {
    left: -50px;
}

#bottlesWrap #theBeers .beerItem.beerSlot2 .beerContnet {
    background-color: #f6ab3f;
}

#bottlesWrap #theBeers .beerItem.beerSlot3 .beerSign {
    left: 95px;
    top: -161px;
}

#bottlesWrap #theBeers .beerItem.beerSlot3 .beerBottle {
    left: 229px;
}

#bottlesWrap #theBeers .beerItem.beerSlot3 .beerShadow {
    left: 223px;
}

#bottlesWrap #theBeers .beerItem.beerSlot3 .beerTiltedShadow {
    left: 200px;
}

#bottlesWrap #theBeers .beerItem.beerSlot3 .beerContnet {
    left: 11px;
}

#bottlesWrap #theBeers .beerItem.beerSlot3 .beerContnet {
    background-color: #cdde60;
}

#bottlesWrap #theBeers .beerItem:hover .beerShadow {
    opacity: 0;
}

#bottlesWrap #theBeers .beerItem.beerSlot1:hover .beerShadow {
    left: 320px;
}

#bottlesWrap #theBeers .beerItem.beerSlot2:hover .beerShadow {
    left: 380px;
}

#bottlesWrap #theBeers .beerItem.beerSlot3:hover .beerShadow {
    left: 450px;
}

#bottlesWrap #theBeers .beerItem:hover .beerContnet {
    bottom: 0px;
}

#bottlesWrap #theBeers .beerItem:hover .beerTiltedShadow {
    height: 720px;
    opacity: 1;
    -webkit-transform: rotate(-27deg);
    -moz-transform: rotate(-27deg);
    -o-transform: rotate(-27deg);
    transform: rotate(-27deg);
}

#bottlesWrap #theBeers .beerItem.beerSlot1:hover .beerTiltedShadow {
    left: 148px;
    top: -38px;
}

#bottlesWrap #theBeers .beerItem.beerSlot2:hover .beerTiltedShadow {
    left: 216px;
    top: -38px;
}

#bottlesWrap #theBeers .beerItem.beerSlot3:hover .beerTiltedShadow {
    left: 273px;
    top: -38px;
}

#bottlesWrap #theBeers .beerItem:hover .beerContnet .beerContentInner .birdFloat {
    bottom: 0px;
    opacity: 1;
}

#theBreweryWrap {
    background-attachment: fixed;
    background-image: url(../images/brewery-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 806px;
    position: relative;
    -moz-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    z-index: 10;
}

#theBreweryWrap.mobile {
    background-attachment: initial;
    background-size: cover;
}

.sectionTitle {
    background-image: url(../images/section-title-banner.gif);
    background-position: center top;
    position: relative;
}

.sectionTitle h2 {
    color: #ffffff;
    line-height: 69px;
    padding-left: 20px;
}

.sectionTitle h3 {
    color: #ffffff;
    line-height: 69px;
    text-align: center;
    width: 100%;
}

.sectionTitle::after {
    background-image: url(../images/section-title-banner-bottom-border.png);
    content: '';
    height: 14px;
    left: 0px;
    position: absolute;
    top: 69px;
    width: 100%;
    z-index: 3
}

#theBreweryWrap #picCollage {
    left: -314px;
    position: absolute;
    top: -60px;
    z-index: 4;
}

#theBreweryWrap #whitePelican {
    left: 1074px;
    position: absolute;
    top: 169px;
    width: 489px;
    z-index: 2;
}

#theBreweryWrap #breweryContent {
    background-image: url(../images/brewery-text-bg.png);
    box-sizing: border-box;
    color: #3a3a3a;
    font-family: 'fira_sansregular';
    font-size: 16px;
    height: 683px;
    left: 358px;
    padding-left: 117px;
    padding-right: 123px;
    padding-top: 153px;
    position: absolute;
    text-align: justify;
    top: 38px;
    width: 832px;
}

#theBreweryWrap #breweryContent #breweryButtonsWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    height: 66px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

#theBreweryWrap #breweryContent #breweryButtonsWrap .tabBtn {
    background-image: url(../images/breweryButtonsWrap-tabs.png);
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'jersey_m54regular';
    font-size: 45px;
    height: 66px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 166px;
}

#theBreweryWrap #breweryContent #breweryButtonsWrap .tabBtn span {
    display: block;
    font-family: 'fira_sansmedium';
    font-size: 16px;
    line-height: 0px;
}

#theBreweryWrap #breweryContent #breweryButtonsWrap .tabBtn:hover,
#theBreweryWrap #breweryContent #breweryButtonsWrap .tabBtn.active {
    background-position: left bottom;
    color: #0069aa;
}

#theBreweryWrap #breweryContent #brewTabsContent {
    position: relative;
}

#theBreweryWrap #breweryContent #brewTabsContent .tabContent {
    line-height: 22px;
    opacity: 0;
    padding-top: 15px;
    position: absolute;
    top: 0px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 100%;
    z-index: 1;
}

#theBreweryWrap #breweryContent #brewTabsContent .tabContent.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}

#theSwagWrap {
    padding-top: 12px;
    position: relative;
    z-index: 10;
}

#theSwagWrap h2 {
    background-image: url(../images/h2-bg.png);
    background-repeat: no-repeat;
    color: #0069aa;
    height: 88px;
    line-height: 88px;
    text-align: center;
    text-align: center;
    width: 220px;
}

#theSwagWrap #theSwagTop {
    padding-bottom: 24px;
}

#theSwagWrap #swagBtns {
    margin-right: -15px;
    padding-top: 23px;
    position: relative;
    width: 957px;
    z-index: 10;
}

#theSwagWrap #swagBtns .swagBtn {
    background-image: url(../images/swag-btn-bg.png);
    background-position: 0px 50px;
    background-repeat: no-repeat;
    background-size: 100% 50px;
    color: #0069aa;
    cursor: pointer;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding: 0px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#theSwagWrap #swagBtns .swagBtn.slick-current,
#theSwagWrap #swagBtns .swagBtn:hover {
    background-position: 0px 0px;
    color: #ffffff;
}

#theSwagWrap #swagSlider .swagItem {
    border: solid 12px #00a6cf;
    height: 551px;
    margin-right: 49px;
    position: relative;
    width: 551px;
}

#theSwagWrap #swagSlider .swagItem::after {
    background-image: url(../images/swag-overlay.png);
    background-repeat: no-repeat;
    content: '';
    height: 575px;
    left: -12px;
    position: absolute;
    top: -12px;
    width: 575px;
}

#theSwagWrap #swagSlider .swagItem .itemOverlay {
    position: absolute;
    z-index: 1;
}

#theSwagWrap #swagSlider .swagItem .blueBar {
    background-color: #00a6cf;
    bottom: 0px;
    height: 0px;
    position: absolute;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 100%;
}

#theSwagWrap #swagSlider .swagItem:hover .blueBar {
    height: 121px;
}

#theSwagWrap #swagSlider .swagItem .shopBtn {
    border: solid 2px #ffffff;
    color: #ffffff;
    font-family: 'jersey_m54regular';
    font-size: 36px;
    height: 39px;
    /*left: 56px;*/
    left: 20px;
    line-height: 42px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 442px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 214px;
    z-index: 5;
}

#theSwagWrap #swagSlider .swagItem:hover .shopBtn {
    background-color: #f6ab3f;
}

#theSwagWrap #swagSlider .swagItem .catTitle {
    color: #ffffff;
    font-family: 'jersey_m54regular';
    font-size: 72px;
    left: 20px;
    line-height: 52px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 500px;
    /*width: 330px;*/
    z-index: 5;
}

#theSwagWrap #swagSlider .swagItem a {
    display: block;
    display: none;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
}

#theSwagWrap .slick-list {
    overflow: -moz-scrollbars-none;
    overflow-x: visible;
}

#theSwagWrap .slick-list::-webkit-scrollbar {
    display: none;
}

#theSwagWrap #swagSlider .swagItem {
    opacity: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#theSwagWrap #swagSlider .swagItem.slick-current,
#theSwagWrap #swagSlider .swagItem.slick-current+.swagItem {
    opacity: 1;
}

#theSwagWrap #swagSlider .swagItem.slick-current a,
#theSwagWrap #swagSlider .swagItem.slick-current+.swagItem a {
    display: block;
}

#theSwagWrap #swagSlider .pnBtns,
#bottlesWrap #theBeers .pnBtns {
    cursor: pointer;
    height: 60px;
    opacity: 0.5;
    position: absolute;
    top: 261px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 60px;
    z-index: 10;
}

#bottlesWrap #theBeers .pnBtns {
    top: 350px;
}

#theSwagWrap #swagSlider .pnBtns.prev,
#bottlesWrap #theBeers .pnBtns.prev {
    background-image: url(../images/slider-prev.png);
    left: -70px;
}

#theSwagWrap #swagSlider .pnBtns.next,
#bottlesWrap #theBeers .pnBtns.next {
    background-image: url(../images/slider-next.png);
    right: -70px;
}

#theSwagWrap #swagSlider .pnBtns:hover,
#bottlesWrap #theBeers .pnBtns:hover {
    opacity: 1;
}

#theSwagWrap #swagSlider .pnBtns.slick-disabled,
#bottlesWrap #theBeers .pnBtns.slick-disabled {
    display: none !important;
}

#theSwagWrap #swagSlider.slick-slider {
    margin-bottom: 47px;
}

#sb_instagram {
    max-width: none !important;
}

#sb_instagram #sbi_images {
    float: none;
}

#sb_instagram #sbi_images.slick-slider {
    margin-bottom: 0;
}

#instagramFeedWrap #feedWrap .igItem,
#sb_instagram #sbi_images .sbi_item {
    display: block !important;
    float: left;
    height: 300px;
    margin-right: 1px !important;
    overflow: hidden;
    position: relative;
    width: 300px !important;
}

#sb_instagram .sbi_photo_wrap,
#sb_instagram .sbi_photo {
    height: 300px !important;
    width: 300px !important;
}

#sbi_load {
    display: none;
}

#instagramFeedWrap #feedWrap .igItem .igOverlay,
#sb_instagram #sbi_images .sbi_item a::before {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/ig-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;

    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 100%;
    z-index: 2;
}

#instagramFeedWrap #feedWrap .igItem img {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
}

#instagramFeedWrap #feedWrap .igItem:hover .igOverlay,
#sb_instagram #sbi_images .sbi_item:hover a::before {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

#islandOffersWrap {
    background-color: #fbdc46;
    background-image: url(../images/offer-bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
}

#islandOffersWrap .container {
    height: 155px;
}

#islandOffersWrap #offerFormWrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#islandOffersWrap #offerFormWrap input {
    background-color: #ffffff;
    border: solid 2px #00a6cf;
    box-shadow: 0px;
    box-sizing: border-box;
    color: #00a6cf;
    display: block;
    float: left;
    font-family: 'fira_sansregular';
    font-size: 16px;
    height: 38px;
    margin: 0px;
    margin-right: 5px;
    outline: none;
    padding: 0px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 208px;
}

#islandOffersWrap #offerFormWrap input[type='submit'] {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    font-family: 'jersey_m54regular';
    font-size: 36px;
    padding: 0px 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: auto;
}

#islandOffersWrap #offerFormWrap input[type='submit']:hover {
    color: #00c0ef;
}

#islandOffersWrap #offerLogo {
    color: #ffffff;
    font-family: 'fira_sansmedium';
    font-size: 12.5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#islandOffersWrap #offerLogo a {
    color: inherit;
    text-decoration: none;
}

#islandOffersWrap h3 {
    color: #ffffff;
    font-size: 48px;
    line-height:
}

#islandOffersWrap h3 span {
    font-family: 'fira_sansbold';
    font-size: 16px;
    padding-left: 30px;
}

footer #footerWrap {
    background-color: #ffffff;
    background-image: url(../images/footer-border-bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    padding-bottom: 30px;
    padding-top: 18px;
}

footer #footerWrap #navWrap ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer #footerWrap #navWrap ul li a {
    background-image: url(../images/nav-item-bg-footer.png);
    background-position: 0px -44px;
    background-repeat: no-repeat;
    background-size: 100% 44px;
    color: #0069aa;
    display: block;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    height: 46px;
    line-height: 46px;
    margin-right: 10px;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

footer #footerWrap #navWrap ul li a:hover {
    background-position: 0px 0px;
    color: #ffffff;
}

footer #footerWrap #navWrap ul li:last-child a {
    margin-right: 0px;
}

footer #footerWrap #socialWrap {
    padding-top: 5px;
}

#contentWrap {
    color: #3a3a3a;
    padding-bottom: 40px;
    text-align: justify;
}

.slBtn img {
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    transition: all .4s ease !important;
}

.slBtn:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#pageBanner {
    background-attachment: fixed;
    background-image: url(../images/banner-top-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    -moz-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#pageBanner,
#pageBanner .container {
    height: 429px;
}

#pageBanner h1 {
    bottom: -4px;
    color: #ffffff;
    font-family: 'jersey_m54regular';
    font-size: 72px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    position: absolute;
    text-transform: uppercase;
}

.breweryLocation .breweryContent {
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 683px;
    margin-left: -46px;
    padding: 153px 103px 130px 117px;
    position: relative;
    width: 832px;
}

.breweryLocation .breweryContent .locationImgFloat {
    position: absolute;
    z-index: 5;
}

.breweryLocation .breweryContent .topBtnsWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    height: 90px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 20px;
    position: relative;
}

.breweryLocation .breweryContent .topBtnsWrap .tabBtn {
    background-image: url(../images/breweryButtonsWrap-tabs.png);
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'jersey_m54regular';
    font-size: 45px;
    height: 66px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 166px;
}

.breweryLocation .breweryContent .topBtnsWrap .tabBtn.faded {
    opacity: 0.2;
}

.breweryLocation .breweryContent .topBtnsWrap .tabBtn.yellowBtn {
    background-position: 0px 66px;
    color: #0069aa;
}

.breweryLocation .breweryContent .topBtnsWrap .tabBtn span {
    display: block;
    font-family: 'fira_sansmedium';
    font-size: 16px;
    line-height: 0px;
}

.breweryLocation .breweryContent .topBtnsWrap .tabBtn:hover {
    background-position: left bottom;
    color: #0069aa;
}

.breweryLocation .breweryContent .topBtnsWrap .tabBtn.yellowBtn:hover {
    color: #ffffff;
}

.breweryLocation#southBreweryWrap .breweryContent {
    background-image: url(../images/south-content-bg.png);
}

.breweryLocation#northBreweryWrap .breweryContent {
    background-image: url(../images/north-content-bg.png);
}

.breweryLocation .breweryGallery {
    padding-top: 97px;
    width: 366px;
}

.breweryLocation .breweryGallery .galRow {
    width: 366px !important;
}

.breweryLocation .breweryGallery a {
    display: block;
    float: left;
    height: 170px;
    margin-bottom: 18px;
    margin-right: 26px;
    position: relative;
    width: 170px;
}

.breweryLocation .breweryGallery a:last-child {
    margin-right: 0px;
}

.breweryLocation .breweryGallery a img {
    display: block;
}

.breweryLocation .breweryGallery a .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/mag-glass.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 0px #2fb5cb;
    box-sizing: border-box;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
}

.breweryLocation .breweryGallery a:hover .overlay {
    border-width: 5px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.breweryLocation .breweryGallery .pnBtns {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: 0px;

    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 60px;
}

.breweryLocation .breweryGallery .pnBtns:hover {
    background-position: left bottom;
}

.breweryLocation .breweryGallery .pnBtns.prev {
    background-image: url(../images/sl-up.png);
    left: 55px;
}

.breweryLocation .breweryGallery .pnBtns.next {
    background-image: url(../images/sl-down.png);
    left: 250px;
}

.breweryLocation .breweryContent .breweryContentScroll {
    color: #3a3a3a;
    font-size: 15px;
    height: 250px;
    line-height: 22px;
    padding-right: 20px;
    text-align: justify;
}

.breweryLocation .breweryContent .breweryContentScroll strong {
    font-family: 'fira_sansbold';
    font-weight: normal;
}

.breweryLocation .getDirectionsBtn {
    background-image: url(../images/location-btn.png);
    color: #ffffff;
    display: block;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 10px auto 0 auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 229px;
}

.breweryLocation .getDirectionsBtn.blueBtn {
    background-position: left 50px;
}

.breweryLocation .getDirectionsBtn:hover {
    background-position: left bottom;
}

.breweryLocation .getDirectionsBtn .fa {
    color: #fbdc46;
    font-size: 34px;
    position: relative;
    top: 2px;
}

.breweriesSpacer {
    height: 180px;
}

.contentInnerWrap {
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.beerOnTap {
    background-color: #36393e;
    background-image: url(../images/chalkboard.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    color: #ffffff;
}

.beerOnTap h2 {
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'creta_trialcreta_trial';
    font-size: 55px;
    font-weight: normal;
    height: 126px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-top: 50px;
    text-transform: none;
}

.beerOnTap #beerOnTapTopRow {
    height: 73px;
}

.beerOnTap #beerOnTapTopRow #columnTitles {
    width: 666px;
}

.beerOnTap .columnTitle {
    box-sizing: border-box;
    float: left;
}

.beerOnTap .markerColumn {
    text-align: center;
    width: 115px;
}

.beerOnTap .beerColumn {
    min-height: 1px;
    position: relative;
    width: 345px;
}

.beerOnTap #beerOnTapTopRow .beerColumn {
    padding-left: 67px;
}

.beerOnTap .abvColumn {
    width: 110px;
}

.beerOnTap #beerOnTapTopRow .abvColumn {
    padding-left: 4px;
}

.beerOnTap .ibuColumn {
    text-align: center;
    width: 96px;
}

.beerOnTap .textColumn {
    padding-left: 11px;
    width: 534px;
}

.beerOnTap .textColumnSm {
    padding-left: 34px;
    width: 414px;
}

.beerOnTap .dotColumn {
    padding-top: 14px;
    text-align: center;
    width: 56px;
}

.beerOnTap .newTagColumn {
    width: 64px;
}

.beerOnTap #keyWrap {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 12px;
    line-height: 73px;
    padding-right: 10px;
    text-align: right;
    text-transform: uppercase;
    width: 523px;
}

.beerOnTap #keyWrap .keyItem,
.beerOnTap #keyWrap .keyDivider {
    display: inline;
}

.beerOnTap #keyWrap strong {
    font-family: 'fira_sansbold';
    font-weight: normal;
}

.beerOnTap .yellowCircle,
.beerOnTap .blueCircle {
    border-radius: 14px;
    display: inline-block;
    height: 14px;
    margin: 0px 2px;
    position: relative;
    top: 2px;
    width: 14px;
}

.beerOnTap .yellowCircle {
    background-color: #fbdc46;
}

.beerOnTap .blueCircle {
    background-color: #2fb5cb;
}

.beerOnTap .fa-map-marker {
    color: #fc0101;
    font-size: 19px;
    position: relative;
    top: 1px;
}

#beerListWrap .beerItem {
    height: 55px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#beerListWrap .beerItem.normal:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#beerListWrap .beerItem.featured {
    background-image: url(../images/isla-bg-trans.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 382px;
}

#beerListWrap .markerColumn {
    font-family: 'creta_trialcreta_trial';
    font-size: 60px;
    line-height: 98px;
}

#beerListWrap .abvColumn,
#beerListWrap .ibuColumn {
    font-family: 'creta_trialcreta_trial';
    font-size: 42px;
    line-height: 98px;
}

#beerListWrap .beerItem.normal .beerColumn {
    padding-left: 18px;
}

#beerListWrap .beerItem.normal .beerColumn,
#beerListWrap .beerItem.normal .textColumnSm {
    font-family: 'creta_trialcreta_trial';
    font-size: 33px;
}

#beerListWrap .beerItem.normal .beerColumn,
#beerListWrap .beerItem.normal .markerColumn,
#beerListWrap .beerItem.normal .abvColumn,
#beerListWrap .beerItem.normal .ibuColumn,
#beerListWrap .beerItem.normal .textColumnSm {
    height: 55px;
    line-height: 64px;
}

#beerListWrap .beerItem .beerColumn .bottle {
    left: 49px;
    position: absolute;
    top: 23px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 5;
}

#beerListWrap .beerItem.featured:hover .beerColumn .bottle {

    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#beerListWrap .beerItem.normal .beerColumn p,
#beerListWrap .beerItem.normal .textColumnSm p {
    margin: 0px;
    padding: 0px;
}

#beerListWrap .beerItem .beerColumn .bottleText {
    left: 153px;
    position: absolute;
    top: 23px;
}

#beerListWrap .beerItem .beerColumn .spray {
    background-image: url(../images/spray.png);
    background-repeat: no-repeat;
    height: 308px;
    left: 14px;
    position: absolute;
    top: 0px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 169px;
    z-index: 1;
}

#beerListWrap .beerItem.featured:hover .beerColumn .spray {

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#beerListWrap .beerItem .beerColumn .whereToBuy {
    left: 160px;
    position: absolute;
    top: 288px;
    z-index: 4;
}

#beerListWrap .beerItem .beerColumn .whereToBuy h3 {
    color: #939495;
    font-size: 24px;
    margin-bottom: 18px;
}

#beerListWrap .beerItem .textColumn .tabContentWrap {
    font-family: 'creta_trialcreta_trial';
    font-size: 24px;
    height: 258px;
    line-height: 32px;
    position: relative;
}

#beerListWrap .beerItem .textColumn .tabContentWrap .contentItem {
    height: 250px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    z-index: 1;
}

#beerListWrap .beerItem .textColumn .tabContentWrap .contentItem.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}

#beerListWrap .beerItem .textColumn .tabBtnsWrap {
    cursor: default;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}

#beerListWrap .beerItem .textColumn .tabBtnsWrap .tabBtn {
    background-image: url(../images/beer-on-tap-tab-btn.png);
    background-repeat: no-repeat;
    color: #939495;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 171px;
}

#beerListWrap .beerItem .textColumn .tabBtnsWrap .tabBtn:hover {
    background-position: left bottom;
    color: #ffffff;
}

#beerListWrap .beerItem .newTag {
    background-image: url(../images/new-tag.png);
    background-repeat: no-repeat;
    height: 46px;
    margin: 4px auto;
    width: 47px;
}

.beerDivider {
    background-image: url(../images/dot-divider.png);
    background-position: center right;
    background-repeat: repeat-x;
    height: 45px;
    width: 1030px;
}

.largeLogoBtm {
    padding: 60px 0px;
    text-align: center;
}

.basicInner {
    padding: 0px 35px;
}

.basicInner h4 {
    color: #0069aa;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.basicInner h4+p {
    margin-top: 0px;
}

.basicInner strong {
    font-family: 'fira_sansbold';
    font-weight: normal;
}

.bar-top {
    background-image: url(../images/bar.png);
    background-position: center top;
    height: 18px;
}

.bar-bottom {
    background-image: url(../images/header-bottom-bar.png);
    background-position: center top;
    height: 18px;
}

.locationWrap {
    background-image: url(../images/breweryButtonsWrap-tabs.png);
    color: #ffffff;
    display: block;
    font-family: 'jersey_m54regular';
    font-size: 45px;
    height: 66px;
    line-height: 52px;
    margin-left: 298px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 166px;
}

.locationWrap.yellowbg {
    background-position: 0px 66px;
    color: #0069aa;
}

.locationWrap span {
    display: block;
    font-family: 'fira_sansmedium';
    font-size: 16px;
    line-height: 0px;
}

.crewsWrap .crewMember {
    margin-bottom: 31px;
}

.crewsWrap .crewMember .crewPic {
    background-image: url(../images/crew-yellow-back.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 290px;
    margin-left: -21px;
    padding: 37px 42px 45px 47px;
    width: 305px;
}

.crewsWrap .crewMember:nth-child(even) .crewPic {
    background-image: url(../images/crew-blue-back.png);
}

.crewsWrap .crewMember .crewPic img {
    border: solid 3px #ffffff;
    display: block;
}

.locationMembers {
    margin-bottom: 50px;
}

.locationMembers:nth-child(even) .crewsWrap .crewMember:nth-child(odd) .crewPic {
    background-image: url(../images/crew-blue-back.png);
}

.locationMembers:nth-child(even) .crewsWrap .crewMember:nth-child(even) .crewPic {
    background-image: url(../images/crew-yellow-back.png);
}

.crewsWrap .crewMember .crewInfo {
    width: 902px;
}

.crewsWrap .crewMember .crewInfo h2 {
    color: #0069aa;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0 0 0;
    padding: 0px;
    text-transform: uppercase;
}

.crewsWrap .crewMember .crewInfo .bioWrap {
    padding-bottom: 80px;
    position: relative;
}

.crewsWrap .crewMember .crewInfo .bioWrap .bioText {
    height: 140px;
    overflow: hidden;
    position: relative;
}

.crewsWrap .crewMember .crewInfo .bioWrap .bioText::after {
    background-image: url(../images/white-grad.png);
    bottom: 0px;
    content: '';
    height: 37px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.crewsWrap .crewMember .crewInfo .bioWrap p:first-child {
    margin-top: 0px;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves {
    bottom: 0px;
    height: 60px;
    position: absolute;
    width: 100%;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .wavesFront {
    -webkit-animation: displace 30s linear infinite;
    animation: displace 30s linear infinite;
    background-image: url(../images/waves-front.png);
    height: 20px;
    width: 100%;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .wavesBack {
    -webkit-animation: displace 40s linear infinite;
    animation: displace 40s linear infinite;
    background-image: url(../images/waves-back.png);
    height: 20px;
    width: 100%;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .readMoreBtnWrap {
    background-color: #00a5cd;
    box-sizing: border-box;
    height: 38px;
    padding-top: 2px;
    text-align: center;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .readMoreBtnWrap .fa-stack {
    cursor: pointer;
    display: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.crewsWrap .crewMember.hasReadMore .crewInfo .bioWrap .beerWaves .readMoreBtnWrap .fa-stack {
    display: inline-block;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .readMoreBtnWrap .fa {
    font-size: 30px;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .readMoreBtnWrap .fa-angle-down {
    color: #00a5cd;
    font-size: 26px;
    top: 2px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .readMoreBtnWrap .fa-circle {
    color: #ffffff;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .readMoreBtnWrap .fa-stack.open {
    top: -9px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .readMoreBtnWrap .fa-stack:hover .fa-circle {
    color: #0069aa;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .readMoreBtnWrap .fa-stack:hover .fa-angle-down {
    color: #ffffff;
}

.crewsWrap .crewMember .crewInfo .bioWrap .beerWaves .readMoreBtnWrap .fa-stack.open:hover {}

#calendarBackground {
    background-position: center center;
    background-repeat: no-repeat;
}

#calendarBackground #calendarOverlay {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
}

.eventon_fullcal .evo_fc_day,
.eventon_fc_days,
.eventon_fc_daynames,
.eventon_fullcal .evo_fc_day.bb,
.eventon_fullcal .evo_fc_day.on_focus {
    border-color: #0069aa;
}

.eventon_fullcal p,
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.ajde_evcal_calendar .evcal_month_line p,
.ajde_evcal_calendar .evo_sort_btn,
.eventon_sf_field p,
.evo_srt_sel p.fa,
.ajde_evcal_calendar .evo_sort_btn:hover {
    color: #0069aa !important;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_next .fa {
    left: 15px;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows {}

.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    color: #00a5cd !important;
}

.eventon_fc_days .evo_fc_day {
    background-color: rgba(255, 255, 255, 0.7) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.eventon_fc_days .evo_fc_day:hover {
    background-color: rgba(39, 189, 213, 0.8) !important;
}

.eventon_fullcal .evo_fc_day.on_focus {
    background-color: #00a5cd !important;
    color: #ffffff !important;
}

.eventon_fc_days .evo_fc_day.has_events span {
    bottom: 10px;
}

.eventon_fc_days .evo_fc_day.has_events span i {
    background-color: #00a6cf;
    height: 10px;
    width: 10px;
}

.eventon_events_list .eventon_list_event .evcal_eventcard,
.evcal_evdata_row,
.evorow .tbrow,
.dark1,
.evo_pop_body,
.evcal_evdata_row {
    background-color: #ffffff !important;
}

.evoFC_popin {
    margin-top: 720px !important;
}

#wpsl-result-list,
#wpsl-stores {
    bottom: -347px;
    position: absolute;
    width: 100%;
}

#wpsl-result-list ul {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#wpsl-result-list ul li {
    width: 45%;
}

#wpsl-wrap {
    overflow: visible;
}

#wpsl-gmap {
    float: none;
    width: 100%;
}

#locatorBG {
    background-image: url(../images/where-to-buy-bg.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 790px;
    margin-bottom: 640px;
    margin-left: -50px;
    padding: 81px 77px 60px 76px;
    width: 1296px;
}

.wpsl-search {
    background-color: rgba(0, 0, 0, 0.4);
    border: solid 3px #2fb5cb;
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'jersey_m54regular';
    font-size: 17px;
    margin-left: 5%;
    position: absolute;
    text-transform: uppercase;
    top: -3px;
    width: 90%;
    z-index: 2;
}

.gmnoprint.gm-bundled-control {
    z-index: 10;
}

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label {
    width: 115px !important;
}

#wpsl-search-wrap div label {
    line-height: 40px;
}

#wpsl-search-input,
.wpsl-dropdown li {
    font-family: 'fira_sansregular' !important;
}

.wpsl-search .wpsl-selected-item {
    font-family: 'fira_sansbold' !important;
}

.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li,
.wpsl-selected-item {
    padding: 7px 12px !important;
}

#wpsl-search-btn {
    background-color: transparent;
    background-image: url(../images/location-btn.png);
    border: 0px !important;
    color: #ffffff;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    height: 50px;
    margin-top: -5px;
    position: relative;
    text-transform: uppercase;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 140px;
}

#wpsl-search-btn:hover {
    background-position: left bottom;
}

.wpsl-search-btn-wrap {
    float: right !important;
}

.logoHalfFloat {
    background-image: url(../images/logo-half-float.png);
    background-position: top center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #2fb5cb;
    font-family: 'jersey_m54regular';
    font-size: 36px;
    height: 169px;
    line-height: 40px;
    padding-top: 95px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -13px;
    width: 100%;
}

#grungeTopHalf {
    background-image: url(../images/grunge-top.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-left: -47px;
    min-height: 308px;
    padding: 128px 121px 0px 115px;
    width: 1293px;
}

#grungeTopHalf p:last-child {
    margin-bottom: 0px;
}

#grungeTopHalf #filterBtns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    height: 66px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

#grungeTopHalf #filterBtns .filterBtn {
    background-image: url(../images/breweryButtonsWrap-tabs.png);
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'jersey_m54regular';
    font-size: 45px;
    height: 66px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 166px;
}

#grungeTopHalf #filterBtns .filterBtn. {}

#grungeTopHalf #filterBtns .filterBtn span {
    display: block;
    font-family: 'fira_sansmedium';
    font-size: 16px;
    line-height: 0px;
}

#grungeTopHalf #filterBtns .filterBtn:hover,
#grungeTopHalf #filterBtns .filterBtn.active {
    background-position: left bottom;
    color: #0069aa;
}

#grungeBottom {
    background-image: url(../images/grunge-bottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-left: -50px;
    min-height: 308px;
    padding: 20px 121px 151px 118px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 1293px;
}

#careersWrap {

    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#careersWrap .careerItem {
    width: 100%;
}

#careersWrap .careerItem .careerTitle {
    background-color: #0069aa;
    background-image: url(../images/career-title-bg.png);
    background-repeat: no-repeat;
    color: #ffffff;
    cursor: pointer;
    font-family: 'jersey_m54regular';
    font-size: 34px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    padding-left: 15px;
    position: relative;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#careersWrap .careerItem .careerTitle .careerArrow {
    background-image: url(../images/career-arrow.png);
    height: 37px;
    position: absolute;
    right: 10px;
    top: 6px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 37px;
}

#careersWrap .careerItem .careerTitle:hover,
#careersWrap .careerItem .careerTitle.active {
    background-position: left bottom;
    color: #0069aa;
}

#careersWrap .careerItem .careerTitle:hover .careerArrow,
#careersWrap .careerItem .careerTitle.active .careerArrow {

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

}

#careersWrap .careerItem .careerDescription {
    display: none;
}

#careersWrap .careerItem .careerDescription em {
    font-family: 'fira_sansitalic';
    font-style: normal;
}



table,
tr,
td,
th {
    border: 0px;
}

.woocommerce td.product-name dl.variation dd p:last-child {
    margin-top: 0px;
}

.woocommerce td.product-name dl.variation dt {
    width: 160px;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    margin-bottom: 0px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #db291e;
    border-radius: 0px;
    -moz-border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    line-height: 42px;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    x: ;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #4a4949;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 37px;
    width: 120px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: #ffffff;
    box-sizing: border-box;
    height: 400px;
    margin-bottom: 30px;
    margin-right: 0px;
    overflow: hidden;
    padding: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 279px;
}

.woocommerce .hasBG ul.products li.product,
.woocommerce-page .hasBG ul.products li.product {
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 10px;
    width: 272px;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    background-color: #97dae5;
}

.woocommerce .hasBG ul.products li.product:hover,
.woocommerce-page .hasBG ul.products li.product:hover,
.woocommerce .hasBG ul.products.listView li.product:hover,
.woocommerce-page .hasBG ul.products.listView li.product:hover {
    background-color: #ffffff;
}

.woocommerce ul.products li.product:nth-child(3n),
.woocommerce-page ul.products li.product:nth-child(3n) {
    margin-right: 0px;
}

.woocommerce.columns-4 ul.products li.product {
    margin-right: 0px;
    width: 275px;
}

.woocommerce.columns-4 ul.products li.product .imageWrap {
    width: 263px;
}

.woocommerce ul.products li.product .imageWrap,
.woocommerce-page ul.products li.product .imageWrap {
    background-color: #ffffff;
    border: solid 1px #4a4949;
    display: table;
    height: 268px;
    width: 268px;
}

.woocommerce .hasBG ul.products li.product .imageWrap,
.woocommerce-page .hasBG ul.products li.product .imageWrap {
    width: 260px;
}

.woocommerce ul.products li.product .imageWrap .imageWrapInner,
.woocommerce-page ul.products li.product .imageWrap .imageWrapInner {
    display: table-cell;
    height: 268px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 268px;
}

.woocommerce ul.products li.product .imageWrap .imageWrapInner .viewItem,
.woocommerce-page ul.products li.product .imageWrap .imageWrapInner .viewItem {
    background-image: url(../images/view-item-bg.png);
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: 'fira_sansmedium';
    font-size: 18px;
    font-weight: normal;
    height: 43px;
    left: 84px;
    line-height: 46px;
    opacity: 0;
    position: absolute;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 104px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 125px;
    z-index: 5;
}

.woocommerce ul.products li.product:hover .imageWrap .imageWrapInner .viewItem,
.woocommerce-page ul.products li.product:hover .imageWrap .imageWrapInner .viewItem {
    opacity: 1;
    top: 124px;
}

.woocommerce ul.products li.product .imageWrap .imageWrapInner img,
.woocommerce-page ul.products li.product .imageWrap .imageWrapInner img {
    display: inline;
    margin: 0px;
    max-height: 248px;
    max-width: 248px;
    transition: all 15s ease-out;
    -moz-transition: all 15s ease-out;
    -webkit-transition: all 15s ease-out;
    -o-transition: all 15s ease-out;
    vertical-align: middle;
}

.woocommerce ul.products li.product:hover .imageWrap .imageWrapInner img,
.woocommerce-page ul.products li.product:hover .imageWrap .imageWrapInner img {
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
}

.woocommerce ul.products li.product h3 {
    color: #5e5e5e;
    font-family: 'fira_sansregular';
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
    margin: 0px;
    overflow: hidden;
    padding: 8px 0px 0px 0px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.woocommerce .hasBG ul.products li.product h3 {
    color: #ffffff;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.woocommerce .hasBG ul.products li.product:hover h3 {
    color: #5e5e5e;
}

.woocommerce ul.products li.product .ratingWrap {
    height: 24px;
    line-height: 12px;
    position: relative;
    top: 4px;
}

.woocommerce ul.products li.product .ratingWrap .star-rating-alt-text {
    color: #8c8c8c;
    font-size: 12px;
    position: relative;
    top: -6px;
}

.woocommerce .hasBG ul.products li.product .ratingWrap .star-rating-alt-text,
.woocommerce .hasBG .star-rating span {
    color: #a80a00;
}

.woocommerce .star-rating span {
    color: #0069aa;
}

.woocommerce ul.products li.product .colorsWrap {
    height: 30px;
}

.woocommerce ul.products.listView li.product .colorsWrap.noImgs {
    display: none;
}

.woocommerce ul.products li.product .colorsWrap a {
    color: #4a4949;
    font-family: 'fira_sanssemibold';
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.woocommerce ul.products li.product .colorsWrap a:hover {
    color: #d7261b;
}

.woocommerce ul.products li.product .price {
    bottom: -5px;
    color: #000000;
    font-family: 'fira_sansextrabold';
    font-size: 24px;
    height: 50px;
    left: 5px;
    line-height: 50px;
    margin-bottom: 0px;
    position: absolute;
}

.woocommerce ul.products.listView li.product .price {
    left: auto;
    right: 5px;
    top: 5px;
}

.woocommerce .hasBG ul.products li.product .price {
    color: #ffffff;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.woocommerce .hasBG ul.products li.product:hover .price {
    color: #000000;
}

.woocommerce ul.products li.product .price del {
    color: #858584;
    float: left;
}

.woocommerce ul.products li.product .price ins::before {
    content: 'Now:';
    font-family: 'fira_sansregular';
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
    padding-right: 5px;
    text-transform: uppercase;
}

.woocommerce span.onsale {
    background-color: transparent;
    background-image: url(../images/sale-corner.png);
    background-repeat: no-repeat;
    border-radius: 0px;
    -moz-border-radius: 0px;
    font-family: 'fira_sansextrabold';
    font-size: 22px;
    font-weight: normal;
    height: 86px;
    left: 2px;
    line-height: normal;
    margin: 0px !important;
    min-height: inherit;
    min-width: inherit;
    padding: 0px;
    padding-left: 4px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 2px;
    width: 86px;
    z-index: 4;
}

.woocommerce ul.products li.product .onsale {
    left: 7px;
    top: 7px;
}

.woocommerce ul.products.listView li.product,
.woocommerce-page ul.products.listView li.product {
    float: none;
    height: auto;
    width: 100%;
}

.woocommerce .hasBG ul.products.listView li.product,
.woocommerce-page .hasBG ul.products.listView li.product {
    background-color: rgba(255, 255, 255, 0.2);
}

.woocommerce ul.products.listView li.product .prodInfo,
.woocommerce-page ul.products.listView li.product .prodInfo {
    float: right;
    width: 548px;
}

.woocommerce .hasBG ul.products.listView li.product .prodInfo,
.woocommerce-page .hasBG ul.products.listView li.product .prodInfo {
    padding-right: 10px;
    width: 538px;
}

.woocommerce ul.products.listView li.product .imgLink,
.woocommerce-page ul.products.listView li.product .imgLink {
    float: left;
}

.woocommerce ul.products.listView li.product .topInfoLeft,
.woocommerce-page ul.products.listView li.product .topInfoLeft {
    float: left;
}

.woocommerce ul.products.listView li.product .topInfoRight,
.woocommerce-page ul.products.listView li.product .topInfoRight {
    float: right;
    padding-top: 15px;
}

.woocommerce ul.products.listView li.product .topInfoRight.noImgs,
.woocommerce-page ul.products.listView li.product .topInfoRight.noImgs {
    margin-top: -55px;
}

.woocommerce ul.products li.product .excerptWrap,
.woocommerce-page ul.products li.product .excerptWrap {
    display: none;
}

.woocommerce ul.products.listView li.product .excerptWrap,
.woocommerce-page ul.products.listView li.product .excerptWrap {
    color: #505050;
    display: block;
    font-size: 16px;
    height: 164px;
    line-height: 19px;
    overflow: hidden;
    text-align: justify;
}

.woocommerce ul.products.listView li.product .excerptWrap.noImgs,
.woocommerce-page ul.products.listView li.product .excerptWrap.noImgs {
    height: 157px;
}

.woocommerce ul.products li.product .viewProdBtn,
.woocommerce-page ul.products li.product .viewProdBtn {
    display: none;
}

.woocommerce ul.products.listView li.product .viewProdBtn,
.woocommerce-page ul.products.listView li.product .viewProdBtn {
    background-image: url(../images/location-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    color: #ffffff;
    display: block;
    font-family: 'fira_sansextrabold';
    font-size: 18px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.woocommerce ul.products.listView li.product h3 {
    line-height: 34px;
    padding: 0px;
}

.woocommerce ul.products.listView li.product .viewProdBtn:hover,
.woocommerce-page ul.products.listView li.product .viewProdBtn:hover {
    background-position: left -50px;
    color: #ffffff;
}

.single-product.woocommerce .woocommerce-breadcrumb {
    color: #0069aa;
    font-family: 'fira_sansmedium';
    height: 51px;
    line-height: 52px;
    margin: 0px;
    padding: 0px;
}

.single-product.woocommerce .woocommerce-breadcrumb a {
    color: #0069aa;
    text-decoration: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: auto;
}

#productSingleLeft {
    float: left;
    width: 500px;
}

#productSingleLeft .mainImage {
    border: solid 1px #454343;
    display: table;
    height: 498px;
    position: relative;
    text-align: center;
    width: 498px;
}

#productSingleLeft .mainImage a {
    display: table-cell;
    height: 498px;
    text-align: center;
    vertical-align: middle;
    width: 498px;
}

#productSingleLeft .mainImage #prodZoom {
    background-image: url(../images/prod-zoom.png);
    background-repeat: no-repeat;
    bottom: 2px;
    height: 85px;
    position: absolute;
    right: 2px;
    width: 85px;
}

.woocommerce div.product div.images img {
    display: inline;
    margin: 0px;
    max-height: 496px;
    max-width: 496px;
    vertical-align: middle;
    width: auto;
}

#productSingleRight {
    float: right;
    width: 580px;
}

.woocommerce div.product .product_title {
    color: #272727;
    font-family: 'fira_sansregular';
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: left;
    text-transform: none;
}

.woocommerce #productSingleRight .woocommerce-product-rating {
    margin-bottom: 0px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin: 0px;
}

#productSingleRight .woocommerce-review-link {
    display: none;
}

#productSingleRight .sku_wrapper {
    color: #272727;
    font-family: 'fira_sansmedium';
    line-height: 36px;
    padding-left: 5px;
}

#productSingleRight .posted_in {
    display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000;
    font-family: 'fira_sansextrabold';
    font-size: 30px;
    line-height: 45px;
}

#productSingleRight .topSummary {
    padding: 0px 15px;
}

#productSingleRight .prodExcerpt p {
    color: #373737;
    font-family: 'fira_sansbook';
    line-height: 20px;
    margin-top: 10px;
    text-align: justify;
}

#productSingleRight #selectsWrap {
    background-color: #e6e6e6;
    padding: 15px;
}

#productSingleRight #selectsWrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/drop-down-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: solid 1px #454343;
    box-sizing: border-box;
    color: #454343;
    display: block;
    font-family: 'fira_sansregular';
    font-size: 18px;
    height: 53px;
    margin: 0px;
    margin-bottom: 8px;
    padding-left: 10px;
    text-transform: uppercase;
    width: 100%;
}

#productSingleRight #selectsWrap select:active,
#productSingleRight #selectsWrap select:focus {
    font-family: 'fira_sansmedium';
}

#productSingleRight #selectsWrap select::-ms-expand {
    display: none;
}

h3.addon-name {
    display: none;
}

#productSingleRight #selectsWrap .product-addon {
    margin: 0px;
    padding: 0px;
}

#productSingleRight #selectsWrap p {
    margin: 0px;
    padding: 0px;
}

#productSingleRight .reset_variations {
    display: none !important;
}

.woocommerce div.product form.cart .variations td {
    padding-bottom: 0px;
    padding-top: 0px;
    vertical-align: middle;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart,
.woocommerce div.product form.cart .variations {
    margin-bottom: 0px;
}

.woocommerce div.product form.cart .single_variation_wrap {
    padding-bottom: 7px;
}

#productSingleRight #selectsWrap .single_variation {
    display: none;
}

#productSingleRight #selectsWrap .quantity {
    background-color: #ffffff;
    border: solid 1px #454343;
    height: 53px;
    position: relative;
    width: 240px;
}

#productSingleRight #selectsWrap .quantity input {
    background-color: #454343;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    box-sizing: border-box;
    color: #ffffff;
    float: none;
    font-family: 'fira_sansregular';
    font-size: 24px;
    font-weight: normal;
    height: 40px;
    margin-top: 7px;
    width: 40px;
}

#productSingleRight #selectsWrap .quantity::before {
    content: 'Quantity:';
    font-family: 'fira_sansregular';
    font-size: 18px;
    height: 53px;
    line-height: 55px;
    padding-left: 15px;
    padding-right: 51px;
    text-transform: uppercase;
}

#productSingleRight #selectsWrap .quantity .minus,
#productSingleRight #selectsWrap .quantity .plus {
    -webkit-appearance: none;
    background-color: #7a7a7a;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 0;
    float: none;
    height: 31px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: absolute;
    top: 12px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 31px;
}

#productSingleRight #selectsWrap .quantity .minus:hover,
#productSingleRight #selectsWrap .quantity .plus:hover {
    background-color: #454343;
}

#productSingleRight #selectsWrap .quantity .minus {
    left: 110px;
}

#productSingleRight #selectsWrap .quantity .plus {
    left: 199px;
}

.woocommerce #productSingleRight form.cart .button {
    background-color: #0069aa;
    border-radius: 0px;
    -moz-border-radius: 0px;
    float: right;
    font-family: 'fira_sansmedium';
    font-size: 24px;
    font-weight: normal;
    height: 55px;
    padding-top: 5px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 260px;
}

.woocommerce #productSingleRight form.cart .button:hover {
    background-color: #00a6cf;
}

#tabSystem {
    margin-bottom: 40px;
}

#tabSystem #tabsWrap {
    border-bottom: solid 1px #454343;
    height: 50px;
    line-height: 52px;
}

#tabSystem #tabsWrap .tabs {
    color: #272727;
    cursor: pointer;
    float: left;
    font-family: 'fira_sansregular';
    font-size: 30px;
    height: 50px;
    margin-right: 45px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#tabSystem #tabsWrap .tabs:hover,
#tabSystem #tabsWrap .tabs.active {
    color: #0069aa;
}

#tabSystem #tabsContent {
    position: relative;
}

#tabSystem #tabsContent .tabContent {
    left: 0px;
    opacity: 0;
    padding-top: 20px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 3;
}

#tabSystem #tabsContent .tabContent>p {
    margin-top: 0px;
    padding-top: 0px;
}

#tabSystem #tabsContent .tabContent td {
    border: 0px !important;
}

#tabSystem #tabsContent .tabContent.active {
    z-index: 6;
}

#tabSystem #tabsContent .tabContent #comments h2 {
    display: none;
}

#tabSystem #tabsContent .tabContent #comments .commentlist {
    margin-left: 0px;
    padding-left: 0px;
}

#productSingleRight #shareProductWrap {
    color: #454343;
    font-size: 18px;
    padding-top: 10px;
}

#productSingleRight #shareProductWrap .social-sharing a {
    background-color: transparent;
    background-image: none;
    color: #7a7a7a;
    font-size: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

.related.products h2 {
    color: #272727;
    font-size: 30px;
    text-transform: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
    background-image: url(../images/prod-bg.jpg);
}

.woocommerce .hasBG .products ul,
.woocommerce .hasBG ul.products {
    background-image: none;
}

.woocommerce .products ul.listView,
.woocommerce ul.products.listView {
    background-image: none;
}

.related.products {
    position: relative;
    z-index: 100;
}

.related.products ul.products li {
    height: 400px;
    width: 275px;
}

.related.products ul.products {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.related.products ul.products::after,
.related.products ul.products::before {
    display: none;
}

.woocommerce .related.products ul.products li.product .imageWrap {
    width: auto;
}

#cartLeftTop {
    background-color: #fbdc46;
    box-sizing: border-box;
    overflow: hidden;
    padding: 4px 4px 4px 10px;
    width: 747px;
}

.woocommerce #cartLeftTop .woocommerce-breadcrumb {
    color: #db281d;
    margin: 0px;
}

.woocommerce #cartLeftTop .woocommerce-breadcrumb,
.woocommerce #cartLeftTop {
    color: #0069aa;
    font-family: 'fira_sansbold';
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 31px;
    text-transform: uppercase;
}

#cartLeftTop .woocommerce-breadcrumb a {
    color: #0069aa;
    text-decoration: none;
}

.woocommerce .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: solid 1px #b2b1b1;
    box-sizing: border-box;
    height: 23px;
    margin-left: 10px;
    margin-top: 2px;
}

.woocommerce .woocommerce-ordering select::-ms-expand {
    display: none;
}

#categoryList {
    float: left;
    width: 249px;
}

#productRight {
    float: right;
    width: 838px;
}


#categoryList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#categoryList ul li {
    position: relative;
}

#categoryList ul li a {
    background-color: #0069aa;
    color: #ffffff;
    display: block;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    height: 47px;
    line-height: 46px;
    margin-bottom: 1px;
    padding-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

#categoryList ul li a.catLink {
    background-image: url(../images/prod-cat-bg.png);
    background-position: 0px 47px;
    background-repeat: no-repeat;
}

#categoryList ul li:hover>.catLink,
#categoryList ul li.active>.catLink,
#categoryList ul li:hover>.catLink-sub,
#categoryList ul li.active>.catLink-sub {
    background-color: #0069aa;
    background-position: 0px 0px;
}

.hasBG #categoryList ul li:hover>.catLink,
.hasBG #categoryList ul li.active>.catLink,
.hasBG #categoryList ul li:hover>.catLink-sub,
.hasBG #categoryList ul li.active>.catLink-sub {
    color: #5e5e5e;
}

#categoryList ul li a .arrow {
    background-image: url(../images/career-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 8px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 30px;
}

#categoryList ul li:hover>a>.arrow,
#categoryList ul li.active>a>.arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#categoryList ul li a.catLink-sub .arrow {
    display: none;
}

#categoryList ul li .prod-sub,
#categoryList ul li .prod-sub-sub {
    display: none;
}

#categoryList ul li .prod-sub li a.catLink-sub {
    background-color: #ffffff;
    background-image: url(../images/accord-plus.png);
    background-position: right top;
    background-repeat: no-repeat;
    border: 0px;
    color: #4a4949;
    font-family: 'fira_sansbold';
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    margin: 0px;
    text-transform: none;
}

#categoryList ul li ul.prod-sub li {
    border-bottom: solid 1px #bfbfbf;
    margin-bottom: 0px;
}

#categoryList ul li ul.prod-sub li:last-child {
    border-bottom: 0px;
    margin-bottom: 23px;
}

#categoryList ul li .prod-sub li a.catLink-sub:hover {
    background-color: #e8e8e8;
}

#categoryList ul li .prod-sub li.active a.catLink-sub {
    background-position: right bottom;
}

#categoryList ul li ul.prod-sub li .prod-sub-sub li {
    border-bottom: 0px;
}

#categoryList ul li ul.prod-sub li .prod-sub-sub li a {
    background-color: #ffffff;
    background-image: url(../images/product-bg.png);
    background-position: left 50px;
    background-repeat: no-repeat;
    border: 0px;
    border-bottom: 0px;
    color: #0069aa;
    font-family: 'fira_sansregular';
    font-size: 18px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    text-transform: none;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    white-space: nowrap;
}

#categoryList ul li ul.prod-sub li .prod-sub-sub li a:hover,
#categoryList ul li ul.prod-sub li .prod-sub-sub li.active a {
    background-position: left 0px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
}

#categoryList h2 {
    border-bottom: 0px;
    color: #da281d;
    color: #0069aa;
    font-family: 'fira_sansbold';
    font-size: 24px;
    font-weight: normal;
    height: 44px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    text-transform: uppercase;
}

.hasBG #categoryList h2 {
    height: 39px;
    padding-left: 0px;
}

#cartRightTop .viewIcons {
    color: #0069aa;
    cursor: pointer;
    font-size: 30px;
    margin-right: 5px;
    margin-top: 4px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#cartRightTop .viewIcons:last-child {
    margin-right: 0px;
}

#cartRightTop .viewIcons:hover,
#cartRightTop .viewIcons.active {
    color: #00a6cf;
}

#cartTop {
    margin-bottom: 15px;
}

#respond input[type="text"],
#respond input[type="email"],
#respond textarea,
.post-password-form input[type="password"],
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-quiz,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #969696;
    font-family: inherit;
    font-size: 13px;
    margin-bottom: 11px;
    outline: 0;
    padding: 10px 15px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
}

#commentform {
    text-align: left;
}

.woocommerce #reviews #comments ol.commentlist li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-family: 'fira_sanslight_italic';
    font-size: 0.9em;
    margin-bottom: 0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}

.woocommerce #review_form #respond p {
    text-align: left;
}

.woocommerce #review_form #respond p.stars {
    display: block;
    margin-bottom: 0px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #0069aa;
    border-radius: 5px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'fira_sansbold';
    font-size: 24px;
    font-weight: normal;
    height: 45px;
    line-height: 46px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 150px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #00a6cf;
    color: #ffffff;
}

.woocommerce #commentform label {
    display: block;
}

.woocommerce #commentform input {
    box-sizing: border-box;
    height: 40px;
    width: 100%;
}

.woocommerce p.stars a::before {
    color: #0069aa;
}

.woocommerce button.button.disabled {
    padding: inherit;
}

table,
tr,
td,
th {
    border: 0px;
}

.woocommerce td.product-name dl.variation dd p:last-child {
    margin-top: 0px;
}

.woocommerce td.product-name dl.variation dt {
    width: 160px;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    margin-bottom: 0px;
}

a {
    color: #db291e;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #4a4949;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 45px;
    width: 120px;
}

.woocommerce .actions input.button {
    color: #ffffff !important;
    font-size: 16px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: #0069aa;
    border-radius: 0px;
    -moz-border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    height: 80px;
    line-height: 82px;
    padding: 0px;
    text-align: center;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: #00a6cf;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-family: 'jersey_m54regular';
    font-size: 30px;
}

.checkout.woocommerce-checkout input,
.checkout.woocommerce-checkout select,
.checkout.woocommerce-checkout textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
    font-family: 'fira_sansregular';
    font-size: 14px;
    padding: 8px 10px 7px;
}

#contactLeft {
    width: 560px;
}

#contactLeft .contactItem {
    width: 49%;
}

#contactLeft .contactItem .contactIcon {
    background-color: #00a6cf;
    border-radius: 58px;
    -moz-border-radius: 58px;
    height: 58px;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
    width: 58px;
}

#contactLeft .contactItem .contactIcon img {
    vertical-align: middle;
}

#contactLeft .contactItem .contactInfo {
    color: #3a3a3a;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 60px;
}

#contactLeft .contactItem .contactInfo strong {
    font-family: 'fira_sansbold';
    font-weight: normal;
}

#contactLeft .contactItem .contactInfo h3 {
    color: #373d41;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

#contactLeft .contactItem .contactInfo a.telLink {
    color: #373d41;
    font-family: 'fira_sansregular';
    font-size: 20px;
    text-decoration: none;
}

#contactLeft .contactItemsWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
}

#contactLeft .contactItemsWrap .contactItem:nth-child(2n) {
    min-height: 0px;
}

#contactLeft #contactInfoLeft {}

#contactLeft ul.sociallinkswrap {
    display: flex;
    justify-content: center;    
    letter-spacing: -6px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#contactLeft ul.sociallinkswrap li {
    display: block;
    margin: 0 10px;
}

#contactLeft ul.sociallinkswrap li a {
    color: #373d41;
    text-decoration: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#contactLeft ul.sociallinkswrap li a .fa {
    font-size: 30px;
}

#contactLeft ul.sociallinkswrap li a:hover {
    color: #00a6cf;
}

#contactRight {
    width: 632px;
}

#contactRight #frmWrap {
    background-image: url(../images/form-bg.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 644px;
    margin-right: -50px;
    margin-top: -50px;
    padding: 101px 89px 80px 96px;
    position: relative;
    width: 632px;
    z-index: 5;
}

#contactRight #frmWrap input,
#contactRight #frmWrap textarea {
    background-color: #ffffff;
    border: 0px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #434343;
    display: block;
    font-family: 'fira_sansregular';
    font-size: 16px;
    height: 38px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
}

#contactRight #frmWrap textarea {
    height: 143px;
    padding-right: 10px;
    padding-top: 5px;
}

#contactRight #frmWrap input[type='submit'] {
    background-color: #ffffff;
    box-sizing: border-box;
    color: #0069aa;
    cursor: pointer;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    height: 46px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 208px;
}

#contactRight #frmWrap input[type='submit']:hover {
    background-color: #0069aa;
    color: #ffffff;
}

#mapWrap {
    border-top: solid 2px #b3b3b3;
    height: 500px;
    position: relative;
}

#mapWrap #topShadow {
    background-image: url("../images/map-top-shadow.png");
    height: 24px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

#mapWrap #bottomShadow {
    background-image: url("../images/map-bottom-shadow.png");
    bottom: 0;
    height: 24px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
}

#mapWrap iframe {
    margin-bottom: 0;
    margin-top: 0px;
}

#mapWrap .mapOverlay {
    background: transparent none repeat scroll 0 0;
    height: 500px;
    margin-top: -500px;
    position: relative;
    top: 500px;
    width: 100%;
}

#googlere {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
}

#googleWrapper {
    height: 48px;
    width: 182px;
}

.ajax-loader {
    position: absolute;
}

.rc-anchor-normal .rc-anchor-pt {
    display: none;
}

#contactRight #frmTy {
    color: #ffffff;
    display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#contactRight #frmTy h2 {
    color: #ffffff;
}

header#mainHdr #responsivebtn {
	background-image: url(../images/responsive-icon.jpg);
	cursor: pointer;
    display: none;
    height: 50px;
    width: 50px;
}

#brewLocaBtn {
    border: 0px;
    display: none;
}

.abvIbuWrap {
    display: inline;
}

.abvIbuWrap .clearD {
    display: none;
}

#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0>li,
.sfm-sidebar-always #sfm-sidebar .sfm-menu-level-0>li {
    background-color: rgba(255, 255, 255, 0.2);
}

#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0>li:hover,
.sfm-sidebar-always #sfm-sidebar .sfm-menu-level-0>li:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#sfm-sidebar.sfm-vertical-nav .sfm-menu .sfm-sm-indicator {
    background-color: rgba(255, 255, 255, 0.5)
}

#sfm-sidebar .sfm-view-level-1 li a span,
#sfm-sidebar ul.sfm-menu-level-1 li a span {
    font-size: 16px;
}

.copy561 {
    color: #b8b8b8;
    display: block;
    font-size: 12px;
    padding-left: 15px;
    text-decoration: none;
}

#instagramFeedWrap {
    position: relative;
}

#facebookEventsWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#facebookEventsWrap .fbEvent {
    border: solid 1px #e6e6e6;
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 380px;
}

#facebookEventsWrap .fbEvent .imageWrap {
    box-sizing: border-box;
    height: 250px;
    padding: 10px;
    text-align: center;
}

#facebookEventsWrap .fbEvent .imageWrap img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#facebookEventsWrap .fbEvent .infoOverlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0px;
    height: 50px;
    position: absolute;
    width: 100%;
}

#facebookEventsWrap .fbEvent .infoOverlay .dateWrap {
    background-color: #0069aa;
    color: #ffffff;
    height: 50px;
    position: absolute;
    text-align: center;
    width: 80px;
}

#facebookEventsWrap .fbEvent .infoOverlay .infoWrap {
    box-sizing: border-box;
    height: 50px;
    padding-left: 100px;
    padding-right: 20px;
}

#facebookEventsWrap .fbEvent .infoOverlay .infoWrap h3 {
    color: #ffffff;
    font-family: 'fira_sansregular';
    font-size: 15px;
    line-height: 16px;
    text-align: left;
}

#facebookEventsWrap .fbEvent .infoOverlay .innerCon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

h1.fbe_single_title {
    color: #2db5ca;
    font-family: 'jersey_m54regular';
    font-size: 36px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.single-facebook_events hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0px;
    height: 1px;
    margin: 20px 0px;
}

#fbe_single_date {
    color: #6f6f6f;
    font-family: 'fira_sansregular';
    font-size: 14px;
    font-weight: normal;
}

#fbe_sidebar h2+hr {
    margin-top: 0px;
}

#fbe_sidebar ul li {
    padding-left: 0px;
}

#fbe_sidebar ul li b {
    color: #2db5ca;
    font-family: 'jersey_m54regular';
    font-weight: normal;
    text-transform: uppercase;
}

.fbe-full-width {
    width: auto;
}

.fbe_single_event_image_wrap {
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
}

.prev_fb_event,
.next_fb_event {
    border-radius: 3px;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#fbe_sidebar a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

span.nickname {
    color: #2fb5cb;
}

span.nickdivider {
    font-family: 'fira_sansbold';
}


.fbegrid-pad {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.fbegrid {
    ;
    margin: 0 auto;
    max-width: none;
    ;
    min-width: initial;
    overflow: hidden;
    width: auto;
}

.fbecol-2-3,
.fbecol-8-12 {
    width: 64.66%;
}

.fbecol-1-3,
.fbecol-4-12 {
    width: 31.33%;
}

#av-overlay-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 10000000 !important;
}

#av-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(http://www.islamoradabeerco.com/wp-content/uploads/2017/04/age-verify-background.jpg);
    background-size: contain;
    border: solid 10px #0069aa;
    text-transform: uppercase;
}

#av-overlay h1 {
    background-image: url(http://www.islamoradabeerco.com/wp-content/uploads/2017/04/blue-bar.png);
    color: #fff;
    font-family: 'jersey_m54regular';
    font-size: 20px;
    font-size: 30px;
    padding: 29px 0;
}

#av-overlay p {
    color: #0069aa;
    font-family: 'jersey_m54regular';
    font-size: 18pt;
    font-weight: bold;
}

#av-overlay select {
    background-color: #ffffff;
    border: 0px;
    box-sizing: border-box;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

#av-overlay input[type="checkbox"] {
    height: 18px;
    width: 18px;
}

#av-overlay #av_verify {
    -webkit-appearance: none;
    background-color: #0069aa;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'fira_sanslight';
    font-size: 24px;
    height: 48px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
	width: 280px;
	margin-top: 15px;
}

#av-overlay .error {
    background-color: #4b4a4a;
    border: 0px;
    color: #ffffff;
}

#donationWrap {
    background-image: url(../images/donate-bgf.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    color: #ffffff;
    margin-left: -50px;
    padding: 110px 97px 140px 96px;
    width: 1296px;
}

#donationWrap input,
#donationWrap select,
#donationWrap textarea {
    background-color: #ffffff;
    border: 0px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #434343;
    display: block;
    font-family: 'fira_sansregular';
    font-size: 16px;
    height: 38px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
}

#donationWrap textarea {
    height: 120px;
}

#donationWrap select {
    padding-bottom: 0px;
    padding-top: 3px;
}

#donationWrap input[type='file'] {
    height: auto;
    padding-bottom: 7px;
    padding-top: 10px;
}

#donationWrap h2 {
    color: #ffffff;
}

#donationWrap input[type='submit'] {
    background-color: #ffffff;
    box-sizing: border-box;
    color: #0069aa;
    cursor: pointer;
    font-family: 'jersey_m54regular';
    font-size: 24px;
    height: 46px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    width: 208px;
}

#donationWrap input[type='submit']:hover {
    background-color: #0069aa;
    color: #ffffff;
}

#donationWrap #frmTy {
    display: none;
    padding-top: 40px;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 279px;
}

.woocommerce ul.products.listView.columns-3 li.product,
.woocommerce-page ul.listView.products.columns-3 li.product {
    width: 100%;
}

.grecaptcha-badge {
    right: -10000px !important;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    padding: 3px 20px;
    width: inherit;
}

.woocommerce-cart .return-to-shop a.button {
    line-height: 50px;
    padding: 0 20px;
    width: inherit;
}

.socialLink.cartLink {
    padding: 0 7px 0 4px;
    width: inherit;
}

.socialLink.cartLink span {
    font-size: 20px;
}

.socialLink.cartLink.mobile {
    display: none;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}


/* Hide age verify popup on all pages except the home page */
body:not(.home) #av-overlay-wrap {
    display: none;
}

.beerOnTap #keyWrap {
    font-size: 16px;
}

/* Updates 12/29/2020 */

#beerListWrap .beerItem.featured {
    position: relative;
}

#beerListWrap .beerItem.featured .whereToBuy {
    bottom: 10px;
    position: absolute;
    right: 50px;
}

.beerOnTap .dotColumn {
    min-width: 72px;
    width: inherit;
}

.beerOnTap .newTagColumn {
    position: absolute;
    right: 0;
}

#beerListWrap .beerItem.featured .beerColumn.columnTitle  {
    font-family: 'creta_trialcreta_trial';
    font-size: 33px;
    padding-right: 20px;
    text-align: left;
}

#beerListWrap .beerItem,
#beerListWrap .beerItem.featured {
    height: 100%;
    overflow: hidden;
}
#beerListWrap .beerItem .beerColumn .bottle {
    position: relative;
}
#beerListWrap .beerItem .textColumn .tabContentWrap {
    display: flex;
    height: inherit;
}
#beerListWrap .beerItem .textColumn .tabContentWrap .contentItem {
    height: inherit;
    opacity: 0;
    /*width: 0px;*/
}

#beerListWrap .beerItem .textColumn .tabContentWrap .contentItem.active {
    position: relative;
    opacity: 1;
    width: 100%;
}
#beerListWrap .beerItem.featured .whereToBuy {
    position: relative;
    text-align: right;
    padding-right: 62px;
    bottom: inherit;
    right: inherit;
}

#beerListWrap .beerItem .beerRow {
    display: flex;
    overflow: hidden;
}

.beerOnTap .beerColumn p {
    line-height: 43px;
    margin-top: 15px;
    margin-bottom: 10px;
}

#beerListWrap .beerItem .textColumn .tabBtnsWrap {
    justify-content: center;
}

.beerDivider {
    width: 1100px;
}

#beerListWrap .abvColumn, 
#beerListWrap .ibuColumn {
    line-height: 75px;
}

#beerListWrap .abvColumn {
    width: 120px;
}

#beerListWrap .ibuColumn {
    width: 86px;
}

header #navWrap ul li a {
    background-size: 100% 45px;
}

@media only screen and (max-width: 1305px) {
    #beerListWrap .beerItem .beerRow {
        display: block;
    }
    
    .beerOnTap #beerListWrap .beerItem.featured .whereToBuy {
        bottom: inherit;
        margin-top: 20px !important;
        position: relative;
        right: inherit;
        text-align: center;
        padding-right: 0;
    }
    .beerOnTap .columnTitle {
        position: relative;
    }
    
    #beerListWrap .beerItem .textColumn .tabContentWrap {
        display: inherit;
        
    }
    #beerListWrap .beerItem .textColumn .tabContentWrap .contentItem.active {
        position: relative;
    }
    
    .beerOnTap .beerColumn {
        height: inherit !important;
    }
    
    .beerOnTap .beerColumn p {
        margin: 0;
    }    
    
    #beerListWrap .beerItem .beerColumn.columnTitle,
    #beerListWrap .beerItem.featured .beerColumn.columnTitle {
        margin-bottom: 20px;
        padding-right: 0;
        text-align: center;
    }
    
    #beerListWrap .markerColumn {
        line-height: 64px;
    }    
}

.woocommerce .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .cross-sells {
    text-align: left;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    border: solid 1px #454343;
    margin-bottom: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    border: solid 1px #454343;
    margin: 2px;
    width: calc(25% - 6px);
}

.woocommerce div.product form.cart .variations th {
    display: none;
}