/** {margin:0; padding:0;}*/

@font-face {
    font-family: 'axure_handwritingregular';
    src: url('fonts/axurehandwriting-webfont.eot');
    src: url('fonts/axurehandwriting-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/axurehandwriting-webfont.woff') format('woff'),
         url('fonts/axurehandwriting-webfont.ttf') format('truetype'),
         url('fonts/axurehandwriting-webfont.svg#axure_handwritingregular') format('svg');
    src: url('fonts/axurehandwriting.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'haettenschweilerregular';
    src: url('fonts/haettenschweiler-webfont.eot');
    src: url('fonts/haettenschweiler-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/haettenschweiler-webfont.woff') format('woff'),
         url('fonts/haettenschweiler-webfont.ttf') format('truetype'),
         url('fonts/haettenschweiler-webfont.svg#haettenschweilerregular') format('svg');
    src: url('fonts/haettenschweiler.ttf');
    font-weight: normal;
    font-style: normal;

}





/* ***********************Header Content****************** */
#header {
	position:fixed; 
	width:100%; 
	z-index:1000;
	box-shadow: 0 1px 5px #666;
}

.logo {margin-left:15px; float:left;}

.logo h1 {
	color:#dfb056; 
	font-size: 35px; 
	padding:0; 
	margin:0; 
	font-family: 'haettenschweilerregular'; 
	font-weight:100;
}

.logo a {
	text-decoration:none;
}

.ham-menu {
	float:right;
	margin-right:15px;
}

#mypanel {
	width:100%; 
	margin-top: 60px;
}

#mypanel li a {
	font-weight:100;
	font-size: 20px;
	color:#dfb056; 
	text-align:center;
	font-family:'haettenschweilerregular';
}

h2, p {
	font-family: 'axure_handwritingregular';
	font-weight:100;
	color:#adacac;
}

p, h3, h4, h5 {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#mypanel li a:hover {
	color:#878787; 
	font-weight:100;
}




/* ***********************General Content****************** */

.clear {clear:both;}

.ui-content, .ui-body-a {
	margin-top: 50px;
}

.heading {
	background-color:#dfb056;
	margin-left:-15px;
	margin-right:-15px;
}

.heading h2 {
	font-size: 25px;
	color:#272727;
	margin:0 1%;
	padding:0;
	text-align:left;
}

.ui-body-a {
	background-color:#272727;
	background:url('../themes/images/content/bg-large.jpg');
	background-repeat: repeat;	
}

.ui-overlay-b, .ui-page-theme-b, .ui-page-theme-b .ui-panel-wrapper {
	background:url('../themes/images/content/bg-large.jpg');
	background-repeat: repeat;
	background-color:#272727;
    border-color: #272727;
    color: #333;
    text-shadow: 0px 1px 0px #F3F3F3;
}

/*.ui-page, .ui-page-theme-b, .ui-page-active {
	background:url('../themes/images/content/bg-large.jpg');
	background-repeat: repeat;
	background-color:#272727;
    border-color: #272727;
    color: #333;
    text-shadow: 0px 1px 0px #F3F3F3;	
}*/

.ui-block-b {width:10%;}





/* ***********************Footer Content****************** */
#footer {
	background:#efefef;
}

#footer h1 {
	text-align:center;
	color:#dfb056; 
	font-size: 24px; 
	padding: 8px 0; 
	margin:0; 
	font-family: 'haettenschweilerregular'; 
	font-weight:100;
}

#footer a {
	text-decoration:none;
}

#footpanel {
	width:100%;
	background:#fff;
	margin-top:-300px;
	padding:15px;
	position:absolute;
}

#footpanel label {
	font-family: 'haettenschweilerregular';
	font-size:20px;
	font-weight:100;
	color:#dfb056;
	margin-bottom:0;
}

#name, #email, #comment  {
	padding:0 15px;
	margin-top:0;
}

.ui-panel-inner {padding:0;}

.ui-input-text { width:85%;}

#comment {width:85%;}

#footpanel button {
	font-family: 'haettenschweilerregular';
	width: 100px;
	background:#dfb056;
	font-weight:100;
	color:#fff;
	font-size: 20px;
	margin-top:5px;
	border:none;
	padding:5px 0;
}

#close-btn {
	right:35px; 
	top: 0;
	position:absolute;
}

.social {
	float:right;  
	width: 80px; 
	margin-right: 30px;
	margin-top: 15px;
}
.social img {
	float:left; 
	padding-left: 10px;
}





/* ***********************Index Body****************** */
.welcome, p, a {
	font-size:15px;
	font-weight:100;
}

.beers {
	margin-top: 40px;
	text-decoration:none;
}

.beer-T {
	float:left;
}

.beer-list {
	float:left;
	margin:0 0 0 15px;
	line-height:126px;
	font-weight:100;
}

.ui-link {text-decoration:none;}





/* *************Glide Slider Styles*************** */
#w {
  display: block;
  max-width: 320px;
  min-width: 280px;
  margin: 0 auto;
  padding-bottom: 35px;
  float:left;
}


/** Glidejs styles **/
.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
	
.slides {
  height: 100%;
  overflow: hidden;
  list-style-type: none;
  listy-style:none;
  /**	
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
   -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
	
.slide {
  height: 100%;
  float: left;
  clear: none;
  width:100%;
  right:40px;
  position:relative;
}


.slider-arrows {}

.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -40px;
  padding: 2px;
  font-family: 'Alegreya Sans', 'Trebuchet MS', sans-serif;
  text-decoration: none;
  font-weight: 900;
  font-size: 2.9em;
  color: #fff;
  border: 1px solid #fff;
  box-shadow:0 1px 3px #666;
  border-radius: 8px;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider-arrow:hover {
  background: #fff;
  color: #aaa;
}
.slider-arrow--right { bottom: 50%; right: 10px; }
.slider-arrow--left { bottom: 50%; left: 10px; }





/* *************Selected Beer Content*************** */
.beer-heading {
	font-family:'axure_handwritingregular';
	color:#79a435;
	font-weight:100;
	font-size:24px;
	margin-bottom:0;
}

.brewing-co {
	font-family:'axure_handwritingregular';
	color:#adacac;
	font-weight:100;
	font-style:italic;
	font-size:14px;
	margin-top:0;
	margin-left:25px;
}

.selected-content h4 {
	float:left;
	color:#adacac;
	font-size:15px;
	font-family:'axure_handwritingregular';
	font-weight:100;
}

.bottles {
	float:left;
	margin-left: 20px;
}

.bottles img {
	float:left;
	margin-left:8px;
}

.ui-btn {
	color:#598527;
	font-size:22px;
	font-weight:100;
	font-family:'axure_handwritingregular';
	padding-top:4px;
	padding-bottom:8px;
	padding-left:15px;
}

.rating {
	color:#ddb568;
	font-size:18px;
	text-align:center;
	font-weight:100;
}

.previous-b {
	float:left; 
	padding-top: 15px; 
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-weight:100;
}


.next-b {
	float:right; 
	padding-top: 15px;  
	font-weight:100;
}

.first {color:#666;}




/***************** About Content ***********************/
.about h2 {text-align:center;}

.keg {
	float:right;
	margin-top: 25px;
}

.about-us {
	margin-bottom: 45px;
}

.team {
	margin-top: 40px;
	text-decoration:none;
	padding:0 5px;
}

.member-T {
	float:right;
}

.stache-T { float:left;}

.members {
	float:left;
/*	margin:0 0 0 15px;*/
	line-height:126px;
	font-weight:100;
}

.stache {float:right;}



/** responsive styles **/
@media screen and (max-width: 1050px) {
  .slider-arrow { font-size: 2.9em; padding: 2px; }
  .slide, .slider {width:320px; margin:0; padding:0;}
  #w {margin:0 auto;}
}



