@charset "UTF-8";
@import url(fonts/PxGrotesk/pxgrotesk.css);
@import url(fonts/CentroPecci/stylesheet.css);
@import url(fonts/Merriweather/stylesheet.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: 954px;
}
.fullColumn {
	width: 100%;
}
.smallColumn {
	position: relative;
	width: 18.75%;
	margin-left: 5%;
	padding: 0 15px;
}
.mediumColumn {
	position: relative;
	width: 42.5%;
	margin-left: 5%;
	padding: 0 15px;
}
.bigColumn {
	position: relative;
	width: 66.25%;
	padding: 0 15px;
	margin-left: 5%;
}
.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: 12px;
	line-height: 18px;
	font-family: 'Merriweather', serif;
	/*background: url('res/bkg_120_5.png') center repeat-y;*/
	background: url('res/bkg_106_darker.png') center repeat-y;
}
.smallCaps {
	text-transform: uppercase;
	font-size: 0.75em;
}
.fullJustify {
	text-align: justify;
}
.fullJustify:after {
	content: "";
	display: inline-block;
	width: 100%;
}

a:link, a:active, a:hover, a:visited, .exLink, .link {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.no-touch a:hover {
	text-decoration: underline;
	/*border-bottom: 2px solid #000;*/
} 
@keyframes maskedH1 {
	from {
		-webkit-clip-path: polygon(0% 0%, 0% 0%,0% 100%,0% 100%,0% 0%);
	}
	to {
		-webkit-clip-path: polygon(0% 0%, 100% 0%,100% 100%,0% 100%,0% 0%);
	}
}
h1,.logo {
	font-size: 65px;
	line-height: 57px;
	font-weight: 200;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}
#pageLogoTrenta {
	font-family: 'PxGrotesk';
	font-size: 225px;
	position: absolute;
	line-height: 143px;
	left: -5px;
	letter-spacing: -20px;
	width: 180px;
	height: 180px;
	overflow: hidden;
}
#pageLogoTxt {
	/*margin-left: 190px;*/
	margin-left: 6px;
	width: calc(50%);
}
.logo {
	padding-top: 35px;
	margin-right: -10px;
}
.logo.overMenu {
	color: white;
}
#fixedLogo {
	position: absolute;
	width: 100%;
	top: -80px;
	background: #fff;
	transition: top 0.5s;
	z-index: 50;
	font-size: 25px;
	line-height: 34px;
	border-bottom: 1px solid #666;
}
#topBar.visible #fixedLogo.visible {
	top: 70px;
}
#fixedLogo.visible {
	top: 70px;
}
#fixedLogo a:hover {
	text-decoration: none;
}
h1 span, .logo span{
	display: block;
}
.horizontal h1 {
	width: auto;
}
.horizontal h1 span {
	display: inline;
}
h1 span.masked {
	-webkit-clip-path: polygon(0% 0%, 0% 0%,0% 100%,0% 100%,0% 0%);
	clip-path: polygon(0% 0%, 0% 0%,0% 100%,0 100%,0% 0%);
	animation-name: maskedH1;
	animation-duration: 4s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.spacer {
	height: 100%;
}
.oneColSpacer {
	margin-left: 11.11%;
}
.fourColsSpacer {
	margin-left: 44.44%;
}
.twoColsSpacer {
	margin-left: 22.22%;
}
.oneCol { width: 11.11%; }
.twoCols { width: 22.22%; }
.threeCols { width: 33.33%; }
.fourCols { width: 44.44%; }
.fiveCols { width: 55.55%; }
.sixCols { width: 66.66%; }
.sevenCols { width: 77.77%; }
.eightCols { width: 88.88% }
.nineCols { width: 100%; }
.halfSpace {width: 50%}

.oneCol,
.twoCols,
.threeCols,
.fourCols,
.fiveCols,
.sixCols,
.sevenCols,
.eightCols,
.nineCols,
.halfSpace {
	position: relative;
	padding: 0 8px;
}
.noPadding{
	padding: 0;
}

.threeCols .oneCol { width: 33.33%;}
.threeCols .twoCols { width: 66.66%;}
.threeCols .threeCols { width: 100%;}

.sixCols .twoCols { width: 33.33%;}
.sixCols .threeCols { width: 50%;}
.sixCols .fourCols { width: 66.66%;}
.sixCols .fiveCols { width: 83.33%;}
.sixCols .sixCols { width: 100%;}

.sevenCols .twoCols { width: 28.57%; }
.sevenCols .threeCols { width: 42.85%; }
.sevenCols .fourCols { width: 57.14%; }
.sevenCols .fiveCols { width: 71.42%; }
.sevenCols .sixCols { width: 85.71%; }
.sevenCols .sevenCols { width: 100%; }





.pecci {
	font-family: 'pecci',Helvetica,sans-serif;
	text-transform: uppercase;
}
.sans {
	font-family: 'PxGrotesk',Helvetica,sans-serif;
}
.serif {
	font-family: 'Merriweather',Georgia,serif;
}
.light {
	font-weight: 200;
}
.thin {
	font-weight: 100;
}
#topBar {
	width: 100%;
	height: 70px;
}
#topBar {
	position: fixed;
	z-index: 100;
	top: -70px;
	transition: top 0.5s;
}
#topBar.visible {
	top: 0;
}
#topBar.fixed .secondaryMenu {
	/*display: none;*/

}
.topBarContent {
	position: relative;
	line-height: 35px;
	height: 35px;
	width: 100%;
	z-index: 100;
	height: 35px;
	background: #fff;
	border-bottom: 1px solid #666;
}
.topBarMenu {
	height: 35px;
	list-style: none;
}
.topBarMenu li {
	position: relative;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}
.topBarMenu li.highlight {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.topBarMenu li a {
	/*padding: 0 10px;
	display: inline-block;*/
	display: inline-block;
	line-height: 30px;
	width: 100%;
}
.no-touch .topBarMenu li a:hover, .topBarMenu li a.current {
	text-decoration: none;
	border-bottom: 2px solid black;
}

.topBarMenu li.highlight a {
	padding: 0 20px;
}
.topBarMenu.secondaryMenu,.topBarMenu.secondaryMenu a {
	color: #999;
}
.topBarMenu li.languageBtn {
	padding: 0 5px;
}
.topBarMenu li.languageBtn a {
	padding: 0;
	width: auto;
}

.topBarMenu li:last-child {
	/*border-left: 1px solid #666;*/
	text-align: right;
}
.topBarMenu ul {
	position: absolute;
	top:35px;
	padding: 5px 0;
	background: white;
	display: none;
	transition: all 0.5s;
}
.no-touch .topBarMenu>li:hover>a {
	border-bottom: 2px solid black;
}
.no-touch .topBarMenu>li.languageBtn:hover>a {
	border-bottom: 0;
}
.no-touch .topBarMenu ul a:hover {
	text-decoration: underline;
	border-bottom: 0;
}

.topBarMenu>li:hover>ul {
	display: block;
}
.topBarMenu ul li {
	display: block;
	line-height: 25px;
}
.topBarMenu ul li a {
	line-height: 25px;
}
.searchBtn {
	text-align: right;
}


/*
#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;
}
#searchBtn:hover {
	color: #000;
}
*/
#header {
	padding-top: 100px;
	height: 300px;
	z-index: 2;
}
#header.horizontal {
	padding-top: 80px;
	height: 150px;
}
#menuBtn,.searchBtn,#mobileLanguageBtn {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 34px;
	cursor: pointer;
}

#headerCalendar,
#headerToday {
	height: 170px;
	font-size: 13px;
	line-height: 18px;
}
#headerCalendar {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	line-height: 19px;
}
#headerCalendar thead th {
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	color: black;
}
#headerCalendar th:first-child {
	text-align: left;
	padding-top: 2px;
}
#headerCalendar thead tr:first-child {
}
#headerCalendar td {
	border-bottom: 1px solid #000;
	color: #999;
}
#headerCalendar td.currentDay {
	border-bottom: 2px solid #000;
	line-height: 18px;
	color: #000;
}
#headerCalendar tfoot td {
	padding-top: 12px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 0;
	color: #000;
}

#headerToday {

}
#headerToday .icon-clock2 {
	font-size: 20px;
	line-height: 40px;
}
#headerEvents {
	width: 100%;
	overflow: hidden;
}
#headerEventsTitle {
	font-weight: bold;
}
.headerEvent a {
	font-weight: bold;
	text-decoration: underline;
}
.headerEvent {
	margin-left: 0;
}
.showcaseTagsStripe {
	margin: 13px 0;
}
.showcaseTagsStripe .tag {
	margin-right: 0;
	margin-left: 10px;
}
.tagsStripe {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tagsStripePlaceholder {
	height: 10px;
}
.tag,.allThemesBtn {
	font-size: 13px;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #666;
	margin: 1px 10px 1px 0;
	display: inline-block;
}
.sidebarBox .tag,.sidebarBox .allThemesBtn {
	text-decoration: none;
}
a.allThemesBtn {
	text-align: right;
	background: black;
	color: white;
	margin-right: 0;
	border: 0;
}
.journalStripe .tag {
	border-color: #333;
}
.no-touch a.tag:hover,#headerTags a.tag:hover,.tag.selected{
	color: white;
	background: black;
	text-decoration: none;
	border-color: black;
}
#headerTags {
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 2;
}
#headerTags .tag {
	border: 0;
	background: white;
}



#listTagsBtn {
	background: #9FC7CB;
	border-left: 1px solid white;
	padding: 0 10px;
	cursor: pointer;
}
#listTagsBtn span {
	padding-right: 10px;
	font-size: 10px;
}

#listTagsStripe {
	display: none;
	position: absolute;
	bottom:35px;
	width: 100%;
	background: #9FC7CB;
}
#listTagsStripe li {
	list-style: none;
}
#showcase {
}
#showcaseWrapper {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 0;
	background: white;
	height: 426px;
	overflow: hidden;
}
#showcaseMask {
	width: 100%;
	height: 426px;
	overflow: visible;
	transition: margin-left 0.5s;
}
#showcaseNav {
	position: absolute;
	bottom: 49px;
}
#showcaseNav li {
	list-style: none;
	position: relative;
	float: left;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #666;
	background: white;
	cursor: pointer;
}
#showcaseNav li.current:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	height: 6px;
	width: 6px;
	background: black;
	border-radius: 50%;
}
.showcaseImage {
	position: relative;
	width: 100%;
	height: 360px;
	background-size: cover;
	background-position: center;
}
.no-touch .showcaseImage:hover .showcaseTitle,
.no-touch .showcaseImage:hover .showcaseSubtitle {
	text-decoration: underline;
}
.showcaseItem {
	/*position: absolute;
	top:0;
	left:0;*/
	position: relative;
	float: left;
	background: white;
	width: 100%;
	display: inline-block;
	height: 406px;
	overflow: hidden;
}


.showcaseItem:first-child {
}
.showcaseTitle {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
.showcaseSubtitle {
	font-size: 30px;
	line-height: 30px;
}
.showcaseTitleGrp {
	position: absolute;
	/*padding: 0px;*/
}

.showcaseTitleGrp.top { top: 20px; }
.showcaseTitleGrp.center { top: 45%; }
.showcaseTitleGrp.bottom { bottom: 20px; }
/*.showcaseTitleGrp.top { top: 20px; }
.showcaseTitleGrp.center { top: 120px; }
.showcaseTitleGrp.bottom { bottom: 20px; }*/
.showcaseTitleGrp.white, .showcaseTitleGrp.white a { color: white; }

.showcaseLabel {
	background: #855D2C;
	display: inline-block;
	padding: 5px 15px;
	position: absolute;
	bottom: 40px;
	left: 240px;
	font-size: 12px;
	line-height: 20px;
}
.showcaseDate {
	font-size: 20px;
	line-height: 28px;
	margin-top: 10px;
	text-transform: uppercase;
}
.showcasePlace {
	position: absolute;
	bottom: 45px;
	left: 720px; /*3 cols*/
	font-size: 25px;
}
.homeSidebar {
	margin-top: 70px;
}
.sidebarBox {
	background: #f5f5f5;/*#e5e5da*/
	margin-bottom: 30px;
}
.sidebarBoxTitle {
	line-height: 19px;
	min-height: 35px;
	font-size: 12px;
	padding: 8px 10px;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	border-bottom: 2px solid white;
}
.sidebarBoxContent {
	padding: 10px 10px;
	border-bottom:2px solid white;
}
.sidebarBoxContent .listItemDetails {
	padding-top: 5px;
}
	
.sidebarBoxContent a {
	text-decoration: underline;
}
.socialIcons a {
	text-align: center;
	display: inline-block;
	font-size: 20px;
	width: 15%;
	text-decoration: none;
}
.newsletter input {
	width: 100%;
	line-height: 24px;
	height: 24px;
	border: 0;
	border-bottom: 1px solid #000;
	padding: 0px 10px;
	margin-bottom: 6px;
	border-radius: 0;
	background: none;
}
.newsletter input:focus {
	background: white;
}
input.newsletterName {
	width: 50%;
}
input.newsletterSurname {
	width: 50%;
}
input[type="checkbox"]{
	width: 16px;
	height: 16px;
	padding: 0;
	display: inline-block;
	border: 1px solid black;
	-webkit-appearance: none;
	background: white; 
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 40px;
	cursor: pointer;
}
input[type="checkbox"]:checked:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: black
}

.newsletterSubmit {
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 13px;
	line-height: 24px;
	padding: 0 10px;
	background: black;
	display: inline-block;
	color: white;
	cursor: pointer;
	margin-top: 10px;
}
.newsletterSubmit.disabled {
	background: gray;
	cursor: not-allowed;
}
.newsletter .biggerForm input:not[type="checkbox"] {
	line-height: 35px;
	height: 35px;
	margin: 10px 0;
}
.biggerForm input.newsletterName,
.biggerForm input.newsletterSurname {
	width: 100%;
}
.biggerForm .newsletterSubmit {
	margin: 10px 0;
}
.homeItems {
	margin-top: 70px;
}
.homeItemImage {
	width: 100%;
	line-height: 0;
}
.listItemImage {
	width: 100%;
	line-height: 0;
	padding-top: 75%;
	background-size: cover;
	background-position: center;
}
.sidebarBox .listItemImage {
	height: 100px;
}
.listItem {
	margin-bottom: 50px;
}
.listItemContent{
	background: white;
	border-bottom: 1px solid #666;
}
.listItemContent.fixedHeight {
	/*height: 450px;*/
	border-bottom: 0;
}
.listItemTitleGrp {
	margin-top: 15px;
	margin-bottom: 15px;
}
.homeItemLabel {
	margin-top: 10px;
}
.listArticle {
	margin-bottom: 40px;
}
.listArticleImage {
	position: relative;
	padding-top: 66%;
	background-size: cover;
	background-position: center center;
}
.lectures .listArticleImage {
	/*padding-top: 100%;*/
}
.largestArticle .listArticleImage {
	padding-top: 35%;
}
.listArticleContent {
	position: relative;
	/*padding: 0 8px;*/
	background: white;
}
.listArticleInfo {
	margin-top: 10px;
}
.lecturesList .listArticleContent, .listArticleContent.colored {
	height: auto;
	background: #A3C6CC;
	padding: 10px;
}
.listArticleTitle {
	padding-top: 10px;
	font-size: 20px;
	line-height: 25px;
}
.lecturesList .listArticleTitle {
	margin-bottom: 10px;
}

.listArticlePreview {
	margin-top: 10px;
}
.articleTitle {
	font-size: 40px;
	line-height: 45px;
}
.articleText {
	margin: 30px 0;
}
.articleDate {
	margin: 10px 0;
}

.bannerWrapper {
	background: black;
}
.listBannerTitle {
	line-height: 50px;
	padding-top: 30px;
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: lowercase;
}
.listBannerSubtitle {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 30px;
	text-align: center;
}
.bannerWrapper,.bannerWrapper a {
	color: #A3C6CC;
}
.sidenote {
	position: absolute;
	left: 100%;
	cursor: pointer;
	z-index: 2
}
.sidenoteToggle {
	font-family: 'PxGrotesk';
	font-size: 12px;
	line-height: 16px;
	width: 20px;
	text-align: center;
	border-top: 1px solid black;
}
.sidenoteContent {
	display: none;
	position: absolute;
	right: 20px;
	top: 0;
	width: 200px;
	background: black;
	color: white;
	font-family: 'PxGrotesk';
	font-size: 12px;
	line-height: 16px;
	padding: 8px;
}
/*small.sidenote {
	font-family: 'PxGrotesk';
	font-size: 12px;
	line-height: 16px;
}*/
#footer {
	padding: 20px 0;
	width: 100%;
	background: #242424;
	color: white;
	font-size: 13px;
	line-height: 18px;
}
#footer a {
	color: white;
}
#footer hr {
	background: white;
}
hr {
	width: 100%;
	border: 0;
	height: 1px;
	background: #666;
}

.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;
}

.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;
}

.pageLabel,.exhibitTitleWrapper { 
	font-size: 18px;
	line-height: 22px;
	margin: 30px 0 10px 10px;
	padding: 10px;
	background: white;
}

.pageContent,.exhibitContent {
	background: white;
	margin-bottom: 30px;
}
.exhibitTitle,.exhibitCycle {
	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;
}


.journalStripe {
	background: #A3C6CC;
}
.journalStripeTitle {
	height: 35px;
	line-height: 33px;
	font-size: 13px;
	border-bottom: 1px solid #333;
}
.squareButton {
	border: 1px solid #000;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin-top: 9px;
}
.no-touch a.squareButton:hover {
	text-decoration: none;
}
.journalItem {
	border-right: 1px solid #333;
}
.journalItem:first-child {
	border-left: 1px solid #333;
}
.journalItemImage {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
}
.journalItemContent {
	/*height: 490px;*/
	overflow: hidden;
	padding: 8px;
}
.journalItemFooter {
	padding: 0 8px;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 15px;
}
.journalItem .tagsStripe {
	position: absolute;
	bottom: 0px;
}
/*.journalItem .tagsStripe {
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #333;
}
.journalItem .tagsStripe .tag{
	margin-top: -1px
}*/

.journalItemTitle {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 25px;
	/*min-height: 110px;*/
}
.journalItemPreview {
	margin-top: 10px;
	padding-bottom: 10px;
}
.sidebarBoxImage {
	padding-top: 66%;
	width: 100%;
	margin: 5px 0;
	background-size: cover;
	background-position: center;
}
.dsq-widget-comment {
	font-size: 12px;
	line-height: 16px;
}
.dsq-widget-user {
	display: block;
}
.dsq-widget-item {
	margin: 0 !important;
	padding: 10px 10px;
	font-size: 13px;
	line-height: 18px;
	border-bottom:2px solid white;
}
#journal .dsq-widget-item { border-bottom:2px solid #B7D1D6; }
p.dsq-widget-meta {
	margin-top: 5px !important;
	line-height: 14px;
}
.dsq-widget-comment p {
	display: block !important;
}


.listItemTitle {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
.listItemSubtitle {
	font-size: 24px;
	line-height: 28px;
}
.listItemDetails,.listItemType,.listItemDate {
	font-size: 12px;
	line-height: 16px;
}
.listItemType {
	margin-top: 10px;
}
.listItemType,.listItemDate,.uppercase {
	text-transform: uppercase;
}
.listItemDetails {
	margin-bottom: 10px;
}

.listItemExcerpt, .sidebarBoxContent {
	font-size: 12px;
	line-height: 16px;
}
.searchInput {
	width: 100%;
	padding-right: 20px;
	border: 0;
	display: inline-block;
	line-height: 32px;
	height: 32px;
}
.searchBtn button {
	position: absolute;
	top: 0px;
	right: 8px;
	line-height: 32px;
	background: none;
	border: 0;
	border-radius: 0;
}
input {
	font-family: 'PxGrotesk';
	font-size: 12px;
}



.pagePreview {
	margin-bottom: 30px;
}
.pagePreviewTitle {
	font-size: 24px;
	padding: 10px 0;
	line-height: 30px;
	font-weight: bold;
	background: white;
}
.pagePreviewImage {
	width: 100%;
	padding-top: 66%;
	background-size: cover;
	background-position: center;
}
.pageShowcaseImage {
	width: 100%;
	padding-top: 33%;
	margin: 8px 0;
	background-size: cover;
	background-position: center;
}
.pagePreview a {
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
	display: block;
	width: 100%;
}
.no-touch .pagePreview a:hover {
	border-bottom: 3px solid black;
	padding-bottom: 0px;
	text-decoration: none;
}
.contentMenu,.addedContentTitle {
	line-height: 35px;
	border-bottom: 1px solid #666;
	font-size: 12px;
}
.contentMenu a {
	display: inline-block;
	margin-right: 20px;
	line-height: 34px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
.contentMenu a.right {
	margin-right: 0;
}
.no-touch .contentMenu a:hover, .contentMenu a.current {
	border-bottom: 2px solid black;
	padding-bottom: 0;
	text-decoration: none;
}
.pageText {
	padding-top: 0;
	padding-bottom: 0;
	/*-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 16px;
	column-gap: 16px;*/
}
.mediumGap {
	line-height: 30px;
}

.loadingWheel {
	position: relative;
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 40px;
	color: #999;
}
.icon-loader {
	position: absolute;
	margin-left: -20px;
	animation-name: rotateLoadingWheel;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	transform-origin: 48% 50%;
}
/*.icon-loader:after {
	content: '';
	position: absolute;
	top:50%;
	left: 50%;
	width: 1px;
	height:1px;
	background: black
}*/
@keyframes rotateLoadingWheel {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

#journal,#article,#shortArticle {
	background-color: #B7D1D6;
}
#journal .sidebarBoxTitle, #journal .sidebarBoxContent,
#article .sidebarBoxTitle, #article .sidebarBoxContent {
	border-bottom-color: #B7D1D6;
}
#journal .sidebarBox, #article .sidebarBox {
	background: #82ABB4
}
#journal .listArticleContent {
	background: #B7D1D6
}
#journal .showcaseItem {
	background: #B7D1D6; 
}
#journal .sidebarBoxTitle {
	
}
#pageLogoTrenta.colored,
h1.colored {
	/*color: #B7D1D6;*/
	color:#fff;
}

.loadMoreBtn {
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	clear: both;
	text-transform: lowercase;
	margin-bottom: 20px;
	cursor: pointer;
	text-decoration: underline;
}
.loadMoreBtn:before {
	content: '+ ';
}
.listArtworkAuthor {
	font-weight: bold;
}
.alphabetNav {
	height: 35px;
	border-bottom: 1px solid #666;
}
.alphabetNav span {
	padding: 0 8px;
	display: inline-block;
	line-height: 32px;
	cursor: pointer;
}
.alphabetNav span.current {
	border-bottom: 2px solid black;
}



.searchNav {
	height: 35px;
	line-height: 35px;
}
.searchNav input {
	border: 0;
	line-height: 34px;
	height: 34px;
	font-size: 12px;
	padding: 0 5px;
	width: 100%;
	font-family: 'PxGrotesk';
}
textarea:focus, input:focus, select:focus, button:focus {
    outline: none;
}
.searchNav input[type="text"] {
	padding: 0 5px 0 10px;
}
.searchNav select {
	font-family: 'PxGrotesk';
	background: white;
	width: 100%;
	padding: 5px;
	font-size: 12px;
	line-height: 33px;
	border: 0;
	border-radius: 0;
	height: 34px;
	/*-webkit-appearance: none;*/
}
.searchNav select option {
	background: #fff;
}
.searchNav .nineCols {
	line-height: 0;
}
.searchNav option:first-child {
	color: #999;
}
.searchNav .searchBtnCol {
	text-align: right;
}
.searchNav button {
	font-family: 'PxGrotesk';
	width: 100%;
	line-height: 34px;
	text-align: right;
	border: 0;
	border-radius: 0;
	background: white;
	text-transform: uppercase;
	cursor: pointer;
}

#fullImageCoverPhoto {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 500px;
	background-size: cover;
	background-position: center center;
}
.singleArticleTitle,.singleArticleCategory  {
	font-size: 27px;
	line-height: 35px;
}
.singleArticleCategory {
	font-weight: normal;
}
.singleArticleSubtitle,blockquote {
	font-size: 21px;
	line-height: 28px;
	font-weight: normal;
}
blockquote {
	text-align: left;
	margin: 40px 0;
	border-left: 1px solid #000;
	padding: 10px 20px;
}
.singleArticleText {
	font-size: 15px;
	line-height: 23px;
	background: #B7D1D6;
}
.singleArticleAuthors {
	padding: 10px 0;
}
.inlineImageDescription {
	font-size: 12px;
	line-height: 16px;
}
.contentLabel {
	color: #999;
	font-size: 12px;
	line-height: 34px;
	text-transform: uppercase;
}
.singleArtworkCover {
	text-align: center;
	height: 300px;
	padding: 10px;
}
.singleArtworkCover img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.singleArtworkTitle,.singleArtworkArtist,.singleArtworkYear {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 8px;
	background: white;
}
.singleArtworkText {
	padding: 10px 8px;
	background: white;
	font-size: 17px;
	line-height: 22px;
}
.singleArtworkDetails {
	background: white;
	padding: 10px 0;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
}


.singleContentTitle,
.singleContentSubtitle,
.singleContentDate {
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
}
.singleContentTitle {
	font-weight: bold;
}
.singleContentCycle {
	font-weight: normal;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
}


.singleContentDetails {
	font-size: 14px;
	line-height: 20px;
	/*text-transform: uppercase;*/
	padding-top: 10px;
}
.pageText,
.singleContentText {
	padding: 10px 8px;
	background: white;
	font-size: 17px;
	line-height: 22px;
}
.pageInfos,
.singleContentInfos {
	background: white;
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}

.pageText,.pageInfos {
	padding-top: 0;
	padding-bottom: 0;
}
.listImageDescription,
.listVideoDescription {
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
}
.listTagsMenu {
	padding: 10px 0;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}
.listTagsMenu .tag {
	cursor: pointer;
}
.downloadBoxWrapper {
	position: relative;
	border-top: 1px solid #666;
}
.downloadBox {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #666;
	padding: 8px 0;
}
.downloadBoxIcon {
	position: absolute;
	font-size: 18px;
	line-height: 21px;
	width: 30px;
	text-align: center;
}
.downloadBoxContent {
	padding-left: 30px;
}
.hospitalityBox{
	width: 33.33%;
	padding:10px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
.hospitalityBox .sixCols {
	width: 100%!important;
}
.hospitalityBox .inlineImageDescription,
.hospitalityBox .imageList .mediumGap {
	display: none;
}
.videoPreview,
.listVideoPreview {
	line-height: 0;
	position: relative;
	display: block;
	cursor: pointer;
}
.no-touch a.videoPreview:hover,
.no-touch a.listVideoPreview:hover {
	text-decoration: none;
}/*
.videoPreview:after {
	content:'\e052';
	font-family: 'icomoon';
	width: 100%;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	padding-bottom: 33%;
	left: 0;
	font-size: 40px;
	color: white;
	text-align: center
}*/
.videoPreview:after,
.listVideoPreview:after {
	content: '\e052';
	font-family: 'icomoon';
	width: 100%;
	line-height: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	font-size: 40px;
	color: #fff;
	text-align: center;
}
.listVideoPreview.created:after {
	content: ''
}
/*.twoCols .videoPreview:after { line-height: 180px; }
.threeCols .videoPreview:after { line-height: 240px; }
.fourCols .videoPreview:after { line-height: 340px; }
.fourCols .videoPreview:after { line-height: 540px; }*/

.sponsorPartnerBox {
	position: relative;
	width: 100%;
	padding-top: 100%;
	/*background-color: #fff;*/
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexLabel {
	position: relative;
	height: 35px;
	line-height: 33px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.indexContent {
	padding: 8px 0;
	font-size: 14px;
	line-height: 20px;
}

.no-touch .listItemImage {
	opacity: 0.92;
}
.no-touch .listItemContent:hover .listItemImage {
	opacity: 1;
}

.singleArticleAuthor {
	line-height: 60px;
	height: 60px;
}
.singleArticleAuthorImage {
	position: relative;
	float: left;
	height: 50px;
	width: 50px;
	margin: 5px 10px 5px 0;
	background-size: cover;
	background-position: center center;
	border-radius: 0;
}
.singleArticleAuthorName {

}
.singleArticleDate {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
}
.singleVideoEmbedImage,
.listVideoPreview {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	margin: 8px 0;
}
.singleVideoEmbedImage,
.listVideoPreview {
	margin: 0;
}
/*
.webtvLabel,a.webtvLabel,.webtvLabel a { color: #9FA91F; }
.genericEventLabel,a.genericEventLabel,.genericEventLabel a { color: #9FA91F; }
.libraryEventLabel,a.libraryEventLabel,.libraryEventLabel a { color: #CB4154; }
.cinemaEventLabel,a.cinemaEventLabel,.cinemaEventLabel a { color: #C46110; }
.educationEventLabel,a.educationEventLabel,.educationEventLabel a { color: #781749; }

.exhibitLabel,a.exhibitLabel,.exhibitLabel a { color: #CDA218; }
*/
.dateLabel { color: #999; }

.genericLabel,a.genericLabel,.genericLabel a,
.webtvLabel,a.webtvLabel,.webtvLabel a,
.genericEventLabel,a.genericEventLabel,.genericEventLabel a,
.libraryEventLabel,a.libraryEventLabel,.libraryEventLabel a,
.cinemaEventLabel,a.cinemaEventLabel,.cinemaEventLabel a,
.educationEventLabel,a.educationEventLabel,.educationEventLabel a,
.musicEventLabel,a.musicEventLabel,.musicEventLabel a,
.exhibitLabel,a.exhibitLabel,.exhibitLabel a { color: #CDA218; }
.journalLabel,a.journalLabel,.journalLabel a { color: #628E98; }

#fastEditBtn {
	position: fixed;
	top: -50px;
	right: -50px;
	width: 100px;
	height: 100px;
	border: 1px solid #eee;
	color: #eee;
	background: white;
	padding-top: 40px;
	padding-right: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	z-index: 1000;
}
#fastEditBtn:hover {
	background: black;
	color: white;
	text-decoration: none;
}
.externalArticleText {
	font-size: 11px;
	line-height: 15px;
}


#mobileMenu {
	text-transform: uppercase;
	position: fixed;
	top:-100%;
	left: 57.14%;
	width: 42.85%;
	bottom: 100%;
	background: black;
	overflow-y: scroll;
	z-index: 40;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#mobileMenu.visible {
	top:35px;
	bottom: 0;
}
#mobileMenu ul,#mobileLanguageList ul {
	width: 100%;
	list-style: none;
	padding: 5px;
	border-bottom: 2px solid white;
}
#mobileMenu ul li,#mobileLanguageList ul li {padding: 5px 10px;
	width: 100%;
}
#mobileMenu ul li a, #mobileLanguageList ul li a {
	color: white;
}
#mobileMenu ul li a.current,#mobileLanguageList ul li a.current {
	border-bottom: 2px solid white;
}

#mobileLanguageList {
	text-transform: uppercase;
	position: fixed;
	top:-100px;
	right: 0;
	width: 14.28%;
	background: black;
	z-index: 45;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
}
#mobileLanguageList.visible {
	top:35px;
}


.showArticlesCycleBtn {
	position: absolute;
	top:-6px;
	background: white;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #666;
	background: white;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
	font-size: 10px;
}
.articleCycleTxt {
	padding-top: 30px;
	font-size: 12px;
	line-height: 16px;
	display: none;
}
.videoPreviewWrapper {
	line-height: 0;
}
.credits,#footer .credits a {
	color: #999;
}
#footer .contentLabel {
	color: white;
}
#floatingMenu.fixed {
	position: fixed;
	top: 34px;
	z-index: 30;
	background: white;
}
#floatingMenuGhost {
	height: 36px;
	width: 100%;
}
.hidden {
	visibility: hidden;
}


#cookiesPolicy {
	border-top: 1px solid black;
	position: fixed;
	bottom: 0;
	z-index: 10000;
	background: rgba(255,255,255,.9);
	width: 100%;
	display: none;
	font-family: 'PxGrotesk', sans-serif;
}
#cookiesPolicyBtn {
	color: white;
	background: black;
	width:200px;
	padding: 2px 10px;
	margin:15px auto 0 auto;
	text-align: center;
	cursor: pointer;
	font-family: 'PxGrotesk', sans-serif;
}
.pageText ul {
	margin-left: 20px;
}