﻿/* ****************************** Lazy Load ***************************** */
.sob-img {
	position:relative;
	width:182px;
	height:136px;
	display:block;
}
.bx-ext-rss li .img {
	position:relative;
}
.ar-list .ar-row .ar-img a:not(.loaded):after,
.sob-img:not(.loaded):after,
.bx-ext-rss li .img:not(.loaded):after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*animation: gradient ease 6s infinite;*/
    width: 100%;
    height: 100%;
    background: linear-gradient(51deg,#fff,#d8d8d8,#fff);
    /*background-size: 600% 600%;*/
}
/*@keyframes gradient {
    0% {
        background-position: 0% 88%
    }

    50% {
        background-position: 100% 13%
    }

    100% {
        background-position: 0% 88%
    }
}*/