/*
1) Grids
--------------------------------*/
.row:before, .row:after {
  content: "";
  display: table ;
  clear: both;
}
.container{
	width:960px;
	margin:0 auto;
}
/*helpers */
.show-600,
.show-480{
	display:none;
}
.show-320 {
	display:none;
}
.hide-600-m {
	display:none;
}
/*
2) Header
--------------------------------*/
body a {
	text-decoration:none;
}
header{
	position:relative;
	z-index:2;
}
header .container {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.header-section1{
	padding-top:16px;
	padding-bottom:20px;
}
.shoping-detail-box{
	float:left;
	padding-top:9px;
}
.shoping-holder{
	font-size:15px;
	line-height:1;
	color:#fff;
	text-transform:uppercase;
	float:left;
	letter-spacing:0.8px;
}
.shoping-holder:first-child{
	margin-right:25px;
	margin-left:6px;
}
.shoping-holder span{
	color:#eaa200;
}
.header-social-box{
	float:right;
}
.header-social-box a{
	display:inline-block;
	margin-right:2px;
}
.header-social-box a:last-child{
	margin-right:10px;
}
.header-social-box a img{
	max-width:29px;
	border-radius:3px;
}
.header-navigation{
	position:relative;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
.header-navigation .header-logo{
	position:absolute;
	left:-10px;
	right:0;
	margin:0 auto;
	top:-48px;
}
.header-navigation ul{
	margin-bottom:-2px;
}
.header-navigation ul li{
	padding:14px 8px;
	float:left;
	list-style:none;
	position:relative;
	line-height:1;
}
.header-navigation ul li a{
	text-transform:uppercase;
	font-size:18px;
	line-height:1;
	letter-spacing:0.8px;
}
.header-navigation ul li a:hover,
.header-navigation ul li a:focus{
	text-decoration:none;
	color:#eaa200;
}
.head-nav-lt{
	float:left;
}
.head-nav-rt{
	float:right;
}
.head-nav-lt li:first-child{
	padding-left:9px;
}
.head-nav-rt li:last-child{
	padding-right:9px;
}
.header-navigation ul li img{
	bottom: -2px;
    display: none;
    position: absolute;
}
.header-navigation ul li ul{
	position:absolute;
	background:#b12a1c;
	min-width:170px;
	top:48px;
	display:none;
	left:0;
}
.header-navigation ul li:hover  ul,
.header-navigation ul li:hover  img{
	display:block;
}
.header-navigation ul li ul li a{
	font-size:18px;
	letter-spacing:0;
	display:inline-block;
	width:100%;
}
.header-navigation ul li ul li{
	padding:14px 12px;
	border-bottom:1px solid #3c2313;
	float:none;
	width:100%;
}
.header-navigation ul li ul li a:hover,
.header-navigation ul li ul li a:focus{
	color:#eaa200;
}
.header-navigation ul li ul li:last-child{
	border-bottom:none;
}
.drop-arr{
	width:23px;
	height:23px;
	position:absolute;
	bottom:-47px;
	left:16px;
	background:url(../images/mob-nav-drop.png) no-repeat;
	display:none;
}
.show-arr{
	display:block;
}
.mob-navigation{
	position:relative;
	padding-top:21px;
}
.mob-navigation .mob-logo-img{
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	top:-6px;
	z-index:1;
}
.mob-contact-box{
	float:right;
	right:6px;
	position:absolute;
	top:23px;
	
}
.mob-contact-box a{
	font-size:18px;
	line-height:1;
	text-transform:uppercase;
}
.mob-contact-box a:hover,
.mob-contact-box a:focus{
	text-decoration:none;
}
.dl-menu.dl-menuopen::before {
    display: block;
    height: 13px;
    position: absolute;
    width: 23px;
	background:url(../images/mob-nav-drop2.png) top;
	content:'';
	top:-13px;
	left:16px;
}
.dl-menu.dl-menuopen.dl-subview::before{
	background:url(../images/mob-nav-drop2.png) bottom;
}
/* .home .bx-controls {
	display:none;
} */

/*
3) Body Styles
--------------------------------*/
.bxslider li img {
    width: 100%;
}
.home-featured-box{
	width:33.33%;
	float:left;
	position:relative;
}
.home-featured-box img{
	width:100%;
} 
.home-featured-box h2{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	padding:16px 18px 12px;
	line-height:1;
	text-transform:uppercase;
	background:#b12a1c;	
}
.home-featured-box span{
	display:block;
	text-align:center;
	line-height:1;
	font-size:18px;
	padding:22px  0 12px;
	position:absolute;
	width:100%;
	bottom:0;
	text-transform:uppercase;
	background:#b12a1c;	
	display:none;
}
.home-featured-box:hover span{
	display:block;
}
 .home-featured-box:hover:after{
	content:'';
	display:block;
	border:10px solid #b12a1c;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	 -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	width:100%;
	height:316px;
	position:absolute;
	top:-10px;
}
.home-featured-box > a {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	left:0;
}
.description-title h3,
.description-title span{
	background:#fff;
	padding:13px 20px;
	font-size:48px;
	line-height:1;
	display:inline-block;
	float:left;
	letter-spacing:2.5px;
	position:relative;
}
.description-title span {
	color:#b12a1c;
	clear:both;
	margin-left:33px;
	margin-top: -5px;
    transform: rotateZ(-1deg);
    -webkit-transform: rotateZ(-1deg);
    -ms-transform: rotateZ(-1deg);
	right:-150px;
	opacity:0;
}
.description-title h3 {
    transform: rotateZ(-1deg);
    -webkit-transform: rotateZ(-1deg);
    -ms-transform: rotateZ(-1deg);
	opacity:0;
	top:-150px;
}
.description-title{
	color:#3c2313;
	padding-top:74px;
	margin-bottom:27px;
	text-transform: uppercase;
}
.fullwd-banner{
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding-bottom:47px;
}
.fullwd-banner.homebanner .container{
	padding-left:29px;
}
.fullwd-banner p{
	font-family:'Martel';
	max-width:880px;
	line-height:24px;
}
.fullwd-banner.homebanner p{
	margin-left:7px;
}
.fullwd-banner img{
	width:100%;
}
.blog_roll_loadmorebtn .btn {
	padding:10px 61px
}
.tap-slider-bg h2{
	position:absolute;
	display:inline-block;
	padding:20px 15px 16px;
	top:-19px;
	transform:rotateZ(-5deg);
	-ms-transform:rotateZ(-5deg);
	-webkit-transform:rotateZ(-5deg);
	background:#b12a1c;
	letter-spacing:2px;
}
.tap-slider-content{
	width:300px;
	position:relative;
	padding-top:8px;
}
.tap-slider-content a:hover,
.tap-slider-content a:focus{
	text-decoration:none;
}
.tap-slide-image{
	float:left;
	border-radius:100%;
	margin-right:20px;
	background:#000;
}
.tap-slide-image:hover img{
	position:relative;
	top:-8px;
	z-index:1;
}
.tap-content {
    float: left;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 140px;
}
.tap-content h5{
	line-height:30px;
	letter-spacing:-0.2px;
	text-transform:uppercase;
}
.tap-content span{
	font-family:"Martel";
	font-weight:600;
	font-size:14px;
}
.tap-slider-bg{
	padding-top:63px;
	background:url('../images/brick-bg.jpg');
	padding-bottom:35px;
	border-top:1px solid #616062;
	position:relative;
	background-size:cover;
}
/* Menu page*/
.middle_menu_section{
	background: url('../images/menu_bg.jpg');
	color:#000;
	
}
.middle_menu_head{
	border-bottom: 2px solid #200700;
}
.mid_head_column1{
    float: left;
    line-height: 1;
	padding-bottom: 52px;
    /*padding-right: 85px; */
    padding-top: 84px;
    position: relative;
    width: 300px;
	text-transform: uppercase;
}
.mid_head_column2{
	width: 560px;
	float:right;
	/* padding-left: 80px; */
	text-align:right;
	position:relative;
}
.mid_head_column2 h5 {
    bottom: 7px;
    position: absolute;
    right: 0;
}
.menu_details_row{
	padding-bottom: 84px;
}
.menu_left_column{
	width: 240px;
	float:left;
}
.menus_left_column_list{
	background: url('../images/left_menu_bg.png');
	margin-top:31px;
	background-size: cover;
}
.menus_left_column_list h2{
    background: #ae291c none repeat scroll 0 0;
    color: #fff;
    margin-left: 9px;
    padding:23px 12px 16px;
    transform: rotate(-9deg);
	-webkit-transform: rotate(-9deg);
	text-transform: uppercase;
	margin-bottom: 22px;
	display:inline-block;
}
.menus_left_column_list ul li{
	list-style: outside none none;
    padding-bottom: 19px;
    padding-left: 24px;
}
.menus_left_column_list ul li a{
	font-size: 20px;
	text-transform: uppercase;
}
.menus_left_column_list ul li a:hover,
.menus_left_column_list ul li a:focus,
.menus_left_column_list ul li.active  a{
	color: #e8a300;
	text-decoration:none;
}
.list_symbols {
    padding-left: 13px;
	margin-top: 22px;
}
.list_symbols h4{
	color: #200700;
    display: block;
    font-size: 20px;
    margin-bottom: 22px;
    text-decoration: none;
    text-transform: uppercase;
}
.glabel a,.glabel span {
	font-size: 17px;
	color:#fff !important;
	background:#ae291c;
	padding:7px 8px;
	border-radius:100%;
	margin-right: 7px;
	text-decoration: none;
}
.list_symbols h4 > span.blabel,
.list_symbols h4 > span.glabel {
    position: relative;
    top: -2px;
}
.blabel a,.blabel span {
	font-size: 17px;
	color:#fff !important;
	background:#e8a300;
	padding:8px 13px;
	border-radius:18px;
	margin-right: 7px;
	text-decoration: none;
}
.details_right_column{
	width: 700px;
	float:left;
	padding-left: 79px;
	margin-top: 58px;
}
.details_right_column h4{
	font-size: 20px;
	color:#200700;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.details_right_column h4 span{
	color: #ae291c;
} 
.details_right_column h4  span.glabel,
.details_right_column h4  span.blabel{
	margin-left:2px;
	position:relative;
	top:-2px;
}
.details_right_column h4 span span{
	color: #ae291c;
	padding: 2px 6px;
	margin-right:0;
	width:27px;
	height:27px;
	border-radius:100%;
	text-align:center;
	display:inline-block;
}
.details_right_column p{
	font-size: 14px;
	color: #000;
	font-family:'Martel';
	margin-bottom: 32px;
}
.static-banner{
	position:relative;
	overflow:hidden;
}
.static-banner .static-mobile-banner{
	width:100%;
	position:absolute;
	top:0;
	height:100%;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center bottom;
}
.static-banner-holder{
/* 	position:absolute;
	bottom:74px;  */
	 margin-top: 204px;
    padding-bottom:74px;
    position: relative;
    z-index: 1;
}
.page-template-distributor .static-banner-holder {
	padding-bottom:68px;
}
.static-banner-holder h1{
  padding:15px 16px 7px;
  line-height:1;
  /* background:#ac291c;  */
  display:inline-block;
  margin-bottom:25px;
  transform:rotateZ(-1deg);
  -webkit-transform:rotateZ(-1deg);
  -ms-transform:rotateZ(-1deg);
  text-transform: uppercase;
}
.wine_banner h1 {
	padding:15px 16px 7px 5px;
}
 .static-banner-holder h1 span {
    background: #ac291c none repeat scroll 0 0;
   box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 10px 10px;
	letter-spacing: -0.01em;
}
.brewery-banner-holder h1 span{
	padding:10px 10px 6px;
}
.static-banner-holder p{
	padding-left:12px;
	max-width:554px;
	font-family:'Martel';
}
/*Menu Page ends */

/* ----------------------------------------------------------------------------------------------------------------------------/*
/*blog post page */
.header_banner {
	width:100%;
	height:auto;
	text-align:center;
}
.blog_post_middle_section {
	width:100%;
	height:auto;
	background: rgba(0, 0, 0, 0) url("../images/menu_bg.jpg") repeat scroll 0 0;
	padding-bottom: 56px;
}
.blog_post_inner {
	width:100%;
	height:auto;
	padding:0px 10px;
}
.post_left {
	width:622px;
	float:left;
	height:auto;
	position:relative;
	color:#200700;
}
.post_left a {
	color:#b22a1c;
	text-decoration:none;
}
.post_left .fc-view-container a {
	color:#fff;
	text-decoration:none;
}
.post_left h5 {
	padding-top:12px;
}
.post_left h1 {
	color:#200700;
	line-height:42px;
	padding:70px 0px 20px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.post_left .btn{background: #b12a1c !important;}
.post_left p {
	font-family:'Martel';	
}
.post_left h4 {
	color:#200700;
	padding:17px 0;
}
.post_left h4 a{
	color:#200700;
	font-size:20px;
	line-height:1.3;
	display:inline;
}
.post_left h2 {
    background: #b12a1c none repeat scroll 0 0;
    display: inline-block;
    letter-spacing: 2px;
    padding: 20px 15px 16px;
	color:#fff;
    position: absolute;
    top: -35px;
    transform: rotateZ(-4deg);
	-webkit-transform: rotateZ(-4deg);
}
.mt_space {
	width:100%;
	height:15px;
}
.mt_space_two {
	width:100%;
	height:13px;
}
.post_left ul {
    list-style: outside none none;
    margin: 0;
    padding:14px 0 19px 17px;
    width: 100%;
}
.post_left ul li {
	list-style:none;
	font-family:'Martel';	
	padding-bottom:8px;
	background:url(../images/red_dot.jpg) 2px 10px no-repeat;
	padding-left:15px;
}
.posting_place {
	width:100%;
	height:auto;
	padding-top:17px;
}
.posting_place h5 {
    background: #b12a1c none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 41px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
	letter-spacing:1px;
    width: 228px;
	margin-bottom:16px;
}
.posting_place ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
	
}
.posting_place ul li {
	list-style:none;
	margin-right:20px;
	float:left;
	padding-bottom:0px;
	margin-bottom:20px;
	background:none;
	padding-left:0px;
}
.posting_place ul li .tap-slide-image{
	margin-right:0;
}
button.alm-load-more-btn.done {
	opacity:0px!important;
}
/*.posting_place ul li:nth-child(4n+0) {
	margin-right:0px;
}*/
.post_listing {
    display: table;
    height: auto;
    margin-bottom: 46px;
    padding-top: 42px;
    width: 100%;
}
.post_listing h5 {
    background: #b12a1c none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 41px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    width: 255px;
	margin-bottom:23px;
	letter-spacing:1px;
}
.post_listing .status_right_small {
	margin-right:10px;
}
.post_listing .status_right_small:nth-child(2n+3) {
    margin-right:0px;
}
.post_listing .status_right_small_details {
	padding-bottom:59px;
}
.post_listing .status_right_small_details h4 {
	padding-top:0px;
	padding-bottom:0px;
}
.post_right {
	width:273px;
	float:right;
	height:auto;
	padding-top:70px;
}
.post_right ul {
	width:100%;
	padding:4px 0px 15px;
	display:table;
	margin:0px;
	list-style:none;
}
.post_right ul li {
	float:left;
	margin-right:6px;
	cursor: pointer;
}
.post_right ul li h4 {
	color: #200700;
    padding-right: 4px;
    padding-top: 6px;
}
.post_img {
	width:100%;
	height:auto;
	position:relative;
	margin-top:9px;
	z-index:0;
	
}
.featured-title-bg{
	position: absolute;
	bottom:0;
	background:url(../images/box_shadow-fp.png) repeat-x center bottom;
	width: 100%;
	height:100%;	
}
.post_img img {
	position:relative;
	top:0px;
	border:1px solid #b8b6b0;
}
.post_img h5 {
    background: #b12a1c none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 41px;
    left: 1px;
    line-height: 44px;
    margin-bottom: 16px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 21px;
    width: 112px;
    z-index: 1;
}
.post_img span {
	z-index:1;
	position:absolute;
	font-size:20px;
	padding:0px 15px 10px;
	bottom:26px;
	line-height:1.2;
	width:100%;
	word-wrap: break-word;
	text-transform:uppercase;
}
.post_add {
	width:100%;
	height:auto;	
	margin-top:10px;
}
.post_list {
	width:100%;
	height:auto;
	border:1px solid #b9b7b2;
	margin-bottom:10px;
	background:#fff;
}
.post_left_img {
	width:87px;
	float:left;
	height:auto;
}
.post_right_text {
    background: #fff none repeat scroll 0 0;
    float: left;
   padding-left: 15px;
    padding-top: 22px;
    position: relative;
    width: 184px;
	word-wrap: break-word;
}
.post_right_text h5 {
	color:#200700;
}
.post_add span {
    background: #b12a1c none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 41px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    width: 273px;
	margin-top:27px;
	margin-bottom:8px;
	letter-spacing:1px;
}
.post_add ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.post_add ul li {
    background: rgba(0, 0, 0, 0) url("../images/list_arrow.png") no-repeat scroll right 15px;
    border-bottom: 2px solid #000;
    margin-top: 8px;
    padding-top: 10px;
    width: 100%;
	text-transform: uppercase;
}
.post_add ul li a {
	background:none;
	text-align:left;
	font-size:20px;
	color:#b12a1c;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	text-decoration:none;
	padding-left:11px;
	display:block;
	padding-bottom: 3px;
	text-transform: uppercase;

}
.post_right_text h4 a{
	font-size:16px;
	color:#b12a1c;
	text-decoration:none;
	display:none;
	padding-left:10px;
}
.mobile_social {
	display:none;
}
.mobile_social ul li {
	background:none;
}
.div-show_mobile {
	display:none;
}
.blog_post_box .blog_post_link1{
	background: #b12a1c none repeat scroll 0 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 23px;
	text-align: center;
	text-decoration: none;
	padding: 13px 18px;
	display: table;
	margin-top: 35px;
	text-transform: uppercase;
}
.blog_post_box .status_right_small_details h4{
	padding: 0px;
}
.blog_post_box .status_right_small{
	margin-bottom: 9px;
	margin-right: 7px;
	width: 304px;
	float: left;
}
.blog_post_box .status_right_small:nth-child(3) ,.blog_post_box .status_right_small:last-child{
	margin-right: 0px;
}
.post_right_small{
	width: 273px;
	background: #fff;
	color: #000;
	border: 1px solid #b7b5af;
	float: left;
	margin-top: 9px;
}
.post_right_small_img{
	width: 85px;
	float: left;
}
.post_right_small_details{
	width: 186px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 24px;
	position: relative;
	word-wrap: break-word;
}
.post_right_small_details h5 {
	text-transform:uppercase;
}
.post_right_small_details a{
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
.blog_view_catagory a{
	background: #b12a1c none repeat scroll 0 0;
	color: #fff;
	display: block;
	clear: both;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 27px;
	text-align: center;
	text-decoration: none;
	padding: 10px 30px;
	cursor: default;
}
.blog_post_list ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.blog_post_list ul li{
	background: rgba(0, 0, 0, 0) url("../images/list_arrow.png") no-repeat scroll right 15px;
	border-bottom: 2px solid #000;
	margin-top: 8px;
	padding-bottom: 3px;
	padding-top: 10px;
	width: 100%;
}
.blog_post_list ul li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #b12a1c;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 11px;
	text-align: left;
	text-decoration: none;
	width: 100%;
	display:block;
	text-transform: uppercase;
}
.details_innner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-transform:uppercase;	
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 0 !important;
}
.fc-time {
	display:none;
}
/* blog post page */
/* wine page*/
.wine_banner h1 {
	transform: rotateZ(-4deg);
	margin-left:0px;
	margin-top:-20px;
	letter-spacing:2px;
	margin-bottom:30px;
	-webkit-transform:rotateZ(-4deg);
	
}
.wine_banner p {
	padding-left:9px;
}
.wine_section {
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:32px;
}
.wine_list {
	width:100%;
	height:auto;
	padding-bottom:37px;
}
.wine_box {
	width:220px;
	height:auto;
	text-align:center;
	position:relative;
	float:left;
	margin-bottom:50px;
	margin-right:22px;
}	
.wine_list .wine_box:nth-child(4n+4) {
	margin-right:0px;
}
.wine_box h4 {
	padding-top:29px;
	padding-bottom:9px;
	line-height:30px;
}
.wine_box h6 {
	font-weight:600;
	font-family:'Martel';
	font-size:14px;
	letter-spacing:1px;
}
.wine_pop_box {
   background: rgba(0, 0, 0, 0) url("../images/pop_img.jpg") no-repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: auto;
    left: -33px;
    position: absolute;
    text-align: left;
    top: 225px;
    width: 300px;
	display:none;
	background-size:cover;
	z-index:9;	
}
.wine_box:hover .wine_pop_box {
	display:block;
 	transition: all 0.4s ease-in-out;
}
.arrow-up {
    border-bottom: 20px solid #a6281a;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -20px;
    width: 0;
}
.wine_pop_box img {
	position:absolute;
	left:0px;
	right:0px;
	top:-19px;
	margin:auto;
}
.wine_pop_box h5{
	background:#a6281a;
	color:#fff;
	padding:15px 0px 12px 22px;
	text-align:left;
}
.wine_pop_box p {
	padding:5px 20px 0 22px;
	font-family:'Martel';
}
/* wine page*/
.blog_latest_row{
	background: url('../images/menu_bg.jpg');
	position: relative;
	padding-top: 14px;
	padding-bottom: 24px;
}
.img2 {
	display:none;
}
.head_title{
	background: #b12a1c none repeat scroll 0 0;
    display: inline-block;
    letter-spacing: 2px;
    padding: 23px 18px 19px;
    transform: rotateZ(-3deg);
	-webkit-transform:rotateZ(-3deg);
	position: absolute;
	top: 0px;
	z-index: 1;
	top: -35px;
	text-transform: uppercase;
}
.blog_news_space{
	padding-top:32px;
	padding-bottom:22px;
	color: #200700;
	clear: both;
}
.blog_status_row {
	margin-bottom:9px;
}
.status_silde_left_column{
	float:left;
	border: 1px solid #b7b5af;
	color: #200700;
	margin-bottom: 42px;
	margin-top: 56px;
	background: #fff;
}
.status_slide_left_img{
	width: 637px;
	float:left;
	position: relative;
}
.status_slide_left_img img{
	max-width: 100%;	
}
.status_slide_left_img p{
	color: #fff;
	font-size: 18px;
	background:#b12a1c;
	padding: 9px 16px;
	position:absolute;
	left:0px;
	top: 20px;
	letter-spacing:1.2px;
}
.status_slide_left_details{
	width: 300px;
	float:left;
	background:#fff;
	padding: 31px 26px 20px 26px;
	text-align:left;
	word-wrap: break-word;
}
.status_slide_left_details h4{
	margin-bottom: 16px;
}
.status_slide_left_details h4 a{
	font-size: 30px;
	margin-bottom: 16px;
	text-transform:uppercase;
	color: #200700;
	line-height:1.2;
}
.status_slide_left_details p{
	font-family: 'Martel';
	font-size: 14px;
	margin-bottom: 22px;
	margin-left:2px;
}
.status_slide_left_details a{
	color: #b12a1c;
	text-decoration:none;
	font-size: 20px;
	text-transform:uppercase;
	margin-left:2px;
}

.blog_header_row{
	color: #200700;
	margin-bottom: 28px;
	clear:both;
}
.blog_header_row h2{
	letter-spacing:2.3px;
}
.blog_header_row h2 span{
	color: #b12a1c;
	font-size: 30px;
	letter-spacing: 1.3px;
	margin-left: -3px;
}
.blog_title{
	float: left;
	text-transform: uppercase;
}
.title_link{
	float: right;
	margin-right: 20px;
}
.title_link a{
	letter-spacing: 1px;
	padding: 11px 19px;
	vertical-align:middle;
}
.status_left_column{
	width: 629px;
	float:left;
	border: 1px solid #b7b5af;
	margin-right: 7px;
	background: #fff;
}
.status_left_img{
	width: 316px;
	float:left;
	position: relative;
}
.status_left_img img{
	width: 100%;	
}
.status_left_img p{
	color: #fff;
	font-size: 18px;
	background:#b12a1c;
	padding: 9px 16px;
	position:absolute;
	left:0px;
	top: 20px;
	letter-spacing:1.2px;
}
.status_left_details{
	width: 311px;
	float:left;
	background:#fff;
	padding: 31px 27px 12px 27px;
	text-align:left;
	word-wrap: break-word;
}
.status_left_details h4{
	margin-bottom: 16px;
	text-transform:uppercase;
	color: #200700;
}
.status_left_details h4 a{
	color: #200700;
	font-size: 30px;
	line-height:1.2;
}
.status_left_details p{
	font-family: 'Martel';
	font-size: 14px;
	margin-bottom: 22px;
	margin-left:2px;
}
.status_left_details a{
	color: #b12a1c;
	text-decoration:none;
	font-size: 20px;
	text-transform:uppercase;
	margin-left:2px;
}
.read_more_link{
	letter-spacing: 1px;
}
.status_right_column{
	width: 306px;
	float:left;
}
.status_right_small{
	border: 1px solid #b7b5af;
	float: left;
	margin-bottom: 7px;
	background: #fff;
}
.status_right_small_img{
	width: 153px;
	float:left;
}
.status_right_small_img img{
	width: 100%;
}
.status_right_small_details{
	width: 148px;
	background:#fff;
	float:left;
	padding-top: 19px;
	padding-left: 15px;
	word-wrap: break-word;
	/*padding-right:15px;*/
	/*padding-bottom: 60px;*/
	position:relative;
}
.status_right_small_details h4{
	margin-bottom: 8px;
	line-height:1;
	color: #200700;
	font-size: 20px;
}
.status_right_small_details h4 a{
	color: #200700;
}
.status_right_small_details a{
	color: #b12a1c;
	font-size: 20px;
	text-decoration:none;
}
.smallblogbottom{
	clear:both;
	font-size: 20px;
}
/* .details_innner {
    padding-left: 20px;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
} */
/* blog roll */
 
.blog_roll_middle_section{
		background: url('../images/menu_bg_new.jpg');
		padding-top: 78px;
		padding-bottom: 21px;
		position: relative;
	}
	.blog_roll_inner row{
		width: 100%;
		color: #200700;
	}
	.blog_roll_status{
		width: 630px;
		float: left;
		color: #200700;
	}
	.blog_roll_status h2{
		line-height: 1;
		letter-spacing: 2.3px;
		margin-bottom: 23px;
		text-transform: uppercase;
	}
	.blog_roll_status h2 span{
		font-size: 30px;
		color: #b12a1c;
		letter-spacing: 1.3px;
	}
	.blog_roll_status > .status_left_column,
	.alm-reveal .status_left_column,.blog_roll_middle_section .status_left_column{
		margin-bottom: 20px;
	}
	.blog_roll{
		width: 273px;
		float: left;
		margin-left: 36px;
	}
	.blog_roll ,.blog_roll > .post_img{
		margin-top: -6px;
	}
	.status_left_details p{
		font-family: "Martel";
		color: #200700;
	}
	.blog_roll_loadmorebtn,
	.blog_roll_status .alm-btn-wrap{
		clear: both;
		padding:18px 0 18px;
		text-align: center;
		position:relative;
	}
	.blog_roll_status .alm-btn-wrap:before{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		width:100%;
		background: #200700 none repeat scroll 0 0;
		height: 2px;
		content:'';
		left:0;
	}
	.blog_roll_loadmorebtn a,
	.blog_roll_status .alm-btn-wrap .btn{
		letter-spacing: .5px;
		padding: 0px 61px;
		background: #eaa200 none repeat scroll 0 0;
		border: 0 none;
		border-radius: 0;
		box-shadow: none;
		color: #fff;
		cursor: pointer;
		font-family: "norwesterregular";
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		margin:0;
		-webkit-appearance:none;
		font-weight:normal;
	}
	.blog_roll > .post_add > .post_list  > .post_right_text {
		/*padding: 24px 0 24px 14px;*/
	}
	.blog_roll > .post_add > .post_list  > .post_right_text  h5{
		line-height: 1;
	}
	.bdcenter{
		background: #200700 none repeat scroll 0 0;
		height: 2px;
		left: 0;
		/*position: absolute;*/
		margin-top: -14px;
		width: 100%;
		z-index: 1;
	}
/* ----------------------------------------------------------------------------------------------------------------------------/*
/* allbeer page */

.tab_menu {
	width:580px;
	margin:auto;
	height:auto;
	position:relative;
	margin-bottom:43px;
}
.beer_banner h1 {
	padding:10px 0px 8px;
	transform: rotateZ(-4deg);
	-webkit-transform:rotateZ(-4deg);
	letter-spacing:2px;
	text-transform:uppercase;
}
.static-banner-holder.beer_banner {
	margin-top:194px;
}
.static-banner-holder.beer_banner p {
	padding-left:1px;
}
.tab_menu h5 {
    width: 100%;
    margin: 0;
    padding:44px 0px 20px;
    text-align: center;
	font-family: "Martel";
	font-weight:bold;
	font-size:24px;
	letter-spacing:1px;
}
.tab_menu h5:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 2px;
    content: " ";
    text-shadow: none;
	background-color: #000000;
    width:80px;
}
.tab_menu h5:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #000000;
    width: 80px;
}
.tab_menu ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.tab_menu ul li {
	float:left;
	margin-right:10px;
}
.tab_menu ul li:last-child {
	margin-right:0px;
}
.tab_menu ul li a {
	font-size:18px;
	color:#fff;
	text-decoration:none;
	background:#451a02;
	padding:9px 19px;
	display:block;
	letter-spacing:1px;
	text-transform: uppercase;
}
.tab_menu ul li a.active {
	background:#b12a1c;
}
.tab_menu ul li a:hover {
	background:#b12a1c;
}
.allbeer_main_column {
	width:100%;
	height:auto;
	padding:0px 0px 0px 10px;
}
.beer_box {
	width:301px;
	height:auto;
	float:left;
	margin-right:17px;
	margin-bottom:30px;
}
.beer_box:nth-child(3n+1) {
	clear: both;
}
.beer_box:nth-child(3n+3) {
	margin-right:0px;
}
.beer_box_img {
	width:140px;
	margin-right:20px;
	float:left;
	height:auto;
}
.beer_box_text {
	width:141px;
	float:left;
	height:auto;
	padding-top:13px;
}
.beer_box_text h5 {
	color:#451a02;
	line-height: 28px;
	text-transform: uppercase;
}
.beer_box_text h6 {
	font-size:14px;
	font-family: "Martel";
	font-weight:600;
	color:#451a02;
	padding-top:2px;
}
.seasonal_text {
	width:auto;
	height:auto;
	border:1px solid #451a02;
	font-size:18px;
	color:#451a02;
	float:left;
	padding:1px 8px;
	font-family: "norwesterregular";
	margin-top:4px;
	letter-spacing:.5px;
	text-transform: uppercase;
}
.page-count {
	width:auto;
	height:auto;
	float:right;
	margin-top:29px;
}
.page_text {
	font-family: "Martel";
	font-size:24px;
	color:#000000;
	float:left;
	font-weight:bold;
	width:300px;
	padding-top:11px;
	letter-spacing:1px;
}
.page_text hr {
	width:80px;
	float:right;
	height:3px;
	background:#000;
	margin-top:8px;
}
.page_list {
	width:auto;
	height:auto;
	float:left;
	margin-left:27px;
}
.page_list ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.page_list ul li {
	float:left;
	width:35px;
	height:35px;
	background:#451a02;
	margin-right:1px;
	text-align:center;
}
.thank_you_page {
	text-transform:uppercase;
}
.date_time {
	font-size:20px;
}
.page_list ul li.bg_none {
	background:none;
}
.page_list ul li.bg_none:hover {
	background:none;
}
.page_list ul li.bg_none a {
	color:#000;
}
.page_list h5 a {
	color:#b12a1c;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	font-family: "Martel";
	letter-spacing:1px;
}
.page_list h5 {
	font-family: "Martel";
	font-size:16px;
	color:#000;
	font-weight:bold;
	float:right;
	padding-top:11px;
}
.page_list ul li.active {
	background:#b12a1c;
}
.page_list ul li:hover {
	background:#b12a1c;
}
.page_list ul li a {
	font-size:18px;
	font-family: 'norwesterregular';
	color:#fff;
	width:100%;
	text-align:center;
	line-height:37px;
	padding:6px 5px;
	text-decoration:none;
}
.beer_section {
	width:100%;
	height:auto;
	padding:63px 0px 40px;
	clear:both;
}
.beer_section_left {
	width:460px;
	float:left;
	height:auto;
	padding:40px 40px 36px;
	margin-right:19px;
	margin-left:11px;
	position:relative;
}
.beer_section_left img {
	position:absolute;
	top:0px;
	left:0px;
}
.beer_section_right {
	width:460px;
	float:left;
	height:auto;
	padding:40px 40px 36px;
	position:relative;
}
.beer_section_right img {
	position:absolute;
	top:0px;
	left:0px;
}
.beer_left_text {
	width:200px;
	float:left;
	height:auto;
	padding-right:10px;
	position:relative;
	z-index:1;
}
.beer_left_text h4 {
	font-family: 'norwesterregular';
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
}
.beer_left_text a {
	color:#fff;
	background:#eaa200;
	padding:9px 17px;
	font-family: 'norwesterregular';
	font-size:18px;
	text-decoration:none;
	float:left;
	margin-top:15px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.beer_left_text a:hover {
	background:#d58d00;
}
.beer_left_contant a:hover {
	background:#d58d00;
}
.beer_right_text {
    float: left;
    height: auto;
    padding-left: 27px;
    padding-top: 47px;
    text-align: center;
    width: 180px;
	position:relative;
	z-index:1;
}
.beer_right_text h5 {
	color:#fff;
	font-family: 'norwesterregular';
	font-size:23px;
}
.beer_left_contant {
	width:230px;
	float:left;
	height:auto;
	padding-right:15px;
	position:relative;
	z-index:1;
}
.beer_left_contant h4 {
    color: #fff;
    font-family: "norwesterregular";
    line-height: 30px;
}
.beer_left_contant a {
    background: #eaa200 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: "norwesterregular";
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 11px 16px;
    text-decoration: none;
	text-transform:uppercase;
}
.show-767 {
	display:none;
}

/* allbeer page */

/* beer page */
.static-banner-holder.beers h1{
	margin-bottom: 29px;
    margin-top: 21px;
	padding: 15px 0px 7px;
}
.beer_table_left {
	float:left;
	width:569px;
	height:auto;
	margin-bottom:65px;
}
.beer_product_img {
    float: right;
    margin-top: -190px;
    position: relative;
    width: 385px;
    z-index: 1;
}
.beer_product_img img {
	float:right;
	margin-right:-11px;
}
.table_column {
	width:100%;
	height:auto;
	margin-top:25px;
}
.table_column h5::before {
    background-color: #000000;
    content: " ";
    display: inline-block;
    height: 2px;
    margin: 0 20px 8px 0;
    text-shadow: none;
    width: 176px;
}
.table_column h5::after {
    background-color: #000000;
    content: " ";
    display: inline-block;
    height: 2px;
    margin: 0 0 8px 20px;
    text-shadow: none;
    width:176px;
}
.table_column h5 {
    font-family: "norwesterregular";
    font-size: 20px;
    font-weight: bold;
    margin: 0;
	color:#200700;
    padding:10px 0 11px;
    text-align: center;
    width: 100%;
	
}
.div_table {
	width:100%;
	height:auto;
}
.table_head {
	width:100%;
	height:auto;
}
.table_title > h5 {
	border:2px solid #200700;
	border-bottom:none;
}
.table_head {
	border:2px solid #200700;
}
.table_head ul {
	width:100%;
	padding:0px;
	margin:auto;
	list-style:none;
}
.table_head ul li {
	float:left;
	width:188px;
	border-right:2px solid #200700;
	/*border-bottom:2px solid #200700;*/
}
.table_head ul li:nth-child(3) {
	border-right:none;
}
.table_head .table_text li {
	width:auto;
	border-bottom:none;
	/*border-bottom:2px solid #200700;*/
	border-right:none;
}
.table_head .table_text li:nth-child(2n+2) {
	border-right:none;
	/*border-bottom:2px solid #200700;*/
	border-left: 1px solid #200700;
}
.table_text {
	border-bottom:2px solid #200700;
}
.table_text {
	clear:both;
}
.table_row_two {
	width:378px;
	height:auto;
	float:left;
	font-family: "Martel";
	font-size:14px;
	padding:12px 10px 8px 40px;
	border-left:1px solid #200700;
}
.table_row_one {
	width:182px;
	float:left;
	text-align:center;
	background:#200700;;
	margin:4px 2px 2px;
	color:#efebe4;
	font-family: "norwesterregular";
	font-size:20px;
	height:auto;
	padding: 7px 0;
}
.tab1 {
	float:left;
	width:94px;
	background:#200700;
	color:#faf7f0;
	text-align:center;
	padding:7px 10px;
	margin:2px;
	position:relative;
}
.tab1 a {
	text-decoration:none!important;
}
.tab2 {
	float:left;
	width:88px;
	text-align:center;
	font-family: "Martel";
	padding-top:6px;
}
.show {
	display:none;
}
.table_head ul li h6 {
	font-size:20px;
}
.beer-description{
	position:absolute;
	width:232px;
	padding:14px;
	background:#eaa200;
	top: -26%;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
	 left: -17px;
	 text-align:left;
	 text-decoration:none !Important;
	 display:none;
}
.beer-description:after {
   border-color: #eaa200 transparent -moz-use-text-color;
    border-style: solid solid none;
    border-width: 13px 13px 0;
    bottom: -13px;
    content: "";
    display: block;
    height: 0;
    left: -57px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.beer-description p {
	color:#200700;
	font-family:'Martel';
	font-size:12px;
	line-height:18px;
	margin:0;
	text-decoration:none;
	text-align:left;
}
.tab1 a:hover .beer-description,
.tab1 a:focus .beer-description{
	display:block;
	text-decoration:none;
}
.table_head ul li span {
    background: #FAF7F0 none repeat scroll 0px 0px;
    border-radius: 30px;
    color: #000;
    float: right;
    font-family: "Martel";
    font-size: 10px;
    height: 17px;
    margin-right: 5px;
    text-align: center;
    margin-top: 2px;
    width: 17px;
    line-height: 2;
    font-weight: 700;
}
.beer_gallery {
	width:100%;
	height:auto;
	padding:0px 10px 0 0;
	margin-top:0px;
	float:left;
}
.beer_gallery h1 {
	color:#b12a1c;
	font-family: "norwesterregular";
	letter-spacing:1px;
}
.beer_gallery h5 {
	font-family: "norwesterregular";
	font-size:18px;
	width:650px;
	float:left;
	padding-top:20px;
	padding-bottom:16px;
	line-height:30px;
	padding-left:7px;
	color:#200700;
	text-transform:uppercase;
}
.beer_gallery a {
    background: #eaa200 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: "norwesterregular";
    font-size: 18px;
    letter-spacing: 1px;
	padding:0 27px;
    text-decoration: none;
	text-align:center;
	line-height:43px;
	float:right;
	margin-top:22px;
}
.img_box_one{
	width:299px;
	float:left;
	height:auto;
	position:relative;
	margin-right:21px;
}
.img_box_two{
	width:299px;
	float:left;
	height:auto;
	position:relative;
	margin-right:21px;
}
.img_box_three{
	width:299px;
	float:left;
	height:auto;
	position:relative;
}
.img_box_one h4 {
	font-size:25px;
	font-family: "norwesterregular";
	color:#fff;
	 position: relative;
    z-index: 1;
	 line-height: 30px;
	 text-transform:uppercase;
}
.img_box_two h4 {
	font-size:25px;
	font-family: "norwesterregular";
	color:#fff;
	 position: relative;
    z-index: 1;
	 line-height: 30px;
}
.img_box_three h4 {
	font-size:25px;
	font-family: "norwesterregular";
	color:#fff;
	 position: relative;
    z-index: 1;
	 line-height: 30px;
	  text-transform:uppercase;
}
.img_box_three {
	margin-right:0px;
}
.ima_box_list {
	width:100%;
	height:auto;
	padding-top:58px;
	padding-bottom:78px;
}
.img_box_two h4 {
	font-size:25px;
	font-family: "norwesterregular";
	color:#fff;
	 text-transform:uppercase;
}
/*.img_box_one img {
	position:absolute;
	left:0px;
	top:0px;
}
.img_box_two img {
	position:absolute;
	left:0px;
	top:0px;
}
.img_box_three img {
	position:absolute;
	left:0px;
	top:0px;
}*/
.box_one_inner {
	position:absolute;
	top:15px;
	left:15px;
}
.img_box_one a {
    background: #eaa200 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: "norwesterregular";
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
	z-index:1;
	position:relative;
	margin-top:12px;
	 text-transform:uppercase;
	padding:0px 18px;
}
.img_box_one a:hover {
	background:#d58d00;
}
.img_box_two a:hover {
	background:#d58d00;
}
.img_box_three a:hover {
	background:#d58d00;
}
.beer_bg_mob {
	display:none;
}
.show-767 {
	display:none;
}
.img_box_two a {
    background: #eaa200 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: "norwesterregular";
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
	z-index:1;
	position:relative;
	margin-top:12px;
	 text-transform:uppercase;
	padding:0px 20px;
}
.img_box_three a {
    background: #eaa200 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: "norwesterregular";
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
	z-index:1;
	position:relative;
	margin-top:12px;
	 text-transform:uppercase;
	padding:0px 20px;
}
.round_div {
    background: #451a02 none repeat scroll 0 0;
    border-radius: 40px;
    float: right;
    height: 72px;
    margin-right: -7px;
    margin-top: 23%;
    position: relative;
    text-align: center;
    width: 72px;
    z-index: 1;
}
.round_div h6 {
	float:left;
	color:#fff;
	font-size:14px;
	font-family: "norwesterregular";
	line-height:16px;
	padding-left: 11px;
    padding-top: 14px;
}
.package_section {
	width:100%;
	height:auto;
	border:2px solid #ae291c;
	margin-top:25px;
}
.package_section h5 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
	color:#ae291c;
	padding:13px 0px 5px;
	border-bottom:2px solid #ae291c;
	font-family: "norwesterregular";
}
.package_section h5:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #ae291c;
    width: 160px;
}
.package_section h5:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #ae291c;
    width: 160px;
}
.table_box {
	width:188px;
	float:left;
	height:auto;
	border-right:2px solid #ae291c;
	padding-bottom:23px;
}
.table_box:last-child {
	border-right:none;
}
.table_box h4 {
	font-family: "norwesterregular";
	color:#faf7f0;
	background:#ae291c;
	font-size:20px;
	text-align:center;
	margin:2px;
	padding:7px 0px 5px;
}
.table_box ul {
	width:100%;
	padding:0px;
	list-style:none;
	margin:0px;
	text-align:center;
}
.table_box ul li {
    display: inline;
    padding: 0 5px 0 0;
}
.border-none1 h4 {
    margin-right: 1px;
}
.table_box ul li{
	font-family: "Martel";
	font-size:14px;
	color:#ae291c;
	text-decoration:none;
	display:inline-block;
}
.table_box ul li:last-child {
	padding-right:0px;
}
.table_box ul li.active {
    background: rgba(0, 0, 0, 0) url("../images/red_line.png") no-repeat scroll center 27px;
    padding-bottom: 10px;
}
.beer_product_img p{
	display:none;
}
/* beer page */

/* brewery page */
.brewery_secondary_banner{
	background-image: url('../images/dbrewery_banner_bottom.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 115px;
	padding-bottom: 107px;
	position:relative;
}
.brewery-banner-holder h1 {
    margin-top: 5px;
	padding-left:0px;
}
.brewery_banner_bottom_content{
	max-width: 534px;
	color: #fff;
}
.brewery_banner_bottom_content h2{
	line-height: 45px;
}
.brewery_banner_bottom_content p{
	font-family:"Martel";
	font-size: 14px;
	margin-top: 17px;
}
.brewery_links_section{
	background: url('../images/menu_bg.jpg');
	padding-top: 55px;
	padding-bottom: 80px;
	width:100%;
}
.brewery_other_links{
	width: 300px;
	float:left;
	margin-right: 20px;
	position:relative;
}
.brewery_links_details{
	position: absolute;
	width: 100%;
	top:0px;
	left:0px;
	padding-top: 21px;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom:20px;
}
.brewery_links_details h4{
	line-height: 30px;
	text-transform:uppercase;
}
.brewery_links_details h5{
	line-height: 20px;
	margin-top: 7px;
	width: 230px;
	text-transform:uppercase;
	color:#fff;
}
.brewery_other_links:last-child {
 margin-right:0px;
}
.brewery_links_details a {
	background: #eaa200 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-family: "norwesterregular";
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 15px;
	padding: 9px 18px;
	text-decoration: none;
	/* margin-left: 6px; */
	text-transform: uppercase;
}
.brewery_links_details a:hover {
	background:#d89000;
}
.coupon_section h6 {
	font-size:30px;
	padding:30px 0px;
}
.full-width {
	width: 100%;
	padding-top: 60px;
}
/* brewery page ends*/
/* history page */
.history_banner {
	width:542px;
	float:left;
	height:auto;
	padding-bottom:25px;
	margin-top:180px;
}
.history_banner h1 {
	padding-left:0px;
}
.history_banner_right {
    float: right;
    height: auto;
    margin-right: -48px;
   margin-top: 157px;
    position: relative;
    width: 465px;
    z-index: 9;
}
.history_banner h4 {
	padding:6px 0px 20px 10px;
	line-height:30px;
}
.history_section_one {
	width:100%;
	min-height:495px;
	background:url(../images/history_banner4.jpg) no-repeat;
	background-size:cover;
	position:relative;
}
.one-change {
	background:url(../images/history-change.jpg) no-repeat;
	width:100%;
	background-size:cover;
}
.one-change .section_one_right {
	padding:8px 0px;
}
.section_one_right h4 {
	padding-bottom:20px;
}
.section_one_right p {
	font-family:"Martel";
}
.history_section_two {
	width:100%;
	height:auto;
	background:url(../images/history_banner2.jpg) no-repeat;
	background-size:cover;
	position:relative;
	 background-position: right top;
}
.history_section_two img {
	width:100%;
}
.section_two_left p {
	font-family:"Martel";
}
.section_two_left h4 {
	padding-bottom:15px;
}
.section_two_left {
	padding:157px 0px;
	width:540px;
}
.history_section_three {
	width:100%;
	height:auto;
	background:url(../images/history_banner3.jpg) no-repeat;
	background-size:cover;
	position:relative;
}
.section_three_right {
   float: left;
    height: auto;
    padding: 165px 0 150px 1px;
    width: 540px;
}
.section_three_right p {
	font-family:"Martel";
}
.section_three_right h4 {
	padding-bottom:15px;
}
.section_three_left {
	float:left;
	width:600px;
/*	position:relative;
*/}
.page-template-history .footer_mail_section {
	position:relative;
	z-index:9;
}

.thr_inner {
	position:relative;
}
.thr_inner img {
	position:absolute;
	bottom:0px;
}
/*.thr_inner img {
	max-width:100%;
	position:absolute;
	bottom:0px;
}
.thr_inner {
	position:relative;
}*/
/*.thr_inner {
    bottom: 0;
    position: absolute;
    width: 100%;
}*/
/*.section_one_left {
	background:url(../images/dynamic/Frankenmuth-history.png) no-repeat;
	height:677px;
	width:560px;
}*/
/* history page */
/* Contact Us */
.contact_form_section input::-webkit-input-placeholder {
   color:#fff;
}

.contact_form_section input:-moz-placeholder { /* Firefox 18- */
   color:#fff;
}

.contact_form_section input::-moz-placeholder {  /* Firefox 19+ */
   color:#fff;  
}

.contact_form_section input:-ms-input-placeholder {  
   color:#fff;  
}

.contact_form_section textarea::-webkit-input-placeholder {
   color:#fff;
}

.contact_form_section textarea:-moz-placeholder { /* Firefox 18- */
   color:#fff;
}

.contact_form_section textarea::-moz-placeholder {  /* Firefox 19+ */
   color:#fff;  
}

.contact_form_section textarea:-ms-input-placeholder {  
   color:#fff;  
}
.contact_form_right input[type=submit]{
    float: right;
    margin-right: 0;
    margin-top: 16px;
    padding: 9px 22px 9px 26px;
	-webkit-appearance: none;
}
.contact_form_right input[type=submit] {
    background: #eaa200 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: "norwesterregular";
    font-size: 18px;
   /*  padding: 7px 9px; */
    padding: 9px 13px 9px 20px;
    text-align: center;
    text-transform: uppercase;
	transition: all 0.2s linear;
	-webkit-appearance: none;
	margin-bottom:15px;
}
.contact_form_right input[type=submit]:hover{
	background:#cd8e00;
}
.contact-banner-holder h1{
	text-transform: uppercase;
	letter-spacing: 2px;
	transform: rotateZ(-3deg);
	padding: 0;
	margin-bottom: 47px;
	margin-left: 5px;
}
.contact-banner-holder h1 span{
	padding: 15px 19px 7px;
	letter-spacing:1px;
}
.banner_contact_left{
	width: 241px;
	float: left;
	margin-left: 7px;
}
.banner_contact_left a.btn{
	padding: 10px 24px;
	letter-spacing: 1.1px;
}
.banner_contact_left h4{
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.banner_contact_right{
	width: 420px;
	float:left;
	text-transform: uppercase;
	margin-left: 61px;
	margin-top: 10px;
}
.banner_right_1{
	width: 195px;
	float: left;
}
.banner_right_2{
	width: 166px;
	float: left;
	margin-left: 46px;
}
.banner_right_1 h5,.banner_right_2 h5{
	line-height: 20px;
	margin-bottom: 14px;
}
.banner_right_1 p ,.banner_right_2 p{
	padding-left: 0px;
	margin-bottom: 5px;
	line-height: 15px;
	font-family: "Martel";
}
.banner_contact_right h4{
	margin-top: 31px;
}
.banner_contact_right h4 span{
	color: #eaa200;
}
.map_section{
	background: url('../images/menu_bg.jpg');
	position:relative;
}
.map_left_section ,.map_right_section{
	width: 50%;
	float: left;
	position: relative;
}
.map_left_section h2 ,.map_right_section h2{
	background: #b12a1c;
	display: inline-block;
	letter-spacing: 2px;
	padding: 20px 15px 16px;
	position: absolute;
	top: -30px;
	transform: rotateZ(-5deg);
	z-index:99;
	left:30px;
	text-transform: uppercase;
	-webkit-transform: rotateZ(-5deg);
}
.map_right_section .map_section{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;	
}
.maps_maps {
	position:relative;
}
.map_left_section h2 {
	margin-left:0px;
	margin-top:2px;
	z-index:9;
}
.contact_form_section{
	background: url('../images/menu_bg.jpg');
	padding-top: 66px;
	padding-bottom: 53px;
}
.map_right_section img{
	width: 100%;
	height: 397px;
}
.contact_form_left{
	width: 460px;
	float: left;
	color: #fff;
	margin-right: 10px;
	text-transform: uppercase;
	overflow:hidden;
}
.contact_form_right{
	width: 460px;
	float: left;
	color: #fff;
	margin-left: 10px;
	margin-top:55px;
	text-transform: uppercase;
}
.contact_form_right a{
	float: right;
	padding: 9px 22px 9px 26px;
	margin-top: 16px;
	margin-right:0px;
}
.contact_form_left h4{
	color: #000;
	margin-bottom: 25px;
	line-height: 1;
}
.contact_form_left input, .contact_form_left select{
	background: rgb(128, 118, 112) none repeat scroll 0 0;
	border: 1px solid #a79a8a;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	height: 41px;
	letter-spacing: 0.8px;
	margin-bottom: 16px;
	padding-right: 12px;
	padding-left: 18px;
	padding-top: 1px;
	width: 100%;
}
select optgroup, select option{
	font-family: "norwesterregular","Martel","serif";	
}
select optgroup{
	font-style:normal;	
	padding: 6px 18px;
}
optgroup option{
	padding-left: 15px;
}

.form_left_row{
	width: 100%;
}
.form_left_row1{
	width: 220px;
	float: left;
}
.form_left_row2{
	width: 220px;
	float: right;
}
.contact_form_right textarea {
	background: rgb(125, 112, 103) none repeat scroll 0 0;
	border: 1px solid #a79a8a;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	height: 154px;
	padding-left: 18px;
	padding-right: 16px;
	padding-top: 12px;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .8px;
	resize:none;
	overflow: auto;
}
.contact_form_left select {
	-webkit-appearance: none;
	-moz-appearance: none; 		
	background: url(../images/selectarrow.png) no-repeat right rgb(128,118,112);
	border: 0px;
	-webkit-padding-end: 50px;
	-moz-padding-end: 50px;
	width: 110%;
	background-position: 90.5%;
	-ms-background-position-x: 90.5%;
}
.contact_form_left select > option{
	padding-left: 18px;
	cursor: pointer;
}
.contact_staff_section{
	margin-top: 78px;
}
.contact_staff_section h4{
	color: #000;
	margin-bottom: 28px;
	text-transform: uppercase;
}
.contact_staff_section2 h4{
	color: #000;
	text-transform: uppercase;
}
.contact_staff_section2 h6{
	color: #000;
	text-transform: uppercase;
	margin-bottom: 29px;
	font-size: 20px;
	margin-top: 11px;
	letter-spacing: .6px;
}
.contact_staff_section2 h6 a{
	color: #b12a1c;
}
.contact_staff_section  h5{
	color: #b12a1c;
	text-transform: uppercase;
}
.contact_staff_section  p{
	color: #000;
	font-family: "Martel";
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact_staff_section2{
	margin-top: 23px;
	text-transform: uppercase;
}
.contact_staff_section2  h5{
	color: #b12a1c;
}
.contact_staff_section2  p{
	color: #000;
	font-family: "Martel";
	text-transform: uppercase;
	margin-bottom: 30px;
}
.staff_details_left ,.staff_details_middle{
	width: 320px;
	float: left;
}
.staff_details_right{
	width: 300px;
	float: left;
}
.contact-banner-holder {
	margin-top:191px;
}
.contact_form_left select::-ms-expand{
  display:none;
  overflow: hidden;
}
/*.left_map_custom {
    float: left;
    position: relative;
    width: 50%;
box-shadow: 0 0 0 0 #c6bdb6 inset, 5px 0 5px 1px #c6bdb6;
z-index:9;
}*/
#map {
/*	box-shadow: inset 0px 0px 10px 0px #c6bdb6,5px 5px 5px 1px #c6bdb6;
-webkit-box-shadow: inset 0px 0px 10px 0px #c6bdb6,5px 5px 5px 1px #c6bdb6;
-moz-box-shadow: inset 0px 0px 10px 0px #c6bdb6,5px 5px 5px 1px #c6bdb6;
-o-box-shadow: inset 0px 0px 10px 0px #c6bdb6,5px 5px 5px 1px #c6bdb6;
z-index:9;*/
}
/*.map_left_section {
	width:100%;
	position:relative;
}*/
.map-left-shadow-top{
	background: url(../images/map_shadow_top.png) repeat-x;	
	position: absolute;
	width:100%;
	height:12px;
	top: 0;
	left: 0;
	z-index:9;
}
.map-left-shadow-bottom{
	background: url(../images/map-shadow-bottom.png) repeat-x;	
	position: absolute;
	width:100%;
	height:15px;
	bottom: 0;
	left: 0;
	z-index:9;
}
.map-left-line {
	background: url(../images/map_right_shadow.png) repeat-y;	
	position: absolute;
	width:25px;
	height:100%;
	top: 0;
	left: 0;
}
.map_content {
	width:330px;
	height:auto;
	background:rgba(252, 252, 249, 0.8);
	position:absolute;
	right:0px;
	top:0px;
	font-family: "Martel";
	font-size:14px;
	font-weight:normal;
	padding:15px 10px 5px 15px;
	color:#200700;
}
.map_content p {
	margin-bottom:0px;
}
.wpcf7-not-valid-tip {
    margin-top: 0 !important;
    padding: 5px 0 5px !important;
}
.wpcf7-form-control-wrap {
	padding-bottom:0px!important;
}
/*.left_map_custom img {
	position:absolute;
	bottom:0px;
	z-index:9;
}*/
/* contact us ends */

/* events */
.events .post_img h5 {
	display:inline-block;
	padding:0px 18px;
	width:auto;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
}
.post_img a {
	text-decoration:none;
}
.events .post_img {
	margin-bottom:18px;
}
.date_picker {
	width:100%;
	height:auto;
	padding-top:80px;
}
.month_title {
	width:300px;
	margin:auto;
	text-align:center;
	position:relative;
	height:auto;
	margin-top:80px;
	margin-bottom:30px;
}
.month_title span {
	padding:0px;
	transform:none;
	background:none;
	color:#200700;
	position:static;
	padding:9px 0 11px;
	font-size:45px;
	display:block;
	
}
.month_title a.picker_left {
	position:absolute;
	left:32px;
	top:0px;
}
.month_title a.picker_right {
	position:absolute;
	right:36px;
	top:0px;
}
.evente_list {
	width:100%;
	height:auto;
	margin-top:30px;
}
.evente_list:last-child {
	margin-bottom:80px;
}
.event_left_img {
	width:138px;
	margin-right:22px;
	height:auto;
	float:left;
	clear:both;
}
.event_right_content {
	width:430px;
	float:left;
	height:auto;
}
.event_right_content h4 a {
	font-size:30px;
}
.event_right_content mark {
	background:#eaa200;
	color:#fff;
	padding:7px 12px;
	margin: 0px 14px 0 0;
	font-size:20px;
	float:left;
	display:inline-block;
	line-height:1;
}
.event_right_content h4 {
	padding-top:8px;
	padding-bottom:20px;
}
.event_right_content a {
	font-size:20px;
	color:#b12a1c;
	text-decoration:none;
	max-width:269px;
	text-transform:uppercase;
}
.event_right_content p {
	margin-bottom:5px;
	line-height:1.2;
	clear:both;
}
.event_right_content h4 br {
	display:none;
}
.coupon_section h4 {
	padding:40px 0px 30px;
}
/*coupon page */
.brewery_links_details h4 {
	font-family: "norwesterregular";
	color:#fff;
	padding:5px 0px;
	line-height:30px;
	text-transform:uppercase;
}
.coupon_banner h1 {
	margin-top:2px;
	margin-left:-15px;
}
.coupon_left_side {
	width:459px;
	float:left;
	height:auto;
	margin-right:22px;
	margin-bottom:22px;
}
.coupon_left_side:nth-child(2n+2) {
	margin-right:0px;
}
.coupon_box_one {
	background:url(../images/dynamic/coupon_box_img1.jpg) no-repeat;
	width:299px;
	height:auto;
	margin-right:21px;
	padding:28px 24px 28px 24px;
	float:left;
	background-size:cover;
}
.coupon_box_list {
	padding-bottom:64px;
}
.coupon_box_one h4 {
	color:#fff;
	padding:0px;
	line-height:30px;
	padding-bottom:5px;
}
.coupon_box_one h5 {
	padding:0px;
	color:#fff;
	line-height:20px;
}
.coupon_box_one a {
    background: #eaa200 none repeat scroll 0 0;
    color: #fff;
    display: table;
    font-size: 18px;
    height: auto;
    letter-spacing: 1px;
    line-height: 39px;
    text-align: center;
    width: auto;
	margin-top:16px;
	margin-bottom:31px;
	padding:1px 14px;
	text-decoration:none;
}
.coupon_box_two {
	background:url(../images/dynamic/coupon_box_img2.jpg) no-repeat;
	width:299px;
	height:auto;
	padding:28px 24px 24px 22px;
	float:left;
	margin-right:21px;
	background-size:cover;
}
.coupon_box_two h4 {
	color:#fff;
	padding:0px;
	line-height:30px;
	padding-bottom:9px;
}
.coupon_box_two h5 {
	padding:0px;
	color:#fff;
	line-height:20px;
}
.coupon_box_two a {
    background: #eaa200 none repeat scroll 0 0;
    color: #fff;
    display: table;
    font-size: 18px;
    height: auto;
    letter-spacing: 1px;
    line-height: 39px;
    text-align: center;
    width: auto;
	margin-top:16px;
	margin-bottom:61px;
	padding:1px 15px;
	text-decoration:none;
}
.coupon_box_three {
	background:url(../images/dynamic/coupon_box_img3.jpg) no-repeat;
	width:299px;
	height:auto;
	padding:28px 24px 28px 24px;
	float:left;
	background-size:cover;
}
.coupon_box_three h4 {
	color:#fff;
	padding:0px;
	line-height:30px;
	padding-bottom:5px;
}
.coupon_box_three h5 {
	padding-bottom:68px;
	color:#fff;
	line-height:20px;
}
.coupon_box_three a {
    background: #eaa200 none repeat scroll 0 0;
    color: #fff;
    display: table;
    font-size: 18px;
    height: auto;
    letter-spacing: 1px;
    line-height: 39px;
    text-align: center;
    width: auto;
	margin-top:16px;
	margin-bottom:31px;
	padding:1px 15px;
	text-decoration:none;
}
/*coupon page */

/* event details */

.event_details_img{
	position: relative;
	margin-bottom:15px;
}
.event_details_img img{
	position: relative;
}
.events_details h2{
	padding: 20px 18px;
	top: -39px;
}
.events_details h1{
	letter-spacing: 0px;
	padding: 77px 36px 16px 0px;
	line-height: 48px;
}
.event_details_img h5{
	background: #b12a1c ;
	color: #fff;
	left: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 19px;
	z-index: 1;
	padding: 7px 18px 7px 16px;
} 
.event_details_right .icon li h4{
	letter-spacing: 1px;
	padding-right: 5px;
}
.event_details_right .post_img span{
	padding: 145px 0 13px 19px;
}
.post_right_small_details{
	line-height: 20px;
}
.blog_post_box .blog_post_link2 {
	background: #b12a1c none repeat scroll 0 0;
	color: #fff;
	display: table;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 23px;
	margin-top: 49px;
	padding: 8px 19px;
	text-align: center;
	text-decoration: none;
}
.post_left.events_details h4 {
	padding: 22px 0 17px;
}
.blog_post_box .status_right_small h4{
	padding-top: 0px;
	padding-bottom: 0px;
}
/* event details */

/* distributor */
.banner_serach_location {
	width:100%;
	height:auto;
	padding-left:11px;
}
.banner_button_left {
	width:214px;
	float:left;
	height:auto;
	margin-right:25px;
}
.banner_button_left h4 {
    display: inline-block;
    line-height: 1;
    margin-bottom: 25px;
    padding: 10px 16px 7px;
    transform: rotateZ(-2deg);
	font-size:30px;
	background: #ac291c none repeat scroll 0 0;
	margin-top:-4px;
	text-transform:uppercase;
}
.page-template-distributor .banner_button_left h4 {
    padding:10px 16px;
}
.page-template-distributor .btn, button {
	padding:10px 9px;
}
.banner_button_left h4 span {
    background: #ac291c none repeat scroll 0 0;
    box-decoration-break: clone;
    padding: 10px 13px;
}
.banner_select_box {
	width:560px;
	height:auto;
	float:left;
	margin-right:35px;
}
.banner_filter_button {
	width:104px;
	height:auto;
	float:left;
	background:#e6a100;
}
.banner_select_box select {
    -moz-appearance: none;
    -moz-padding-end: 50px;
    background:url("../images/select_arrow2.jpg") no-repeat scroll right center!important;
    border: 0 none;
	    -webkit-appearance: none;
}
.blog_roll_status > h4 {
    font-size: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
	text-transform:uppercase;
}
.banner_select_box select {
    background: rgb(128, 118, 112) none repeat scroll 0 0;
    border: 1px solid #a79a8a;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 41px;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
    padding-left: 18px;
    padding-right: 45px;
    padding-top: 1px;
    width: 100%;
	text-transform:uppercase;
}
.distributor_banner .static-banner-holder{
	margin-top: 183px;
}
.banner_filter_button a {
    background: #e6a100 none repeat scroll 0 0;
    display: block;
    padding:9px 0 8px;
    text-align: center;
    text-decoration: none;
	font-size:18px;
}
.distributor_section_one {
	width:100%;
	height:auto;
	padding:48px 0 27px;
	border-bottom:2px solid #ad923c;
}
.donw_title {
	width:100%;
	height:auto;
	padding:0px 6px;
}
.donw_title h2 {
	float:left;
	color:#200700;
	text-transform:uppercase;
}
.donw_title a {
	float:right;
	color:#ae291c;
	font-size:20px;
	text-decoration:none;
	padding-right:9px;
	padding-top:8px;
}
.title_line {
    width:100%;
    height:auto;
	border-bottom:2px solid #200700;
	margin-bottom:28px;
	padding-bottom:12px;
	line-height:45px;
}
.butor_box {
	width:474px;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.box_space {
	padding-left:6px;
}
.butor_left_img {
	width:220px;
	float:left;
	height:auto;
	border:1px solid #7b7974;
}
.butor_left_img img {
	border:1px solid #7b7a76;
}
.butor_right_contant {
    float: left;
    height: auto;
    padding: 18px 18px 9px;
    width: 254px;
}.butor_right_contant h4 {
	color:#200700;
	padding-bottom:23px;
	text-transform:uppercase;
	line-height:30px;
}
.down_jpg_text a {
    color: #ae291c;
    display: block;
    float: left;
    font-size: 19px;
    padding-bottom: 5px;
    text-decoration: none;
    width: auto;
	letter-spacing:1px;
}
.butor_right_contant h6 {
	color: #200700;
	letter-spacing: 0.5px;
	font-size:20px;
}
.butor_right_contant a {
	padding-top:4px;
}
.down_jpg_text {
	min-width:100px;
}
.distributor_section_one:last-child {
	border-bottom:none;
}
.banner_filter_button button {
	width:100%;
}
#demo-select_1 option {
	background:rgba(0, 0, 0, 0.5);
}
.blog_roll_status h5 {
	text-transform:uppercase;
}
/* distributor */

/* === flavour finder === */
.flavour-finder .blog_roll_status h2{
	margin-bottom:13px;
}
.flavour-finder .blog_roll_status h5{
	margin-bottom:30px;
}
.flavour-finder .blog_roll_status h4{
	font-size:20px;
	margin-bottom:40px;
}
.flavour-finder .post_right{
	padding-top:0;
}
.main-flavour-finder{
	text-align:center;
	position:relative;
}
.flavour-badge-holder{
	border-radius: 100%;
	display: inline-block;
	position:absolute;
}
.flavour-badge-holder img{
	position:relative;
}
.flavour-badge-holder:hover img{
	top:-3px;
}
.flavour-badge-holder:before{
	position:absolute;
	top:3px;
	display:block;
	width:95%;
	height:95%;
	background:#111111;
	left:2px;
	content:'';
	filter: blur(1.8px);
	border-radius:100%;
}
.flavour-badge-content{
	padding:17px 13px;
	background:#b12a1c;
	color:#fff;
	line-height:1;
	position:absolute;
	min-width:346px;
	text-align:left;
	top:120%;
	display:none;
	z-index:1;
}
.tbl_bd_div {
	border:2px solid #fff;
	border-bottom:none;
}
.flavour-badge-content:before{
	border-bottom: 20px solid #b12a1c;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	left: 35px;
	position: absolute;
	top: -20px;
	width: 0;
	content:'';
}
.flavour-finder .blog_roll_status .flavour-badge-content h5{
	margin-bottom:15px;
}
.flavour-badge-content p{
	margin-bottom:0;
	font-family:'Martel';
	font-size:14px;
}
.flavour-badge-holder:hover .flavour-badge-content{
	display:block;
}
.badge-pos-6:hover .flavour-badge-content {
	right:0px;
}
.badge-pos-7:hover .flavour-badge-content {
	right:0px;
}
.badge-pos-8:hover .flavour-badge-content {
	right:0px;
}
.badge-pos-9:hover .flavour-badge-content {
	right:0px;
}
.badge-pos-10:hover .flavour-badge-content {
	right:0px;
}
.badge-pos-11:hover .flavour-badge-content {
	right:0px;
}
.badge-pos-6 .flavour-badge-content::before, .badge-pos-7 .flavour-badge-content::before, .badge-pos-8 .flavour-badge-content::before, .badge-pos-9 .flavour-badge-content::before, .badge-pos-10 .flavour-badge-content::before, .badge-pos-11 .flavour-badge-content::before {
    left: auto;
    right: 30px;
}
.badge-pos-1{
	left:0;
	top:0px;
}
.badge-pos-2{
	left:0;
	top:115px;
}
.badge-pos-3{
	left:0;
	top:230px;
}
.badge-pos-4{
	left:0;
	top:340px;
}
.badge-pos-5{
	left:0;
	top:455px;
}
.badge-pos-6{
	right:0;
	top:0px;
}
.badge-pos-7{
	right:0;
	top:115px;
}
.badge-pos-8{
	right:0;
	top:230px;
}
.badge-pos-9{
	right:0;
	top:340px;
}
.badge-pos-10{
	right:0;
	top:455px;
}
.badge-pos-11{
	right:0;
	top:572px;
}
.badge-pos-12{
	left:0;
	bottom:-12px;
}
.flavour-finder .blog_roll_middle_section{
	padding-bottom:121px;
}
.flavour-badge-content table {
	width:100%;
}
.row_1 {
    width: 40px;
}
.row_2 {
    width: 30px;
}
.row_3 {
    width: 105px;
}
.flavour-badge-content table tr {
    border-bottom: 2px solid #fff;
}
.row_1 label {
	font-size:20px;
	padding:7px;
	text-transform:uppercase;
	display:block;
}
.row_2 label {
	font-size:20px;
	padding:7px;
	text-transform:uppercase;
	display:block;
	border-right:2px solid #fff;
}
.row_col_2 {
	font-size:20px;
	padding:7px;
	text-transform:uppercase;
	display:block;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	text-align:center;
}
.row_3 {
	font-size:20px;
	padding:7px;
	text-transform:uppercase;
	display:block;
	border-right:2px solid #fff;
}
.title_col {
	font-family:'Martel';
	font-size:16px;
	padding:8px 17px;
	border-left:2px solid #fff;
	text-align:center;
}
.row_col_1 {
	font-size:16px;
	font-family:'Martel';
	text-align:center;
}
.row_col_3 {
	font-family:'Martel';
	font-size:14px;
	text-align:left;
}
.ibu_col {
    font-family: "Martel";
    font-size: 14px;
    padding: 0 12px;
    text-align: center;
}

/* === //flavour finder === */
/* === login page === */
.login-box{
	max-width:620px;
	margin:0 auto;
	background:rgba(0,0,0,0.8);
	padding:100px 59px 45px;
	border:1px solid rgba(80,80,80,0.8);
	position:relative;
}
.login-box h1{
	position:absolute;
	top:0;
	left:-30px;
}
.static-banner.login-page{
	position:relative;
	top:0;
}
.login-page img{
	position:static;
	top:0;
	height:auto;
}
.login-page .static-banner-holder{
	margin:0 auto;
	position:absolute;
	bottom:17.16%;
	left:0;
	right:0;
	padding:0;
}
.login-page .static-banner-holder h1 {
	transform:rotateZ(-5deg);
}
.login-page .static-banner-holder h1 span{
	background:#fff;
	color:#ac291c;
	border:2px solid #fff;
	padding-bottom:5px;
}
.login-box input{
	width:100%;
	display:block;
	border:1px solid #505050;
	min-height:40px;
	padding:10px 12px;
	font-size:18px;
	line-height:1;
	font-family:'norwesterregular';
	margin-bottom:10px;
	color:#fff;
	background:#000;
	letter-spacing:0.5px;
}
.login-box input[type="password"]{
	margin-bottom:0;
}
.login-method-box{
	padding-top:13px;
}
.login-md-details{
	display:inline-block;
	margin-top:9px;
}
.login-md-details span{
	font-family:'Martel';
	font-size:14px;
}
.login-md-details span a{
	color:#eaa200;
	font-weight:700;
	text-decoration:none;
}
.login-method-box .btn{
	 padding: 9px 27px;
	 letter-spacing:0.3px;
	 float:right;
}
.login-md-details span span {
	margin-left: 5px;
}
/* === //login page === */

/* banquet page */
.banquet_section_one {
	width:100%;
	height:auto;
	padding:40px 0px 40px 0px;
}
.banquet_box {
	width:300px;
	height:auto;
	float:left;
	margin-right:21px;
	margin-bottom:20px;
}
.banquet_box:nth-child(3n+3){
	margin-right:0px;
}
.banquet_box_img {
	width:100%;
	height:auto;
	position:relative;
}
.banquet_box_img h6 {
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    transform: rotateZ(-7deg);
	position:absolute;
	-webkit-transform:rotateZ(-7deg);
	left:-8px;
	top:8px;
	color:#fff;
}
.banquet_box_img h6 span {
    background: #ac291c none repeat scroll 0 0;
    box-decoration-break: clone;
    padding: 10px 13px;
	text-transform:uppercase;
	font-size:18px;
}
.banquet_box_contant {
	width:100%;
	height:auto;
	font-family: "Martel";
	padding-top:10px;
}
.banquet_box_contant a {
	background:#eaa200;
	color:#fff;
	font-size:18px;
	padding:9px 14px;
	font-family: "norwesterregular";
	float:left;
	letter-spacing:1px;
	text-decoration:none;
}
.banquet_box_contant a:hover {
	background:#d89000 ;
}
.banquet_box_contant p {
	margin-bottom:8px;
}
.banquet_form_section {
	width:100%;
	height:auto;
	background:url(../images/dynamic/banquet_form_banner.jpg) no-repeat;
	padding:50px 0px 37px;
	background-size:cover;
}
.banquet_form_place h4 {
	color:#fff;
	padding-bottom:17px;
	letter-spacing:1.5px;
	margin-left:-1px;
}
.banquet_form_place span {
	font-family: "Martel";
	font-size:14px;
	padding-left:15px;
}
.banquet_form_place ul {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	list-style:none;
}
.banquet_form_place ul li {
	float:left;
	width:300px;
	margin-bottom:13px;
	margin-right:20px;
}
.banquet_form_place ul li:nth-child(3n+3) {
	margin-right:0px;
}
.banquet_form_place ul li input[type=text] {
	width:100%;
	height:39px;
	border:1px solid #97938a;
	background:rgba(10, 25, 25, 0.5);
	color:#fff;
	padding-left:13px;
	font-size:18px;
	letter-spacing:1px;
	font-family: "norwesterregular";
}
.banquet_form_place ul li input[type=submit] {
	font-size:18px;
	color:#fff;
	background:#eaa200;
	padding:7px 20px;
	border:none;
	float:right;
	font-family: "norwesterregular";
	margin-right:20px;
	margin-top:6px;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	-webkit-appearance: none;
}
.banquet_form_place ul li input[type=submit]:hover {
	background:#d89000;
}

.banquet_form_place ul li:last-child {
	width:100%;
}
.ban_column_left {
	width:425px;
	float:left;
	height:auto;
}
.ban_column_left h4 {
	color:#200700;
	padding-bottom:15px;
	line-height:30px;
}
.banquet_main_column {
	width:100%;
	padding:60px 0px 50px;
}
.ban_column_left p {
	font-family: "Martel";
}
.ban_column_right {
	width:440px;
	float:left;
	height:auto;
	margin-left:51px;
	margin-top:-5px;
}
.ban_column_right h4 {
	line-height:30px;
	color:#200700;
}
.ban_column_right h5 {
	color:#200700;
	padding-top:5px;
	padding-bottom:32px;
	letter-spacing:0.1px;
}
.ban_column_right img{
	margin:auto;
	display:block;
}
.ban_column_right a {
	font-size:18px;
	color:#fff;
	background:#eaa200;
	padding:9px 18px;
	display:block;
	margin:auto;
	text-decoration:none;
	display:table;
	margin-top:14px;
	letter-spacing:1px;
}
.ban_column_right a:hover {
	background:#d89000;
}
.slider_add {
	width:940px;
	height:auto;
	border:1px solid #200700;
	margin:auto;
}
.slider_add_left {
	width:240px;
	float:left;
	height:auto;
	text-align:center;
	position:relative;
}
.slider_add_left h5 {
    bottom: 0;
    color: #fff;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 10px;
}
.slider_add_right {
   background: #fff none repeat scroll 0 0;
    float: left;
    height: 116px;
    padding: 5px;
    position: relative;
    width: 698px;
}
.slider_add_right a {
    background: #eaa200 none repeat scroll 0 0;
    bottom: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 13px;
    position: absolute;
    right: 6px;
	text-decoration:none;
	text-transform: uppercase;
}
.slider_add_right a:hover {
	background:#d89000;
}
.slider_button a:hover {
	background:#d89000;
}
.slider_add_right ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.slider_add_right ul li {
    float: left;
	margin-right:1px;
}
.slider_add_right ul li:last-child {
	margin-right:0px;
}
.banquet_box_slider {
	width:100%;
	height:auto;
}
.banquet_box_slider .tap-slide-image:hover img{
	top:0px;
}
.banquet_box_slider .tap-slider-content {
	padding-top:0px;
}
.banquet_slider_bg {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border:none;
	padding-top:46px;
	position:relative;
}
.banquet_box_slider h4 {
	float:left;
	padding-left:9px;
	padding-top:6px;
	letter-spacing:0.5px;
}
.slider_button {
	width:auto;
	height:auto;
	float:right;
	margin-right:10px;
	margin-bottom:15px;
}
.slider_button a {
	background:#eaa200;
	color:#fff;
	padding:7px 17px;
	text-decoration:none;
	font-size:18px;
	display:block;
	letter-spacing:1px;
}
.banquet_main_gallery {
	width:100%;
	height:auto;
	padding-top:20px;
}
.banquet_gallery_text {
	width:755px;
	float:left;
	height:auto;
	text-transform: uppercase;
}
.banquet_gallery_text h6 {
    font-size: 18px;
    padding-bottom: 16px;
    padding-left: 5px;
    padding-top: 18px;
	line-height:30px;
	text-transform: uppercase;
}
.banquet_gallery_text h1 {
	color:#b12a1c;
	letter-spacing:2px;
}
.banquet_gallery_button {
	width:auto;
	float:right;
	padding-top:54px;
}
.banquet_gallery_button a {
	background:#eaa200;
	color:#fff;
	font-size:18px;
	padding:10px 30px;
	text-decoration:none;
}
.banquet_gallery_button a:hover {
	background:#d89000;
}
.slider_gallery_ban {
	padding:0px 0px 50px;
	clear:both;
}
.slider_gallery_ban img {
	width:100%;
	height:auto;
}
.slider_gallery_ban img {
	margin-left:0px;
}
.banquet_form_section select {
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none; 
    -moz-padding-end: 50px;
    background:rgba(10, 25, 25, 0.5) url("../images/selectarrow.jpg") no-repeat scroll 100.5% center;
    border: 0 none;
    width: 110%;
}
.banquet_form_section select option {
	background: rgba(10, 25, 25, 0.1) none repeat scroll 0 0;
}
.banquet_form_section select {
    border: 1px solid #a79a8a;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 41px;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
    padding-left: 18px;
    padding-right: 45px;
    padding-top: 1px;
    width: 100%;
	cursor:pointer;
	font-family: "norwesterregular"; 
}
.banquet_form_section select {
	margin-bottom:0px;
}
.slider_add_right img {
    height: 107px;
}
.crsl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.crsl-nav .previous {
 background: rgba(0, 0, 0, 0) url("../images/slider_left_arrow.jpg") no-repeat scroll 0 0;
    height: 41px;
    left: 0;
    position: absolute;
    width: 343px;
}
.crsl-nav .next {
 background: rgba(0, 0, 0, 0) url("../images/slider_right_arrow.jpg") no-repeat scroll 0 0;
    height: 41px;
    right: 0;
    padding: 10px;
    position: absolute;
    width: 43px;
}
.ug-button-tile-left {
  background: rgba(0, 0, 0, 0) url("../images/slider_left_arrow.jpg") no-repeat scroll 0 0 !important;
    height: 41px !important;
   /* position: absolute;
    right: 622px;
    top: -135px;*/
    width: 43px !important;
}
.ug-button-tile-right {
	background:url(../images/slider_right_arrow.jpg) no-repeat!important;
	width:43px!important;
	height:41px!important;
	/*position:absolute;
	left: 622px;
    top: -135px;*/
}
#unitegallery_2_1 {
	position:relative;
}
.banner_contact_right a {
	color:#eaa200;
	text-decoration:none;
}
.banquet_form_place ul li select option {
	background:#7d7067!important;
	padding-left:15px!important;
	width:100%!important;
	padding-bottom:4px;
}
.banquet_form_place ul li select option:first-child {
	padding-top:8px;
}
.banquet_form_place ul li select option:last-child {
	padding-bottom:8px;
}

/* banquet page ends */


/*
5) Footer
--------------------------------*/
footer{
	width: 100%;
	letter-spacing: 0.8px;
	background-image: url('../images/footer_bg.jpg');
	background-size:cover;
}
.footer_mail_section{
	background: url('../images/footer_mail_bg.png') no-repeat ;
	background-size:cover;
	width: 100%;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.47);
	padding-top:30px; 
	padding-bottom: 24px;
}
.footer_mail_column_1{
	float: left;
	width: 460px;
	padding-left:27px;
}
.footer_mail_column_1 h2{
	 letter-spacing: 1.5px;
	 margin-bottom: 10px;
	 font-size: 30px;
}
.footer_mail_column_1 p{
	font-size: 14px;
	font-family: 'Martel';
	letter-spacing: 0;
	margin-bottom:0px;
}
.footer_mail_column_2{
	float: left;
	width:480px;
	margin-top: 5px;
}
.footer_mail_column_2 input[type="text"]{
	width: 345px;
	height: 42px;
	float:left;
	color: #fff;
	background:rgba(17,0,0,0.5);
	border: 1px solid #762e1c;
	border-right:0px;
	font-size: 18px;
	padding:0px 13px;
	text-transform:uppercase;
	outline:0;
}
.footer_mail_column_2 input::-webkit-input-placeholder { /* WebKit browsers */
	color:    #fff;
	font-size: 18px;
	 letter-spacing: 1px;
}
.footer_mail_column_2 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
   font-size: 18px;
	letter-spacing: 1px;
}
.footer_mail_column_2 input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
   font-size: 18px;
	letter-spacing: 1px;
}
.footer_mail_column_2 input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
   font-size: 18px;
   letter-spacing: 1px;
}
.footer_mail_column_2 button,
.footer_mail_column_2 input[type="submit"]{
	border: 0px;
	border-radius: 0px;
	background: #eaa200;
	color: #fff;
	padding: 11px 17px 10px 24px;
	font-size: 18px;
	font-family: 'norwesterregular';
	line-height:1;
	display:inline-block;
	width:auto;
	margin-top:0;
	cursor:pointer;
	transition: all 0.2s linear;
	-webkit-appearance: none;
}
.footer_mail_column_2 button:hover,
.footer_mail_column_2 input[type="submit"]:hover{
	background:#cd8e00;
}
.footer_mail_column_2 p {
    margin: 0;
}
.footer_links_section{
	padding-top: 41px;
	padding-bottom: 30px;
	
}
.footer_contact_address{
	width: 335px;
	float:left;
	text-align: center;
	font-size: 18px;
	border-right: 2px solid #160001;
	padding-right:58px;
	-webkit-padding-end: 54px;
}
.footer_contact_address img{
	margin-bottom: 34px;
}
.footer_contact_address p{
	margin-bottom: 6px;
}
.footer_contact_address a {
	text-decoration:none;
}
.footer_contact_address a.btn{
	margin-top:11px;
	display:inline-block;
}
.footer_contact_address .btn{
	padding:7px 11px;
	line-height:1;
}
.footer_links{
	width: 620px;
	float:left;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 68px;
	padding-top: 38px;
}
.footer_links_column_1{
	width: 180px;
	float:left;
	margin-right: 74px;
	width: -webkit-calc(181px);
}
.footer_links_column_2{
	width: 150px;
	float:left;
	margin-left: 47px;
	width: -webkit-calc(151px);
}
.footer_links_column_1 ul li ,.footer_links_column_2 ul li{
	list-style: outside none;
	padding-bottom: 12px;
}
.footer_links_column_1 ul li a,.footer_links_column_2 ul li a{
	text-decoration: none;
}
.footer_links_column_1 ul li a:hover,
.footer_links_column_1 ul li a:focus,
.footer_links_column_1 ul li a:active,
.footer_links_column_2 ul li a:hover,
.footer_links_column_2 ul li a:focus,
.footer_links_column_2 ul li a:active{
	text-decoration:none;
	color: #eaa200;
}
.footer_social_links{
	margin-top: 16px;
	float:left;
}
.footer_social_links img {
	border-radius: 3px;
	vertical-align: middle;
}
.footer_social_links > a:first-child {
	padding-right: 31px;
}
.footer_social_links > span > a:last-child {
	padding-left: 23px;
	margin-top:2px;
}
.footer_social_links span img{
	margin-top: 14px;
}
.footer_links_column_xs{
	display: none;
}
.footer_links_column_xs ul li a{
	text-decoration: none;
}
.footer_social_links a:hover,
 .footer_social_links a:focus{
	text-decoration:none;
}
 /* select -custon*/
.b-custom-select {
	border: 1px solid #a4866f;
	height: 43px;
	position:relative;
	z-index:9;
}
.b-custom-select__list {
	margin-right:0px!important;
}
.b-custom-select_disabled {
	color: #bcbcbc;
	background: #f9f9f9;
}
.b-custom-select_focus {
}
.b-custom-select_expanded {
	z-index: 199;
	height: 42px;
	border-bottom: none;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.lte7 .b-custom-select {
	display: inline;
	zoom:1;
}
.b-custom-select__title {
	cursor: pointer;
	overflow: hidden;
}
.b-custom-select__title__text {
    font-size: 18px;
    margin: 9px 30px 3px 10px;
    overflow: hidden;
    white-space: nowrap;
}
.b-custom-select__title__icon {
	position: absolute;
	top:0px;
	right: 0px;
	display: block;
	width:44px;
	height:41px;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background: rgba(0, 0, 0, 0) url("../images/select_arrow2.jpg") no-repeat;
}
.b-custom-select__dropdown {
	top:224px!important;
}
.b-custom-select__title__icon:after {
	background:url(../images/select_arrow2.jpg) no-repeat;
	width:44px;
	height:41px;
}
.b-custom-select_expanded .b-custom-select__title__icon {
}
.b-custom-select_disabled .b-custom-select__title__icon {
	background: #f9f9f9;
}
.b-custom-select__title__input {
	height: 40px;
	padding: 2px 9px;
	border: none;
	background: rgba(41, 26, 23, 0.3); 
	outline: 0;
	color:#fff;
	font-family: 'norwesterregular', 'Martel', 'serif';
	font-size: 18px;
}
.b-custom-select__dropdown {
	border: 1px solid #a4866f;
	-moz-border-radius: 0 0 3px 3px;
	-webkit--moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
}
.b-custom-select__list {
	padding:0px;
	background: rgba(41, 26, 23, 0.8); 
}
.b-custom-select__group {
	padding: 4px;
	white-space: nowrap;
	font-family: "PTSansRegular";
	font-size: 12px;
	font-weight: bold;
}
.b-custom-select__item {
	border-bottom: 1px solid #a78a74;
	color:#fff;
	font-family: 'norwesterregular', 'Martel', 'serif';
	font-size: 18px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding:8px 0 8px 12px;
	position: relative;
	text-transform:uppercase;
	white-space: nowrap;
}
.b-custom-select_multiple .b-custom-select__item {
}
.b-custom-select__item:hover, .b-custom-select__item.selected {
	background: #a8271a;
}
.b-custom-select__item.disabled {
	color: #bcbcbc;
}
.b-custom-select_multiple .b-custom-select__item:hover, .b-custom-select_multiple .b-custom-select__item.selected {
	background: none;
}
.b-custom-select_multiple .b-custom-select__item.selected:before {
	background-position: -46px 0;
}
.b-custom-select__wrap-scrollbar {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	width:22px;
	background: rgba(41, 26, 23, 0.0); 
}
.b-custom-select__dropdown__inner::-webkit-scrollbar {
width: 0;
}
.b-custom-select__wrap-scrollbar::after {
    background: #180707 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 3px;
    content: "";
    left: 8px;
    position: absolute;
    top: 3px;
    width: 6px;
}
.b-custom-select__scrollbar {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    cursor: pointer;
    height: 37px !important;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 6px;
    z-index: 1;
}
select::-ms-expand {
    display: none;
}

.img_img {
	width:100%;
	height:auto;
	background:url(../images/dynamic/Frankenmuth-history.png) no-repeat;
}
.thumbnails.columns-3 span {
	color: #000;
	float: left;
	margin-top: 30px;
	width: 30%;
}
.gm-style .gm-style-iw{
	color: #000 !important;
}
.checkout   .col-1{
	width: 100% !important;
	float: none;
}
.checkout  .col-2{
	width: 100% !important;
	float: none;
}
.make_relative {
	position: relative;
	top:-10px;
	transform:none;
	-ms-transform:none;
	-webkit-transform:none;
}
.donw_title a{
	padding-right: 3px;
}
 /* select -custon*/
 @media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, p#order-now img {
        padding-top:5px;
    }
	.section_one_right_inner {
		margin-left:20px!important;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	.tab_menu ul li {
		margin-right:8px;
	}
	.footer_mail_column_2 button{
	padding:13px 17px 10px 24px!important;
	}
	.package_section h5:after {
		width:140px;
	}
	.package_section h5:before {
		width:140px;
	}
	.banner_contact_left{
		width: 243px;
	}
	.banner_button_left h4 {
		font-size:29px;
	}
	.footer_mail_column_2 button, .footer_mail_column_2 input[type="submit"] {
		padding:12px 12px 11px;
	}
	.history_banner_right {
		margin-top:157px;
	}
	.ug-button-tile-navigation.ug-button-tile-left{
		left: -194px !important;
	}
	.ug-button-tile-navigation.ug-button-tile-right{
		right: -194px !important;
	}
}
@media screen\0 {
	.tab_menu ul li {
		margin-right:5px;
	}
	
}
.section_one_left {
  background: rgba(0, 0, 0, 0) url("../images/dynamic/Frankenmuth-history.png") no-repeat scroll left 20%;
    float: left;
    margin-left: -140px;
    margin-top: 0;
    min-height: 530px;
    width: 560px;
}
.section_one_right p {
	margin-bottom:0px;
}
.section_one_right_inner h4 {
	font-family: 'norwesterregular'
}
.section_one_right_inner {
 position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Martel';
  margin-left:-10px;
/*  padding-top:100px;*/
}
.section_one_right {
	width:540px;
	min-height:495px;
	float:right;
	padding:75px 0px;
}
.history_mobile_img5 {
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
}
/*.title-middle-align h2 {
	z-index:9;
}*/
#pa_color option {
	background:#837874;
	padding-left:15px;
}
#pa_size option {
	background:#837874;
	padding-left:15px;
}
.no_found_div p{
	text-align:center;
	padding-top:20px;
	font-family: 'norwesterregular';
	text-transform:uppercase;
	font-size:15px!important;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
	display:none;
}
.gmnoprint div {
	background:none !important;
}

/* custom banquet & gallery */
.ug-tile-navigation-wrapper{
	width: 100% !important;
	top: 30% !important;
	left: 0px !important;
}
.ug-button-tile-navigation.ug-button-tile-left{
	position: absolute;
	left: -195px;
}
.ug-button-tile-navigation.ug-button-tile-right{
	position: absolute;
	right: -195px;
}
.page-template-banquet .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #fff!important;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
	margin-top:0px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    font-size: 15px;
	color:#200700;
	text-align:center;
	text-transform:uppercase;
}
.b-custom-select__title__icon, .b-custom-select {
	border-radius:0px!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	#demo-select_1 option {
		background:rgba(0, 0, 0, 0.5);
	}
	.head_title{
		left:20%!important;
	}
	.banquet_gallery_text h6 {
		font-size:16px;
	}
	.beer-description:after {
		border-color: #eaa200 transparent!important;
	}
	.variations_form #quantity {
    		padding: 10px 0 2px 10px !important;
		}
		.table_column h5 {
			font-size:19px;
		}
		
	@media only screen and (max-width:330px) {
		.butor_right_contant {
			width:185px!important;
		}
		.tab_menu h5 {
			letter-spacing:0px;
		}
		.frank-shop .head_title {
			left:11px!important;
		}
		.donw_title a{
			padding-right: 3px;
		}
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, p#order-now img {
        padding-top:5px;
    }
	.beer-description p {
			text-decoration:none!important;
		}
		::i-block-chrome, .tab1 h6 span {
			margin-top:-21px!important;
			margin-right: 0.9px!important;
		}
		::i-block-chrome, .table_column h5::before {
			width:158px
		}
		::i-block-chrome, .post_img span {
			bottom:45px;
		}
}

/* Job Application */
.job_app input::-webkit-input-placeholder {
   color:#fff;
}

.job_app input:-moz-placeholder { /* Firefox 18- */
   color:#fff;
}

.job_app input::-moz-placeholder {  /* Firefox 19+ */
   color:#fff;  
}

.job_app input:-ms-input-placeholder {  
   color:#fff;  
}

.job_app textarea::-webkit-input-placeholder {
   color:#fff;
}

.job_app textarea:-moz-placeholder { /* Firefox 18- */
   color:#fff;
}

.job_app textarea::-moz-placeholder {  /* Firefox 19+ */
   color:#fff;  
}

.job_app textarea:-ms-input-placeholder {  
   color:#fff;  
}
.job_app input[type=submit]{
    float: right;
    margin-right: 0;
    margin-top: 16px;
    padding: 9px 22px 9px 26px;
	-webkit-appearance: none;
}
.job_app input[type=submit] {
    background: #eaa200 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: "norwesterregular";
    font-size: 18px;
   /*  padding: 7px 9px; */
    padding: 6px 13px 19px 20px;
    text-align: center;
    text-transform: uppercase;
	transition: all 0.2s linear;
	-webkit-appearance: none;
	margin-bottom:15px;
}
.job_app input[type=submit]:hover{
	background:#cd8e00;
}
.job_app input, .job_app select{
	background: rgb(128, 118, 112) none repeat scroll 0 0;
	border: 1px solid #a79a8a;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	height: 30px;
	letter-spacing: 0.8px;
	margin-bottom: 16px;
	padding-right: 12px;
	padding-left: 18px;
	padding-top: 1px;
	width: 30%;
}
.job_app textarea {
	background: rgb(125, 112, 103) none repeat scroll 0 0;
	border: 1px solid #a79a8a;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	height: 154px;
	padding-left: 18px;
	padding-right: 16px;
	padding-top: 12px;
	text-transform: uppercase;
	width: 70%;
	letter-spacing: .8px;
	resize:none;
	overflow: auto;
}
.job_app select {
	-webkit-appearance: none;
	-moz-appearance: none; 		
	background: url(../images/selectarrow.png) no-repeat right rgb(128,118,112);
	border: 0px;
	-webkit-padding-end: 50px;
	/*-moz-padding-end: 50px;*/
	width: 30%;
	/*background-position: 90.5%;
	-ms-background-position-x: 90.5%;*/
}
/*.job_app select > option{
	padding-left: 18px;
	cursor: pointer;
}*/