.mplus_nw > ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mplus_nw > ul li {
  float: left;
  list-style: none outside none;
  margin: 5px 3% 15px 0;
  width: 31.3%;
}
.mplus_nw > ul li.last {
  margin-right: 0;
}
.mplus_nw > ul li.last + li {
  clear: both;
}
.mplus_nw > ul li > a {
    color: #010101;
    display: inline-block;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    font-size: 18px;
}
.mplus_nw > ul li .thumbnail img {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.mplus_nw > ul li .title {
  display: block;
  padding: 12px 10px;
}

/*Desktop Screen 1024px  */

@media only screen and (min-width:992px) and (max-width:1199px) {
.mplus_nw li.nw-list-item .title {
    font-size: 18px !important;
}
}

/* Tablet Layout: 768px.  */

@media only screen and (min-width:768px) and (max-width:991px) {
.mplus_nw > ul li.last {
	margin-right: 6%;
}
.mplus_nw > ul li.last + li {
	clear: none;
}
.mplus_nw > ul li {
	width: 47% !important;
}
.mplus_nw > ul > li:nth-child(2n) {
	margin-right: 0;
}
.mplus_nw > ul > li:nth-child(2n) + li {
	clear: both;
}
.mplus_nw li.nw-list-item .title {
    font-size: 18px !important;
}
}


/* Mobile Layout: 480px.  */

@media only screen and (max-width:767px) {
.mplus_nw > ul li {
	width: 100% !important;
	margin-right: 0;
}
.mplus_nw > ul li.last {
	margin-right: 0;
}
.mplus_nw li.nw-list-item .title {
    font-size: 18px !important;
}
}


/* Wide Mobile Layout: 320px.  */

@media only screen and (max-width:479px) {


}

/** loader in nearest waterfalls div **/
.lds-dual-ring {
    /*display: inline-block;*/
    width: 64px;
    height: 64px;
	margin: 0 auto;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #777 transparent #777 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}










