.lazy-wrapper { position: relative!important; box-sizing: content-box!important; -moz-box-sizing: content-box!important; -webkit-box-sizing: content-box!important; -ms-box-sizing: content-box!important; -o-box-sizing: content-box!important; }
.lazy-wrapper.loading { padding-bottom: 104px!important; transition: all 0.3s!important; }
.lazy-more-wrapper { position: absolute; bottom: 0; padding: 20px 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; display: none; height: 104px; width: 100%; text-align: center; clear: both; }
.lazy-img-loading { background: url("loading.gif") center no-repeat; height: 64px; width: 64px; margin: 0 auto; }
a.lazy-more-btn { color:#cc3333; background:#fff; border:2px solid #ccc; cursor: pointer; display: inline-block; font-size: 17px; font-weight: 400; line-height: 20px; padding: 10px 15px; text-align: center; vertical-align: middle; white-space: nowrap; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; border-radius: 6px; }
a.lazy-more-btn:active, a.lazy-more-btn:focus, a.lazy-more-btn:hover { color:#231f20; border-color:#231f20;  background: #fff; }
