@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.superior{
    background: #E1CC00;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    text-align: right;
    font-family: 'BebasNeueRegular';
}

.superior a{
    letter-spacing: 0.1em;
    color: #000;
    display: inline-block;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    text-decoration: none;
    
}

.superior a:hover{
    background: rgba(255,255,255);
    color: #fff;
}

.st-container {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: 'Varela Round', sans-serif;

}
.st-container > input,
.st-container > a {
	position: fixed;
	bottom: 0px;
	width: 25%;
	cursor: pointer;
	font-size: 18px;
	height:34px;
	line-height:34px;
}

.st-container > input {
	opacity: 0;
	z-index: 1000;
}

.st-container > a {
	z-index: 10;
	background: #252932;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
}

/* "Fix" for percentage rounding: add a background bar pseudo element with the same color like the labels */
.st-container:before {
	content: '';
	position: fixed;
	width: 100%;
	height: 34px;
	background: #252932;
	z-index: 9;
	bottom: 0;
}
.pe-thumbs{
	width: 600px;
	height: 300px;
	margin: 20px auto;
	position: relative;
	border: 0px solid #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.pe-thumbs:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
}
.pe-thumbs li{
	float:left;
	position: relative;
}
.pe-thumbs li a,
.pe-thumbs li a img{
	display: block;
	position: relative;
}
.pe-thumbs li a img{
	width:100px;
	opacity: 0.2;
}
.pe-thumbs li a div.pe-description{
	width: 400px;
	height: 120px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	left: -200px;
	color: white;
	display: none;
	z-index: 1001;
	text-align: left;

}
.pe-description h3{
	padding: 10px 10px 0px 10px;
	line-height: 20px;
	font-family: 'Varela Round', sans-serif;
	font-size: 25px;
	margin: 0px;
}
.pe-description p{
	padding: 10px 0px;
	margin: 10px;
	font-size: 12px;
	font-style: italic;
	border-top: 1px solid rgba(255,255,255,0.3);
}

@media screen and (max-width: 1000px) {
	.st-container {
	width: 70%;
	height: 70%;
	top: 0;
	left: 0;
	font-family: 'Varela Round', sans-serif;

}
.pe-thumbs li a div.pe-description{
	width: 200px;
	height: 120px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	left: -200px;
	color: white;
	display: none;
	z-index: 1001;
	text-align: left;
}
.pe-description h3{
	padding: 10px 10px 0px 10px;
	line-height: 8px;
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	margin: 0px;
}
.pe-description p{
	padding: 10px 0px;
	margin: 10px;
	font-size: 12px;
	font-style: italic;
	border-top: 1px solid rgba(255,255,255,0.3);
}



	}