/*awards.css*/

.profawardbox{
	width: 383px;
	height: 252px;
}

.profawards{
	width: 694px;
	height: 257px;
	overflow: auto;
	border: 1px solid #872f38;
	float: left;}

.award {
	position: relative;
	float: left;
	padding: 6px 58px;
	width: 105px;
	margin: 2px 4px;
}

.award .info {
	position: absolute;
	background: #1c1a1adb;
	color: #872f38;
	top: 0px;
	left: 0px;
	width: 216px;
	height: 120px;
	padding: 2px 3px;
	display:none;
	z-index: 1;
	font-size: 9.5pt;
	text-align: justify;
	border: 1px solid;
}

.award .info titel{
    width: 216px;
    height: 19px;
    display: block;
    font-family: 'Roboto Condensed';
    border-bottom: 1px solid;
    text-align: center;
    font-size: 13px;
	color:#da868f;
}

.award .info .text{
    width: auto;
    height: 67px;
    padding: 3px;
    text-align: justify;
    font-size: 12pt;
    overflow: auto;
    color: #eeecee;
}

.award .info i{
color: #da868f;
}

.award:hover .info {
	display: block;
}

.award .info h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #872f38;
	color: #da868f;
	text-align: center;
}

.award .info .date {
	font-size: 10pt;
	height: 17px;
	/* float: right; */
	background-color: rgb(39 38 30 / 0%);
	color: #da868f;
	width:auto;
	text-align: right;
}

.away, .ban {
	width: 90%;
	border: solid #b5535d;
	border-width: 1px 5px;
	padding: 15px 10px 5px 10px;
	margin: 10px auto;
}

.ban {
 border: solid LightCoral;
}

.away i, .ban i {
	font-size: 20px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	color: #b5535d;
}

.away div, .ban div {
	display: inline-block;
	width: 90%;
	border-top: 1px solid #b5535d;
	padding-top: 5px;
}


/*Awardpage*/

.awardbox{float:left;width: 597px;height:550px;margin:1px;}

.awardhead{
font-family: 'Roboto Condensed';
text-align:center;
font-size:26pt;
color:#b5535d;
border-bottom:1px solid #b5535d;
text-transform:uppercase;
}

.awardhead2{
font-family: 'Roboto Condensed';
text-align:center;
font-size:13pt;
color:#b5535d;
border-bottom:1px solid #b5535d;
}

.awardbox1{
height:500px;
overflow:auto;
}

.awardbox2{
	/* background-color:#dad9d0; */
	float:left;
	margin: 2px;
	width: 190px;
	height: 240px;
	}

.awardbox3{
}

.awardbox4{
    height: 50px;
    overflow: auto;
    padding: 5px;
    text-align: justify;
}

.awardbox5{
}

.awardbox5 .postbit_buttons > a:link,
.postbit_buttons > a:visited, 
.postbit_buttons > a:active {
    display: inline-block;
    padding: 2px 5px;
    margin: 2px;
    font-size: 12pt;
    border: 1px solid #b5535d;
	color: #b5535d;
}

.awardbox5 .postbit_buttons > a:hover{
border: 1px solid #60111f;
color: #60111f;
-webkit-transition: all ease 0.6s;
-moz-transition: all ease 0.6s;
-o-transition: all ease 0.6s;
transition: all ease 0.6s;
}