.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

body {
	background-color: transparent;
}

html.with-featherlight {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

/*
.container {
	padding-top: 1em;
	background-image: url(noise.png);
}
*/

h1, h2 {
	font-family: 'Lato', sans-serif;
}

.previous-image {
	background: white;
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
	border-radius: 0.5em;
}
.previous-image:hover {
	filter: brightness(70%);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.previous-title {
	margin-top: 0.5em;
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.folder-wrapper {
	position: relative;
}

.previous-folder-thumbnail {
	position: absolute;
	top: 15%;
	left: 0;
	width: 90%;
	max-width: 260px;
	height: auto;
	margin: 5%;
	border-radius: 0.5em;
}

a {
	/*color: #800000;*/
	color: #056dd4;
}
a:hover {
	/*color: #c00000;*/
	text-decoration: underline;
}

img.catchup-main-image {
	border: 1px solid #c0c0c0;
	padding: 0.25em;
	border-radius: 1em;

	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
img.catchup-main-image:hover {
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);
}


@-webkit-keyframes featherlightLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes featherlightLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.featherlight-loading .featherlight-content {
  -webkit-animation: featherlightLoader 1s infinite linear;
          animation: featherlightLoader 1s infinite linear;
  background: transparent;
  border: 8px solid #8f8f8f;
  border-left-color: #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  min-width: 0;
}

.featherlight-loading .featherlight-content > * {
  display: none !important;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}

.featherlight .featherlight-content {
	vertical-align: top;
}
