/* 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 img {
	height: 20px;
	width: auto;
	vertical-align: text-bottom;
	margin-right: 10px;
	opacity: .4;
}
.info b {
	font-weight: 400;
	font-style: italic;
	display: block;
	margin-bottom: 20px;
}
.info p {
	margin: 5px 0px;
}

.gallery {
	width: 100%;
	margin-top: 10px;
}
.gallery img {
	height: auto;
	width: 100%;
	cursor: pointer;
}

.row_pic {
	position: relative;
	width: calc(100% - 360px);
	text-align: center;
	margin: 20px 0px;
}

.row_pic img{
	width: 16%;
	cursor: pointer;
}