/* CUSTOM STYLES AND TWEAKS */

/* changes open megamenu to light gray */
header .navbar-default .navbar-nav li.open {
	background-color: #7E7E7E;
}


.tb-megamenu .nav li.open > a,
.tb-megamenu .nav li.open > a:hover,
.tb-megamenu .nav li.open > a:focus{
	background-color: #7e7e7e !important;
    border-top:0 !important;
 }

 .tb-megamenu .tb-megamenu-submenu.overlay {
 	background: #7E7E7E;
}

ul.tb-megamenu-subnav.mega-nav li {
	background-color: #7e7e7e !important;
}

.grid-image .views-field-title{
	/*margin-top: -24px;*/
	position: absolute;
	bottom: 0px;
}


/* makes the white overlay extend to cover entire content area when megamenu is open */
.main-container,
footer.footer-wrapper {
	position: relative;
	overflow: hidden;
}
.overlay-blur {
	height: 8000px; /*large number that the page is unlikey to run over*/
}


/* for gallery colorbox nav */

/*#cboxPrevious {
  position: fixed !important;
  background: url(images/controls.png) no-repeat -50px 0px;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  z-index: 9999999;
  text-indent: -9999px;
}

#cboxNext {
  position: fixed !important;
  background: url(images/controls.png) no-repeat -50px 0px;
  width: 25px;
  height: 25px;
  right: 0;
  top: 50%;
  z-index: 99999999;
 }*/