/* bootstrap 3 helpers */

.navbar-form input, .form-inline input {
	width:auto;
}

/* end */

/* custom theme */

.fullWidthButton{
	width: 100%;
	height: 70px;
	font-size: 26px;
	font-weight: bold;
}

.brand {
  display: inherit;
  font-weight: 700;
  font-size: 5em;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 30px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 130px;
  margin: auto;
  margin-top: 5px;
}


.homepagePics{
	width: 90%;
	margin-bottom: 20px;
}

.picWidth100{
	width: 100%;
}

header {
	min-height:230px;
  	margin-bottom:5px;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
      position: static;
  }
  
  #sidebar.affix {
      position: fixed;
      top: 0;
      width:21.2%;
  } 
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .brand{
	display: none;
  }
}

.affix,.affix-top {
   position:static;
}

/* theme */

body {
  color:#828282;
  background: url('../img/bg_top.gif') repeat-x;
  /*background-color:#eee;*/
  background-color: #fff;
}

h1.logo{
	width: 300px;
	height: 500px;
	background-image: url('../img/logo2.png');
	background-repeat: no-repeat;
	background-size: 280px;
}

a,a:hover {
	color:#008337;
  	text-decoration:none;
}

.highlight-bk {
	background-color:#008337;
    padding:1px;
    width:100%;
}

.highlight {
	color:#008337;
}
  
h3.highlight  {
	padding-top:13px;
    padding-bottom:14px;
  	border-bottom:2px solid #008337;
}

.navbar {
	background-color:#008337;
  	color:#ffffff;
    border:0;
  	border-radius:0;
}
.navbar-nav > li > a {
  	color:#fff;
  	padding-left:20px;
  	padding-right:20px;
  	border-left:1px solid #e8e8e8;
}
.navbar-nav > li:last-child > a {
  	border-right:1px solid #e8e8e8;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
	background-color:transparent;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
	color: #555555;
	background-color:transparent;
  	opacity:.9;
}

.nav .open > a {
    border-color:#777777;
    border-width:0;
}

.accordion-group {
	border-width:0;
}

.dropdown-menu {
	min-width: 250px;
}

.accordion-heading .accordion-toggle, .accordion-inner, .nav-stacked li > a {
	padding-left:1px;
}

.caret {
	color:#fff;
}

.navbar-toggle {
	color:#fff;
    border-width:0;
}

.list-group img.offerLogo{
	max-width: 80%;
	max-height: 150px;
}
.list-group .merchLogo{
	width: 80%;
	height: 170px;
}
.list-group .offerDesc{
	height: 70px;
}

/* end theme */