.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:I;
	color:#222222;
	direction: rtl;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:1px;
	background-color:transparent;
	line-height:14px;
	padding-top:16px;
	padding-bottom:12px;
	margin-top: 10px;
	margin-bottom: 10px;
	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:#939393; }

