/* Base */

#awwwards{
	position: fixed;
	top: 50%;
	right: 75px;
	width: 82px;
	height: 82px;
	margin-top: -50px;
	background-size: 100%;
	background-position: center;
	z-index:9999;
}

#awwwards span{
	display: block;
	padding: 0;
	text-align: center;
	line-height: normal;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
#awwwards a{
	display: block;
	position: absolute;
	top: -2px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-indent: -23em;
	overflow: hidden;
}

/* HONORABLE */

#awwwards.honorable .year{
	padding: 31px 0 0 0;
}

#awwwards.honorable.black.style1{
	color: #fff;
	background-color: #000;
	background-image: url(../_img/ribbons/awwwards_honorable_black_style1.svg);
}
#awwwards.honorable.black.style2{
	color: #000;
	background-image: url(../_img/ribbons/awwwards_honorable_black_style2.svg);
}
#awwwards.honorable.black.style3{
	color: #aaa;
	background-color: #000;
	background-image: url(../_img/ribbons/awwwards_honorable_black_style3.svg);
}

#awwwards.honorable.white.style1{
	color: #000;
	background-color: #fff;
	background-image: url(../_img/ribbons/awwwards_honorable_white_style1.svg);
}
#awwwards.honorable.white.style2{
	color: #fff;
	background-image: url(../_img/ribbons/awwwards_honorable_white_style2.svg);
}
#awwwards.honorable.white.style3{
	color: #aaa;
	background-color: #fff;
	background-image: url(../_img/ribbons/awwwards_honorable_white_style3.svg);
}

#awwwards.honorable.green.style1{
	color: #fff;
	background-color: #3C948B;
	background-image: url(../_img/ribbons/awwwards_honorable_green_style1.svg);
}
#awwwards.honorable.green.style2{
	color: #3C948B;
	background-image: url(../_img/ribbons/awwwards_honorable_green_style2.svg);
}
#awwwards.honorable.green.style3{
	color: #fff;
	background-color: #3C948B;
	background-image: url(../_img/ribbons/awwwards_honorable_green_style3.svg);
}
