@charset "utf-8";
/* Awards Section */

#awards_section{
	position: absolute;

	left: 0px;

	top: 0px;

	width:100%;

	height:100%;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-size:100% 100%;

	overflow:hidden;

	visibility:hidden;

	display:none;

	background-color:#F8F8F8;
}

.award_item{
	position:absolute;

	margin-left:0px;

	top:0px;

	left:0px;

	width:500px;

	max-height:575px;

	height:575px;

	background-color:#333;

	background-repeat:no-repeat;

	background-size: cover 100%;

	border:none;

	cursor:grab;

	cursor:-webkit-grab;
	
	border-radius: 35px;
}

.award_item:hover{
	position:absolute;

	/*margin-left:-25px;

	width:550px;*/

	/*margin-top:50px;

	max-height:500px;

	height:500px;

	background-position:center center;

	background-repeat:no-repeat;

	background-size: cover 120%;*/
}

.award_item.mouseDown{
	cursor:grabbing;

	cursor:-webkit-grabbing;
}

#award_strip_container{
	position:absolute;

	top:50%;

	margin-top:-300px; /* 350 */

	left:0px;

	display:block;

	pointer-events:auto!important;

	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-o-user-select: none;

	user-select: none;

	/*backface-visibility: hidden;*/
}

@media (max-height: 845px) {
	.award_item{
		height:490px;

		width:500px;
	}
	
	#award_strip_container{
		margin-top:-265px; /*255*/
	}
}

.award_fader{
	position:absolute;
	
	top:0px;

	left:0px;

	width:100%;

	height:100%;
	
	background-color:#333;
}

.award_type{
	position:absolute;
	
	bottom:128px;

	left:60px;

	width:430px;

	height:70px;
	
	color:#FFF;

	font-family: 'EB Garamond', serif;

	font-size: 34px;

	font-weight:500;
	
	display: inline-block;

	line-height: 72px;
	
	text-transform: uppercase;
}

.award_type_display{
	display: inline-block;

	vertical-align:bottom;

	line-height: 34px;
}

.award_title{
	position:absolute;
	
	bottom:106px;

	left:60px;

	width:430px;

	height:19px;
	
	color:#058E8F;
	
	font-family: 'Muli', sans-serif;

	font-size:19px;

	font-weight:500;
	
	text-transform: uppercase;
}

.award_year{
	position:absolute;

	bottom:60px;

	left:60px;

	width:85px;

	height:30px;

	text-align:center;

	vertical-align:central;

	color:#FFF;

	background-color:#058E8F;

	font-family: 'Muli', sans-serif;

	font-size: 18px;

	font-weight:500;

	border:none;
	border-radius: 30px;
}

.award_year_display{
	position:absolute;

	top:50%;

	left:50%;

	margin-top:-12px;

	margin-left:-23px;
}

@media (hover:hover) {

}