* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	font-family: Consolas, monaco, monospace;
	font-weight: 700;
	background-color: black;
	line-height: 1;
	margin: 0;
}
nav {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	z-index: 3;
	background-color: #01fd03;
	color: #151515;
	padding: 4px 8px;
	/*background: rgba(21, 21, 21, 0.96);*/
	/*transition: top 0.55s ease-in-out;*/
	width: 100%;
	-webkit-box-shadow: 0 8px 6px -6px #151515;
    -moz-box-shadow: 0 8px 6px -6px #151515;
	box-shadow: 0 8px 6px -6px #151515;
}
nav h1, nav h2 {
	font-size: 1.4em;
	margin: 0;
	float: left;
	line-height: 1;
	margin-top: 5px;
	color: #151515;
}
nav h2 {
	font-size: 0.9em;
	float: right;
	margin-top: 10px;
	color: blue;
}
nav button#filters {
	float: right;
	text-align: center;
	margin-top: 3px;
	background: none;
	color: #151515;
	opacity: 1;
	padding: 5px;
}
nav button#filters:hover,
nav button#filters.active {
	background-color: #151515;
	color: #01fd03;

}
nav #main {
	width: 100%;
	margin: 0 auto;
	display: table;
}
th {
	width: 30%;
}

p {
	margin: 2px 0;
	line-height: 1;
	color: white;
}
label {
	color: #151515;
	clear: both;
	padding: 8px 6px;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.1em;
	height: 62px;
	min-width: 75px;
}
table {
	margin: 0 auto;
	width: 100%;
}
button {
	font-family: Consolas, monaco, monospace;
	font-size: .9em;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	margin: 1px;
	outline: none;
	padding: 6px 4px 4px 4px;
	float: left;
	color: #151515;
	border-radius: 5px;
	border: 1px solid #151515;
	background: none;
	line-height: 1;
}
button:hover {
	background-color: #f559ff;
}
button.active {
	background-color: #151515;
	color: #01fd03;
}
.buttons {
	display: none;
	float: left;
	width: 100%;
}
.buttons button {
	width: 100%;
}

.content {
	max-width: 595px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.content p {
	padding: 15px 30px;
	color: black;
}
.grid {
	position: absolute;
	left: -99999;
	margin: 0 5px;
	padding: 0;
}
.grid-sizer {
	float: left;
	width: 100%;
}
.grid-item {
	position: relative;
	float: left;
	width: 50%;
	margin: 0;
	background: none;
	border-radius: 5px;
	padding: 5px;
}
.grid-item-container {
	background: #151515;  /*linear-gradient(to bottom,#151515,black);*/
	border-radius: 5px;
	border: 2px solid black; /*#ff0000;*/
	position: relative;
}
.grid-item.js-modal-btn:hover .grid-item-container {
	cursor: pointer;
	border: 2px solid #01fd03; /*#ff0000;*/
}
.grid-item.js-modal-btn:hover img {
	padding: 5px;
	opacity: .5;
}
.grid-item.js-modal-btn:hover .downloaded {
	margin: 2px 0 0 2px;
}
/*
.grid-item:hover .title,
.grid-item:hover .year,
.grid-item:hover .producer {
	color: white;
}
*/
.grid-item .play-container {
	display: none;
}
.grid-item.js-modal-btn:hover .play-container {
	display: block;
}
.play-container {
	opacity: 1;
	display: block;
	position: absolute;
	left: 42%;
	top: 30%;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	z-index:1;
}
.play {
	position: absolute;
	left: 35%;
	top: 20%;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid white;
}
.dot {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e6e6e6;
	border-radius: 50%;
	opacity: .4;
}

img:before {
	content: "Dibuhazo noncontrao";
}
img {
	width: 100%;
	display: block;
	border-radius: 5px;
}
.description {
	padding: 5px;
	width: 100%;
}
.description .title {
	color: #01fd03;
	font-size: .8em;
	text-transform: uppercase;
}

.description .year {
	color: white;
	font-size: .7em;
}
.description .producer {
	color: #e6e6e6;
	font-size: .7em;
}
.downloaded {
	position: absolute;
	left: 5px;
	top: 5px;
	background-color: #ff0000;
    color: white;
    font-weight: 700;
    padding: 5px 10px;
    font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	line-height: 1;
	z-index: 1;
	border-radius: 5px 0 5px 0;
	display: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #151515;
	z-index: 2;
	height: 115%;
	width: 100%;
	display: table;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.line-scale-pulse-out > div {
	background-color: #01fd03;
	width: 16px;
	height: 95px;
	border-radius: 2px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	-webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
	animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
	-webkit-animation-delay: -0.4s !important;
	animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
	-webkit-animation-delay: -0.2s !important;
	animation-delay: -0.2s !important;
}
@-webkit-keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}
	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}
@keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}
	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

#zero-results {
	font-size: 1.5em;
	text-align: center;
	margin: 40px 0 0 0;
	line-height: 1.5;
	display: none;
}

@media only screen and (min-width: 520px) {
	label {
		min-width: 90px;
		height: auto;
	}
}

@media only screen and (min-width: 700px) {
	button, label {
		font-size: 1.1em;
	}	
	.grid-item {
		width: 33.3%;
	}
	.play-container {
		left: 45%;
		top: 30%;
		width: 30px;
		height: 30px;
	}
	.play {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid white;
	}
	.downloaded {
		padding: 5px 10px 6px 10px;
		font-size: .9em;
	}
	.description {
		background: rgba(21, 21, 21, 0.7);
	}
	.description .title {
		font-size: 1em;
	}
	.description .year {
		font-size: .9em;
	}
}

@media only screen and (min-width: 992px) {
	.grid-item {
		width: 20%;
		border-radius: 0;
	}
	img {
		border-radius: 0;
	}
	.downloaded {
		border-radius: 0 0 5px 0;
	}
	.description {
		display: none;
		position: absolute;
		padding: 10px;
		bottom: 0;
		left: 0;
	}
}


/*
.container {
	max-width: 1000px;
	margin: 0 auto;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
.left-hand-side {
	width: 10%;
	float: left;
}
.middle-side {
	width: 75%;
	float: left;
}
.right-hand-side {
	width: 15%;
	float: left;
}
*/