.LMcontainer {
	width: 100%;
	padding: 0 0 0 0;
	margin: auto;
	}

ul {list-style: none; padding: 0;}
ul.loadMore::after {
	content: "";
	display: block;
	clear: both;
}

li { display: inline-block; width: 100%; float: left;}
.item { display: inline-block; }

.btn-load-more {
	background: #0D0723;
	background: linear-gradient(90deg, rgba(13, 7, 35, 1) 30%, rgba(28, 24, 71, 1) 100%);
	float:none;
	display: table;
	clear: both;
	text-align:center;
	font-family:A2;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.7px;
	background-color:transparent;
	line-height:14px;
	padding: 14px 20px 14px 20px;
	margin: 26px auto 14px auto;
	
	border-radius: 0px;
	border: 0px solid #763638;
	cursor: pointer;
	box-shadow: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.list2 > .btn-view.btn-load-more {
	margin-top: 26px !important;
}

.btn-load-more:hover { color:#15bef5; }
