.slider-container {
    margin-top: 40px;
}

.form-allowed-tags{
  display:none;
}

#menu_widget {
    color: #fff !important;
}

#menu_widget table.beermenu th{
   color: #000 !important;
}

.newsletter-email {
    float: left !important;
    margin: 10px 10px !important;
    padding: 20px !important;
}

.submit {
    padding: 12px 16px !important;
    margin-top: 10px !important;
}

.clearfix{
	clear: both;
}

form.newsletter-form {
    margin-top: 8px;
}

.newsletter-form input.submit {
    padding: 14px 17px !important;
}

#carousel {
    width: 315px;
    height: 420px;
    min-height: 430px;
    max-height: 430px;
    background-color: #000;
    border: 4px solid #000;
    color: #fff;
    padding: 0 10px;
}

.flex-viewport {
    max-width: 400px !important;
        max-height: 420px;
}

#carousel ul {
        width: 270px !important;
}

#carousel ul li {
       width: 270px !important;
    padding: 10px 0;
    height: 100px;
}

#carousel ul li img {
    width: 40%;
    float: left;
}

p.flex-caption {
    color: #fff;
    float: left;
    width: 50%;
    padding: 5px;
    font-size: 12px;

}

#carousel .flex-direction-nav {
    display: none;
}

p.flex-caption a{
    color:#fff;
    text-decoration: none;
    }

#slider{
    max-height: 430px !important;
}

#slider img{
    max-height: 420px !important;
}

@media (max-width: 767px) {
    #carousel{
        display:none;
    }
}

.foundicon-location:before {
  content: "\f028";
}

#carousel > h2 {
    color: #ecb549;
    margin: 0 0 -10px;
    padding: 0;
    text-align: center;
}

/*.flex-control-paging li a{pointer-events:none!important;}*/