
.awards_page{
	background: white;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	background: #f0f0f0;
}
.awp_header{
	display: block;
	height: 200px;
	background: url('//imgrabo.com/design/site/awards/awards_header.jpg') no-repeat;
	background-size: cover;
	text-align: center;
}
.awp_header h1{
	display: block;
	font-family: arial, sans-serif;
	font-size:36px;
	font-weight:normal;
	color:white;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .70);
	margin-top: 40px;
	margin-bottom: 18px;
}
.awp_header p{
	display: block;
	font-family: arial, sans-serif;
	font-size:18px;
	line-height: 22px;
	font-weight:normal;
	color:white;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .70);
	opacity: .9;
	margin: 0px 70px;
}
.awards_pagewrap{
	padding: 30px 0px 0px 30px;
}
.awp_date{
	display: block;
	clear: both;
	position: relative;
	height: 32px;
	margin-bottom: 15px;
	margin-right: 30px;
}
.awp_date em{
	display: block;
	height: 1px;
	background: #dadada;
	box-shadow: 0px 1px 0px #fdfdfd;
	position: absolute;
	top: 16px;
	left: 0px;
	right: 0px;
}
.awp_date span{
	display: block;
	float: left;
	font-family: 'BebasNeueRegular', arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight:normal;
	color:#b8b8b8;
	background: #f0f0f0;
	margin-left: 42px;
	padding: 0px 17px;
	height: 32px;
	position: relative;
	z-index: 1;
}
.awp_date span b{
	font-family: arial, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.awp_awards{
	overflow: visible;
	padding-bottom: 15px;
	margin-right:-20px;
}
.awp_award{
	display: block;
	float: left;
	width: 280px;
	overflow: visible;
	margin-right: 30px;
	margin-bottom: 30px;
}
body.w1250 .awp_award {
	width:273px;
}
.awp_award_pic{
	display: block;
	width: 272px;
	height: 200px;
	border: 4px solid white;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	margin-bottom: 12px;
}
.awp_award_title{
	display: block;
	font-weight: bold;
	line-height: 16px;
	padding: 0px 4px;
	color: #222;
}
.awp_award_title:hover{
	color: #222;
}
.awp_award_btn{
	display: block;
	float: right;
	height: 25px;
	line-height: 24px;
	background: #d0d0d0;
	padding: 0px 8px;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	margin-right: 4px;
	font-weight: bold;
	color: #747474;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .2);
	margin-top: 2px;
}
.awp_award_btn:hover{background: #e0e0e0;color: #747474;}