* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

.wrapper {
	position: relative;
	min-height: 100%;
	background: #eaebea;
	padding-bottom: 90px;
}

.header {
	height: 111px;
	position: relative;
}

.page-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.footer-wrap {
	position: relative;
	margin: auto;
	height: 80px;
	width: 100%;
}

.copyright {
	position: absolute;
	top: 0;
	left: 40px;
	font-family: PoiretOne;
	font-size: 16px;
	line-height: 80px;
	color: #333;
	margin: 0;
}

.develop {
	position: absolute;
	top: 0;
	right: 40px;
	margin: 0;
	font-family: PoiretOne;
	font-size: 16px;
	line-height: 80px;
}

.develop a {
	color: #333;
}

.nav-lang {
	list-style: none;
	position: absolute;
	top: 17px;
	right: 13px;
}

.nav-lang li {
	float: left;
	padding-left: 5px;
}

.nav-lang li a {
	font-family: PoiretOne;
	font-size: 15px;
	line-height: 33px;
	text-decoration: underline;
}

.nav-lang li span {
	font-family: PoiretOne;
	font-size: 15px;
	line-height: 33px;
}

.nav-lang li a:hover {
	text-decoration: none;
}

.nav-lang li a.m-active {
	text-decoration: none;
}

.menu-btn {
	display: none;
	position: absolute;
	top: 38px;
	left: 20px;
	z-index: 10;
}

.menu-btn img {
	width: 40px;
}

.nav-menu {
	list-style: none;
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 10;
	background: #eaebea;
}

.nav-menu li {
	float: left;
	padding-right: 20px;
}

.nav-menu li a {
	font-family: PoiretOne;
	font-size: 16px;
	line-height: 33px;
	color: #333;
}

.nav-menu .active {
	cursor: default;
	text-decoration: underline;
}

.intro {
	text-align: right;
	font-family: PoiretOne;
	font-size: 30px;
	color: #343535;
	margin-top: 20px;
	margin-right: 59px;
}

.intro_2 {
	text-align: right;
	font-family: PoiretOne;
	font-size: 16px;
	color: #838585;
	margin-right: 59px;
	margin-top: -13px;
}

.album {
	padding: 0 5px;
	font-family: Arimo;
	font-size: 15px;
	color: #343535;
}

.album .title {
	font-size: 19px;
	font-weight: bold;
}

.album .year {
	font-size: 19px;
	font-weight: normal;
}

.album .material {
	font-size: 16px;
}

.album .image {
	display: block;
	margin-bottom: 5px;
}

.album .image-name {
	margin-bottom: 15px;
}

.album-image-column {
	float:left;
}

.album-image {
	position: relative;
	margin-top: 2px;
    margin-right: 2px;
	background: #414141;
}

.album-image img {
	display:block;
	width:100%;
	height:auto;
}

.album-title {
	position: absolute;
    width: 100%;
    height: 75px;
	top: 0;
	bottom: 0;
	margin: auto;
    text-align: center;
	display: none;
	color: #fff;
	font-family: PoiretOne;
	font-size: 16px;
	font-weight: bold;
	z-index: 10;
}

.album-title span {
	font-size: 19px;
}

.album-image a {
	color: #fff;
	text-decoration: none;
}

