.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%;
    display: block;
	float:none;
	text-align:center;
	font-family:Cairo;
	color:#0D0D0D;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:5px;
	background-color:transparent;
	line-height:16px;
	padding-top:12px;
	padding-bottom:10px;
    margin: 20px auto 0 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;
	}

.btn-load-more:hover {color:#373737 }
