.LMcontainer {
	width: 100%;
	padding: 0 0 0 0;
	margin: auto;
	}

ul {list-style: none; padding: 0;}

li { display: inline-block; width: 100%; float: left;}
.item { display: inline-block; }

.btn-load-more {
	width:100%;
	float:none;
	text-align:center;
	font-family:L;
	color:#0D214F;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:5px;
	background-color:#F3F9FF;
	line-height:16px;
	padding-top:12px;
	padding-bottom:10px;
	margin-top: 20px;
	border-radius: 6px;
	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;
	}

.btn-load-more:hover { background-color: #11385a; color: #fff }
