body {

	background: #DFDFDF;
}
.baltibrew-blue { background: #39687a}
.baltibrew-lightblue { background: #1F89B2}
.baltibrew-brown { background: #876035}
.baltibrew-gray { background: #333333}
.baltibrew-green { background: #568c4b}
.baltibrew-orange {background: #DDC23D; color: black;}
.officer-name {color: #717171;}
a {
	color: #C86529
}
.btn.baltibrew-orange:hover {
	background: #FFD400
}
a:hover {
	color: #FF6100;
}
html body a.navbar-brand {
	display: block;
}
.navbar-header{ 
	display: block;
	height: 70px;
}
#menu-baltibrew {
	margin-left: 25px;
	margin-top: 15px;
	float: right;
}
#menu-baltibrew li a {
	color: white;
	text-transform: uppercase;
}
#menu-baltibrew li.active {
	color: yellow;
	background: none;
}
#menu-baltibrew li.active a {
	background: none;
	color: rgb(221, 194, 61);
}
#menu-baltibrew li.active:after {
	border: none;
}

.navbar-inverse {
    background: black;
}
.navbar-inverse a {
	color: #ececec
}
.blog-title {
	font-weight: bold;
	letter-spacing: -5px;
	text-transform: uppercase;
}
.home.container-fluid {
	padding: 0;
}
#baltibrew-banner {
  display: block;
  width: 100%;
  height: 400px;
    margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow:hidden;
}
.blog-description {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: thin;
	font-style: italic;
}
.blog-post-title {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	color: black;
	font-size: 1.5em;
}
.blog-post-title a{
	font-weight: bold;
	color: black;
	font-size: inherit;
}
.home-post-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 25px;
}
.home-post-list li {
	position: relative;
	margin-bottom: 3px;
	padding: 15px 15px 5px 15px;
	background: #fff;
	cursor:pointer;
}
.home-post-list small {
	position: absolute;
	top: 10px;
	right: 10px;
	font-style: italic;
}
.home-post-list li h3 {
	color: #876035 !important;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	width: 70%;
}
.home-post-list li:hover h3 {
	color: #C86529 !important;
}
.home-post-list p {
	color: black;
}
.home .callout {
	margin-bottom: 5px;
	height: 120px;
}
.home .callout .img-container{
	text-align: center;
	display: block;
	padding: 20px;
	height: 120px;
}
.home .callout .text-container{
	text-align: center;
	background: white;
	display: block;
	padding: 10px 20px 10px 20px;
	height: 120px;
	overflow-y: hidden;
}
.listserve-text-container {
	text-align: center;
	background: white;
    display: block;
    /*padding: 10px 20px 10px 20px;*/
    height: 120px;
    overflow-y: hidden;
}
.callout.facebook i {
	color: white;
	margin-top: 25px;
}
.blog-footer {
	background: transparent; 
	border: none;
	padding-bottom: 150px;

}

@media only screen and (max-width: 480px) {  
  /* CSS goes here */  
  .blog-footer .col-xs-12 {
  	text-align: center;
  }

  .blog-footer img.col-xs-12 {
  	display: none;
  }
}  

.home-post-list .view-more-posts {
	background: #DDC23D;
	text-align: right;
	padding: 5px 10px 5px 10px;
}
.home-post-list .view-more-posts:hover {
	background: #C7AC29;
}
.home-post-list .view-more-posts a{
	text-align: right;
	color: #333;
	width: 100%;
}
.blog-footer {
	margin-top: 50px;
	background: #000;
	color: white;
}
.blog-footer a {
	color: #eddf8c;
}
.blog-footer a:hover {
	color: #F9E04C;
}
html body a:hover {
	text-decoration: none;
}
.page-title {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color: #333 !important;
	margin: 0 0 10px 0;
	background: #DDC23D;
	padding: 20px 20px 20px 20px;
}
.page-title small {
	color: white;
}
.full-page h1.page-title{
	margin-top: 20px;
}
.blog-container {
	margin-top: 20px;
}
.blog-post {
	background: white;
	padding: 20px 30px 20px 30px;
	margin-bottom: 10px;
	font-size: .9em;
}
.blog-post-title {
	font-weight: bold;
	color: #876035;
	margin: 5px 0 10px 0;
}
.blog-post-meta {
	font-size: .8em;
}
.blog-post ul{
	list-style: none;
	margin: 10px 0 5px 0;
	padding: 0;

}
.blog-post ul li{
	position: relative;
	margin-bottom: 3px;
	padding: 2px 5px 2px 20px;
	background: #FAFAF3;
}
.blog-post ul li:nth-child(odd){
	background: #FAF9E9;
}
.sidebar-module {
	background: white;
	margin-bottom: 5px;
	text-align:center;
}
/* FORUM */
.page-id-695 .entry.embed-responsive {
	height: 700px;
	overflow-y: scroll;
}
.page-template-full-width .blog-main{
	margin-top: 25px;
}
.page-template-page-banner .jumbotron {
	padding: 0 !important;
	background: transparent;
}
#menu-baltibrew .dropdown-menu li a {
	color: black;
}
.callout.next-event h3{
	margin-top: 10px;
}
.callout.join-us h3{
	line-height: 1.3em;
}
.callout.whats-brewing h2 {
	margin: 20px 0 5px 0;
	padding-bottom: 0px;

}
.callout.active {
	border: 1px solid white;
}
.callout:hover {
	cursor: pointer;
}
.callout:hover .text-container {
	border-right: 10px solid #DDC23D;
}
#homepage-carousel{
	height: 350px;
	width: 100%;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#homepage-carousel .text-center img {
	margin: 0 auto;
	margin-top: 50px;
}
.carousel-caption.banner2 {
	padding: 0 20px 0px 20px;
	background: white;
	text-align: left;
	text-shadow: none;
	min-height: 250px;
	max-height: 300px;
}
.carousel-caption.banner2 {
  color: black;
  top: 50px;
}
#homepage-carousel .banner2-item a.btn {
	color: #333;
}
.white-bg {
	background: white;
	padding-bottom: 30px;
}

.btn i.fa {
	margin-right: 10px;
}
@keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}

#homepage-carousel .item.banner2-item {
	  background: transparent url(../img/banner_bg2.jpg) repeat-x;
	  animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -o-animation: animatedBackground 10s linear infinite;
}
html body .carousel-control.right,
html body .carousel-control.right:hover,
html body .carousel-control.left,
html body .carousel-control.left:hover {
	background-image: none;
        width:10%;
}

.baltibrew-carousel-chevron {
    text-shadow: 0px 0px 0px;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

#homepage-carousel .item,#homepage-carousel .active {
    height: 350px;
}

#homepage-carousel ol {
    bottom: 5px;
}

#homepage-carousel ol li {
    height: 8px!important;
    width: 60px;
}

#homepage-carousel .carousel-inner {
    height: 350px;
    overflow: hidden;
}
.upcoming-events {
    top:10px;
    bottom:10px;
    height:300px;
    overflow:hidden;
}
.upcoming-events-div {
    background:white;
    padding:1px 15px;
}
#homepage-carousel .item {
	opacity: 0;
	transition-property: opacity;
}
#homepage-carousel .item.active {
      opacity: 1;
}

#homepage-carousel .fill {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-position: center;
}
.beer-profile .label {
	color: black;
}
 .single-beer {
 	margin: 0
 	}
.simcal-default-calendar-list dt.simcal-day-label{
    margin: 10px 0 10px!important;
}

.simcal-calendar {
   padding-top:0px!important;
}

.simcal-events {
   padding-left:0px;
   margin-left:0px!important;
   margin-right:0px!important;
}

.blog-post .simcal-default-calendar-list .simcal-event-details {
  font-size: inherit!important;
}

/* ditching the gutters on several pages when the site gets small */

.container.blog-container {
  padding-left:0px;
  padding-right:0px;
}

@media (min-width: 0px) and (max-width:500px) {
        .container.blog-container .blog-main {
                padding-left : 0px!important;
		padding-right : 0px!important;
        }
	.blog-post li{
		padding-left : 5px!important;
		padding-right : 5px!important;
	}
	.blog-post {
		padding-left : 10px!important; 
		padding-right : 10px!important;
	}
}