/* Base */

#awwwards{
	position: absolute;
	top: 100px;
	width: 126px;
	height: 90px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;

	-webkit-transition: all 1s ease;
    transition: all 1s ease; 
}
#awwwards.top{
	top: 20px;
}
#awwwards.left{
	left: 0;
}
#awwwards.right{
	right: 0;
}

#awwwards a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-size: 90px 90px;
}

/* HONORABLE */

#awwwards.honorable.black.left a{
	background-image: url(../images/awwwards_honorable_black_left.png);
}
#awwwards.honorable.black.right a{
	background-image: url(../images/awwwards_honorable_black_right.png);
}
#awwwards.honorable.silver.left a{
	background-image: url(../images/awwwards_honorable_silver_left.png);
}
#awwwards.honorable.silver.right a{
	background-image: url(../images/awwwards_honorable_silver_right.png);
}
#awwwards.honorable.white.left a{
	background-image: url(../images/awwwards_honorable_white_left.png);
}
#awwwards.honorable.white.right a{
	background-image: url(../images/ts_logo_right.png);
}
#awwwards.honorable.green.left a{
	background-image: url(../images/awwwards_honorable_green_left.png);
}
#awwwards.honorable.green.right a{
	background-image: url(../images/awwwards_honorable_green_right.png);
}
@media screen and (max-width: 420px) {
	#awwwards{
		top: 50px;
		width: 45px;
		height: 68px;
	}
	#awwwards a{
		width: 45px;
		height: 68px;
		background-size: 45px 68px;
	}
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2),	only screen and (min-device-pixel-ratio: 1.5) {
	/* HONORABLE */

	#awwwards.honorable.black.left a{
		background-image: url(../images/awwwards_honorable_black_left%402x.png);
	}
	#awwwards.honorable.black.right a{
		background-image: url(../images/awwwards_honorable_black_right%402x.png);
	}
	#awwwards.honorable.silver.left a{
		background-image: url(../images/awwwards_honorable_silver_left%402x.png);
	}
	#awwwards.honorable.silver.right a{
		background-image: url(../images/awwwards_honorable_silver_right%402x.png);
	}
	#awwwards.honorable.white.left a{
		background-image: url(../images/awwwards_honorable_white_left%402x.png);
	}
	#awwwards.honorable.white.right a{
		background-image: url(../images/ts_logo_right_@2x.png);
	}
	#awwwards.honorable.green.left a{
		background-image: url(../images/awwwards_honorable_green_left%402x.png);
	}
	#awwwards.honorable.green.right a{
		background-image: url(../images/awwwards_honorable_green_right%402x.png);
	}

}