/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color:black;
	overflow-x:hidden;
}
.navbar {
	margin-bottom:0px;
	padding-bottom:0px;
	border-radius:0px;
}
/* FRONT PAGE */
.item {
    float: left;
    position: relative;
    line-height: 1em;
}
.grid-sizer { width: 20%; }
.item { width: 20%; }
@media screen and (max-width: 1224px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 33.33%; }
  .item { width: 33.33%; }
}

@media screen and (max-width: 720px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 50%; }
  .item { width: 50%; }
}

@media screen and (max-width: 480px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 100%; }
  .item { width: 100%; }
}
.image{
    max-width: 100%;
    margin: 0;
    display: block;
}
.image:after {
    clear:both;
}

/* ABOUT */
.about {
	margin-top: 15px;
	width:100%;
}
.abouttext {
	
  	font-size: 13px;
  	line-height: 140%;
  	text-align: justify;
	max-width: 680px;
}


/* CURATORIAL */
.curatorialtext {
	margin-top: 10px;
  	font-size: 13px;
	text-align:justify;
	line-height: 140%;
	max-width:720px;
}
.curatorialimages {
	font-size:15px;
	margin-top:20px;
}
.curatorialimages img {
	margin-top:15px;
	margin-bottom:30px;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.heading {
	font-size:17px;
	font-weight:400;
	font-weight:bold;
}

/* LECTURES */
#lecturevideo {
	margin-top:15px;
	margin-bottom:30px;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

/* CRITICISM */
.item3 {
  	width: 280px;
	box-sizing: border-box; 
	border: 1px solid  #F2F2F2;
  	border-radius: 5px;
	margin-bottom: 20px;
	background:white;
}
.item3 img {
	width:260px;
	margin:10px;
}
.criticismtext {
	font-size: 13px;
	text-align:justify;
	padding-bottom:10px;
	line-height:115%;
	width:240px;
	margin:auto;
	font-weight:300;
}
.item3:hover {
  	border: 1px solid #C1C1C1;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	border-radius: 5px;
  	color:#424242;
}

/* CRITICISM ESSAYS */
.criticism {
	margin-left: 0px;
	margin-top: 10px;
}
.criticismtitle {
	font-size:20px;
	font-weight:bold;
}
.criticismsubtitle {
	font-size:15px;
	padding-bottom: 10px;
	font-weight:bold;
	padding-bottom:30px;
}
.criticismbody {
	font-size: 14px;
	line-height: 140%;
  	text-align: justify;
	padding-bottom: 10px;
}
.criticismbody img {
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#quote {
  	width:85%;
  	text-align:justify;
 	margin:auto;
}
.notes {
  	font-size: 10px;
  	font-height:70%;
}
.criticismsmall {
	font-size:10px;
	line-height:300%;
	padding-top:95px;
}
.criticismsmall2 {
	font-size:10px;
	line-height:300%;
	padding-top:35px;
}
.criticismsmall img {
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.criticismsmall2 img {
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
a:link { text-decoration: none; color:black; !important}
a:hover { text-decoration: none; color:#1abc9c; !important}
a:visited { text-decoration: none; color: black; !important}
a:active { text-decoration: none; color:black; !important}

/* EXHIBITIONS */

.exhibition {
	margin-bottom: 10px;
}
.exhibitions {
	margin-top:15px;
	margin-bottom:10px;
}
.exhibitiontitle {
	font-size: 18px;
	font-weight:bold;
	line-height:120%;
}
.exhibitiontext{
	font-size: 16px;
  	line-height: 150%;
	font-weight:400;
	margin-bottom:20px;
	margin-top:5px;
}
.exhibitionheading {
	font-size: 20px;
	letter-spacing:1px;
	line-height:150%;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:20px;
}
.exhibitionsummary {
	font-size: 13px;
	line-height: 140%;
  	text-align: justify;
	padding-bottom: 10px;
}
#adv-custom-caption {
	font-size: 13px;
	font-style: italic;
	margin-bottom:15px;
}
.prevControl, .nextControl { 
	cursor: pointer; 
	font-size: 14px;
	text-align:center; 
}

/* prev / next links */
.cycle-prev, .cycle-next { 
	position: absolute; 
	top: 0;
	width: 35px; 
	margin:0;  
	opacity: 0.4;
    filter: alpha(opacity=40); 
	z-index: 800; 
	height: 100%; 
	cursor: pointer;
	display: block; 
}
.cycle-prev { 
	left: 0;  background:  url(../images/buttons/direction_nav_prev.png) 50% 50% no-repeat;
}
.cycle-next { 	
	right: 0; background:  url(../images/buttons/direction_nav_next.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { 
	opacity: 1.0; 
	filter: alpha(opacity=100) 
}

/* EDITOR */
.editorimage {
	line-height:300%;
	padding-top:5px;
	padding-bottom:5px;
}
@media screen and (max-width: 760px) {
  .editorimage {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	padding-bottom: 20px;
  	width: 50%;
  }
}
#editor {
	padding-top:20px;
	margin:auto;
}

/*PRESS*/
.presstext {
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height:140%;
}
img#press{
	max-width:200px;
	margin-bottom:8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.pressimage {
	max-height: 37px;
	padding-top: 5px;
	padding-left: 5px;
	white-space:nowrap;
	display: inline;
}
.pressimage2 {
	max-height: 27px;
	padding-top: 5px;
	padding-left: 5px;
	white-space:nowrap;
	display: inline;
}
.pressimage3 {
	max-height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	white-space:nowrap;
	display: inline;
}

/* VIDEOS */
.responsive-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
}
.responsive-container iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; 
}