.header {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 900px;
	height: 70px;
	text-shadow: 1px 1px .2em #141414;
}

.header a {
	color: #e9c89d !important;
	text-shadow: 1px 1px .2em #141414;
	font-weight: normal;
}

.header a:hover { text-decoration: none; }

.header .header-title { display: none; }

.header .header-menu:before {
	position: absolute;
	content: '';
	left: 0;
	top: -72px;
	width: 444px;
	height: 133px;
	background: url(http://i.imgur.com/EgbDaRo.png) no-repeat;
	z-index: -1;
}

.header .header-menu {
	position: absolute;
	right: -36px;
	top: 72px !important;
	width: 364px !important;
	padding: 0 40px;
	z-index: 1; 
}

.header .header-menu .btn-menu {
	display: block;
	line-height: 35px;
	font-size: 16px;
	color: #d5af7d;
	text-align: center;
}

.header .header-menu.other .btn-menu {
	display: block;
	line-height: 18px;
	font-size: 16px;
	text-align: right;
}

#header-menu-dropdown { margin-right: 40px; }

.header .header-menu .header-info {
	font-size: 1.0em;
	margin: 6px 15px 0 0;
	color: #d5af7d;
	text-align: right;
}

.header .header-menu .header-info i.fa.fa-history { display: none; }

.header .username { font-weight: normal; }

.header .header-menu .list-menu {
	position: absolute;
	display: none;
	right: -4px;
	top: 25px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	z-index: 1;
}

.header .header-menu .list-menu[style="display: block;"] { 
	-webkit-animation: Drop_down .3s forwards ease-out;
	animation: Drop_down .3s forwards ease-out;
}

.header .header-menu .list-menu .icon-menu {
	display: block;
	width: 80px;
	height: 52px;
	font-size: 0;
	color: transparent;
	background-image: url(http://i.imgur.com/OBwMd4X.png);
	background-repeat: no-repeat;
}

.header .header-menu .list-menu .icon-menu.anime-list { background-position: -67px -78px; }

.header .header-menu .list-menu .icon-menu.manga-list { background-position: -67px -134px; }

.header .header-menu .list-menu .icon-menu:hover { background-color: transparent; }

.header .header-menu .list-menu .icon-menu svg.icon { display: none; }

.header .header-menu .list-menu .icon-menu .text { display: none; }

/* SEARCH */
.status-menu-container .search-container {
	position: absolute;
	right: 80px;
	top: -70px;
}

.status-menu-container .search-container #search-button { display: none; }

.status-menu-container .search-container #search-box {
	display: inline-block;
	left: 0;
	width: 127px;
	height: 35px;
	margin: 0;
	background: url(http://i.imgur.com/y9v1Vy0.png) no-repeat;
}

.status-menu-container .search-container #search-box.open {
	display: inline-block;
	width: 80px;
}

.status-menu-container .search-container #search-box input {
	width: 100%;
	height: 100%;
	padding: 0 38px 6px 10px;
	color: #ffffdb;
	background-color: transparent;
	border: none;
	outline: none;
}

/* SORT */
.list-table > tbody:first-of-type {
	position: absolute;
	display: block;
	left: 65px;
	top: 475px;
	margin: 0;
}

.list-table-header {
	position: absolute; 
	left: 8px;
	top: 0;
}

.list-table .list-table-header .header-title {
	position: relative; 
	display: block; 
	width: 80px !important;
	height: 32px;
	text-align: left;
	background: none;
	border: none;
}

.list-table .list-table-header .header-title .link:after, .list-table .list-table-header .header-title .sort-icon {
	position: absolute;
	left: -33px;
	top: -10px;
	width: 32px;
	height: 32px;
	background-image: url(http://i.imgur.com/dv8TH3y.png);
	background-repeat:  no-repeat;
	background-position: 0 -32px;
}

.list-table .list-table-header .header-title .link:after { 
	opacity: 0; 
	content: '';
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.list-table .list-table-header .header-title .link:hover:after { opacity: 1; }

.list-table .list-table-header .header-title .sort-icon { 
	opacity: 1; 
	font-size: 0;
	color: transparent;
}

.list-table .list-table-header .header-title .link:before {
	position: absolute;
	content: '';
	left: -40px;
	top: -4px;
	width: 32px;
	height: 32px;
	background: url(http://i.imgur.com/dv8TH3y.png) no-repeat;
}

.list-table .list-table-header .header-title .link {
	width: 80px;
	line-height: 24px;
}

.list-table .list-table-header .header-title:last-child { background-image: none; }

.list-table .list-table-header .header-title.status { display: none; }

.list-table .list-table-header .header-title.number { display: none; }

.list-table .list-table-header .header-title.image { display: none; }

.list-table .list-table-header .header-title.title { padding-left: 0; }

.list-table .list-table-header .header-title.score { left: 25px; top: -10px; }

.list-table .list-table-header .header-title.type {}

.list-table .list-table-header .header-title.progress { left: 50px; top: -20px; }

.list-table .list-table-header .header-title.chapters { left: 50px; top: -20px; }

.list-table .list-table-header .header-title.volumes {}

.list-table .list-table-header .header-title.tags {}

.list-table .list-table-header .header-title.rated {}

.list-table .list-table-header .header-title.started {}

.list-table .list-table-header .header-title.finished {}

.list-table .list-table-header .header-title.days {}

.list-table .list-table-header .header-title.storage {}

.list-table .list-table-header .header-title.retail {}

.list-table .list-table-header .header-title.priority {}

.list-table .list-table-header .header-title .link.sort {
	position: relative;
	display: inline-block;
	color: #471b0a;
	text-shadow: 1px 1px .2em #fee4dc;
	white-space: nowrap;
}

.list-table .list-table-header .header-title .link.sort:hover { color: #471b0a; }

/* STATS */
.list-unit .list-status-title .stats {
	position: absolute;
	right: 64px;
	top: 90px;
	height: 38px;
	line-height: 38px;
}

.list-unit .list-status-title .stats a {
	margin: 0;
	color: #ffffff;
}

#show-stats-button, #advanced-options-button {
	color: #471b0a;
	text-shadow: 1px 1px .2em #fee4dc;
 }

#show-stats-button i.fa.fa-bar-chart, #advanced-options-button i.fa.fa-filter { font-size: 12px; }

.list-unit .list-status-title .stats a.filterd { text-shadow: 0 0 2px #ffffff; }

@-webkit-keyframes Slide_down {
	from { line-height: 0; }
	to { line-height: 30px; }
}

@keyframes Slide_down {
	from { line-height: 0; }
	to { line-height: 30px; }
}

.list-unit .list-stats {
	display: none;
	margin-top: -15px;
	width: 900px;
	line-height: 30px;
	color: #471b0a;
	text-shadow: 1px 1px .2em #fee4dc;
	text-align: center;
	background-color: transparent;
}

.list-unit .list-stats[style="display: block;"] { 
	-webkit-animation: Slide_down .3s forwards ease-out;
	animation: Slide_down .3s forwards ease-out;
}