
.navRow {
    display: block;
    width: 75%
}

li.dropdown {
    color: #D8CEAC;
    display: block;
    float: left;
    font-family: "modesto-condensed-n3", "modesto-condensed", sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.05em;
    list-style: none outside none;
    padding: 35px 0;
    text-align: center;
    width: 20%;
}

.bx-next, .bx-prev {
    display: none;
}

.navBTN {
    display: none;
}

#aboutMenu {
    width: 700px;
}

#productMenu {
    width: 180px;
}

#beerMenu {
    margin-left: -160px;
    width: 531px;
}

#communityMenu {
    width: 531px;
    margin-left: -160px;
}

#contactMenu {
    width: 192px;
    margin-left: 0;
}

#contactMenu {
    margin-left: -5px;
    width: 192px;
}

#productMenu {
    margin-left: -5px;
    width: 180px;
}

.dropdown-menu li {
    width: 151px;
    height: 131px;
    background: url(../img/mobileSubNavBG2.jpg) repeat;
    float: left;
}

ul.dropdown-menu img {
    margin: 25% auto 0;
}

#introVideo {
    background: none;
    height: 375px;
    width: 100%;
    float: left;
}

#introVideo img {
    height: 282px;
    margin: -50px auto;
    max-width: 552px;
}

.header-unit {
    height: 395px;
    border: 2px solid #000;
    border-right: none;
    border-left: none;
    position: relative;
    padding: 20px;
    display: block;
}

.header-unit-full {
    height: 695px;
    width: 100%;
    position: absolute;
    padding: 20px;
    display: block;
    bottom: 0;
    border: none;
}

#video-container {
    position: absolute;
}

#video-container {
    background: #ee9d0f url(../img/fallbackBeer.jpg) top center no-repeat;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

video {
    position: absolute;
    z-index: 0;
}

video.fillWidth {
    width: 100%;
}

#mid {
    margin: -331px auto;
    max-width: 555px;
    position: relative;
    width: 100%;
}

#container {
    background: #FFFFFF url(../img/homeContentBG.jpg) repeat center top;
    height: 100%;
    width: 100%;
}

#hero {
    width: 100%;
    float: left;
}

#hero p {
    color: #71716f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 2em;
}

.newsPost:first-child {
    border-top: none;
    padding-top: 5px;
    width: 100%;
}

/*.newsPost .readMore {background: none; width: auto;}*/

.footerSubNav {
    display: block;
}

footer {
    float: left;
}

footer ul li {
    list-style: none;
    padding: 20px 0;
    text-align: left;
    border-bottom: none;
    width: 20%;
    float: left;

}

/*footer ul li span {font-size: .8em; color: #FFF;} */

footer ul li a {
    float: left;
    font-size: 0.65em;
    letter-spacing: 0.12em;
}

.footerLocation {
    font-size: .65em;
    letter-spacing: .12em;
}

.footerTitle {
    color: #EE9D0F;
    font-family: "modesto-condensed";
    font-size: 1em;
    float: none;
}

.footerSubNav {
    width: 100%;
}

.footerSubNav li {
    width: 100%;
    padding: 5px 0;
}

.footerSubNav li a {
    color: #FFF;
    float: none;
    letter-spacing: .1em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.footerSubNav li a img {
    width: 60%;
}

footer ul li.footerCopyright {
/ / float: none;
    font-size: 0.8em;
    margin: 0 auto;
/ / width: 137 px;

    width: 100%;
    text-align: center;
}

.socialLink {
    float: left;
    width: auto !important;
    margin-right: 0px;
}

.footerLogo {
    float: left;
    margin: 40px 0 20px;
    width: 100%;
}

footer ul li.footerWarning {
    margin: 0;
}

footer ul li.footerWarning span {
    background: none repeat scroll 0 0 #1D253A;
    color: #EE9D0F;
    font-size: 0.7em;
    padding: 0 20px;
    position: relative;
    top: -25px;
}

/* ------- About Section -----*/

#aboutPage {
    margin-top: 0px;
    float: left;
}

.contentCopy {
    float: left;
    width: 45%;
}

.contentCopy h3 {
}

.contentPhoto {
    float: right;
    margin-top: 30px;
    width: 45%;
}

/* -------- TERRITORY SECTION --------*/

#counties {
    display: none;
    background-color: #b0a377;
}

#countyMap {
    display: block;
    background: #b0a377; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #b0a377 0%, #c0b693 50%, #b0a377 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #b0a377), color-stop(50%, #c0b693), color-stop(100%, #b0a377)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #b0a377 0%, #c0b693 50%, #b0a377 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #b0a377 0%, #c0b693 50%, #b0a377 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #b0a377 0%, #c0b693 50%, #b0a377 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #b0a377 0%, #c0b693 50%, #b0a377 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0a377', endColorstr='#b0a377', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    float: left;
    width: 100%;
    padding: 50px 0;
}

#countyList {
    display: block;
    background: url(../img/homeContentBG.jpg) no-repeat center top;
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
}

.county-details {

    padding-bottom: 50px;
}

#countyList h3 {
    color: #1D253A;
    font-family: "modesto-condensed";
    font-size: 4em;
    letter-spacing: 0.1em;
    margin: 25px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

#countyList li {
    color: #EE9D0F;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 22px;
    margin: 0;
}

.contentPhoto img {
    float: left;
    margin-top: 0;
    width: 100%;
}

.ohioIcon {
    float: left;
    width: 60%;
}

.ohioIcon img {
    max-width: 549px;
    width: 100%;
}

.map {
    float: left;
    width: 40%;
    margin-top: 90px;
}

.map img {
    width: 397px;
    position: relative;
    float: left;
}

.territoryPhoto {
    display: block;
}

.map ul {
    margin: 0;
    padding: 0;
    position: absolute;
    float: right;
}

.erieCO {
    left: 0;
    position: relative;
    top: 0;
    list-style: none;
}

.erieCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 75px;
    width: 128px;
}

.erieCO a:hover {
    background: url(../img/territory_mapErie.png) no-repeat 0 0;
    height: 75px;
    width: 128px;
    float: left;
    text-indent: -9999px;
    list-style: none;

}

.erieCO a:focus {
    background: url(../img/territory_mapErie.png) no-repeat 0 -76px;
    height: 75px;
    width: 128px;
    float: left;
    text-indent: -9999px;
    list-style: none;

}

.crawfordCO {
    left: 0px;
    list-style: none outside none;
    position: relative;
    top: -3px;
}

.crawfordCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 68px;
    width: 131px;
}

.crawfordCO a:hover {
    background: url(../img/territory_mapCrawford.png) no-repeat 0 0;
    height: 68px;
    width: 131px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.crawfordCO a:focus {
    background: url(../img/territory_mapCrawford.png) no-repeat 0 -75px;
    height: 68px;
    width: 131px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.warrenCO {
    left: 127px;
    list-style: none outside none;
    position: relative;
    top: -94px;
}

.warrenCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 70px;
    width: 92px;
}

.warrenCO a:hover {
    background: url(../img/territory_mapWarren.png) no-repeat 0 0;
    height: 70px;
    width: 92px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.warrenCO a:focus {
    background: url(../img/territory_mapWarren.png) no-repeat 0 -77px;
    height: 70px;
    width: 92px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.mckeanCO {
    left: 213px;
    list-style: none outside none;
    position: relative;
    top: -161px;
}

.mckeanCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 72px;
    width: 101px;
}

.mckeanCO a:hover {
    background: url(../img/territory_mapMckean.png) no-repeat 0 0;
    height: 72px;
    width: 101px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.mckeanCO a:focus {
    background: url(../img/territory_mapMckean.png) no-repeat 0 -77px;
    height: 72px;
    width: 101px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.potterCO {
    left: 313px;
    list-style: none outside none;
    position: relative;
    top: -233px;
}

.potterCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 100px;
    width: 107px;
}

.potterCO a:hover {
    background: url(../img/territory_mapPotter.png) no-repeat 0 0;
    height: 100px;
    width: 107px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.potterCO a:focus {
    background: url(../img/territory_mapPotter.png) no-repeat 0 -107px;
    height: 100px;
    width: 107px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.mercerCO {
    left: 0;
    position: relative;
    top: -243px;
    list-style: none;
}

.mercerCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 76px;
    width: 79px;
}

.mercerCO a:hover {
    background: url(../img/territory_mapMercer.png) no-repeat 0 0;
    height: 75px;
    width: 79px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.mercerCO a:focus {
    background: url(../img/territory_mapMercer.png) no-repeat 0px -84px;
    height: 76px;
    width: 79px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.venangoCO {
    left: 74px;
    list-style: none outside none;
    position: relative;
    top: -342px;
}

.venangoCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 80px;
    width: 66px;
}

.venangoCO a:hover {
    background: url(../img/territory_mapVenango.png) no-repeat 0 0;
    height: 80px;
    width: 66px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.venangoCO a:focus {
    background: url(../img/territory_mapVenango.png) no-repeat 0 -84px;
    height: 80px;
    width: 66px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.forestCO {
    left: 136px;
    list-style: none outside none;
    position: relative;
    top: -422px;
}

.forestCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 54px;
    width: 79px;
}

.forestCO a:hover {
    background: url(../img/territory_mapForest.png) no-repeat 0 0;
    height: 54px;
    width: 79px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.forestCO a:focus {
    background: url(../img/territory_mapForest.png) no-repeat 0 -57px;
    height: 54px;
    width: 79px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.elkCO {
    left: 193px;
    list-style: none outside none;
    position: relative;
    top: -476px;
}

.elkCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 76px;
    width: 118px;
}

.elkCO a:hover {
    background: url(../img/territory_mapElk.png) no-repeat 0 0;
    height: 76px;
    width: 118px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.elkCO a:focus {
    background: url(../img/territory_mapElk.png) no-repeat 0 -79px;
    height: 76px;
    width: 118px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.cameronCO {
    left: 284px;
    list-style: none outside none;
    position: relative;
    top: -551px;
}

.cameronCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 73px;
    width: 60px;
}

.cameronCO a:hover {
    background: url(../img/territory_mapCameron.png) no-repeat 0 0;
    height: 73px;
    width: 60px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.cameronCO a:focus {
    background: url(../img/territory_mapCameron.png) no-repeat 0 -77px;
    height: 73px;
    width: 60px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.lawrenceCO {
    left: 0px;
    list-style: none outside none;
    position: relative;
    top: -539px;
}

.lawrenceCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 53px;
    width: 72px;
}

.lawrenceCO a:hover {
    background: url(../img/territory_mapLawrence.png) no-repeat 0 0;
    height: 53px;
    width: 72px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.lawrenceCO a:focus {
    background: url(../img/territory_mapLawrence.png) no-repeat 0 -57px;
    height: 53px;
    width: 72px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.clarionCO {
    left: 110px;
    list-style: none outside none;
    position: relative;
    top: -645px;
}

.clarionCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 83px;
    width: 67px;
}

.clarionCO a:hover {
    background: url(../img/territory_mapClarion.png) no-repeat 0 0;
    height: 83px;
    width: 67px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.clarionCO a:focus {
    background: url(../img/territory_mapClarion.png) no-repeat 0px -88px;
    height: 83px;
    width: 67px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.jeffersonCO {
    left: 177px;
    list-style: none outside none;
    position: relative;
    top: -716px;
}

.jeffersonCO a {
    text-indent: -9999px;
    float: left;
    background: transparent no-repeat 0 0;
    height: 83px;
    width: 69px;
}

.jeffersonCO a:hover {
    background: url(../img/territory_mapJefferson.png) no-repeat 0 0;
    height: 83px;
    width: 69px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

.jeffersonCO a:focus {
    background: url(../img/territory_mapJefferson.png) no-repeat 0px -88px;
    height: 83px;
    width: 69px;
    float: left;
    text-indent: -9999px;
    list-style: none;
}

/* -------- LEADERSHIP SECTION --------*/

#employees ul:first-child {
    padding-left: 20px;
}

#employees ul {
    border-right: 1px solid #F1B13F;
    float: left;
    margin: 25px 0 0;
    padding: 0 36px;
    width: 23%;
}

#contact #salesRep li, #contact #salesRepSingle li {
    color: #1f2639;
    float: left;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 20px 0 20px 0;
    list-style: none outside none;
    width: 33% !important;
}

#employees ul:last-child {
    border: medium none;
    padding-right: 0;
}

#employees ul li {
    border-bottom: 1px solid #F1B13F;
    font-size: 12px;
    height: auto;
    margin: 20px auto;
    padding: 10px 0;
    width: 100%;
}

#salesRep {
    padding-left: 0;
}

/* -------- NEWS SECTION --------*/

#communityHeader {
}

#communityPhotoHeader {
}

#communityTitle {
    background: #cec5a6;
}

#communityTitle img {
    width: 100%;
    max-width: 960px
}

.newsRow {
    width: 100%;
    float: left;
}

.newsRow .newsPost {
    width: 45%;
    float: left;
}

.newsRow .newsPost {
    margin: 10px 0;
}

.newsRow .newsPost:nth-child(even) {
    width: 45%;
    float: right;
    border: none;
}

.newsRow .newsPost .readMore {
    background: url("../img/newsDivider.png") no-repeat scroll 0 7px transparent;
    color: #EE9D0F;
    float: right;
    font-family: arial;
    font-size: 0.8em;
    font-weight: 900;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.newsRow .newsDate {
    color: #B8AC83;
    font-size: 0.8em;
    font-style: italic;
}

.newsRow .newsPost h3 {
    color: #1E283E;
    font-family: "modesto-condensed";
    font-size: 1.5em;
    font-weight: lighter;
    margin-bottom: 10px;
}

.newsRow .newsPost .readMore span {
    background: #FFFFFF url(../img/homeContentBG.jpg) repeat-x center top;
    padding: 0 10px;
}

.newsArticle h3 {
    font-family: "modesto-condensed";
    color: #1b253c;
    text-transform: uppercase;
    font-size: 2em;
    margin: 0 0 10px;
}

.newsPhoto {
    float: right;
    padding: 0 0px 30px 30px;
    max-width: 431px;
}

#leadership #container {
    margin-top: -6px;
    padding: 0;
}

.slideDivide {
    border-left: 1px solid #cd8a17;
    float: left;
    height: 240px;
    margin: 70px 0 0 -24px !important;
    width: 1px !important;
}

#countyList h3 {
    color: #1D253A;
    font-family: "modesto-condensed", sans-serif;
    font-size: 4em;
    letter-spacing: 0.1em;
    margin: 25px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

/* -------- CONTACT SECTION --------*/

.contactList {
    width: 100%;
    margin: 0;
    padding: 0;
}

.contactList li {
    float: left;
    /*height: 100%;*/
    height: 80px;
    max-height: 80px;
    padding-bottom: 50px;
    width: 50%;
}

.eventArticle {
    float: left;
    margin: 61px 0;
    width: 100%;
}

.eventPhoto {
    float: left;
    padding: 0 25px 0 0px;

}

.eventInfo h4 {
    color: #1B253C;
    font-family: "modesto-condensed";
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 25px;
    text-transform: uppercase;
}

#countieReps ul {
    border-right: 1px solid #F2B64B;
    float: left;
    padding: 0 26px;
    width: 25%;
}

#foodPairing .bx-next, .bx-prev {
    margin-top: -40px;
    opacity: 0.5;
}

#countieReps ul:last-child {
    border: medium none;
    padding: 0 0 0 36px;
}

.sliderBG {
    display: none;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    video {
        display: none;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    video {
        display: none;
    }
}
