/* 
Timeline
An interface for the Australian Prints + Printmaking collection
Created by Ben Ennis Butler: @beneb, beneb.com 
August - October 2015
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700);

body {
	background: #f4f4f4;
	font-family: 'Roboto', sans-serif;
	color:#424242;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em
}
a, a:visited {
	color:#607D8B;
	cursor: pointer;
}
a:hover {
	color:#90A4AE;
	transition: all .2s linear;
}

.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding {
	padding-left:0;
	padding-right: 0;
}
.capitals {
	text-transform: capitalize;
}

/*labels*/
.label {
    font-size: .9em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.label-works {
	background-color: #03A9F4;	
}
.label-exhibitions {
	background-color: #689F38;	
}
.label-galleries {
	background-color: #00796B;
}
.label-references {
	background-color: #673AB7;
}
.link-works {
	color: #03A9F4;	
}
.link-exhibitions {
	color: #689F38;	
}
.link-galleries {
	color: #00796B;
}
.link-references {
	color: #673AB7;
}
.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

.ng-move,
.ng-enter,
.ng-leave {
  -webkit-transition:all linear 0.5s;
  transition:all linear 0.5s;
}


/*Entity header at top of page*/
header.entityHeader {
	height: 60px; /*contentWrapper must be the same*/
	background: #fff;
	border-bottom: 1px solid #B6B6B6;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #ccc;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	padding: 0px 0px 8px 0px;
	z-index: 8;
}
@media (max-width: 1220px) and (min-width: 992px) {
	header.entityHeader {
		height: 80px;
	}
}
header.entityHeader h1 {
	text-transform: capitalize;
	margin-bottom: 5px;
	display: inline-block;
	white-space: nowrap;
}
header.entityHeader .meta {}
header.entityHeader .entityImg {
	height: auto;
}
header.entityHeader .primaryImage {
	height: 60px;
	width:40px;
}
header.entityHeader .primaryImage img {
	width: 100%;
}

/*@media (max-width: 1220px) and (min-width: 992px) {
	
}*/


header h1 a, header h1 a:visited {
	color:#424242;
}
header h1 a:hover {
	color:#777;
}
header h1, header h2, header h3 {
	margin: 0;
	font-size: 1.55em;
}
header.entityHeader h2 {
	text-transform: capitalize;
}
header h2 a, header h2 a:visited {
	color:#424242;
}
header h2 a:hover {
	color:#777;
}


header h3 a, header h3 a:visited {
	color:#777;
}
header h3 a:hover, header h3 a small:hover {
	color:#424242;
}
header.entityHeader .meta h4 {
	display: inline-block;
	color: #777;
	font-size: 1em;
	margin: 0px;
}


.artistDeets {
	transition: 0.5s linear all;
	opacity: 1;
}
.artistDeets.ng-hide {
	opacity: 0;
}
.artistDeets h4 .death::after {
	content:"\00b7";
	padding-left: 5px;
}

header .filters {
	text-align: right;
}
header.entityHeader ul {
	margin-top: 1.4em;
} 
/*header filters*/
header.entityHeader ul li {
	display: inline;
	padding: 0 0 0 5px;
	/*border: 1px solid transparent;*/
	margin: 3px 0;
	background:transparent;
	line-height: 2.7em;
	font-size: .9em;
	opacity: 1;
}

header.entityHeader ul li:hover {
}


header.entityHeader a span.glyphicon-new-window  {
	display: none;
	font-size: 60%;
	padding-left: 5px;
}
header.entityHeader a span.glyphicon-new-window.title  {
	display: inline-block;
	font-size: 60%;
	padding-left: 5px;
	color: transparent;
}

header.entityHeader a:hover span.glyphicon-new-window {
	display: inline-block!important;
	transition: display .2s linear;	
}
header.entityHeader a:hover span.glyphicon-new-window.title {
	display: inline-block!important;
	transition: display .2s linear;
	color: #777;
}
.contentWrapper {
	padding-top: 60px
}
@media (max-width: 1220px) and (min-width: 992px) {
	header.entityHeader {
		height: 60px;
	}
	header.entityHeader ul {
		margin: 10px 0 0 0;
		column-width:50px;
		column-count: 2;
		page-break-inside: avoid;

	}
	header.entityHeader ul li {
		display: inline-block;
		padding: 5px;
		border: none;
		margin: 0;
		line-height: 0em;
		font-size: .9em;
	}
	header.entityHeader ul li:hover {
		background: transparent!important;
		color:inherit;
	}
}

@media (max-width: 768px) {
	header.entityHeader {
		position: initial;
		height: auto;
		overflow: auto;
	}
	header.entityHeader .primaryImage {
		display: none;
	}
	header .filters {
		text-align: left;
	}
	header.entityHeader .meta h4 {
		margin: 0px;
	}
	header.entityHeader ul {
		margin-top: 5px;
		page-break-inside: avoid;
	}

	header.entityHeader ul li {
		display: inline;
		padding: 0 5px 0 0;
		border: none;
		margin: 5px 0;
		line-height: 0em;
		font-size: .9em;
	}
	header.entityHeader ul li:last-of-type {
		padding-right: 0;
	}
	header.entityHeader ul li:hover {
		background: transparent!important;
		color:inherit;
	}
	.contentWrapper {
		padding-top: 0px;
	}

}


/*year blobs*/
.yearBlobs {
	border-bottom: 1px dotted #CFD8DC;
}

.yearBlobs .blobRow, .yearBlobs .galExhRow {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.yearBlobs section {
	padding-top: 7px;
}
.yearBlobs .blobRow.noRecords, .yearBlobs.noRecords {
	height: 5px;
	margin-top: 1px !important;
	border-bottom: 0px!important;
}
.yearBlobs.last, .yearBlobs.noRecords.last {
	border-bottom: 1px dotted #CFD8DC!important;
}
.yearBlobs .blobRow.noRecords .years:after {
	border-left: 2px solid #b0bec5;
	margin: 1px 0;
}
.yearBlobs .blobRow.deathYear .years:after {
	margin: 0 0;
}
.yearBlobs .blobRow.noRecords .years header h2, 
.yearBlobs .blobRow.noRecords .years header {
	display: none;
}
.yearBlobs .blobRow.deathYear .years header, 
.yearBlobs .blobRow.deathYear .years header h2 {
	display: inline-block;
}
.yearBlobs .blobRow.noRecords.deathYear, 
.yearBlobs.noRecords.deathYear {
	height: auto;
	margin-top: 0!important;
}
.yearBlobs .blobRow.noRecords.deathYear {
	border-bottom: 1px dotted #CFD8DC!important;
}
.yearBlobs.noRecords.first, .yearBlobs.noRecords.first .blobRow.noRecords {
	height: auto!important;
	border-bottom: 1px dotted #CFD8DC!important;
}


.yearBlobs .years{
	text-align: center;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;	
	flex: 1; /*Use CSS flex to make this always expand to the right height */
    position:relative;
}

.yearBlobs .years:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px solid #b0bec5;
}

.yearBlobs header {
	margin:0 auto 5px auto;
	text-align: center;
	
}
.yearBlobs header .btn-box {
	background: #b0bec5;
}
.yearBlobs header:hover .glyphicon {
	color: #B6B6B6;
}
.yearBlobs header h2 {
	margin: 0 0 10px 0;
	font-size: .9em;
	display: inline-block;
	background: #b0bec5;
	padding: 5px 8px;
}

.yearBlobs header p {
	display: inline;
	float: right;
	cursor: pointer;
}
.yearBlobs header ul, .yearBlobs header ul li {
	display: inline;
}



.textLabel-works {
	color: #03A9F4;
	border-color: #03A9F4!important;
}
.textLabel-works:hover {
	color: #fff;
	background: #03A9F4;
}

.textLabel-exhibitions {
	color: #689F38;
	border-color: #689F38!important;
}
.textLabel-exhibitions:hover {
	color: #fff;
	background: #689F38!important;	
}
.textLabel-galleries {
	color: #00796B;
	border-color: #00796B!important;
}
.textLabel-galleries:hover {
	color: #fff;
	background: #00796B!important;
}
.textLabel-references {
	color: #673AB7;
	border-color: #673AB7!important;
}
.textLabel-references:hover {
	color: #fff;
	background: #673AB7!important;
}
.warning, .entitySummary a p.warning, .entitySummary:hover a p.warning {
	color: #b0bec5;
	font-size: .9em;
}


/* collapse year blobs with no data associated */
.collapseYear {
	height: 5px;
}
.collapseYear header h2 {
	display: none;
}
.collapseYear .summary {
	display: none;
}


.years.weGotNothing {
	font-size: 0;
	background: transparent;
	padding: 0;
	margin: 0;
}
.years.weGotNothing header h2 {
	display: none;
}
.birthDeath {
	padding-top: 2px;
}
.birthDeath h2 {
	margin-top: 0;
}

.randomArtist {
	padding-bottom: 10px;
	transition: 0.5s linear all;
	opacity: 1;
}
.randomArtist.ng-hide {
	opacity: 0;
}

.yearBlobs .entitySummary {}

 /*summary in years */
.yearBlobs ul.entitySummary {

}
.yearBlobs ul li {
	margin-bottom: 15px;
}
.yearBlobs ul li:last-of-type {
	margin-bottom: 7px;
}

.yearBlobs .summaryBox {
	border: 1px solid transparent;
	border-left: 2px solid;
	background-color: #fff;
	padding: 10px;

	background-image: url(../images/loading-icon.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30%;
	margin-bottom: 0!important;
	overflow: hidden;
}

.yearBlobs .summaryBox.works {
	border-left-color: #03A9F4;
	background-color: #fff;
}
.yearBlobs .summaryBox.exhibitionWorks {
	border-left-color: #03A9F4;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}

.yearBlobs .summaryBox.works:hover {
	cursor: pointer;
	border-color:#03A9F4;
	transition: .2s linear border-color;
}
.yearBlobs .summaryBox.works.visible {
	border-color:#03A9F4;
}

.workNewWindow {
	display: none;
}
.yearBlobs .summaryBox.works:hover .workNewWindow {
	display: inline;
	font-size: 80%;
	color: #607D8B;
	transition: 0.2s linear all;
}

.yearBlobs ul li {
	/*transition: 0.2s linear all;*/
	
}
.yearBlobs ul li .ng-enter-active {
}


/*.yearBlobs ul li .ng-leave {
  transition: 5s linear all;
}
.yearBlobs ul li .ng-leave-active {
}*/

.yearBlobs .summaryBox.exhibitions {
	border-left-color: #689F38;
	background-color: #fff;
	background-image: none;
}
.yearBlobs .summaryBox.exhibitions.visible {
	border-color:#689F38;
}
.yearBlobs .summaryBox.exhibitions:hover {
	cursor: pointer;
	border-color:#689F38;
	transition: .2s linear border-color;
}

.galleryView .yearBlobs .summaryBox.exhibitions:hover {
	cursor: default;
	}

.yearBlobs .summaryBox.references {
	border-left-color: #673AB7;
	background-color: #fff;
	background-image: none;
}
.yearBlobs .summaryBox.references:hover {
	cursor: pointer;
	border-color:#673AB7;
	transition: .2s linear border-color;
}
.yearBlobs .summaryBox.references.visible {
	border-color:#673AB7;
}

.yearBlobs .summaryBox.exhibitions.exhImg .summaryText, .yearBlobs .summaryBox.exhibitions.exhImg .summaryThumb {
	width: 49%;
	float: left;
}
.yearBlobs .summaryBox.exhibitions.exhImg .summaryThumb {
	background-position: right!important;
}
.yearBlobs .worksContainer .summaryBox .summaryThumb {
	min-height: 100px;
	background: center center no-repeat;
	background-size: cover;
	height: 100px;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: contain!important;
}



.workItem.ng-leave.ng-leave-active,
.workItem.ng-move,
.workItem.ng-enter {
  opacity:0;
}

.workItem.ng-leave,
.workItem.ng-move.ng-move-active,
.workItem.ng-enter.ng-enter-active {
  opacity:1;
}

.yearBlobs .noImg {
	/*padding: 10px;*/	
}
.yearBlobs .summaryBox  h2, .yearBlobs .noImg h2,  .inlineThumbCaption h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 0 0;
}
.summaryText h3 {
	color: #a8a8a8;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 10px 0 2px 0;
	text-transform: uppercase;
}
.summaryText h2.byline {
	color: #a8a8a8;
	font-size: 1em;
}




/* plus more box */
.yearBlobs .summaryBox .summaryThumb.plusMore {
	padding: 10px;
	color: #fff;
}
.yearBlobs .summaryBox.works .summaryThumb.plusMore {
	background: #03A9F4;
}
.yearBlobs .summaryBox.exhibitions .summaryThumb.plusMore {
	background: #689F38;
}
.yearBlobs .summaryBox.references .summaryThumb.plusMore {
	background: #673AB7;
}
.yearBlobs .summaryBox .summaryThumb.plusMore:hover {
	background: #ccc;
	color:#000;
	cursor: pointer;
}
.yearBlobs .summaryBox .summaryThumb.plusMore p {
	margin: 0;
}
.btn-box {
	padding: 5px 8px;
	border: 1px solid #fff;
	margin: 3px 0;
	background:transparent;
	line-height: 2.7em;
}
.btn-box.start {
	background: #fff;
border: 1px solid #CFD8DC;
/*padding: 5px 8px;
margin: 0 3px 3px 0;*/
}
.btn-box.start:hover {
	background: #CFD8DC;

cursor: pointer;
transition: all .2s linear;
}
.yearBlobs .summaryBox .summaryThumb.plusMore:hover .btn-box {
	color: #000;
	border-color: #000!important;
}



/*summary footer*/
.yearBlobs .summaryBox footer {
	margin-top: 5px;
	clear: both;
	/*display: none;*/
}

.yearBlobs .summaryBox footer p {
	margin: 0 0;
	/*font-size: .9em;*/

}
.yearBlobs .summaryBox footer p.moreInfo {
	display: none;
}
.yearBlobs .summaryBox:hover footer p.moreInfo {
	display: inline-block;
	float: right;
	color:#ccc;
}

/* EXPANDED DISPLAY */

/*shared styles*/


.itemActive .itemView {
	min-height: 170px;
	
}
.itemActive .itemView.exhItem {
	min-height: 30px;
	padding-top: 0px;
}
.itemActive .summaryBox {
	background-image: none!important;
}
.itemActive .summaryBox footer {
	display: none;
}

.itemActive.ng-hide-add, .itemActive.ng-hide-remove {
	transition: 0.2s linear all;
  
}

.itemActive.ng-hide-add-active,
.itemActive.ng-hide-remove-active {
 	transition: 0.2s linear all;
}

.itemView.ng-hide {
 height: 0;
}

/*meta text*/
.itemView .meta {
	margin-left: 10px;
}
.itemView .meta button.close {
	margin-top: -5px;
}

.itemActive .itemView.exhItem .meta, .itemActive .itemView.refItem .meta {
	margin-left: 0;
}
.itemView .meta h2 {
	margin-top: 0;
/*	font-size: 240%;
*/	margin-right:20px
}
.itemView .meta h3 /*.summaryThumb h3*/ {
	color: #a8a8a8;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 8px 0 0;
	text-transform: uppercase;

}
.itemView .meta h4, .itemView .meta li {
	font-size: 1.1em;
	line-height: 1.2em;
	text-transform: capitalize;
}
.itemView .meta p, itemView .meta footer p {
	font-size: 1.1em;
	line-height: 1.3em;
	text-transform: capitalize;	
}
.noCapitals {
	text-transform: none;	
}
.itemView .meta li {
	margin-bottom: 0;
}
.itemView .meta li p {
	font-size: 100%;
}
.itemView .meta h4 {
	margin: 0;
}
.itemView .meta ul {
	float:none;
}
/*.itemView .meta a:visited {
	color:#558B2F;
}*/
.itemView .meta p.artistExt {
	line-height: 120%!important;
	margin: 4px 0 2px;
}
.itemView .meta a span.glyphicon-new-window, 
.exhWorkItem .summaryThumb a span.glyphicon-new-window  {
	display: none;
	font-size: 80%;
	padding-left: 5px;
}
.itemView .exhInfo .meta h2 a span.glyphicon-new-window, 
.exhWorkItem .summaryThumb h2 a span.glyphicon-new-window {
	font-size: 60%;
}
/*.itemView .meta a.btn-box span.glyphicon-new-window,
.itemView .exhInfo .exhWorkItem .summaryThumb h2 a span.glyphicon-new-window  {
	display: inline-block;
	font-size: 80%;
	padding-left: 5px;
}*/
.itemView .meta a:hover span.glyphicon-new-window,
.exhWorkItem .summaryThumb a:hover span.glyphicon-new-window {
	display: inline-block!important;
	transition: display .2s linear;	
}
/*.exhWorkItem .summaryThumb a {
	color:;
}*/
.itemView .meta .localLink {
	font-size: 80%;
	text-transform: none;
}
 
.itemView .meta .linkOut {
	font-size: 80%;
	text-transform: none;
	margin-bottom: 2px;
}
.itemView .exhInfo .meta .linkOut {
	font-size: 85%;
	margin-bottom: 2px;
}


/* WORKS */
.itemActive .bigWorkContainer {
	background: #fff;
}
.itemActive .summaryThumb {
	display: none;
}



/*.itemActive .gal  {
	display: none!important;
}*/
.summaryThumb p {
	line-height: 1.1em;
	margin-bottom: 3px;
}
.summaryThumb p:first-of-type {
	margin-top: 2px;
}
.bigWorkContainer button.close {
	margin-top: -10px;

}
.itemActive .bigWorkContainer .workImg {
	float: right;
	margin-right: 5px
}
.itemActive .bigWorkContainer img {
	width: 100%;
}


/* INLINE EXHIBITIONS*/
.bigExhibitionContainer {
	background: #fff;
	padding: 20px 0;
	border-top: 2px solid #CFD8DC;
	border-bottom: 2px solid #CFD8DC;
	border-left: 10px solid #689F38
}
.yearBlobs .bigExhibitionContainer section {
	clear: both;
	padding-top: 0px;
}
.yearBlobs .bigExhibitionContainer button.close {
	margin-right: 15px;
	margin-top: -15px;
}
.yearBlobs .bigExhibitionContainer .worksContainer {
	margin-top: -3px;
}
.yearBlobs .bigExhibitionContainer .summaryBox {
	background: none!important; /*hide loading icon*/
}
.yearBlobs .bigExhibitionContainer .summaryBox.works:hover {
	cursor: default;
}

/*.workNewWindow {
	display: none;
}
.yearBlobs .summaryBox.works:hover .workNewWindow {
	display: inline;
	font-size: 80%;
	color: #607D8B;
	transition: 0.2s linear all;
}*/


.yearBlobs .galExhRow .summaryBox {
	background-image: none!important;
}
.yearBlobs .bigExhibitionContainer .summaryBox .summaryThumb.noImg, 
.yearBlobs .galExhRow .summaryBox .summaryThumb.noImg {
	background-image: url(../images/loading-icon.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30%;
	margin-bottom: 0!important;
}
.yearBlobs .bigExhibitionContainer h3.exhWorksHeader {
	margin: 0px 0px 15px 15px;
	font-size: 1.2em;
	display: inline-block;
}
.yearBlobs .bigExhibitionContainer .summaryBox
.exhInfo {
	background: #fff;
}

.meta.active {
	margin-left: 0!important;
}

.entitySummary a:hover {
	text-decoration: none;
}

.entitySummary a:hover p, 
.entitySummary a:hover h2,
.entitySummary a p, 
.entitySummary a h2 {
	color:#424242;
}



.exhWorkItem.ng-leave.ng-leave-active,
.exhWorkItem.ng-move,
.exhWorkItem.ng-enter {
  opacity:0;
}

.exhWorkItem.ng-leave,
.exhWorkItem.ng-move.ng-move-active,
.exhWorkItem.ng-enter.ng-enter-active {
  opacity:1;
}

/*inline works*/
.inlineThumb {
	padding: 0 10px 10px 0;
	/*border:1px solid #ccc;*/
}
.inlineThumb .inlineThumbImg {
	height: 110px;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: contain!important;

}
.inlineThumb .inlineThumbImg.noImg {}
.inlineThumb .inlineThumbCaption {
	margin-top: 10px;
}

/* INLINE REFERENCES */
.itemActive .bigReferenceContainer {
	background: #fff;
}

a.btn-box.textLabel-references {
	text-transform: none;
	text-decoration: none;
	color: #673AB7;
}
a.btn-box.textLabel-references:hover {
	color:#fff;
}


.referenceItem.ng-leave.ng-leave-active,
.referenceItem.ng-move,
.referenceItem.ng-enter {
  opacity:0;
}

.referenceItem.ng-leave,
.referenceItem.ng-move.ng-move-active,
.referenceItem.ng-enter.ng-enter-active {
  opacity:1;
}

footer.globalFooter {
	margin: 20px 0;
	padding: 20px 0;
	font-size: 100%;
	opacity: 0.5;
}
footer.globalFooter:hover {
	opacity: 1;
	transition: opacity .2s linear;	
}
footer.globalFooter ul {
	margin-bottom: 0px;
}
footer.globalFooter ul li {
	display: inline;
	margin-right: 10px;
}

/*GALLERY TEMPLATE*/
.galleryView {}
}

.galExhRow {
	clear: both;
}
.moreGalExhibitions {
	display: none;
}
.moreGalExhibitions:last-of-type {
	display: inline-block;
}

.exhibitionItem.ng-leave.ng-leave-active,
.exhibitionItem.ng-move,
.exhibitionItem.ng-enter {
  opacity:0;
}

.exhibitionItem.ng-leave,
.exhibitionItem.ng-move.ng-move-active,
.exhibitionItem.ng-enter.ng-enter-active {
  opacity:1;
}



/*START PAGE*/
.contentWrapper.start {
	border-bottom: 1px dotted #CFD8DC!important;
}
.contentWrapper.start .row {
	padding-top: 7px;
}
.contentWrapper.start em {
	font-style: italic;
}
.artistCount {
	text-align: center;
}
.topArtists {
	text-align: center;
	margin-top: 20px;
	font-size: 100%;
	text-transform: capitalize;
}


.topArtists .artistsItem {
	background: #fff;
	border:1px solid #CFD8DC;
	padding: 5px 8px;
	margin:0 3px 3px 0;
	display: inline-block;
}
.topArtists .artistsItem a {
	color: #424242;
}
.topArtists .artistsItem span {
	color: #616161;
	font-weight: 400;
	font-size: 85%;
}

.topArtists li:hover {
	background: #CFD8DC;
	color: #fff;
	cursor: pointer;
	transition: all .2s linear;
}
.topArtists li a:hover {
	text-decoration: none;
}

.artistsItem.ng-leave.ng-leave-active,
.artistsItem.ng-move,
.artistsItem.ng-enter {
  opacity:0;
}

.artistsItem.ng-leave,
.artistsItem.ng-move.ng-move-active,
.artistsItem.ng-enter.ng-enter-active {
  opacity:1;
}



@media (max-width: 768px) { 
	.yearBlobs header h2 {
		margin-left: -23px;
	}
	.yearBlobs section .row ul, .birthDeath {
		margin-top: 30px; /*give space for the year heading*/
	}
	header.entityHeader ul {
		width: 88%;
	}
	.yearBlobs header h2.unknown {
		margin-left: -34px;
	}

	.galleryView .yearBlobs .summaryBox.exhibitions {
		margin: 0;
		padding: 0;
	}
	.itemView .meta {
		margin: 0 5px;
		padding: 5px;
	}
	.yearBlobs.noRecords {
		display: none;
	}
	.yearBlobs.noRecords:first-of-type {
		display: block;
	}

}



/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #b0bec5;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}
.spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #b0bec5;
  border-left-color: #b0bec5;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


