.header {
    background-color: #572733;
}

.header a {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

#logo {
    display: table-cell;
    vertical-align: middle;
}

#logo img {
    max-width: 30px;
    height: auto;
    margin-right: 20px;
}

.slide_nav {
    display: none;
}

nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 18px 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

nav.menu ul li {
    margin-right: 40px;
}

.video_header {
    position: relative;
    border-radius: 0 0 20% 0;
}

.video_header::after {
    content: '';
    background-color: rgba(87,39,51,0.1);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video_header .headerlogo img {
    max-height: 180px;
    width: auto;
}

.transition_slider {
    max-height: 420px !important;
}

.slogan {
    text-transform: uppercase;
}

.title { 
    text-transform: uppercase;
    color: #572733;
    padding-bottom: 20px;
    position: relative;
}

.title::after {
    position: absolute;
    content: '';
    background-color: #92C832;
    height: 2px;
    width: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title span span { 
    font-family: 'Avenir Next Condensed', sans-serif !important;
    font-size: 42px !important;
    font-weight: normal !important;
}

.brand_slider {
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}

.brand {
    text-align: center;
}

.brand img {
    display: inline-block !important;
}

.meatmap {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.slider_title {
    color: #572733;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.piece img {
    max-width: 95%;
    height: auto;
}

.product span {
    text-transform: uppercase; 
}

.product span span {
    color: #92C832;
    display: block;
    font-size: 0.8em !important;
}

footer {
    background-color: #FAFAFA;
    padding: 40px 10px 20px;
}

footer a {
    color: inherit;
}

footer a:hover {
    text-decoration: none;
    color: #5E2333;
}

.foot-logo img {
    max-height: 80px;
    width: auto;
}

#cow_wrapper {
    max-width: 900px;
    margin: 0 auto;
}

#bubble {
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}

#bubble .bubble_wrapper {
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
}

#bubble .bubble_content {
    display: none;
    position: relative;
    margin: 40px;
    z-index: 2;
    width: 100%;
    max-width: 500px;
    padding: 10px 20px 8px;
    background: #FFFFFF;
    border: 3px solid #92C832;
    border-radius: 15px;
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.1);
}

#bubble .bubble_content .bubble_close {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align:center;
    top:-20px;
    right: -20px;
    color: white;
    border: 3px solid #FFF;
    background: #572733;
    border-radius: 100%;
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

#bubble .bubble_content ul li:not(:first-of-type) {
    display: none;
}

#bubble ul {
    list-style-type: none;
    padding: 0;
}

#bubble ul li div, #bubble ul li figure {
    text-align: center;
}

#bubble ul li div h3 {
    font-family: 'Assistant', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #572733;
    text-transform: uppercase;
    text-align: center;
}

#bubble ul li div h4 {
    color: #92C832;
    font-family: 'Assistant', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

#bubble ul li div p {
    color: #572733;
    text-align: justify;
    text-justify: distribute;
    line-height: 1.25em;
}

@media (min-width: 480px) and (max-width: 1024px) {
    
}


@media (max-width: 480px) {
    #bubble .bubble_content {
        padding: 12px;
    }    
    
    .no-mobile {
    display: none;
}
}