.btn-close {
	border: none;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 1em;
	right: 1em;
	height: 3%;
	background: transparent;
	outline:none;
}
.btn-close img {
	max-width: 100%;
}

.lib-lb-wrapper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#lib-lb2 .fullWidth,
#lib-search .fullWidth,
#lib-result .fullWidth {
	width : 100%;
}

#lib-lb .avatar {
	border-radius : 5px;
}

#lib-lb2, #lib-result, #lib-search {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#lib-lb button {
	border: none;
	padding: 0;
	background: transparent;
	outline:none;
}

/*avatars*/
#lib-lb #txt-cur-img img {
	max-height: 70% !important;
}
#lib-lb .avatar {
	max-height: 65% !important;
}

/*top button*/
.lib-lb-top-btns:after {
	content: '';
	clear: both;
	display: block;
}

.lib-lb-top-btns > div {
	float: right;
	width: 45%;
	font-size: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lib-lb-top-btns > div:first-child {
	float: left;
}
.lib-lb-top-btns img {
	width: 100%;
}
.lib-lb-top-btns button {
	width: 100%;
}

/*leaderboard*/
.lib-lb-board {
	background: rgba(0,0,0,.47);
}
.lib-lb-board img {
	max-width: 100%;
	-wekbit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lib-lb-board ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	color: white;
}
.lib-lb-board ul > li {
	position: relative;
	font-size: 0;
}
.lib-lb-board .lib-lb-b-header {
	font-size: 0;
}
.lib-lb-entry-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lib-lb-entry-wrapper > div{
	height:100%;
	float:left;
	text-align: center;
	height: 100%;
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
/*.lib-lb-current-user .lib-lb-entry-wrapper .txt-name {*/
#lib-lb-entries > li {
	overflow: hidden;
}
#lib-lb-entries > li.lb-loading {
	text-align: center;
	min-height: 10vh;
}
#lib-lb-entries > li.lb-loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lib-lb-entry-wrapper .txt-name {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}
/*footer button*/
.lib-lb-footer:after {
	content: '';
	clear: both;
	display: block;
}

.lib-lb-footer > div {
	float: left;
	width: 20%;
	font-size: 0;
	padding-top: 5px;
	text-align: right;
}
.lib-lb-footer > div.f-1 {
	text-align: left;
}
.lib-lb-footer > div.f-2 {
	text-align: center;
	width: 60%;
}

.lib-lb-footer button, .lib-lb-footer img {
	width: 100%;
}
.lib-lb-hideit{
	display:none;
}


/**** 			new lb 			*****/
.lib-lb-wrapper img {
	max-width: 100%;
}
#lib-lb2 .lib-lb-wrapper {
	text-align: center;
}
#lib-lb2 button {
	border: none;
	padding: 0;
	background: transparent;
	outline:none;
}
#lib-lb2 ul, #lib-lb2 ol {
	list-style: none;
	padding:0;
	margin: 0;
}
.lib-lb2-title {
	width: 11.54%;
	text-align: center;
	margin-bottom: 1em;
}
.lib-lb2-board .lib-lb2-header {
	font-size: 0;
}
.lib-lb2-board ul > li {
	position: relative;
	font-size: 0;
}

.lib-lb2-footer > div {
	float: left;
	width: 7%;
	font-size: 0;
	padding-top: 5px;
	text-align: right;
}
.lib-lb2-footer > div.f-1 {
	text-align: left;
}
.lib-lb2-footer > div.f-2 {
	text-align: left;
	width: 86%;
}
.lib-lb2-footer > div.f-2 button {
	width: 18.6%;
	margin-left: 2em;
}
.lib-lb2-footer > div.f-2 img {
	max-width: 131px;
}
.list-lb2-entry-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list-lb2-entry-wrapper > div{
	height:100%;
	float:left;
	text-align: center;
	height: 100%;
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#lib-lb2-entries > li {
	overflow: hidden;
}
#lib-lb2-entries > li.lb-loading {
	text-align: center;
	min-height: 10vh;
}
#lib-lb2-entries > li.lb-loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*.list-result-entry-wrapper .txt-name {*/
/*	-webkit-justify-content: flex-start;*/
/*	-moz-justify-content: flex-start;*/
/*	justify-content: flex-start;*/
/*}*/
#lib-lb2 .txt-input button{
	width: 78%;
}
.list-lb2-entry-wrapper {
	color: white;
}

.lib-lb2-footer button, .lib-lb2-footer img {
	width: 100%;
}

/******		search **********/
#lib-search .lib-lb-wrapper {
	text-align: center;
}
#lib-search button {
	border: none;
	padding: 0;
	background: transparent;
	outline:none;
}
#lib-search ul, #lib-search ol {
	list-style: none;
	padding:0;
	margin: 0;
}
.lib-search-title {
	width: 29.54%;
	text-align: center;
	margin-bottom: 1.25em;
}
.lib-search-input {
	position: relative;
	width: 90%; /*63.86%;*/
	margin: 0 auto 1.25em;
}
.lib-search-input .input-area{
  width: 80%;
  float: left;
  height: auto;
	position: relative;
  margin-top: 1.5%;
  background: #FFF;
  padding-left: 3%;
  border-radius: 10px;
}
.lib-search-input .btn-area{
	width: 18.5%;
	position: relative;
}
.lib-search-input .btn-area button{
	width: 69%;
}

.lib-search-input input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	border: none;
	padding: 0 .5em;
	font-size: 2.5em;
	padding-left: 3%;
}
.lib-search-input > div{
	float: left;
}
.lib-search-input:after {
	content: '';
	clear: both;
	display: block;
}
.lib-search-board .lib-search-header {
	font-size: 0;
}
.lib-search-board ul > li {
	position: relative;
	font-size: 0;
}

.lib-search-footer > div {
	float: left;
	width: 7%;
	font-size: 0;
	padding-top: 5px;
	text-align: right;
}
.lib-search-footer > div.f-1 {
	text-align: left;
}
.lib-search-footer > div.f-2 {
	text-align: left;
	width: 86%;
}
.lib-search-footer > div.f-2 button {
	width: 18.6%;
	margin-left: 2em;
}
.lib-search-footer > div.f-2 img {
	max-width: 131px;
}
.list-search-entry-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list-search-entry-wrapper > div{
	height:100%;
	float:left;
	text-align: center;
	height: 100%;
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#lib-search-entries > li {
	overflow: hidden;
}
#lib-search-entries > li.lb-loading {
	text-align: center;
	min-height: 10vh;
}
#lib-search-entries > li.lb-loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*.list-result-entry-wrapper .txt-name {*/
/*	-webkit-justify-content: flex-start;*/
/*	-moz-justify-content: flex-start;*/
/*	justify-content: flex-start;*/
/*}*/
#lib-search .txt-input button{
	width: 78%;
}
.list-search-entry-wrapper {
	color: white;
}

.lib-search-footer button, .lib-search-footer img {
	width: 100%;
}

/**** result *****/
#lib-result .lib-lb-wrapper {
	text-align: center;
}
#lib-result button {
	border: none;
	padding: 0;
	background: transparent;
	outline:none;
}
#lib-result ul, #lib-result ol {
	list-style: none;
	padding:0;
	margin: 0;
}
.lib-result-title {
	width: 31.4%;
	text-align: center;
	margin-bottom: 1em;
}
.lib-result-board .lib-result-header {
	font-size: 0;
}
.lib-result-board ul > li {
	position: relative;
	font-size: 0;
}

.lib-result-footer > div {
	float: left;
	width: 6.25%;
	font-size: 0;
	padding-top: 5px;
	text-align: right;
}
.lib-result-footer > div.f-1 {
	text-align: left;
}
.lib-result-footer > div.f-2 {
	text-align: center;
	width: 87.5%;
}
.list-result-entry-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list-result-entry-wrapper > div{
	height:100%;
	float:left;
	text-align: center;
	height: 100%;
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#lib-result-entries > li.no-result {
	font-size: 20px;
}
#lib-result-entries > li.no-result div {
	line-height: 7em;
	font-weight: bold;
	font-size: 1.2em;
}
#lib-result-entries > li.no-result img {
	width: 100%;
	height: 8em;
}
#lib-result-entries > li {
	overflow: hidden;
}
#lib-result-entries > li.lb-loading {
	text-align: center;
	min-height: 10vh;
}
#lib-result-entries > li.lb-loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*.list-result-entry-wrapper .txt-name {*/
/*	-webkit-justify-content: flex-start;*/
/*	-moz-justify-content: flex-start;*/
/*	justify-content: flex-start;*/
/*}*/
.list-result-entry-wrapper {
	color: white;
}

.lib-result-footer button, .lib-result-footer img {
	width: 100%;
}

