@charset "UTF-8";
/* CSS Document */

/* Events */

.InnovativeActivity {
	background: url(../../module/innovative-activity/img/BgrInnActivity.svg) no-repeat center center #cd694a;
	background-size: auto;
	color: #FFF;
}




.InnovativeActivity a {
	text-decoration: none;
}


.InnovativeActivity .StickerWrpper {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 10px 10px;
}

.InnovativeActivity .Sticker {
	position: relative;
	display: table;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #FFF;
	text-align: center;
	margin: 0 0 15px 0;
	color: #cd694a;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: 600;
	padding: 0 30px 10px 30px;
	box-sizing: border-box;
}

.InnovativeActivity .StickerCenter {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}


/*.InnovativeActivity .Sticker:hover {
	background: rgba(255, 255, 255, 0.7);
	transition: background-color 300ms;
	}*/
	
	
.InnovativeActivity .Sticker img {
	margin: 0 auto 0px auto;
	display: block;
}

h3 {
	line-height: 1em;
	margin: 0;
}
