.btn {
	height: 100%;
	background: transparent;
	border: none;
}

#fg-head .btn {
	width: 4%;
}

#fg-foot .btn {
	width: 6%;
}

.btn-active { opacity: .5 }

.btn:hover, #title a:hover {
	opacity: .5;
	cursor: pointer;
}

.btn .imgs {
	height: 100%;
	width: auto;
}

.closer .imgs {
	width: 100%;
	height: auto;
}

.btn-close {
	position: absolute;
    top: 10%;
    left: 3%;
    width: 10%;
    height: 10%;
    z-index: 20;
    background: red;
    border: none;
	opacity: .5;
}

.closer {
	z-index: 25;
}

#btn-credits {
	position: absolute;
	top: 0;
	left: 2%;
	z-index: 9;
}

#btn-sort {
	position: absolute;
	right: 3%;
	top: 0;
	height: 80%;
	z-index: 9;
}

#title {
	margin: 0;
	height: 100%;
}

#title a {
	height: 100%;
    display: block;
    text-align: center;
    margin: auto;
    width: 35%;
}

#title a img {
	width: auto;
	height: 85%;
    margin-top: 0.2%;
}

#fg-foot .btn {
	padding: 0;
}

#btn-micro {
	margin-left: 3%;
}

#btn-camera {
	margin-right: 15%;
}

#btn-quit {
	position: absolute;
	right: 4%;
	width: 7%!important;
}