/* =Main style
-------------------------------------------------------------- */

@font-face {
	font-family: 'AvenirLTStd85Heavy';
	src: url('../fonts/avenir_85_heavy-webfont.eot?') format('eot'), url('../fonts/avenir_85_heavy-webfont.woff') format('woff'), url('../fonts/avenir_85_heavy-webfont.ttf') format('truetype'), url('../fonts/avenir_85_heavy-webfont.svg#webfontZLgs8oW3') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd65Medium';
	src: url('../fonts/avenirltstd-medium-webfont.eot?') format('eot'), url('../fonts/avenirltstd-medium-webfont.woff') format('woff'), url('../fonts/avenirltstd-medium-webfont.ttf') format('truetype'), url('../fonts/avenirltstd-medium-webfont.svg#webfontpz1mBGVO') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd35Light';
	src: url('../fonts/avenirltstd-light-webfont.eot?') format('eot'), url('../fonts/avenirltstd-light-webfont.woff') format('woff'), url('../fonts/avenirltstd-light-webfont.ttf') format('truetype'), url('../fonts/avenirltstd-light-webfont.svg#webfont5CQyBazP') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, input, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border-width: 0;
	color: #333;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	width:100%;
}
body.micro-site {
	overflow: hidden;
}
a, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
}
a img {
	border: none;
}
.banner-title {
	padding-bottom: 10px;
}
/* View Calendar button when there are no "Today at the Museum" events  */
.btt-calendar, .btt-calendar_f{
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	height:23px;
	padding-top: 4px;
	position: absolute;
	right: 0;
}
#wrapper #accordion .btt.no-events-today {
	/*TO BE REMOVED*/ 
	/*display: none;*/
	/*-------------*/
	overflow: visible;
	height: 30px;
	margin-bottom: 26px;
}
#wrapper #accordion .btt.no-events-today .btt-calendar, #wrapper #accordion .btt.no-events-today .btt-calendar_f {
	position: relative;
	float: right;
}
.container-research-collections, .research-collections, .plan-your-visit {
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #000;
}
.research-collections {
	background: #000 url("../images/research-collections.png") center center no-repeat;
}
.plan-your-visit {
	background: #000 url("../images/plan-your-visit.png") center center no-repeat;
}
.menu-top-container {
	background-color: #ffffff;
	margin: 0 auto;
}
#menu-top {
	margin: 0 auto;
	position: relative;
	width: 960px;
	z-index: 99;
}
#menu-top .sub-box {
	position: absolute;
	visibility: hidden;
	top: 29px;
	left: 0px;/*width: auto;*/
	-moz-box-shadow:    0 4px 8px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0 4px 8px 5px rgba(0, 0, 0, 0.2);
}
#menu-top li{
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size:13px;
}
#menu-top li.hover .sub-box a {
	background: none;
}
#menu-top .sub-box a:hover {
	text-decoration: underline;
}
#menu-top li.hover .sub-box {
	visibility: visible;
}
#menu-top .sub-box {
	background-color: #ffffff;
}
#menu-top .sub-box .left, #menu-top .sub-box .center, #menu-top .sub-box .right {
	float: left;
}

#menu-top .sub-box .left {
	padding-left: 10px;
}
#menu-top .sub-box .right {
	padding-right: 10px;
}

#menu-top .sub-box .center {
	width: 1000px;
	padding-right: 5px;
	padding-bottom: 35px;
	overflow: hidden;
	/*background: transparent url('../images/bg_menu_top_box_center.png') bottom center repeat-x;*/
}
#menu-top .sub-box .columns {
	padding-top: 10px;
	clear: both;
	line-height:20px;
}
#menu-top .columns .item, #menu-top .columns .item .text, #menu-top .columns .item a {
	clear: none;
	display: inline;
	float: none;
	height: auto;
	vertical-align: top;
	padding: 0;
}
#menu-top .columns .item .text {
	float: left;
	line-height:14px;
	padding-top:6px;
}
#menu-top .columns .item {
	float: left;
	clear: both;
}
#menu-top .columns .item img {
	float: left;
	clear: both;
	width: 40px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 2px;
}
#menu-top .column {
	float: left;
	padding: 0 15px;
	border-right:1px solid #D8D6C7;
}
#menu-top .column h4 {
	margin-top: 5px;
	text-transform: none;
}
#menu-top .post-list {
	float: left;
	width: 100%;
}
#menu-top .post-list .item {
	width: 98%;
}
#menu-top .post-list .post-meta {
	color: #333333;
	display: block;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
}
#menu-top .post-list .hover a {
	color: #333333;
}
#menu-top .post-meta{
	padding-top: 0;
}
#menu-top .sub-box .post-list img {
    height: 66px;
    margin-right: 20px;
    width: 106px;
}
#menu-top .sub-box .column a, #menu-top .sub-box h4 {
	display: inline;
	margin:0;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:none;
}
#menu-top .sub-box h4 {
	text-transform:uppercase;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	line-height: 14px;
}
#menu-top .sub-box .column a {
	color: #34578C;
}
#menu-top .text {
	border-bottom: none;
	height: 65px;
    padding-top: 0;
}
#menu-top .calendar {
	width: 147px;
	height: 162px;
	margin-left:-10px;
	clear:both;
	background: transparent url('../images/calendar.png') center center no-repeat;
}

.header-logo{
	margin-top:15px;		
}

/* Calendar */
#page .top span, #planYourVisitCalendar .ui-datepicker-year, #carousel-days .slides li span, #page .filters-box label {
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#page .top .carousel-months {
	position: relative;
	z-index: 90;
}
/* Calendar end */

/* Exhibitions under calendar */
#whats_on_list {
	position: relative;
}
.lists {
	padding-bottom: 20px;
}
.lists .col-right {
	border-bottom: 1px solid #8E908F;
	min-height: 120px;
	/*padding: 15px 15px 0 0;*/
	padding: 0 15px 0 0;
}
.lists li:last-child .col-right {
	border: none;
}
.lists:after {
	background: url(../images/fade-sous-texte.png) no-repeat right;
	/*background: url(../images/fade-sous-texte.png) no-repeat bottom right;*/
	/*bottom: 0;*/
	content: " ";
	display: block;
	height: 50px;
	position: absolute;
	right: -6px;
	width: 453px;
}
.lists:last-child:after {
	background: none;
}
.lists li img {
	height: 120px;
}
.lists li > a {
	display: inline-block;
}
.lists li > a:after {
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#whats_on_list .lists li .item-title {
	color: #8E908F;
	font-family: 'FuturaBT-Bold',Helvetica,Arial,sans-serif;
	font-weight: normal;
}
#whats_on_list .lists li {
	background: none;
	border: none;
	padding: 8px;
}
#container #whats_on_list h2 {
	margin: 28px 0 20px 8px;
}
/* Exhibitions under calendar end*/

/* Carousel */

.carousel-outerwrap {
	position: relative;
}
.carousel-wrap, .carousel-wrap .jCarousel {
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}
.carousel-wrap .jCarousel ul {
	position: absolute;
}
.carousel-wrap .jCarousel li {
	height: 250px;
	float: left;
}
.carousel-wrap .jCarousel li img {
	display: block;
}
.carousel-wrap .prev, .carousel-wrap .next {
	background: #808284;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 34px;
	margin-top: -17px;
	position: absolute;
	top: 50%;
	width: 34px;
	z-index: 1;
}
.carousel-wrap .prev {
	left: 10px;
}
.carousel-wrap .next {
	right: 10px;
}
.carousel-wrap .prev:after, .carousel-wrap .next:after {
	border: 11px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}
.carousel-wrap .next:hover, .carousel-wrap .next:focus, .carousel-wrap .next:hover, .carousel-wrap .next:focus {
	opacity: 0.85;
}
.carousel-wrap .prev:after {
	border-right-color: white;
	left: -7px;
}
.carousel-wrap .next:after {
	border-left-color: white;
	right: -7px;
}
.jCarousel a {
	display: block;
}
.jCarousel img {
	height: auto !important;
}
.jcarousel-pagination {
	display: none;
}
#main {
	width: 960px;
	margin: 15px auto 10px auto;
}
#main:before,
#main:after {
    content: " ";
    display: table;
}
#main:after {
    clear: both;
}
#main .one-column {
	float:left;
	width:960px;
	margin-left: 8px;
	margin-bottom:0;
	padding-bottom:0;
}
#container {
	float:left;
	width:510px;
}
.page-template-home-php #container {
	width: 715px;
}
.cmc-twitter-widget p.time {
	color: #707070;
}
#container .post {
	margin-left: 20px;
}
#right-panel, #right-panel-post {
	float: right;
	width: 220px;
}
#right-panel-post h2, #right-panel h2, #right-panel h2 a {
	color: #000;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
#right-panel-post h2 {
	color: #34578C;
	line-height: 30px;
	margin: 0 0 7px;
}
#right-panel-post .right-box {
	position: relative;
	display:block;
	height: 136px;
	width: 220px;
	margin-bottom: 20px;
	overflow: hidden;
}
#right-panel-post .right-box .corners-top {
	top: 0;
	background: transparent url('../images/right_box_corners_top.png') top left no-repeat;
}
#right-panel-post .right-box .corners-bottom {
	bottom: 0;
	background: transparent url('../images/right_box_corners_bottom.png') bottom left no-repeat;
}
#right-panel-post .right-box .corners-top, #right-panel-post .right-box .corners-bottom {
	position: absolute;
	height: 5px;
	width: 220px;
	left: 0;
	z-index: 15;
}
#right-panel-post .right-box h3 {
	background: transparent url('../images/bg_right_box_header.png') repeat;
	color:#FFFFFF;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size:14px;
	height:35px;
	left:0;
	line-height:35px;
	padding-left:10px;
	position:absolute;
	top:101px;
	width:210px;
	z-index: 10;
}
#right-panel-post .text {
	position: absolute;
	top: 136px;
	left: 0;
	height: 100px;
	width: 210px;
	padding: 5px 10px;
	line-height: 18px;
	background-color: #D9D7C8;
}
#right-panel-post .text a {
	color: #36578C;
}
#right-panel-post .text .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 10px;
	margin: 5px;
}
#right-panel-post .collections {
	background: transparent url('../images/pic_collections.png') top left no-repeat;
}
#right-panel-post .library {
	background: transparent url('../images/pic_library.png') top left no-repeat;
}
#accordion {
	position: relative;
}
#accordion h1 {
	padding-bottom: 10px;
}
/*#accordion .accordion-node-left {
	padding-left: 11px;
}
#accordion .accordion-node-right {
	padding-right: 11px;
}*/
#accordion .accordion-node-center {
	padding-bottom: 75px;
}
#accordion.category .accordion-node {
	width: 800px;
}
#accordion.category .item .meta {
	width: 295px;
	margin: 0;
	margin-top: -5px;
	float: right;
	line-height: normal;
}
#accordion.category .item.hover .text {
	color: #36578C;
}
#accordion.category .item .meta dt, #accordion.category .item .meta dd {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	border: none;
}
#accordion .accordion-node.last .post-left, #accordion .accordion-node.last .post-right, #accordion .accordion-node.last .post-center {
	background: none;
}
#accordion .accordion-node category {
	width: 840px;
}
#accordion .accordion-node .bottom-line {
	clear: both;
	height: 25px;
	margin-top:10px;
}
#accordion .accordion-node .accordion-btt {
	float: right;
	width: 24px;
	height: 17px;
	cursor: pointer;
}
#accordion .accordion-node .accordion-btt.hover {
	background-position: top right;
}
#accordion .accordion-node.single {
	margin-bottom: 20px;
}
#accordion .accordion-node.last .item img {
	display: none;
}
#accordion .calendar-day .accordion-node-center:after {
	background: none;
}
#accordion .hidden-items {
	display: none;
	clear: both;
}
#accordion .hidden-items .no-pic {
	background-image:url(../images/no-image.jpg);
}
.home-secondary-nav {
	background-color: #aeaeab;
	margin: 0;
}
.home-secondary-nav-contenu {
	line-height: 1.6em;
	margin: 0 auto;
	padding: 35px 0;
	width: 960px;
}
.home-secondary-nav-contenu:before, .home-secondary-nav-contenu:after{
	display: table;
	content: " ";
}
.home-secondary-nav-contenu:after{
	clear: both;
}
.home-secondary-nav-contenu a, h2{ 
	color: #ffffff;
}
.home-secondary-nav-contenu a:hover{ 
	color: #1a1a1a;
}
.item-prefooter{
	float: left;
	width: 334px;
}
.item-prefooter + .item-prefooter {
	float: left;
	width: 475px;
}
.item-prefooter:before, .item-prefooter:after{
	display: table;
	content: " ";
}
.item-prefooter:after{
	clear: both;
}
.item-prefooter h2 {
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.item-prefooter + .item-prefooter li {
	float: left;
	width: 50%;
}
/* Post list */
.post-list h3 {
	margin: 10px 10px 0 10px;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	color: #33578C;
	font-size: 22px;
}
.post-list .item {
	overflow:hidden;
	clear:both;
	margin: 5px 12px 5px 0;
	padding:8px;
	width:auto;
	cursor: pointer;
}
 body.category-calendar .post-list .item{
    margin: 15px 12px 15px 0;
}
.post-list .item a, #menu-top li .post-list a {
	float:none;
	height: auto;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.post-list .item img {
	float: left;
	margin-right: 15px;
	height:66px;
	width:106px;
}
.post-list .item .text {
	float: left;
	overflow: hidden;
}
.post-list .item .title {
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.post-list .item .post-meta {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	padding-top: 5px;
}
.post-list .item .post-meta li {
	display: inline;
}
.post h1 {
	margin: 15px 0px;
	color: #33578C;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 22px;
}
.post .excerpt {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
dl.meta {
	margin:20px 0px;
}
dl.meta dt {
	margin-right:10px;
	padding:5px;
	width:110px;
	border-top: 1px solid #E2DFD1;
	line-height: 20px;
	float:left;
	font-weight:bold;
	text-transform: capitalize;
}
dl.meta dd {
	border-top: 1px solid #E2DFD1;
	line-height: 20px;
	padding:5px 0;
	margin-right: 20px;
}
.post h2 {
	margin: 10px 0px;
	color: #33578C;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.post .content {
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
/*************charles newly added style for static content*********************/
#container h1 {
	margin-top:0;
	color: #000;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 1.83em;
	font-style: normal;
	font-weight: normal;
	line-height:1.2em;
	text-transform: uppercase;
}
#container h2 {
	margin: 25px 0 0 0;
	color: #000;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 1.33em;
}
#container h2.entry-title {
    padding-top: 0;
	font-size: 1.6em;
}
#container h6 { /* Style for IMAX Titles*/
	margin: -8px 0 -10px 0;
	color: #33578C;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 1.33em;
	font-weight:normal;
}
#container h3 {
	margin: 25px 0 0 0;
	color: #000;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 1.17em;
}
#container p {
	margin: 15px 0 0 0;
	font-size: 1.1em;
	line-height: 1.4em;
}
#container ul {
	margin: 0;
	line-height: 1.4em;
}
#container .entry-content h2 {
	/*border-top: 1px solid #333;*/
}
#container .entry-content ul {
	margin: 15px 0 0 0;
}
#container ol {
	margin: 0;
	line-height: 1.4em;
}
#container .entry-content ol {
	margin: 15px 0 0 20px;
}
#container li {
	list-style: disc;
}
#container ol li {
	list-style:decimal;
}
#container strong {
	font-weight:bold;
	letter-spacing:normal;
	color:#444;
}
#container ul li {
	margin-left:15px;
}
#container ul.tabs li {
	margin-left:0;
}
#container .tab_content.show {
	display: block;
}
#container .tab_content.hide {
	display: none;
}
#container .tab_container caption.event-hours-caption {
	display: none;
}
#container .galleryview ul li {
	margin-left:0;
}
#menu-t2_aboutus .bolded.menu-item.menu-item-type-custom a, #menu-t2_aboutus .bolded.menu-item.menu-item-type-custom a:hover {
	color: #000;
}
#menu-t2_aboutus .bolded2.menu-item.menu-item-type-custom a, #menu-t2_aboutus .bolded2.menu-item.menu-item-type-custom a:hover {
	color: #000;
	margin-top:10px;
	font-weight:bold;
}
#menu-t2_planyourvisit .bolded.menu-item.menu-item-type-custom a, #menu-t2_planyourvisit .bolded.menu-item.menu-item-type-custom a:hover {
	color: #000;
}
#menu-t2_planyourvisit .bolded2.menu-item.menu-item-type-custom a, #menu-t2_planyourvisit .bolded2.menu-item.menu-item-type-custom a:hover {
	color: #000;
	margin-top:10px;
	font-weight:bold;
}
.cmct2banner, .container-cmct2banner_default, .cmct2banner_404, .cmct2banner_default, .container-cmct2banner_aboutus, .cmct2banner_aboutus, .cmct2banner_aproposdumusee, .container-cmct2banner_planyourvisit, .cmct2banner_planyourvisit, .cmct2banner_planifiervotrevisite, .container-cmct2banner_exhibitions, .cmct2banner_exhibitions, .cmct2banner_expositions, .container-cmct2banner_programs, .cmct2banner_programs, .cmct2banner_programmes, .cmct2banner_special-events, .cmct2banner_special-events_f, .container-cmct2banner_imax, .cmct2banner_imax, .container-cmct2banner_childrenmuseum, .cmct2banner_childrenmuseum, .cmct2banner_museedesenfants, .container-cmct2banner_researchcollections, .cmct2banner_researchcollections, .cmct2banner_recherchecollections, .cmct2banner_education, .cmct2banner_education_f, .cwmt2banner_planyourvisit, .cwmt2banner_planifiervotrevisite, .container-cwmt2banner_default, .cwmt2banner_default, .container-cwmt2banner_aboutus, .cwmt2banner_aboutus, .cwmt2banner_aproposdumusee, .container-cwmt2banner_planyourvisit, .cwmt2banner_planyourvisit, .cwmt2banner_planifiervotrevisite, .container-cwmt2banner_exhibitions, .cwmt2banner_exhibitions, .cwmt2banner_expositions, .container-cwmt2banner_programs, .cwmt2banner_programs, .container-cwmt2banner_programmes, .cwmt2banner_programmes, .cwmt2banner_education, .cwmt2banner_education_f, .cwmt2banner_special-events, .cwmt2banner_special-events_f, .container-cwmt2banner_mhrc, .cwmt2banner_mhrc, .container-cwmt2banner_crlm, .cwmt2banner_crlm, .cwmt2banner_remember, .cwmt2banner_remember_f {
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #000;
	text-indent: -777em;
}
.cmct2banner_micro_page {
	display: none;
}
#container .accordion-node-center h3 {
	margin: 0 0 0 10px;
	line-height:normal;
	color: #33578C;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 1.83em;
}
#main #container .calendar-header .tabs li {
	list-style:none;
}
.post-meta li {
	margin: 0px 0px 0px 0px;
}
#footer div#footercanada {
	background: url('../images/btn-canada.png') center center;
	width: 100px;
	height: 30px;	
	float: right;
	margin: 0;
	padding: 0;
	margin-bottom:10px;
}
#main #content #container h3.expandable {
	font-size:16px;
	font-weight:bold;
	padding:10px 0 2px 0;
	width:100%;
	border-bottom:1px dotted #78BE4F;
}
#main #content #container div.expandablecontent {
	display:none;
	line-height:1.6em;
	margin:0 0 26px;
}
#main #content #container h3.expandable input.expand {
	float:right;
	outline:none;
}
#main #content #container h3.expandable a.expand {
	outline:none;
}
#main #content #container h3.expandable a.expandbottom {
	color:#728B83;
	font-size: 1.1em;
	font-weight: bold;
	cursor:pointer;
}
#main #content #container h3.expandable a.expand:hover {
	text-decoration:none;
	cursor:pointer;
}
#main #content #container div.expandablecontent a.expandbottom {
	color:#728B83;
	font-size: 1.1em;
	font-weight: bold;
	cursor:pointer;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
}
#container .text-meta {
	float: left;
	width: 270px;
	padding-left: 15px;
}
#container .text {
	max-width: 460px;
}
#container .text-infos {
	float: left;
	width: 270px;
}
/* new elements */
.post-list h3 a {
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 22px;
}
#menu-top .post-list .text .title {
	font-size: 14px;
}
#menu-top .post-list .item .text {
	width:65%;
	line-height:12px;
}
.text {
	line-height: 1.4em;
}
#accordion .accordion-node {
	position: relative;
}
#accordion .accordion-node-center:after {
	background: url(../images/fade-sous-texte.png) no-repeat bottom right;
	bottom: 50px;
	content: "";
	display: block;
	height: 45px;
	position: absolute;
	right: -20px;
	width: 453px;
}
#accordion .section:last-child .accordion-node-center:after {
	background: none;
}
#accordion .home {
	margin-bottom: 40px;
	padding-bottom: 40px;
}
#accordion .home h1 {
	padding-bottom: 10px;
}
#accordion .home:after {
	background: url(../images/fade-sous-texte.png) no-repeat bottom right;
	bottom: 0;
	content: "";
	display: block;
	height: 70px;
	position: absolute;
	right: -5px;
	width: 453px;
}
#accordion .home h1 {
	font-size: 32px;
}
#accordion .home:last-child:after {
	background: none;
}
#accordion .home .btt, #accordion .home h1, #accordion .accordion-node h1 {
	text-transform: uppercase;
}
#accordion .home .item {
	width:687px;
}
#accordion .home .item img {
	height:120px;
	margin-right: 30px;
	width:294px;
}

#accordion .home .item .big-img-container {
	float: left;
	height: 120px;
	margin-right: 30px;
	overflow: hidden;
	width: 294px;
}
#accordion .home .item .big-img-container img {
	height: auto;
	width: 100%;
}

#accordion .home .text {
	border-bottom: 1px solid #8E908F;
	height: 99px;
	padding-top: 20px;
	width:355px;
}
#accordion .home .item:last-child .text {
	border-bottom: none;
}
/*#accordion .item .text {
	border-bottom: 1px solid #333333;
}*/
#menu-top .post-meta {
	font-size:12px;
	text-transform:none;
}
.loadingicon {
	margin-left: 7px;
	display: none;
}
.loadingicon img {
	margin-top: 8px;
	margin-left: 7px;
}
.calendar-day #accordion .accordion-node {
	margin-bottom:0px;
}
.calendar-day #accordion .accordion-node .item {
	margin:0px;
}
.category-calendar .post-list .item {
	line-height: 1.4em;
}
.category-calendar .calendar-header .date .prev, .category-calendar .calendar-header .date .next {
	display: none;
}
.category-calendar div.menu-top-container .post-list .item {
	margin-top: 10px;
	padding:8px;
}
.calendar-event-types .icon {
	color:#6D6E71;
}
.calendar-event-types li.hover, .calendar-event-types li.hover input, .calendar-event-types li.hover label {
	text-decoration: none;
	cursor: pointer;
}
.calendar-event-types label:hover {
	text-decoration: none!important;
}
#accordion h3 a {
	text-decoration:none;
}
#cse-search-results body {
	background:none;
}
.cse .gsc-control-cse, .gsc-control-cse {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	background: none !important;
	border: none !important;
}

.gs-webResult.gs-result a.gs-title, .gs-webResult.gs-result a.gs-title b, .gs-imageResult a.gs-title, .gs-imageResult a.gs-title b
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
	color: #8E908F !important;
}

/* Widget Global Styles Start */

.widget-container {
	border-bottom: 1px solid #c0c0ba;
	margin-bottom:20px;
	padding-bottom:20px;
}

.widget-container:last-child {
	border-bottom: none;
}

.widget-container .textwidget p {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.widget-container .textwidget p + p {
	margin-top: 10px;
}

.widget-container .textwidget a {
	font-weight: bold;
}

.widget-container .textwidget a:hover,
.widget-container .textwidget a:focus {
	text-decoration: underline;
}

.widget-container .textwidget .buttons-group {
	line-height: 1.4em;
	margin: 20px 0;
}
.widget-container .textwidget .buttons-group a {
	font-weight: normal;
}
.widget-container .textwidget .buttons-group:last-child {
	margin-bottom: 0;
}

.widget-container .textwidget .main-button {
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 10px 0;
}
.widget-container .textwidget .main-button:last-child {
	margin-bottom: 0;
}
.widget-container .textwidget .main-button a {
	background: no-repeat 100% 50%;
	color: #fff;
	display: block;
	min-height: 30px; 
	padding: 10px 72px 10px 12px;
	text-transform: uppercase;
}
.widget-container .textwidget .buy a {
	min-height: 25px; 
	padding-top: 19px; 
	padding-bottom: 5px;
}
.widget-container .textwidget .main-button a:hover,
.widget-container .textwidget .main-button a:focus {
	text-decoration: underline;
}

.widget-container .textwidget .secondary-button {
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 10px 0;
}

.widget-container .textwidget .secondary-button:last-child {
	margin-bottom: 0;
}

.widget-container .textwidget .secondary-button a {
	background: #fff no-repeat 100% 50%;
	display: block;
	padding: 18px 42px 11px 12px;
	text-transform: uppercase;
}

.widget-container .textwidget .secondary-button a:hover,
.widget-container .textwidget .secondary-button a:focus {
	text-decoration: underline;
}

/* ---------------- EMERGENCY ANNOUCEMENT STYLES START ---------------- */

/* ---------------- RED STTYLE START ---------------- */

.emergencyAnnouncement {
	display: none;
	position: relative;
	width:100%;
	height: auto;
	padding: 8px 0 8px 0;
	background: #971414;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.emergencyAnnouncement div {
        position: relative;
	width: 960px;
	margin: 0 auto;	
}
.emergencyAnnouncement p {
	position: relative;
	display: table-cell;
	height: auto;
	min-height: 50px;
	width: 800px;
	max-width: 800px;
	padding: 0 120px 0 50px;
	vertical-align: middle;
}
.emergencyAnnouncement button {
        position: absolute;
        top: 0; 
	left: auto; 
	bottom: 0; right: 0;
	height: 26px;
	width: 90px;
	border: none;
	margin: auto;
	padding: 0;
	background-color:#fff;
	color: #971414;
	cursor: pointer;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
/* ---------------- BLUE STTYLE START ----------------
From Dark to light
#001930;
#005383;
#055F96;
#9EC3DA;
*/

/* .emergencyAnnouncement {
  width:100%;
  top:0px;
  text-align:center;
  height: 50px;
  background-image:url(../images/emerg-bg-blue.gif);
  background-repeat:repeat-x;
  background-position:top;
  color:#FFF;
  font-family:Arial, sans-serif;
  display: none;
}

.emergencyAnnouncement .emergYellow {
  color:#FFFF5B;
}

.emergencyAnnouncement button {
  position:relative;
  float: right;
  display:block;
  background-color:#005383;
  border:none;
  font-family: "AvenirLTStd85Heavy", Arial;
  font-size:14px;
  text-transform:uppercase;
  text-decoration:none;
  color:#9EC3DA;
  cursor:pointer;
  width:90px;
  height:26px;
  overflow:visible;
  padding-bottom:2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: #001930 0px 2px 3px;
  -moz-box-shadow: #001930 0px 2px 3px;
  box-shadow: #001930 0px 2px 3px;
  background: #005383;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0674B4), to(#005383));
  background: -webkit-linear-gradient(#0674B4, #005383);
  background: -moz-linear-gradient(#0674B4, #005383);
  background: -ms-linear-gradient(#0674B4, #005383);
  background: -o-linear-gradient(#0674B4, #005383);
  background: linear-gradient(#0674B4, #005383);
  -pie-background: linear-gradient(#0674B4, #005383);
  behavior: url(/wp-content/themes/main-parent/PIE.htc);
}
.emergencyAnnouncement button:hover {
  position:relative;
  background:#0674B4;
  color:#FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow:inset #001930 0px 2px 3px;
  -moz-box-shadow:inset #001930 0px 2px 3px;
  box-shadow:inset #001930 0px 2px 3px;
  -pie-background: linear-gradient(#005383, #0674B4);
  behavior: url(/wp-content/themes/main-parent/PIE.htc);
}

.emergencyAnnouncement a {
  color:#FFF;
  text-decoration:underline;
}

.emergencyAnnouncement a:hover {
  text-decoration:none;
} */

/* ---------------- EMERGENCY ANNOUCEMENT STYLES END ---------------- */

#menu-top .sub-box .columns div:first-child {
	padding-left:5px;
}
#menu-top .sub-box .columns div div:first-child {
	padding-left:0;
}
#mobile-header, #button-global-nav, .sidebar-left .opener {
	display: none;
}
.sidebar-left li.label ul ul a.selected, .sidebar-left li.label ul a.selected {
	background-image:none;
}
a, button {
	outline: 0;
}
/* 404 Error Styles Start */

body.error404 #container p {
	color: #6C6C71;
	font-size: 16px;
	line-height: 20px;
}
body.error404 #container h2 {
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color:#333333;
	text-transform:uppercase;
	padding-bottom: 5px;
}
/***** Contact Form *****/

div#contact {
	width: 462px;
}
div#contact label {
	float: left;
	width: 140px;
}
div#contact label span {
	padding: 0 0 0 6px;
	color: red;
}
div#contact input[type='text'] {
	width: 220px;
	border: 1px solid #bbb;
	background-color: #FBF9EE;
}
div#contact select {
	width: 220px;
	border: 1px solid #bbb;
	background-color: #FBF9EE;
}
div#contact textarea {
	width: 318px;
	border: 1px solid #bbb;
	background-color: #FBF9EE;
}
div#container .footnote {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1ded3;
	font-size:.9em;
}
/* Headlines Page Styles */
#container .entry-content .headlines h2 {
	margin-top: 25px;
	margin-bottom: -12px;
}
/***** Gravity Forms Plugin Styles *****/

#container .gform_wrapper form {
	margin-left:0!important;
}
#container .gform_wrapper ul li {
	margin-left:0!important;
}
#container .entry-content .gform_wrapper {
	margin-top:0;
}
#container .entry-content .gform_wrapper ul {
	margin-left:0;
	margin-top:0;
}
#container .entry-content .gsection {
	margin-top:16px;
}
#container .entry-content .gform_wrapper .gsection {
	border:none;
}
.entry-content .gform_wrapper select {
	padding-right:3px;
}
.entry-content .gform_wrapper input[type], form#generic input {
	border:1px solid #A5ACB2;
	padding:3px 1px 3px 3px;
}
.entry-content .gform_wrapper .gfield_description {
	padding-top:4px;
}
#container form input#submit {
	margin-left:140px;
}
form#generic .button[type="submit"] {
	display:block;
	margin-top:20px;
}
.entry-content .gform_wrapper .gform_footer {
	padding-top:0;
	margin-top:0;
}
.entry-content .gform_wrapper .left_label .gfield_label {
	text-align:right;
}
.entry-content .gform_wrapper .gfield_required {
	color:#D9531E;
	font-size:18px;
	vertical-align:top;
}
.entry-content .gform_wrapper textarea:focus, .entry-content .gform_wrapper input:focus {
	border: 1px solid #D9531E;
}
/* Gravity Green Button */

#container form .button[type="submit"], #container form input#submit {
	padding:0 10px;
	background: #44692C;
	border:none;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
	height:36px;
	overflow:visible;
	padding-bottom:2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #AEACA3 0px 2px 3px;
	-moz-box-shadow: #AEACA3 0px 2px 3px;
	box-shadow: #AEACA3 0px 2px 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6BA644), to(#44692C));
	background: -webkit-linear-gradient(#6BA644, #44692C);
	background: -moz-linear-gradient(#6BA644, #44692C);
	background: -ms-linear-gradient(#6BA644, #44692C);
	background: -o-linear-gradient(#6BA644, #44692C);
	background: linear-gradient(#6BA644, #44692C);
	-webkit-appearance: none;
	-pie-background: linear-gradient(#6BA644, #44692C);
	behavior: url(/wp-content/themes/main-parent/PIE.htc);
}
#container form .button[type="submit"]:hover, #container form input#submit:hover {
	position:relative;
	background:#3C5B26;
	color:#C2FFAE;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:inset #253916 0px 2px 3px;
	-moz-box-shadow:inset #253916 0px 2px 3px;
	box-shadow:inset #253916 0px 2px 3px;
	-webkit-appearance: none;
	-pie-background: linear-gradient(#253916, #3C5B26);
	behavior: url(/wp-content/themes/main-parent/PIE.htc);
}
/* Membership Program */
#container .entry-content #membership {
	padding-top: 20px;
}
#container .entry-content #membership .join {
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1ded3;
}
#container .entry-content #membership td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1ded3;
	border:none;
	padding: 12px;
	vertical-align:top;
}
#container .entry-content #membership td.even {
	background-color:#edebdf;
}
#container .entry-content #membership span.membership {
	color: #D9531E;
	text-transform:uppercase;
}
#container .entry-content #membership ul.membership {
	padding-left:20px;
}
#container .entry-content #membership .join a, #container .entry-content #membership .join a:visited {
	color: #D9531E;
}
/* End Membership Program */
/*#container .entry-content ul li {
  list-style-type: none;
} Removed for Facility Rentals / Weddings */
#container .entry-content .gravityform .gform_wrapper ul {
	margin-left: -20px;
	margin-top: 30px;
}
#container .entry-content .hoursoperation a {
	text-decoration: underline;
}
#container .entry-content .hoursoperation a:hover {
	text-decoration: none;
}
#container .entry-content .hoursoperation ul li {
	margin-left:0px;
}
.socialmediaicon div.addthis_toolbox {
	clear:both;
	/**width:420px;
  background-color: #edebdf;**/
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0px 0px 4px 4px;
	margin: 0;
	padding: 5px 0 0 0;
}
#container .socialmediaicon .addthis_button_facebook, #container .socialmediaicon .addthis_button_facebook_like, #container .socialmediaicon .addthis_button_tweet, #container .socialmediaicon .addthis_button_google_plusone, #container .socialmediaicon .addthis_button_email {
	width:73px;
	margin:0;
	padding:0;
	margin-right:12px;
}
#container .socialmediaicon .addthis_button_facebook_like {
	width:72px;
}
#container .socialmediaicon .addthis_button_tweet {
	width:90px;
}
#container .socialmediaicon .addthis_button_google_plusone {
	width:59px;
}
#container .socialmediaicon .addthis_button_email {
	width:50px;
}
#container .japanese p {
	color: #5C5C5C;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 15px 0 0;
}
/***** Micropage Template *****/

.page-template-tpl-micropage-php .sidebar-left {
	background:#FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	float: left;
	margin-bottom: 45px;
	margin-right: 20px;
	margin-top: 0;
	padding:10px;
	position: relative;
	width: 160px;
	z-index: 1;
}
.page-template-tpl-micropage-php #container {
	background:#FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-bottom: 45px;
	padding: 20px 20px 30px;
	position: relative;
	width: 444px;
	z-index: 1;
}
.page-template-tpl-micropage-php #right-panel {
	float:left !important;
	margin-left:20px !important;
}
.page-template-tpl-micropage-php .widget-container {
	background:#FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-bottom: 10px;
	overflow: auto;
	padding:10px;
	position: relative;
	width: 220px;
}
h2.upcomingTitle {
	margin-top: -10px !important;
}
/*popup styling*/

.mfp-bg {
	background: none !important;
}
.mfp-close {
	background: #808284;
}
.mfp-close-btn-in .mfp-close {
    color: #FFFFFF;

}
.white-popup {
	color: #FFFFFF;
	position: relative;
	background: #808284;
	padding: 40px;
	width:auto;
	max-width: 770px;
	margin: 20px auto;
	width: 80%;
}

.white-popup{
     max-width: 500px!important;
}

.white-popup .title {
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 1em;
}
.white-popup .content {
	color: #f5efdf;
	font-size: 13px;
	margin-bottom: 1em;
}
.white-popup .credit {
	font-size: 12px;
	font-style: italic;
}
.white-popup img {
	height: auto;
	width: 100%
}
.white-popup .content-popup {
	line-height: 1.5em;
	padding: 10px;
}
#mobile-choice-popup {
	font-size: 16px;
}
.mobile-choice-content {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d8d6c8 /*{e-bup-background-start}*/), to( #F6F3E7 /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d8d6c8 /*{e-bup-background-start}*/, #F6F3E7 /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:  -moz-linear-gradient( #d8d6c8 /*{e-bup-background-start}*/, #F6F3E7 /*{e-bup-background-end}*/); /* FF3.6 */
	background-image:  -ms-linear-gradient( #d8d6c8 /*{e-bup-background-start}*/, #F6F3E7 /*{e-bup-background-end}*/); /* IE10 */
	background-image:   -o-linear-gradient( #d8d6c8 /*{e-bup-background-start}*/, #F6F3E7 /*{e-bup-background-end}*/); /* Opera 11.10+ */
	background-image:    linear-gradient( #d8d6c8 /*{e-bup-background-start}*/, #F6F3E7 /*{e-bup-background-end}*/);
	font-size: 16px;
	padding: 10px 4px;
	margin: 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0px 2px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
	box-shadow: 0px 2px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
	text-align: center;
}
.mobile-choice-content a {
	color: #333333;
}
.mobile-to-full {
	font-size: 12px;
	color: #333333;
}
/* Holiday hours pop-up */

#wrap-popup {
	margin: 0 auto;
	position: relative;
}
#wrap-popup.announcement {
	max-width:500px!important;
}
#wrap-popup.announcement .mfp-close, #wrap-popup.announcement .mfp-close:hover {
	background: none;
	color: #FFF;
	right: 0;
	top: 0;
}
#announcement-main2 {
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0 6px 20px 6px;
	background:#E1261C!important;
    -webkit-border-radius:0!important;
    -moz-border-radius:0!important;
    border-radius:0!important;
}
#announcement-main2 h2 {
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 15px 0 15px;
	padding: 30px 0 14px 0;
}
#announcement-main2 p {	
	font-family:Helvetica, Arial, sans-serif!important;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 15px 0 15px;
}
#announcement-footer2, #announcement-footer2-fr {
	background-repeat: no-repeat;
	background-position: right top;
	height: 68px;
	margin: 0 auto;
	border-radius: 0 0 10px 10px;
}

#announcement-main2.green{
	background-color:#00b74f!important;
	
}
#announcement-footer2 {
	
	background:#FFFFFF!important;               
                -webkit-border-radius:0!important;
                -moz-border-radius:0!important;
                border-radius:0!important;
}
#announcement-footer2-fr {
	background:#FFF;
                -webkit-border-radius:0!important;
                -moz-border-radius:0!important;
                border-radius:0!important;
}
#announcement-main2.no-snow {
	padding-top: 40px;
	background-image: none;
}

.announcement-logo{
                height:30px;
                padding:15px
}
#announcement-main2 > p:nth-child(4) > strong{
                font-weight:100;
}

.mfp-wrap{
	background-color: rgba(0, 0, 0, 0.4);
}

.mfp-container{
				position: relative!important;						
}
/* Google search */

.gsc-result .gs-title {
	height: auto !important;
}
.gsc-results .gsc-cursor-box {
	text-align: center !important;
}
.gsc-control-cse table {
	margin: 0 !important;
}
.gsc-control-cse th, .gsc-control-cse td {
	border: none !important;
}
.gs-watermark {
	display: none;
}
/*** Online Exhibitions  ***/
 .text-img{
    height: 66px;
    width: 106px;
	margin-right: 15px;
	float: left;
  }
.post-list .item .text-img img {
	background: none;
}
/*** Responsive YouTube Wrapper ***/
.media-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.media-container iframe, .media-container object, .media-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*** 2 image wide image gallery (October 2013 - Ken Chase) ***/

.cmc-img-galery-1-col {
	width: 100%;
	text-align: center;
}
.cmc-img-galery-1-col img {
	width: 100%;
	margin-bottom: 1%;
}
.cmc-img-galery-2-col {
	width: 100%;
	text-align: center;
}
.cmc-img-galery-2-col img {
	width: 49%;
	margin-bottom: 1%;
}
.cmc-img-galery-2-col img:nth-child(odd) {
	margin-right: 1%;
}
.cmc-img-galery-3-col {
	width: 100%;
	text-align: center;
}
.cmc-img-galery-3-col img {
	width: 32%;
	margin-bottom: 1%;
	margin-right: 1%;
}
.cmc-img-galery-3-col img:nth-child(3n+0) {
	margin-right: 0;
}
/* TWITTER Widget show only the most recent tweet*/
.cmc-twitter-widget .tweet:first-child {
	display: block;
}
.cmc-twitter-widget .tweet {
	display: none;
}
/* TWITTER Widget End*/ 
/* For Taleo iFrame by Charles Whalen */
iframe.taleo, iframe.taleo2, iframe.taleo3 {
	background-color: #FFFFFF;
	border-radius: 6px;
	height: 455px;
	margin-bottom: 30px;
	padding-left: 20px;
	width: 930px;
	overflow-x: hidden;
	overflow-y: scroll;
}
iframe.taleo2 {
	height: 720px;
}
iframe.taleo3 {
	height: 705px;
}
/*iframe.taleo2::-webkit-scrollbar {
 display: none;
}*/
iframe.taleo, iframe.taleo2, iframe.taleo3 {
	overflow-y: scroll;
}

/*** Magnific Gallery - Using [cmcc_gallery] shortcode  ***/

/* Image thumbnail list (thumbnail mode) */
.cmcc-magnific-gallery.gallery-mode-thumbnails ul{
  float: left;
}
#container .cmcc-magnific-gallery.gallery-columns-0.gallery-mode-thumbnails ul{
  margin-left: -7px; /* Negative equivalent of ".cmcc-magnific-gallery ul li" margin left value */
}
#container .cmcc-magnific-gallery.gallery-mode-thumbnails ul li{
  float: left;
  margin: 4px 0 0 7px;
  list-style: none;
}
#container .cmcc-magnific-gallery.gallery-columns-0.gallery-mode-thumbnails ul li{
  float: none;
  display: inline-block;
}
#container .cmcc-magnific-gallery.gallery-mode-thumbnails ul li.first{
  clear: both;
  margin-left: 0;
}
.cmcc-magnific-gallery.gallery-mode-thumbnails ul li a{
  display: inline-block;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.cmcc-magnific-gallery.gallery-mode-thumbnails ul li img{
  display: inline-block;
  height: auto;
  width: 115px;
  border: 1px solid #A9A9A9;
  margin-right: 0;
  margin-top: 0;
  padding: 4px;
  background-color: #fff;
}
.cmcc-magnific-gallery.gallery-mode-thumbnails  img:hover{
  background-color: #a9a9a9;
} 

/* Image thumbnail list (slideshow mode) */
.cmcc-magnific-gallery.gallery-mode-slideshow{
  border: 1px solid #A5A5A5;
  margin: 16px 0 0 0;
  height: 200px;
}
#container .cmcc-magnific-gallery.gallery-mode-slideshow ul{
  margin: 0;
}

/* width of slideshow for regular museum pages */
#container   .cmcc-magnific-gallery.gallery-mode-slideshow ul li{
  width: 510px;
}

/* width of slideshow for custom museum pages */
#container  #cmcc-cpt-content .cmcc-magnific-gallery.gallery-mode-slideshow ul li{
  width: 680px;
}

/* width of slideshow for mobile*/
@media (max-width: 500px) {
	#container   .cmcc-magnific-gallery.gallery-mode-slideshow ul li{
	  width: 340px;
	}
	#container   #cmcc-cpt-content .cmcc-magnific-gallery.gallery-mode-slideshow ul li{
	  width: 340px;
	}
}


#container  .cmcc-magnific-gallery.gallery-mode-slideshow ul li{
  height: 200px;
  line-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}
.cmcc-magnific-gallery.gallery-mode-slideshow img{
  max-height: 200px;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
}

/* Slideshow mode (Jcarousel) */
.cmcc-magnific-gallery.gallery-mode-slideshow {
  position: relative;
  overflow: hidden;
}
.cmcc-magnific-gallery.gallery-mode-slideshow ul {
  position: relative;
  width: 20000em;   
}
#container .cmcc-magnific-gallery.gallery-mode-slideshow li {
  float: left;
  display: block;
  text-align: center;
  z-index: 98;
  position: relative;
}
.cmcc-magnific-gallery .slideshow-control{
    width: 0; 
    height: 0; 
    border-style: solid;
    content: "";
    display: block;
    z-index: 98;
    position: absolute;
}
.cmcc-magnific-gallery .slideshow-control-prev{
  left: 6px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent; 
  border-right:16px solid #33578C;
}
.cmcc-magnific-gallery .slideshow-control-next{
  right: 6px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #33578C;
}

/* Magnific Popup */
.cmcc-mfp-gallery-popup{
  margin-top: 70px;
  padding-bottom: 0;
  padding-top: 0;
}
.cmcc-mfp-gallery-popup .mfp-close{
  width: auto;
  right: 6px;
  color: #333;
}
.cmcc-mfp-gallery-popup .mfp-bottom-bar{
  width: 100%;
  /*border-radius: 10px;*/
  margin-top: -38px;
  background: none repeat scroll 0 0 #808284;
}
.cmcc-mfp-gallery-popup .mfp-title{
  padding: 10px 40px;
}
.cmcc-mfp-gallery-popup .mfp-counter{
  position: relative;
  padding: 0 40px 10px 40px;
}
.cmcc-mfp-gallery-popup h1{
  margin: 0 0 4px 0;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
.cmcc-mfp-gallery-popup .credit{
  margin-top: 6px;
}


/*** Edited Blockbuster Styles - Need to integrate with final TP1 CSS - Ken Chase May 22 - 2014 ***/



.carousel-outerwrap {
	background: transparent;
	margin-bottom: 20px;
}
.carousel-wrap, 
.carousel-wrap .jCarousel {
	height: 364px;
}
.carousel-wrap .jCarousel ul {
	height: 100%;
}
.carousel-wrap .jCarousel li {
	height: 364px;
}
.carousel-wrap .prev, .carousel-wrap .next {
	background-color: transparent;
	height: 40px;
	top: auto;
	bottom: 0;
	width: 40px;
	margin-top: 0;
	border: none;
	border-radius: 0;
	
}
.carousel-wrap .prev:after,
.carousel-wrap .next:after {
  bottom: 0;
}
.carousel-wrap button{
    display: block;
}
.jcarousel-pagination  {
    display: none;
}
  

/*** New Blockbuster Styles  ***/

/* Carousel Title */

#carousel li{
  display: none;
}
#carousel li:first-child{
  display: block;
}

.gallery-media-title-wrap{
    display: none;
    width: 100%;
  	position: absolute;
	bottom: 0;
	height: 40px;
  	line-height: 40px;
    background-color:rgba(0,0,0,0.9);
}
.carousel-wrap:hover .gallery-media-title-wrap{
   display: inline-block;
}
.carousel-wrap:hover button{
   display: block;
}
.gallery-media-title{
    display: block;
	padding: 0 50px 0 50px;
	color: #fff;
	font-weight: bold;
    vertical-align: middle;
}
.carousel-wrap .gallery-media-title a span{
	font-size: 120%;
	padding: 0 0 0 4px;
} 
.carousel-wrap button{
   display: none;
}
.carousel-wrap:hover button{
   display: block;
}
.gallery-media-title a{
    display: inline-block;
    color: #fff;
}
.gallery-media-title a:hover{
    color: #999;
}

/*** Video Overlay ***/

.video-item{
    position: relative;
}
.video-item  .video-overlay{
    position: absolute;
    height: 324px;
    width: 960px;
    top: 0;
    left: 0;
    z-index: 20;
    background: url("../images/video_playbutton_overlay.png") no-repeat center center;
    background-size: contain;
}
.video-item  .video-overlay a{
    display: block;
	height: 100%;
    width: 960px;
	text-indent: -9999px;
}

/*** Video Player ***/
.video-item  .carousel-video{
    display: none;
	height: auto;
}
.video-item  .carousel-video video{
    width: 100%;
	height: auto;
}

/*** Styles for when video is active in carousel ***/

.carousel-wrap-video, 
.carousel-wrap-video .jCarousel{
    height: auto;
}
.carousel-wrap-video .jCarousel{
    min-height: 0!important;
}
.carousel-wrap-video .jCarousel ul{
    position: relative;
	height: 100%;
}
.carousel-wrap-video .jCarousel li{
    height: auto;    
}
.carousel-wrap-video .gallery-media-title-wrap{
	display: inline-block;
	position: relative;
}
.carousel-wrap-video a.close-video{
    float: right;
	height: 40px;
	width: 60px;
	background: url("../images/x-button.png") no-repeat right center;
	color: #E1261C;
	text-indent: -9999px;
}

#home-ticket-mobile{
	display:none;
}

.item.active{
                font-size:2em;
                font-weight:bold;
                margin-top:90px;
                margin-bottom:70px;
                text-align:center;
}










