/* CONTENT */

.sidebar {
	width: 320px;
	float: right;
	margin: 15px 0px 40px 4%;
	position: relative;
}

.info {
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #eee;
	font-family: 'alegreya', sans-serif;
	font-weight: 300;
	overflow: hidden;
	position: relative;
}
#logo_info {
	height: 120px;
	width: auto;
	display: block;
	position: absolute;
	right: -30px;
	bottom: -30px;
	opacity: .05;
}
.info h6 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 1em;
}
.info img {
	height: 20px;
	width: auto;
	vertical-align: text-bottom;
	margin-right: 10px;
	opacity: .4;
}
.info b {
	font-weight: 400;
	font-style: italic;
}
.info p {
	margin: 5px 0px;
}

.visvitae {
	width: 100%;
	margin-top: 80px;
}
.visvitae h4 {
	font-size: 3.4em;
	font-family: 'amatic', sans-serif;
	color: #195f9b;
	font-weight: 200;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: .9em;
	margin-bottom: 50px;
	text-align: left;
}
.visvitae_cont {
	width: 17%;
	margin: 0px .25%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background-color: #fafafa;
	font-size: .9em;
	border: 1px solid #f1f1f1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
 	-ms-transition: all .5s ease;
 	transition: all .5s ease;
}
.visvitae_cont:hover {
	border: 1px solid #1D70B7;
}

.num_row {
	margin-bottom: 20px;
	display: inline-block;
	width: 49%;
}
.anno_num {
	background-color: #1D70B7;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	border: 1px solid #1D70B7;
	margin-right: 15px;
	color: white;
	font-size: 1.5em;
}