/* CSS Document */

html {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}
#page {
	background:#fff;
}
.page__title, .node__title, .block__title, .comments__title, .comments__form-title, .comment__title, .quicktabs-tabs, .block__title {
	color:#4b4b4b;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
}
.page__title, .node__title {
	padding: 0 0 10px 0;
	border-bottom:3px solid #BFB899;
	color:#807B66;
}
#page-title {
	margin:0 0 10px 0;
}

.ex-menu {
	float:right;
}
.exhibit-links {
	background:#ccc;
	border:#403D33 1px solid;
}
.exhibit-links h2 {
	font-size:14px;
	margin:5px 8px 5px 8px;
	color:#fff;
	text-align:center;
	line-height:1.3em;
}
.exhibit-links .menu {
	font-size:12px;
	padding:0; margin:0;
}
.exhibit-links ul {
	list-style-type:none;
}
.exhibit-links .menu__item.is-leaf {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}
.exhibit-links li {
	border-top:#808080 1px solid;
	background:#eee;
}
.exhibit-links li.last {
	border-bottom:#403D33 1px solid;
}
.exhibit-links li a, .exhibit-links li a:visited {
	color:#808080;
	text-decoration:none;
	display:block;
	padding:3px 8px;
}
.exhibit-links li a:hover {
	background:#808080;
	color:#eee;
	padding:3px 8px;
}
.tb-megamenu .mega-nav > li, .tb-megamenu .dropdown-menu .mega-nav > li {
	display: block;
	float: none;
	list-style: none;
	margin-left: 0;
	font-size:12px;
}
.tb-megamenu .mega-nav > li, .tb-megamenu .dropdown-menu .mega-nav > li a {
	line-height:22px;!important
}
.tb-megamenu .dropdown-menu li > a:hover, .tb-megamenu .dropdown-menu li > a:focus, .tb-megamenu .dropdown-submenu:hover > a {
  background-color: inherit;  
  background-image: none;
  color: #bfb899;
  text-decoration: none;
}
.clear {
	clear:both;
	height:-1px;
}
#comments {
	margin-top: 35px;
	clear: both;
}
.group-media h3, .group-text h3 {
	display:none;
}
.owl-carousel .views-field-field-slideshow-image, .owl-carousel .views-field-field-el-image {
	margin:0 5px;
}
.views-field-field-slideshow-image .node-readmore {
	display:none;
}
.owl-carousel .owl-item {
	
}
.owl-carousel .views-field-title, .views-field-title {
	margin:0px 5px;
	padding:6px 0;
	text-align:center;
	border-bottom:5px solid #dedede;
}
.owl-carousel .views-field-title a, .views-field-title a {
	text-decoration:none;
	font-stretch:expanded;
	text-transform:uppercase;
	display:block;
}
.owl-carousel .views-field-title a:hover, .views-field-title a:hover {
	color:#000;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #BFB899;
}
.owl-buttons {
	display:none;
}
.exhibit-home {
	min-height:350px;
	margin:1%;
}

 /*-- Custom Tb Mega Menu --*/
@media (max-width: 979px) {
.tb-megamenu .mega-nav > li, .tb-megamenu .dropdown-menu .mega-nav > li {
	display: block;
	float: none;
	list-style: none;
	margin-left: 0;
	font-size:12px;
}
.tb-megamenu .mega-nav > li, .tb-megamenu .dropdown-menu .mega-nav > li a {
	line-height:22px;!important
}
.tb-megamenu .dropdown-menu li > a:hover, .tb-megamenu .dropdown-menu li > a:focus, .tb-megamenu .dropdown-submenu:hover > a {
  background-color: inherit;  
  background-image: none;
  color: #bfb899;
  text-decoration: none;
}
.tb-megamenu-column {
	background:#808080;
}
.tb-megamenu .nav {
	background:#ccc;
}
.tb-megamenu .nav > li > a {
	color:#fff;
}
.caret{
	border-bottom-color: black!important;
	border-top-color: black!important;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret{
	margin-top: 16px!important;
}
.tb-megamenu .nav  a{
	text-transform:uppercase!important;
	font-size:0.9em!important;
	font-weight:normal!important;
	font-family:inherit!important;
	line-height:37px;
	}
.tb-megamenu .nav > li > a:hover{
	color:#fff!important;
	background:transparent!important;
	text-decoration:underline;
	font-weight:bold;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover{
	background-color: #ccc!important;
	color: #fff!important;
	border-radius: 5px!important;
	}
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus{
	background-color: #fff!important;
	border: none !important;
	text-decoration:none;
	font-weight:bold!important;
	color:#808080;
	}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	font-weight:bold!important;
	background-color: #fff;
	background-color: #fff;
	background-image: -moz-linear-gradient(top,#fff,#fff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
	background-image: -webkit-linear-gradient(top,#fff,#fff);
	background-image: -o-linear-gradient(top,#fff,#fff);
	background-image: linear-gradient(to bottom,#fff,#fff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}
.tb-megamenu .dropdown-menu {
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom: 3px solid #BFB899;
}
.tb-megamenu .dropdown-menu a:hover {
	color:#535353;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle{
	background:transparent!important;
	color:#807B66!important;
	}
.tb-megamenu .dropdown-menu li a:hover {
	color:#BFB899;
	line-height:20px;!important
}
.tb-megamenu{
	background:transparent!important;
	}
.tb-megamenu .nav > li > a {
	border-right:none;
	}
.al_ul_menu .al_sub_menu_bg .mega-inner{
	padding:0px!important;
	}
.al_ul_menu .al_sub_menu_bg{
	background-color:#747474!important;
	margin:0!important;
	padding:0!important;
	border-bottom:none!important;
	}
.al_ul_menu .al_sub_menu_bg .mega-inner ul{
	background-color:#747474!important;
	border-bottom:none!important;
	position:relative;
	}
.al_ul_menu .al_sub_menu_bg .mega-inner  li{
	background-color:#747474!important;
	text-align:left;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.al_ul_menu .al_sub_menu_bg .mega-inner  li:hover{
	background-color:#2b2b2b!important;
	}

.al_ul_menu .al_submenu_a a{
	background:transparent!important;
	border-top: solid 1px #575757!important;
	border-bottom:solid 1px #959595;
	color:#ffffff!important;
	padding:0px 10px 0px 25px!important;
	}
.al_ul_menu .al_submenu_a a:hover{
	color:#E6DDB8!important;
	border-left: solid 4px #f2c025!important;
	padding-left:25px!important;
	border-bottom-left-radius:0px!important;
	border-top-left-radius:0px!important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.tb-megamenu [class^="icon-"], .tb-megamenu [class*=" icon-"] {
	display: inline-block;
	width: 36px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/ic_menu_wht_1x.png")!important;
	background-position:center center;
	background-repeat: no-repeat;
	background-color:#BFB899;
	margin-top: 1px;
	}
.tb-megamenu .btn {
	background-color: #BFB899!important;
	padding: 4px 12px;
	margin: 4px 0 4px 15px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	/* background-color: #f5f5f5; */
	background-image: none;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); */
	/* background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); */
	background-image: none;
	/* background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); */
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a {
	background-color:#808080!important;
	border-bottom: 1px solid #222;
	border-right: none;
	color: #fff!important;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a {
  padding: 5px;
  margin-left: 20px;
}
.tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a:hover {
	background:#808080;
	color:#eee;
}
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus{
	background-color: #FFF;
	color:#000;
	border: none !important;
	text-decoration:none;
	font-weight:bold!important;
	}
	.tb-megamenu .nav-collapse .dropdown-menu a {
    border-top: 1px solid #222;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 20px;
  }
.tb-megamenu .nav-collapse .dropdown-menu a:hover,
.tb-megamenu .nav-collapse .dropdown-menu a:focus {
    background-color: #FFF;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
.tb-megamenu .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color:none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	width: 100% !important;
  }
.tb-megamenu.navbar-collapse-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
.tb-megamenu .navbar .nav > li > .dropdown-menu:before,
.tb-megamenu .navbar .nav > li > .dropdown-menu:after,
.tb-megamenu .navbar .nav > li > .dropdown-menu .divider {
    display: none;
  }
.tb-megamenu .customization {
    display: none;
  }
.tb-megamenu .tb-block .block-title {
  color: #fff;
}

}
/*-- End Custom Tb Mega Menu --*/