@charset "UTF-8";
/* CSS Document */


/* tm credit */
.tmpanel{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
	color:white;
	}

.tmcopyright{
	float:left;
	margin-left:20px;
	display:block;
	}
	
.tmlink{
	float:right;
	margin-right:20px;
	}
	
a.tm:link {color: #ffffff;text-decoration: none;}
a.tm:visited {text-decoration: none; color: #ffffff!important;}
a.tm:hover {text-decoration: none;color: #ff9900!important;}
a.tm:active {text-decoration: none;color: #ffffff;}	

/* for iphone 6 plus and the rest */ 
@media screen and (max-width: 1000px) {	

.tmpanel{
	padding-bottom:25px;
	}
		
.tmcopyright{
	display:none;
	}
	
.tmlink{
	float:left;
	width:100%;
	text-align:center;
	margin-right:0px;
	}
	
}	


/* for fadein navigation */

/* The nav background that appears on scroll */	
.bg {
  background: black;
  width: 100%;
  height: 80px;
  opacity: 0;
}

/* this decides if the background is transparent or not */
.show {
  opacity: 1;
}

/* this determines how smooth of a transition occurs when background is revealed */
.transition {    
  -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


/* this is the nav background postion */
.fixed-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

/* this is the space for the navigation so it remains on top without fading as the background is revealed */
.fixed-nav-space-on-top{
position: fixed;
top: 0;
left: 0;
z-index: 102;
width:100%;
  }




.ptmobile{padding-top:100px;}

.blackline{
	float:left;
	width:100%;
	height:2px;
	background-color:black;
	}
	

.whiteline{
	float:left;
	width:100%;
	height:1px;
	background-color:#999999;
	}
	
.stylebank{
	font-family: BankGothicMdBT;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-style: normal;
	}
	
.backbrown{background-color:#b17320;}
.backgrey{background-color:#f3f3f3;}
.backwhite{background-color:#ffffff;}
.backtan{background-color:#a97b64;}
.backblack{background-color:#000000;}

.colorwhite{color:#ffffff;}
.colorbrown{color:#C06924;}
.colorblack{color:#000000;}

.navspacer{
	float:left;
	width:100%;
	height:70px;
	}
	
.font1{font-size:28px;line-height:38px;}
.font2{font-size:14px;line-height:21px;}
.fontregular{font-size:16px;line-height:23px;}


/*----------homepage----------------*/
.hmain{height:100vh;}
.hmain1{height:450px;}
.hbarrels{height:500px;}
.hheader{height:500px;}

.eventc1{
	float:left;
	width:45%;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	margin-right:10%;
	margin-top:40px;
	}
	
.eventc2{
	margin-top:40px;
	float:left;
	width:45%;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	}
	

.mainlogooutline{
	width:420px;
	height:420px;
	padding:30px;
	box-sizing:border-box;
	border:solid 5px #ffffff;
	border-radius:50%;
	}
		
.mainlogo{
	width:350px;
	height:350px;
	background-color:white;
	border-radius:50%;
	}
	
.mainlogo img{
	width:100%;
	}
	
.background-home{
	background: url("./images/main1.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}	
	
.background-back{
	background: url("./images/back.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}	
	
.background-menus{
	background: url("./images/head-menus.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-cocktails{
	background: url("./images/head-cocktails.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-wine{
	background: url("./images/head-wine.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-house{
	background: url("./images/p-beer-house.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-awards{
	background: url("./images/p-beer-awards.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-bottled{
	background: url("./images/p-beer-bottled.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	

	
	
.background-dinner{
	background: url("./images/p-menu-food.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-merch{
	background: url("./images/head-merch.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-haps{
	background: url("./images/head-haps.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-barrels{
	background: url("./images/p-barrels.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-wood{
	background: url("./images/p-wood.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-brews{
	background: url("./images/p-brews.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
	
.background-events{
	background: url("./images/head-events.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-events1{
	background: url("./images/head-events1.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-bar{
	background: url("./images/p-about-bar2.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-about-dining{
	background: url("./images/p-about-dining1.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
	
.background-about-dining{
	background: url("./images/p-about-dining1.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	

	
.background-about-microbrewery{
	background: url("./images/p-about-beer.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
	
.background-about-patio{
	background: url("./images/p-about-patio.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-about-private{
	background: url("./images/p-about-private.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-partners{
	background: url("./images/p-about-partners.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}

.background-parchment{
	background: url("./images/parchment.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}		
		
.background-tap{
	background: url("./images/p-tap.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-about{
	background: url("./images/head-about1.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-gift{
	background: url("./images/head-gift.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-contact{
	background: url("./images/head-contact.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
	
.background-map{
	background: url("./images/head-map.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}

.title {
	float:left;
	width:60%;
	margin-left:20%;
	margin-right:20%;
	}
	
.title2022 {
	float:left;
	width:100%;
	}
	
.title2022 img{
	width:100%;
	}
	
.title img{
	width:100%;
	}

.subpanel1{
	width:50%;
	color:white;
	text-align:center;
	}
		
.subpanel1 img{
	width:70%;
	margin-left:15%;
	margin-right:15%;
	margin-bottom:10px;
	}
	
.insidecenter{
	color:white;
	}

.photoboxdesktop{
	float:left;
	width:80%;
	height:670px;
	padding:30px;
	box-sizing:border-box;
	border: solid 5px #ffffff;
	}
	
.partnerdesktop{
	float:left;
	width:80%;
	padding:30px;
	box-sizing:border-box;
	border: solid 5px #000000;
	}

.hpartner{height:670px;}

.partnerdesktop img{
	width:100%;
	}
	


.photoboxmobile{
	display:none;
	float:left;
	width:80%;
	height:670px;
	padding:30px;
	box-sizing:border-box;
	border: solid 5px #ffffff;
	}
	
.line{
	float:left;
	width:100%;
	height:5px;
	background-color:#ffffff;
	}
	
.lineorange{
	float:left;
	width:100%;
	height:8px;
	background-color:#CE7018;
	}
	
.line1{
	float:left;
	width:100%;
	height:5px;
	background-color:#000000;
	}
	
.photobox1{
	float:left;
	width:10%;
	}
	
.logocolumn1{
	float:left;
	width:35%;
	margin-top:-50px;
	}
	
.logocolumn2{
	float:left;
	width:30%;
	margin-top:-50px;
	}


.logocircle{
	width:100%;
	float:left;
	margin-left:-18px;
	
	}
	
.logocircle img{
	width:100%;
	/*background-color:white;*/
	border-radius:50%;
	border:solid 8px #CE7018;
	box-size:border-box;
	
	background: url("./images/parchment.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	}
	
		
.hphoto{height:670px;}
.hphotopartner{height:670px;}

.tapbox{
	float:left;
	width:33%;
	border:solid 5px #ffffff;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.5);
	transition:.5s;
	-webkit-transition:.5s;
	}
.tapbox img{
	width:70%;
	}
	
.tapbox:hover{
	background-color:rgba(0,0,0,1);
	}
	
		
.tapbox1{
	float:left;
	width:33%;
	}
	
.htap{height:250px;}


.headbox{
	float:left;
	width:200px;
	border:solid 5px #ffffff;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.5);
	margin-top:200px;
	}
.headbox img{
	width:70%;
	}
.hbox{height:190px;}	
	
.insidetappanel{
	width:90%;
	max-width:800px;
	margin:0 auto;
	}
	
.insideoverviewpanel{
	width:80%;
	max-width:800px;
	margin:0 auto;
	}
	
.insideoverviewpanel2022{
	width:80%;
	margin:0 auto;
	padding-top:100px;
	padding-bottom:90px;
	}
	
.maxbutton{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	cursor:pointer;
	text-align:center;
	border:solid 5px white;
	transition: .5s;
	-webkit-transition: .5s;
	background-color:red;
	box-sizing:border-box;
	}

.maxbutton:hover {
	background-color:#FF9900;
	color:#ffffff;
}

.eventbutton{
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	cursor:pointer;
	text-align:center;
	border:solid 5px white;
	transition: .5s;
	-webkit-transition: .5s;
	background-color:red;
	box-sizing:border-box;
	}

.eventbutton:hover {
	background-color:#FF9900;
	color:#ffffff;
}


.newspanel{
	margin:0 auto;
	background-color:red;
	width:600px;
	}

.newsbutton{
	float:left;
	display:block;
	}
		
.social{
	float:right;
	width:50px;
	border:solid 5px white;
	display:block;
	margin-top:-18px;
	line-height:0px;
	margin-left:20px;
	
}

.social img{width:100%;}

.maxbuttonnews{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
	text-align:center;
	border:solid 5px white;
	background-color:rgba(0,0,0,0.5);
	transition: .5s;
	-webkit-transition: .5s;
	box-sizing:border-box;
	margin-right:5px;
	}

.maxbuttonnews:hover {
	background-color:rgba(0,0,0,1);
	color:#ffffff;
}

.maxbutton1{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	cursor:pointer;
	text-align:center;
	border:solid 5px white;
	transition: 0.5s;
	-webkit-transition: .5s;
	box-sizing:border-box;
	}

.maxbutton1:hover {
	background-color:#FF9900;
	color:#ffffff;
}

.maxbutton2{
	float:left;
	width:20%;
	margin-right:80%;
	padding-top:0px;
	padding-bottom:0px;
	cursor:pointer;
	text-align:center;
	}

.maxbutton2:hover {
	color:#000000;
}

.maxbutton3{
	float:left;
	width:300px;
	padding-top:15px;
	padding-bottom:15px;
	cursor:pointer;
	text-align:center;
	border:solid 5px black;
	transition: 0.5s;
	-webkit-transition: .5s;
	box-sizing:border-box;
	}

.maxbutton3:hover {
	background-color:#FF9900;
	color:#ffffff;
}

.park1{
	float:left;
	width:100%;
	margin-right:0%;
	}

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

.formpanel{
	margin:0 auto;
	width:100%;
	max-width:800px;
	/*padding:60px;
	box-sizing:border-box;
	border: solid 5px #000000;*/
	}
	
.fp1{
	float:left;
	width:48%;
	margin-right:4%;
	}
	
.fp2{
	float:left;
	width:48%;
	}
	
.fp3{
	float:left;
	margin-top:30px;
	width:100%;
	}
	
.fp3a{
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	}
	
#menusContainer{
	width:100%;
	}
	
.hapsback{
	float:left;
	width:170px;
	}
.hapsback img{
	width:100%;
	}
	

	

/* woo commerce */

.single_add_to_cart_button{

}

.woocommerce-variation-add-to-cart{
	font-size:50px!important;
	background-color:red;
	}
	
/* paypal button on checkout page*/
/*.alt{
	font-size:50px!important;
	padding-top:19px!important;
	padding-bottom:19px!important;
	margin-top:30px!important;
	margin-bottom:20px!important;
	margin-right:20px!important;
	}*/

/* for add to cart button on single product page and on cart page */
.button{
	font-size:14px!important;
	line-height:19px!important;
	padding-top:17px!important;
	padding-bottom:17px!important;
	padding-left:0px!important;
	padding-right:0px!important;
	width:170px;
	}
	
/* for buttons on product page*/	
.add_to_cart_button{
	width:100%;
	padding-left:0px!important;
	padding-right:0px!important;
	font-size:14px!important;
	line-height:19px!important;
	padding-top:15px!important;
	padding-bottom:15px!important;
	}

/*colors the div holding the paypal ballon*/	
.wc_payment_methods{
	background-color:white;
	width:100%!important;
	padding:0%!important;
	border-bottom:0px!important;
	}

/* removes color from paypay button background div*/
.form-row{
	background-color:white!important;
	}


	
			

.orderby{display:none;}

.woocommerce-loop-product__title{
	line-height:110%;
	}
	
/*.button{
	font-size:11px !important;
	width:130px !important;
	}*/

.woocart{
	float:right;
	width:130px;
	display:inline-block;
	margin-left:20px;
	}
.woocart img{width:100%;}


.page-title{display:none;}	

.woomerch{
	float:left;
	width:50%;
	margin-bottom:40px;
	}
.woomerch img{width:100%;}

.woomerch1{
	float:left;
	width:30%;
	}
.woomerch1 img{width:100%;}
	
.about_paypal{display:none;}	

.wc_payment_methods{
	width:90%;
	border-bottom:solid 5px #000000;
	}




	
	


/*.woocommerce-Tabs-panel{
	display:none!important;
	}


		
/*.tabs {
	display:none!important;    
}*/

.woocommerce .related.products {
    clear: both;
    margin-top:30px;
    float:left;
    width:100%;
    display:none;

    }

.product_meta{
	display:none!important;
	}
	
.stock{
	display:none!important;
	}


	
/* Quantity Outline Color */
.woocommerce .quantity .minus,
.woocommerce .quantity input.qty,
.woocommerce .quantity .qty-adjust .woocommerce .quantity .plus,
.woocommerce .quantity .qty-plus,
.woocommerce .quantity .qty-minus,
.woocommerce .quantity .qty-adjust {
border-color: black;
border: solid 1px black;
font-size:16px;
margin-top:4px;
margin-right:20px;
padding-top:17px;
padding-bottom:17px;
padding-left:0px;
}

.woocommerce div.product form.cart .variations select{
	border-color: black;
border: solid 1px black;
font-size:16px;
margin-top:4px;
margin-right:20px;
padding-top:10px;
padding-bottom:10px;
padding-left:5px;
	}
	
/* Font Color */
/*.woocommerce .quantity input.qty {
color: red;
}*/

/* Icon Up/Down Color */
/*.woocommerce .quantity .qty-adjust a > i {
color: black;
}*

/* used with Quantity title function */
/*div.qty {
    float: left;
    padding-right: 10px;
    margin-top:24px;  
    font-family: 'Helvetica Neue Bold';
}*/

.woocommerce-result-count{
	display:none;
	}

/* positions the add to cart button */	
.single_add_to_cart_button{
	margin-top:5px!important;
	}

/* changes the color of the price amount */	
.woocommerce-Price-amount{
	color:black;}

/* adds space below the product title */	
.product_title{
	margin-bottom:20px;
	}

/* positions the size tab */	
#pa_size{
	margin-top:-50px;
	}
	
/* controls checkout form color, etc... */
	
form.woocommerce-checkout input[type="text"] {
 border-radius: 3px;
 border:none;
 background-color: #f3f3f3;
 color: #777777;
}

form.woocommerce-checkout input[type="tel"] {
 border-radius: 3px;
 border:none;
 background-color: #f3f3f3;
 color: #777777;
}

form.woocommerce-checkout input[type="email"] {
 border-radius: 3px;
 border:none;
 background-color: #f3f3f3;
 color: #777777;
}	

#order_comments{
border-radius: 3px;
 border:none;
 background-color: #f3f3f3;
 color: #777777;
	}

/* controls the width of the columns on checkout page */ 
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 60%!important;
    margin-right:40%;
    }
    
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 60%!important;
    margin-top:40px;
    margin-right:40%;
    margin-bottom:70px;
    }

/* for the required message prompts on checkout page */   
.woocommerce-error{
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: white!important;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}


/* extends required message prompt panel on billing page at 100% so all over divs appear below it */
.woocommerce-NoticeGroup-checkout, .woocommerce-NoticeGroup-checkout{
	float:left;
	width:100%;
	}	
.woocommerce-NoticeGroup-checkout, .woocommerce-NoticeGroup-checkout ul{
	float:left;
	width:100%;
	box-sizing:border-box;
	}

/*disable login prompt from appearing on check out page - match the page id in the css below */
.page-id-10495 .woocommerce-info{display: none !important;}


/* Max haps*/
.haps{list-style:none;}

.hapstitle{
	float:left;
	width:40%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	border:solid 5px black;
	box-sizing:border-box;
	}
	
.hapstitle img{width:100%;}

.hapsc{
	float:left;
	width:30%;
	}
	
/*.hhaps{height:100px;}*/
.hhaps1{height:110px;}	
	
.desktop{display:block;}
.mobile{display:none;}


.hapsmore{
	margin: 0 auto;
	width:150px;
	}

.hapsmore img{width:100%;}	

.take{
	position:absolute;
	z-index:100;
	width:100%;
	margin-top:-90px;
	font-size:14px;
	border-top:solid 1px #999999;
	padding-top:25px;
	}
		
.arrow{
	margin:0 auto;
	width:20px;
	}
.arrow img{
	width:100%;
	}


.ec1{
	float:left;
	width:49%;
	margin-right:2%;
	}
.ec1 img {width:100%;}
	
.ec2{
	float:left;
	width:49%;
	}
.ec2 img {width:100%;}

/*-- Singleplatform --*/


			
/*------------------------------------*\
    RESPONSIVE xxx
\*------------------------------------*/

@-ms-viewport {width: device-width;}
@viewport {width: device-width;}


/* for iphone 6 plus and the rest */ 
@media screen and (max-width: 1000px) {	

.insideoverviewpanel2022{
	width:90%;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:60px;
	}
	
.ec1{
	float:left;
	width:100%;
	margin-right:0%;
	}
.ec1 img {width:100%;}
	
.ec2{
	float:left;
	width:100%;
	}
.ec2 img {width:100%;}


.mobileonly{
	width:100%;
	float:left;
	height:50px;
	}

.mobileonlyproductpage{
	width:100%;
	float:left;
	/*height:50px;*/
	}
	
.add_to_cart_button{
	width:100%;
	padding-left:0px!important;
	padding-right:0px!important;
	font-size:14px!important;
	line-height:19px!important;
	}	
	
.woomerch{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
	
.woomerch1{
	float:left;
	width:70%;
	}

.woocart{
	float:right;
	width:80px;
	display:inline-block;
	margin-left:20px;
	}
	
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%!important;
    margin-right:0%;
    }
    
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%!important;
    margin-top:40px;
    margin-right:0%;
    }
    
    
.take {display:none;}

.panel50{
	float:left;
	width:100%;
	border-top:solid 2px black;
	}
	
	
.maxbutton1{
	padding-top:15px;
	padding-bottom:15px;
	}
	
		
.desktop{display:none;}
.mobile{display:block;}

.pb150{padding-bottom:75px;}
.pt150{padding-top:75px;}

.ptb150{padding-top:75px;padding-bottom:75px;}
.ptb100{padding-top:50px;padding-bottom:50px;}
.pb100{padding-bottom:100px;}
.pt100{padding-top:100px;}
.pb70{padding-bottom:35px;}
.pt70{padding-top:35px;}
.ptb200{padding-top:100px;padding-bottom:100px;}

.g80 img{width:100%;}
.g60 img{width:80%;}

/*.hhaps{height:70px;}*/
.hhaps1{height:80px;}	


.fp1{
	float:left;
	width:100%;
	margin-right:0%;
	}
	
.fp2{
	float:left;
	width:100%;
	}
	
.fp3{
	margin-top:0px;
	}
	
.partnerdesktop{
	float:left;
	width:80%;
	padding:15px;
	box-sizing:border-box;
	border: solid 5px #000000;
	}


.hapstitle{
	float:left;
	width:60%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	border:solid 5px black;
	box-sizing:border-box;
	}

.hapsc{
	float:left;
	width:20%;
	}
	
.insidetappanel{
	width:80%;
	max-width:800px;
	margin:0 auto;
	}
	
.title {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	}
	
.logocolumn1{
	float:left;
	width:30%;
	margin-top:0px;
	}
	
.logocolumn2{
	float:left;
	width:40%;
	margin-top:0px;
	}
	
.logocircle img{
	width:100%;
	background-color:white;
	border-radius:50%;
	box-size:border-box;
	}

.background-home{
	background: url("./images/main1.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	position: relative;
	vertical-align: top;
	}
		
.panel3{
	float:left;
	width:100%;
	margin-right:0%;
	margin-bottom:50px;
	}
	
.panel3middle{
	float:left;
	width:100%;
	margin-right:0%;
	margin-left:0%;
	text-align:center;
	margin-bottom:20px;
	}
	
.panel3last{
	float:left;
	width:100%;
	text-align:center
	}	
	
.title img{
	width:100%;
	}	

.photoboxdesktop{
	display:none;
	float:left;
	width:80%;
	height:670px;
	padding:30px;
	box-sizing:border-box;
	border: solid 5px #ffffff;
	}
	
.photoboxmobile{
	display:block;
	float:left;
	width:80%;
	height:360px;
	padding:15px;
	box-sizing:border-box;
	border: solid 5px #ffffff;
	}
	
.hphoto{height:360px;}
.font1{font-size:20px;line-height:27px;}

.insideoverviewpanel{
	width:70%;
	margin:0 auto;
	}
	
.hmain1{height:340px;}	
.htap{height:100px;}
.hbarrels{height:250px;}
.hheader{height:50vh;}

.headbox{
	float:left;
	width:100px;
	border:solid 5px #ffffff;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.5);
	margin-top:150px;
	}
	
.hbox{height:70px;}	


	

	
.hmain{height:50vh;}
	


.maxbuttonnews{
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	cursor:pointer;
	text-align:center;
	border:solid 5px white;
	background-color:rgba(0,0,0,0.5);
	transition: .5s;
	-webkit-transition: .5s;
	box-sizing:border-box;
	margin-right:5px;
	}

.social{
	
	width:50px;
	border:solid 5px white;
	display:block;
	margin-top:40px;
	line-height:0px;
	}

.newsbutton{
	float:left;
	width:100%;
	display:block;

	}

.eventc1{
	float:left;
	width:100%;
	border-top:solid 1px black;
	border-bottom:none;
	margin-right:0%;
	margin-top:40px;
	}
	
.eventc2{
	float:left;
	width:100%;
	border-bottom:solid 1px black;
	border-top:none;
	margin-top:-40px;
	}

.social{
	float:left;
	width:30px;
	border:solid 5px white;
	display:block;
	margin-top:20px;
	line-height:0px;
	margin-left:0px;
	margin-right:20px;
	
	
}



}	

/* for iphone 6 plus and the rest */ 
@media screen and (max-width: 475px) {	


.hpartner{height:275px;}
.hphotopartner{height:275px;}

.maxbutton3{
	width:100%;
		}


}

/*for iphone 5*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 320px) { 
		
.htap{height:70px;}
.hhaps{height:60px;}
.hhaps1{height:70px;}
.hmain1{height:270px;}

.hpartner{height:200px;}
.hphotopartner{height:240px;}

.headbox{
	float:left;
	width:100px;
	border:solid 5px #ffffff;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.5);
	margin-top:100px;
	}
	
}		