@charset "UTF-8";
@import url(fonts/AntiqueOlive/antiqueolive.css);

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
.left { float: left; }
.right { float: right; }
.center {
	position: relative;
	margin: 0 auto;
}
.clear { clear: both; }
img {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.mainColumn {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 1660px;
}
.fullColumn {
	width: 100%;
}
.smallColumn {
	position: relative;
	width: 15%;
	padding: 0 15px;
}
.smallColumnSpacer {
	margin-left: 15%;
}
.mediumColumn {
	position: relative;
	width: 30%;
	padding: 0 15px;
}
.bigColumn {
	position: relative;
	width: 70%;
	padding: 0 15px;
}
.halfColumn {
	position: relative;
	width: 49%;
	padding: 0;
}
.noPadding { padding: 0}
.noPaddingTop { padding-top: 0}
.noPaddingBottom { padding-bottom: 0}
.noPaddingLeft { padding-left: 0}
.noPaddingRight { padding-right: 0}

.thinPadding { padding: 10px }
.thinPaddingTop { padding-top: 10px }
.thinPaddingBottom { padding-bottom: 10px }
.thinPaddingLeft { padding-left: 10px }
.thinPaddingRight { padding-right: 10px }

.smallPadding { padding: 20px }
.smallPaddingTop { padding-top: 20px }
.smallPaddingBottom { padding-bottom: 20px }
.smallPaddingLeft { padding-left: 20px }
.smallPaddingRight { padding-right: 20px }

.mediumPadding { padding: 15px }
.mediumPaddingTop { padding-top: 15px }
.mediumPaddingBottom { padding-bottom: 15px }
.mediumPaddingLeft { padding-left: 15px }
.mediumPaddingRight { padding-right: 15px }

.bigPadding { padding: 25px }
.bigPaddingTop { padding-top: 25px }
.bigPaddingBottom { padding-bottom: 25px }
.bigPaddingLeft { padding-left: 25px }
.bigPaddingRight { padding-right: 25px }

.noMargin { margin: 0}
.noMarginTop { margin-top: 0}
.noMarginBottom { margin-bottom: 0}
.noMarginLeft { margin-left: 0}
.noMarginRight { margin-right: 0}

.thinMargin { margin: 10px }
.thinMarginTop { margin-top: 10px }
.thinMarginBottom { margin-bottom: 10px }
.thinMarginLeft { margin-left: 10px }
.thinMarginRight { margin-right: 10px }

.smallMargin { margin: 20px }
.smallMarginTop { margin-top: 20px }
.smallMarginBottom { margin-bottom: 20px }
.smallMarginLeft { margin-left: 20px }
.smallMarginRight { margin-right: 20px }

.mediumMargin { margin: 15px }
.mediumMarginTop { margin-top: 15px }
.mediumMarginBottom { margin-bottom: 15px }
.mediumMarginLeft { margin-left: 15px }
.mediumMarginRight { margin-right: 15px }

.bigMargin { margin: 25px }
.bigMarginTop { margin-top: 25px }
.bigMarginBottom { margin-bottom: 25px }
.bigMarginLeft { margin-left: 25px }
.bigMarginRight { margin-right: 25px }

body {
	font-size: 16px;
	line-height: 20px;
	font-family: 'AntiqueOlive', sans-serif;
}
.smallCaps {
	text-transform: uppercase;
	font-size: 0.75em;
}
.fullJustify {
	text-align: justify;
}
.fullJustify:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.fullJustify span {
	display: inline-block;
}

a:link, a:active, a:hover, a:visited, .exLink, .link {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.no-touch a:hover {
	color:#EC1B24;
	/*border-bottom: 2px solid #000;*/
} 
#topBar {
	position: fixed;
	z-index: 10;
	top: 0;
	width: inherit;
	height: 35px;
}
#topBarContent {
	position: relative;
	line-height: 60px;
	font-size: 60px;
	z-index: 2;
	padding: 0 50px;
}
.dateTitle {
	line-height: 0px;
	font-size: 60px;
	padding: 30px;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}
#topBarContent span,.dateTitle span {
	display: inline-block;
}
#topBarWrapper {
}
#topBarMenu {
	position: fixed;
	left: 0;
	top:35px;
	width: 100%;
	background: black;
	display: none;
	color: white;
}
#topBarMenu ul:first-child {
	border-right: 1px dotted white;
	width: 240px;
	margin-right: 0px;
}
#topBarMenu ul {
	padding: 35px 0;
	border-left: 1px dotted white;
	margin-right: 10px;
	min-height: 260px;
	width: 220px;
}
#topBarMenu li {
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
}
#topBarMenu li a {
	display: block;
	padding-left: 10px;
	color: #fff;
}


#footer {
	padding: 20px 0;
	width: 100%;
	position: relative;
	z-index: 100
}
hr {
	width: 100%;
	border: 0;
	height: 0;
	border-bottom: 40px dotted black;
}

.noMargin { margin: 0}
.noMarginTop { margin-top: 0}
.noMarginBottom { margin-bottom: 0}
.noMarginLeft { margin-left: 0}
.noMarginRight { margin-right: 0}

.categoryFilter li {
	list-style: none;
	width: 100$;
	border: 2px solid black;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}
.categoryFilter li.current {
	background: black;
	color: white;
}


.listExhibitImage {
	height: 300px;
	width: 470px;
	background-size: cover;
	background-position: center center;
}
.listExhibitContent {
	padding-top: 10px;
}
.exhibitWrapper {
	position: relative;
	margin-bottom: 10px;
	min-height: 500px;
}
.listExhibitTitle {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

#exhibitsList {margin-left: 0; width: 960px;}
.pageLabel,.exhibitTitleWrapper { 
	font-size: 18px;
	line-height: 22px;
	margin: 30px 0 10px 10px;
	padding: 10px;
	background: white;
}

.pageContent,.exhibitContent,.pagePreview{
	padding: 10px;
	background: white;
	margin-bottom: 30px;
}

.exhibitTitle,.exhibitCycle,.pagePreviewTitle {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.exhibitDetails {
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 5px;
}
.exhibitDate {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 22px;
}
.pagePreviewImage {
	width: 100%;
	margin-bottom: 10px;
}
.pagePreviewDetails {
	font-size: 13px;
	line-height: 20px;
}
.pagePreview {
	border: 1px solid black;
	background: #F2F2F2;
	padding:10px;
}
.pagePreview a {
	
}
/*
.mainTitleGrp {
	margin-top: 10px;
	position: relative;
	width: 100%;
	display: block;
}
a.mainTitleGrp:hover {
	text-decoration: none;
}
.mainTitleBkg {
	position: absolute;
	top: 60px;
	left: 30px;
	bottom: 30px;
	right: 10px;
	background: center repeat-y url('files/bkg_points01.png');
	background-size: 100%;
	z-index: -1;
}
.mainTitleTxt {
	line-height: 0.78em;
	text-align: center;
	font-weight: 300;
}*/
#mainMenuGrp {
	position: fixed;
	top: 12px;
	width: inherit;
	padding-right: 20px;
	z-index: 20;
}
#logoGrp {
	position: fixed;
	top: 52px;
	width: inherit;
	padding-right: 30px;
}
#mainMenu {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	list-style: none;
	float: right;
}

.mainTitleGrp {
	margin-top: 0px;
	position: relative;
	width: 100%;
	display: block;
}
.mainTitleCaption {
	font-size: 60px;
	line-height: 25px;
	text-align: center;
	font-weight: 300;
	margin-top: 10px;
}

.stripedBox {
	background-repeat: all;
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='15'><rect x='0' y='8' width='1' height='3'/></svg>");
}
#newsBox {
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 3px;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	min-height: 255px;
}
.articleDate {
	color: #EC1B24;
}
.articleTitle {
	white-space:pre-wrap;
}

.stripeDay {
	position: relative;
	float: left;
	font-size: 80px;
	line-height: 72px;
	color: #EC1B24;
	font-weight: 300;
	width: 7%;
	text-align:center;
}
.stripeDay.right {
	float: right;
	/*text-align: right;*/
}
.stripeContent {
	position: relative;
	float: left;
	width: 86%;
	margin-bottom: -3px;
}
.stripeContent.right {
	float: right;
}
.eventsStripe {
	min-height: 160px;
	border-bottom: 3px solid black;
}
.eventBox {
	position: relative;
	float: left;
	padding: 10px 10px 10px 0;
	width: 33.3%;
	height: 80px;
	border-bottom: 3px solid black;
}
.eventInfo {
	line-height: 15px;
	/*position: relative;
	float: left;
	margin-left: 10px;*/
}
.eventTime {
	color: #EC1B24;
}
.eventTitle {
	text-transform: uppercase;
}
.eventImage {
	width: 80px;
	height: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-right: 5px;
}

.mainContentBox {
	background: #fff;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	min-height: 560px;
	padding: 15px 50px;
}
.eventDate {
	color: #EC1B24;
	font-size: 18px;
}
.coverImage {
	width: 50%
}
.movieInfos {
	font-size: 18px;
	margin: 0 0 30px 50px;
}
.movieText,.pageText {
	margin-top: 30px;
	width: 66%
}
.movieSpecs {
	margin: 30px 0 30px 50px;
}
.pageTitle {
	margin: 0 0 30px 50px;
	font-size: 18px;
}
.movieCategoryTitle {

}
.movieCategoryTitle {
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 3px;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
}
.movieImage {
	position: relative;
	float: left;
	width: 33%;
	min-height: 100px;
}
.movieDetails {
	position: relative;
	float: left;
	width: 66%;
	padding-left: 10px;	
	margin-bottom: 20px;
}
.current a {
	color: #EC1B24;
}
.colored {
	color: #EC1B24;
}
.spacer {
	width: 50px;
	display: inline-block;
}


#mobileMenuToggle {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 20px;
	position: fixed;
	top: 15px;
	left: 5px;
	color: #000;
	text-align: center;
	z-index: 200;
}
#mobileMenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	padding-left: 70px;
	z-index: 150;
}
#mobileMenu li {
	list-style: none;
	padding: 5px 0;
	text-transform: uppercase;
}

#mapOverlay {
	z-index: 10;
	width: 33%;
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.75);
}
.button {
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	margin: 5px auto;
	color: white;
	background: black;
}
.mapOverlayTxt {
	padding:20px;
}

.attachmentsBox {
	margin: 20px 0;
}
.attachmentsTitle {
	font-size: 18px;	
}
.attachmentsList {
	margin-left: 50px;
}
#programBox {
	margin-top:20px;
}